8000 GitHub - AMRoche/alistapart_tutorials: List of List Apart tutorials i've written/followed
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AMRoche/alistapart_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

#A List Apart CSS Tutorials

  • Power To The People: Relative Font Sizes
  • http://alistapart.com/article/relafont
  • Using Javascript to change the CSS source file being referenced in order to change the font size of a page dynamically. Also saves the font size in a cookie to be loaded the next time the user comes to the page to remember the font size set.
  • clicky
  • How to Read W3C Specs
  • http://alistapart.com/article/readspec
  • Article detailing strategies and advice for using and understanding the W3C specifications. Also included and details the Bachus Naur Format for algorithm description.
  • Complex Dynamic Lists: Your Order Please
  • http://alistapart.com/article/complexdynamiclists
  • Creating complex dynamic lists using Javascript. Uses CSS to hide elements far off to the left of the screen and CSS to change classes on a click to show the next tier of the menu.
  • clicky
  • Pocket-Sized Design: Taking Your Website to the Small Screen
  • http://alistapart.com/article/pocket
  • Article detailing designing for the mobile web. This includes tips for making the site faster and more data friendly such as compressing images, explicitly declaring seperate files for CSS / JS such that they can be cached. In addition to this, reducing the site to a single column as well as limiting the maximum width improves accessibility as well as item visibility.
  • Version Targeting: Threat or Menace?
  • http://alistapart.com/article/minorthreat
  • An article detailing the introduction of version rendering engine targeting in IE7, and explaining just how this changed how sites rendered.
  • Responsive Web Design
  • http://alistapart.com/article/responsive-web-design
  • A brief introduction in to responsive web design and the use of media queries. Briefly explains what they do, as well as how to use them to import different stylesheets depending on the width of the page.
  • Return of the Mobile Stylesheet
  • http://alistapart.com/article/return-of-the-mobile-stylesheet
  • An article detailing practices used to identify mobile browsers based on Media Queries and tags in the CSS import as defined in HTML 4. In the case of this failing, a discussion of Javascript alternatives as well as Apache MOD_REWRITE rules takes place.
  • Fix Your Site With the Right DOCTYPE!
  • http://alistapart.com/article/doctype
  • Short introduction to Doctypes, their uses and functions and, more importantly, how to do them correctly; both by specifying the html version correctly and referencing back to the W3C correctly.
  • Zebra Tables
  • http://alistapart.com/article/zebratables
  • Using both procedural CSS to give each row in the table a class as well as Javascript to loop through the unordered list and apply styles to alternating rows. CSS3's nth child is briefly mentioned as well.
  • clicky
  • CSS Sprites: Image Slicing's Kiss of Death
  • http://alistapart.com/article/sprites
  • Concept and practical demonstration of how to use image sprites in HTML & CSS, as well as an explanation of using them with different shapes.
  • clicky

About

List of List Apart tutorials i've written/followed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0