Categories
Tags
browser browsers Cheatsheet CMS coding CSS CSS3 css properties Design drop down menu font Fonts Font Squirrel forms gradient hacks Home page HTML html5 html code IE6 bugs IE7 IE8 JavaScript jQuery Keyword Research Keywords letter-spacing link building Optimize ordered list Resources Search engine SEO slider slideshow sprites tags template tips tutorials Typekit typography Web Design WordPressArchives
Category Archives: HTML
25 HTML5 Features, Tips, and Techniques you Must Know | NETTUTS
This industry moves fast — really fast! If you’re not careful, you’ll be left in its dust. So, if you’re feeling a bit overwhelmed with the coming changes/updates in HTML5, use this as a primer of the things you must … Continue reading
CSS Three — Connecting The Dots
As a web community, we’ve made a lot of exciting progress in regards to CSS3. We’ve put properties like text-shadow & border-radius to good use while stepping into background-clip and visual effects like transitions and animations. We’ve also spent a … Continue reading
A JavaScript Content Switcher That Works Without JavaScript | impressivewebs
Recently, while doing research/work on a completely unrelated topic, I came across the beautiful illustrations on Rype Arts, which are displayed inside of a JavaScript-driven content switcher. For some reason, I happened to visit the page with JavaScript disabled and … Continue reading
CSS bar charts—styling data with CSS3 and progressive enhancement
Bar charts in CSS are neither very new, or very difficult. Using some pretty basic styling you can force lists etc into resembling graphs and charts fairly easily. Such charts, in their most basic form, work perfectly well in displaying … Continue reading
Button Height and a Broken Box Model
When I figured out the workaround for line-heights in form buttons last week, I also discovered an interesting discrepancy (feature?) across all major browsers in terms of buttons and the box model. Check out this article for a more in-depth … Continue reading
Adaptable view – how do they do it?
Adaptable view is a user interface design pattern which you can use to allow users to manually change visual appearance of content in order to fit their needs. This is usually done by switching styles (in web sites and applications). This … Continue reading
Ordered lists and the “START” attribute | maxdesign
The Scenario You have an HTML document that includes ordered lists interspersed with other content. The ordered list items must be numbered continuously throughout the document (not restarting at number 1 each time an ordered list is used). The simplest … Continue reading