Is an open-source app modeled after CodeKit . Prepros runs on Windows where CodeKit is Mac...
CSS
Chrome’s requestAutocomplete()
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...
Replace the Image in an <img> with CSS
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....
Slider with Sliding Backgrounds
Among the many super nice design features of the Yahoo! Weather app for iOS is the transition between city screens. The background image doesn't just move away as the screen moves from one screen to the next, the background image itself slides. It appears to be hiding some of the "old" screen and revealing more of the "new" screen those closer you have it to being in full view....
Learn to count with CSS
Hidden away in the depths of the CSS specification you’ll find CSS counters. As the name suggests they allows you to count a thing on your page with CSS incrementing the value every time it appears on the document. This is principally useful if you have a tutorial website — whether that be about cooking or web development — they all have steps to follow, and you’ll most likely have to write the step number before the actual content....
Photo Swivel
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....
Media Query Change Detection in JavaScript Through CSS Animations
The following is a guest post by Alessandro Vendruscolo . Media queries are relevant to both CSS and JS. The need and desire to manage those in one place is...
What’s new for designers, May 2013
The May edition of what’s new for web designers and developers includes new web apps, jQuery plugins and JavaScript resources, educational resources, wireframing kits, image tools, Photoshop extensions, web development tools, coding resources, and some really great new fonts....
Naming Media Queries
It would be pretty cool if we could do this someday in CSS. The best idea for it that I've come across is to define it in a tag in the...
Line Clampin’
You want X lines of text. Anything after that, gracefully cut off. That's "line clamping" and it is a perfectly legit...
