background preloader

Tutorials

Facebook Twitter

Snook.ca: Tips, Tricks and Bookmarks on Web Development. HTML and CSS Tutorials, References, and Articles. An InDesign for HTML and CSS? – Jeffrey Zeldman Presents The Dai. In “CSS is the new Photoshop” (?)

An InDesign for HTML and CSS? – Jeffrey Zeldman Presents The Dai

, Adobe’s John Nack correctly observes, as have many of us, that “Cascading Style Sheets can create a great deal of artwork now, without reliance on bitmap graphics.” Nack quotes Shawn Blanc, one of several concurrent authors of the phrase “CSS is the new Photoshop,” who cites as evidence Louis Harboe’s iOS icons and Jeff Batterton’s iPhone, both designed entirely in CSS and both only viewable in the latest Webkit browsers, Safari 5 and Google Chrome 5.

He’s not alone: Håkon Wium Lie from Opera predicts that CSS3 could eliminate half the images used on the Web. You can use various graphical tools to generate things like CSS gradients and rounded corners. As people can do more and more in code, it makes sense to ask whether even to use Photoshop in designing Web content.I think Adobe should be freaking out a bit, but in a constructive way. So far, so good. CSSREMIX. Inspiration and Resources for Designers. GrooveShark Search with CSS3. I am a huge fan of the Grooveshark interface.

GrooveShark Search with CSS3

Every time I look at the site I start to dissect the UI and turn it into code in my head. I wanted to see if I could create the search box only using HTML and CSS. Sadly there is one image and it’s the search icon in the button. I recently read a tutorial that shows you how to create a custom font and use the font-face property for icons, but they didn’t have the search icon I needed. The above image is my final attempt. The Structure I wanted to keep the front-end code really light and still make it easy to theme and have a flexible width. I start with a simple form tag and give it an id of “search_box”.

The Sexy I love the new properties that are coming out in CSS3. …and now back to the sexy. I started with styling the form tag by referencing its id of “search_box”. I am personally not a fan of writing css stacked like this, however, with all the -vendor- declarations it can get really messy. How to Use the Sticky Footer HTML & CSS Code. Be sure to read the Known Issues at the bottom of this page.

How to Use the Sticky Footer HTML & CSS Code

It will help prevent a lot of mistakes that can take hours to debug. Introduction There are many sticky footer methods to be found in Google. I've tried many of them and they usually fail in some regards. The problem it seems is that some of these methods are old and may have worked in older browsers but they don't in newer browser releases. Ryan Fait's solution is well known, and it works, but it requires an extra <div> with no content in it to provide an extra "push".

The Sticky Footer solution presented here is based upon the information found in the Exploring Footers article from A List Apart as well as expands upon the work of Cameron Adams and this piece at lwis.net. In an early version it applied a clear fix hack to keep the footer in place in Google Chrome and other browsers where the footer would float up when you resized the window. HTML5 For Web Designers Sells Out. The first printing of Jeremy Keith’s HTML5 For Web Designers has sold out.

HTML5 For Web Designers Sells Out

For a book about web forms, semantics, and the history of markup, it’s done pretty well: The book sold 1,000 copies during the first hour of pre-sales.It sold 5,000 copies during the first 24 hours of pre-sales.The first printing sold out within two months. Haven’t ordered yours yet, and now they’re sold out? Not to worry: a second printing is in the works; orders will ship the week of July 26. So where’s my book, already? We ship worldwide. We ship via US Postal Service, so no tracking numbers are available. If you ordered before June 30 and still have not received your order, please be patient a few more days, and thank you for bearing with our learning curve. If you need to speak to someone about your order, write to us.

I want an ebook, not a dead tree! HTML / CSS. Graphic Design Freebies, Resources, and Inspiration. Free Web Resources – Web Resources Depot. HTML/CSS. HTML Tutorial. 47 CSS Tips & Tricks To Take Your Site To The Next Level. CSS is a wonderful language for presenting web pages.

47 CSS Tips & Tricks To Take Your Site To The Next Level

It’s not too difficult to learn, though like most things, it does have a learning curve. Where many people seem to get tripped up is in specific solutions to specific problems. Fortunately there’s a good chance that someone before you has already had the same problem and even better has found a solution. Here are 47 of those solutions. 47 CSS Tips, Tricks, and Techniques to add to your CSS toolbox. Some you may be familiar with while others may be new to you. For those, who don’t know what is CSS? Please follow the link below for detail introduction.