Article
*HTML/CSS How to Build a Kick-Butt CSS3 Mega Drop-Down Menu
Submitted 1 year and 64 days ago (more from net.tutsplus.com)Learn how to build a cross-browser, awesome CSS-only drop-down mega menu, using nice CSS3 features. At the time of this writing, it doesn't seem to work in IE6, despite a section in the article indicating handling IE6 compatibility. Works in IE7, though.
Feeling Lucky?
- *HTML/CSS Target IE6 and IE7 with only 1 extra character in your CSS
- This is my absolute favorite CSS "trick" that I think everyone should know about - definitely check it out....To get around the inadequacies and bugs of IE6 and IE7, I see people going to great lengths and even adding a second stylesheet with conditional comments when we all preach at the same time to minimize HTTP requests. Report Dead Link
- *Programming Cross domain AJAX querying with jQuery
- This post IS NOT about jQuery’s JSONP support. This post is about how to make AJAX queries to domains other then yours. Basically how to achieve cross domain scripting with jQuery. You will need to put a PHP proxy to between you and the rest of the world. This cross domain querying solution works because you actually loading the content from your own domain. Report Dead Link
- *Miscellaneous Unfolding the Fold
- These statistics demonstrate that the vast majority of web designers are designing pages with scrolling, that the majority of users do scroll and that a significant portion of them scroll all the way to the page bottom. Report Dead Link
- *Programming 10 Javascript Performance Boosting Tips from Nicholas Zakas
- While Javascript optimization is by no means black-and-white, here’s a list of 10 tips from Nicholas’ talk that will help you write Javascript that really flies. Report Dead Link
- *Design Web Browser Elements
- Standard HTML form elements or browser windows for Mac OS X, Windows Vista and XP. Great for mockups and wireframes. Report Dead Link
- *Usability Ten Usability Heuristics
- These are ten general principles for user interface design. They are called "heuristics" because they are more in the nature of rules of thumb than specific usability guidelines. Report Dead Link
- *Miscellaneous Starter HTML email templates for your email marketing campaigns
- Looking for simple HTML email templates that don't break? Here are four basic, flexible templates that you can use to get started. They've been tested to render properly in all the major email programs, like Outlook 2007, Lotus Notes, Gmail, and more. Just download all the templates in one .ZIP file and customize any way you want with your favorite text editor. Report Dead Link
- *Programming Whitehouse.gov picked apart. Verdict: Site could be twice as fast.
- Article breaking down inefficiencies of this very prominent web site. Report Dead Link
- *Usability Why No One is Using Your Application or Web site
- It’s the same message that Nielsen’s been preaching for years. If you’re looking to compete with the web’s more popular sites, keep in mind the beauty of simplicity. Report Dead Link
- *Programming Even faster String.prototype.trim() implementation in JavaScript
- Most JavaScript trim() implementations you see around are based on regular expressions and work fairly well for infrequent use on short strings. Some of them are well-crafted, but I think plain old loops can do better. Many of these implementations were based on regular expressions and a few were exceptionally brilliant. But did they answer the question of speed? Report Dead Link
- *HTML/CSS 13 Must-Have Add-ons To Strengthen Firebug
- Firebug is probably one of the most helpful tools used when developing websites. It also has another feature, which is extendibility with help of Firefox add-ons. There are various add-ons that can add more power to Firebug for creating better & faster. Here they are. Report Dead Link
- *HTML/CSS 25 Scripts for Dropdown Navigation Menus
- Navigation menus are important to any website. Well designed navigation can improve the look and appearance of a site as well as the usability. For larger sites with a lot of content or pages, drop down menus are popular because the can make it easier to move through the site with less clicks. Report Dead Link