HTML5 structure - div, section & article. Explains the meaning of these new HTML5 elements and how to use them properly.
Last night at Campfire One, Google announced the launch of the Google Apps Marketplace, a destination where developers can sell apps for integration with Google Apps. According to Ryan Boyd with the Google Apps Marketplace team, there are three steps for a Google Apps Marketplace app:
1) Have or create a cloud application and host it on the platform of your choice
2) Integrate your cloud app with Google Apps using available APIs
3) Create a manifest file describing your application and (...)
It is essential today for a web designer to know about CSS3 and there are many tutorials and resources for the CSS3. Below i've listed 25 Useful CSS3 Techniques and Tutorials to get you started with CSS3, hope you find this collection (...)
CSS PLaY finally comes up with a w3c cross-browser drop-down cascading menu system.
Reader Kartlos emailed me in pointing to me to an interesting article by the great Mr. Snook from a few years back. I don’t think I had seen it before and it’s a bonafide “CSS Trick” so I thought I would share.
The idea is that you can use unicode characters (read: fancy symbols) for class names in your HTML, and even use write CSS selectors with those same characters.<div class="♫"> A.A. Bondy <em>I Can See The Pines Are Dancing</em> </div>.♫ display: block; (...)