So you want to make the background of your website red eh? You'll probably put this in your CSS:
body { background: red; }
Done!
Check out this Pen!You're going about your business and then all the sudden one day this happens:
Check out this Pen!What in the heck? Why is the red cut off like that? I put red as the background color on the body?
You did, but the fact that that red color floods the …
jQuery Conference Portland 2013 has a limited number of regular tickets still available.
I always wanted to write something on all the technologies that a website relies on in order to have been created and work.
Just in case you have brain farts about this constantly like I do.
If
That's what media queries are: logical if statements.
> go east > You see a beautiful grassy field. > set up camper > You camper is now set up [roundtime: 18 seconds] > sit down
jQuery Conference Portland 2013 has a limited number of regular tickets still available.
Is an open-source app modeled after CodeKit. Prepros runs on Windows where CodeKit is Mac only.
Auto-filling forms is nice because it saves time and is less prone to user error. Even better is not even needing to see a form in the first place.
The following is a guest post by Marcel Shields. Marcel in a difficult place where he needed to change the image on a page but didn't have access to the HTML.
Among the many super nice design features of the Yahoo! Weather app for iOS is the transition between city screens.
The following is a guest post by Alex Young. Alex has created a simple technique to "rotate" the subject of a photo simply by hiding and showing multiple stacked photographs taken at different angles.
The following is a guest post by Alessandro Vendruscolo. Media queries are relevant to both CSS and JS.