Category Archive for “Presentation”
Here is a list of all articles tagged with “Presentation” In addition to these fine entries, be sure to check out our featured articles in the next column. If you enjoy the content, you may subscribe to our main content feed to stay current.
- Obsessive CSS Code Formatting: Opening and Closing Brackets
- Following my recent post on CSS code formatting, I was delightfully surprised to have received such insightful, enthusiastic feedback. Apparently, I am ...
- Pure CSS: Better Image Preloading without JavaScript
- After reading my previous article on preloading images without JavaScript 1, Nanda pointed out that adding extra ...
- Obsessive CSS Code Formatting: Patterns and Trends
- Call me strange, but I format each of my CSS rules according to the following pattern: div#example element { margin: 5px 15px 5px 0; border: 1px solid #444; line-height: 1.5em; text-align: center; background: #222; font-size: 10px; display: block; padding: ...
- More Killer CSS Reset Styles
- Just a note to let everyone know that I have updated my previous CSS reference article, ...
- CSS/(X)HTML Tutorial: Hovering Accessibility Jump Menu
- Recently, a reader named Don asked about ...
- XHMTL/CSS Remix: Creative Commons License
- Not too long ago, I played with the idea of releasing article content under a Creative Commons (Attribution-NonCommercial-ShareAlike 2.0) License. At the time, I wanted to host my own copies ...
- Lessons Learned Concerning the Clearfix CSS Hack
- I use the CSS clearfix hack on nearly all of my sites. The clearfix hack — also known as the “...
- Focus on the Details: Optimizing Images for Humans and Machines
- In this article, I discuss how to get the most out of your site’s images by optimizing them for both people and search engines.....
- Prevent JavaScript Elements from Breaking Page Layout when Following Yahoo Performance Tip #6: Place Scripts at the Bottom
- By now, everyone is familiar with the Yahoo Developer Network’s 14 “best-practices” for speeding up your website. Certainly, many (if not all) ...
- New Mobile CSS Styles for Perishable Press
- The amount of time I spend surfing the Web from a mobile device has steadily increased since the acquisition of my new ...
- A Killer Collection of Global CSS Reset Styles
- Using CSS to style semantically meaningful (X)HTML markup is an important key to modern web design ...
- Everything You Ever Wanted to Know about Favicons
- Fifty Favorite Favicons If you have a website, you need a favicon. For those who ...
- Absolute Horizontal and Vertical Centering via CSS
- Recently, a reader named Max encountered some scrolling issues while implementing our absolutely centered layout technique. Of course, by ...
- CSS Throwdown: Preload Images without JavaScript
- Clean, easy, effective. You don’t need no stinking JavaScript to preload your images. Nope. Try some tasty CSS and (X)HTML instead! Here’s how.. (only two steps!) Step ...
- Standards-Compliance Throwdown: MS-IE5/6 DNS/404 Error-Page Redesign
- [ Keywords: Microsoft, MS, IE, DNS, 404, CSS, Error, Monzilla, Explorer, redesign ] Default DNS Error page for Internet Explorer First of ...
- Maximum and Minimum Height and Width in Internet Explorer
- Behold the seventh wonder of the virtual world: max/min-height and max/min-width properties are possible in Internet Explorer! Indeed, by taking advantage of IE’s proprietary CSS attribute, expression, you too can whip IE widths ...
- Keep it Dark: Hiding and Filtering CSS
- Hiding and filtering CSS rules for specifically targeted browsers is often a foregone conclusion when it comes to cross-browser design considerations. Rather than dive into some lengthy dialogue concerning the myriad situations and ...
Top WordPress Posts
Learn more about WordPress, including tips and tricks to improve performance, accessibility, and usability.
Best in Function
The “Function” category features articles about JavaScript, Flash, PHP, SQL, htaccess, and other functional aspects of web design.
- Maximum and Minimum Height and Width in Internet Explorer
- Embed Flash or Die Trying
- Embed Flash and Video via the object Tag
- Perishable Press Triple Loop for WordPress
- Block Spam by Denying Access to No-Referrer Requests
- Super Loop: Exclude Specific Categories and Display any Number of Posts
- Auto-Focus Form Elements with JavaScript
Best in Presentation
The “Presentation” category features articles about styling your sites and using CSS to make them shine.
Best in Structure
The “Structure” category features articles about using valid (X)HTML to structure web documents.