Article
*Programming ‘Events’ interface for jQuery
Submitted 2 years and 779 days ago (more from james.padolsey.com)When registering event handlers in jQuery, chaining ‘mouseup’ after ‘click’ after ‘focus’ can produce, what is, in my opinion, ugly code. It really depends on taste; personally I’d prefer a far more intuitive interface which would enable me to specify all event handlers within a single declaration. Now you can with a tiny plugin
Feeling Lucky?
- *HTML/CSS Everything you need to know about HTML5 video and audio
- This article aims to provide all the nitty-gritty details of HTML5 media, the DOM API, events, and so forth, so you can implement your own HTML5 player with fallback to old browsers. Report Dead Link
- *Programming jQuery Boilerplate - Jump-starting jQuery plugins development
- It is truly object-oriented, it implements public and private methods as well as public and private properties, making it the ideal candidate for when building both simple and complex jQuery plugins. It does not adhere to the suggestions made by the jQuery documentation and by doing so it provides better performance and memory usage Report Dead Link
- *Miscellaneous UI Guidelines for mobile and tablet web app design
- Official UI and UX guidelines from the manufacturers. Here, you will find guidelines, samples, tips, and descriptions of common mistakes. Many of the guidelines focus on native app development, but we can apply most parts of them to mobile web design. Remember to provide the best possible experience on each platform. Each platform has its own UI and usability guidelines that users expect. Report Dead Link
- *Design 19 css html calendars for your next web application
- Collection of 19 html calenders for your inspiration and might be useful for your upcoming project. Report Dead Link
- *Programming typeface.js -- Rendering text with Javascript, , and VML
- Instead of creating images or using flash just to show your site's graphic text in the font you want, you can use typeface.js and write in plain HTML and CSS, just as if your visitors had the font installed locally. Report Dead Link
- *Programming jQuery Waypoints
- A small jQuery plugin that makes it easy to execute a function whenever you scroll to an element. Waypoints makes a solid base for modern UI patterns that depend on a user’s scroll position on the page. Report Dead Link
- *Accessibility Introduction to Web Accessibility
- This introduction should help you understand how people with disabilities use the web, the frustrations they feel when they cannot access the web, and what you can do to make your sites more accessible. Report Dead Link
- *Miscellaneous The Business Benefits of Web Standards
- This article discusses how adhering to web standards, and leaving behind proprietary markup and technologies, can contribute to a company's business goals. Report Dead Link
- *Programming Why's (Poignant) Guide to Ruby
- A very interesting book on Ruby! "I’ll be straight with you. I want you to cry. To weep. To whimper sweetly. This book is a poignant guide to Ruby. That means code so beautiful that tears are shed. That means gallant tales and somber truths that have you waking up the next morning in the arms of this book..." Report Dead Link
- *HTML/CSS Coding Colors Easily Using CSS3 HSL Notation
- HSL is a much more “human-friendly” notation than RGB, and with it you can code colors in your head easily without using Photoshop’s color-wheel. Don’t believe me? Read on and I’ll show you. You’ll never want to go back to RGB again. And even though IE 6-8 doesn’t support HSL natively, we will cover how support can be added. Report Dead Link
- *Design Using Power Structure and Gestalt for Visual Hierarchy
- It is imperative to understand what the website needs to do and which things are the most important. In order to do that, we need to establish a hierarchy. A hierarchy is essentially an order of items, goals, ideas, and/or needs. Hierarchy in web design is centrally about influencing a user to understand and embrace the principal goals of a website and interact with the material. Report Dead Link
- *Programming Why learning ColdFusion today is a waste of time.
- If you'd like to spend the best years of your career maintaining legacy applications in an enterprise then, by all means, learn ColdFusion. Report Dead Link