Archive

Posts Tagged ‘Techniques’

70 New, Useful AJAX And JavaScript Techniques

October 30th, 2009
70 New, Useful AJAX And JavaScript Techniques

As the Web grows and becomes more dynamic, more and more websites have user-generated content and tools that greatly improve the user experience in terms of usability and accessibility. Interactive solutions for lightboxes, form validation, navigation, upload, auto-complete, image cropping, slideshows, tool tips, sliders and tables are being developed that use nifty JavaScript and AJAX [...]

Share

Web dev , , ,

10 Useful WordPress Coding Techniques

October 21st, 2009
10 Useful WordPress Coding Techniques

Since last year, the WordPress themes market has grown incredibly. The reason? Great designs, of course, but also a lot of amazing new functionality. Top WordPress developers are always looking to get the most out of WordPress and use all of their knowledge to find ways to make their favorite blogging engine even more powerful. [...]

Share

Wordpress , , ,

53 CSS-Techniques You Couldn’t Live Without

October 12th, 2009
53 CSS-Techniques You Couldn’t Live Without

CSS is important. And it is being used more and more often. Cascading Style Sheets offer many advantages you don’t have in table-layouts – and first of all a strict separation between layout, or design of the page, and the information, presented on the page. Thus the design of pages can be easily changed, just [...]

Share

Web dev , , , ,

75 (Really) Useful JavaScript Techniques

September 30th, 2009
75 (Really) Useful JavaScript Techniques

By Glen Stansberry and Smashing Editorial Team Developers and designers are using more and more JavaScript in modern designs. Sometimes this can be a hindrance to the user and take away from the simplicity of the design, and other times it can add greatly to the user's experience. The key is a) adding the right [...]

Share

Web dev , ,

Guide to CSS Font Stacks: Techniques and Resources

September 24th, 2009
Guide to CSS Font Stacks: Techniques and Resources

CSS Font stacks are one of those things that elude a lot of designers. Many stick to the basic stacks Dreamweaver auto-recommends or go even more basic by just specifying a single web-safe font. But doing either of those things means you're missing out on some great typography options. Font stacks can make it possible [...]

Share

Computers, Graphics, Web dev , , , ,

The Mystery Of CSS Sprites: Techniques, Tools And Tutorials

April 28th, 2009
The Mystery Of CSS Sprites: Techniques, Tools And Tutorials

CSS Sprites are not new. In fact, they are a rather well-established technique and have managed to become common practice in Web development. Of course, CSS sprites are not always necessary, but in some situation they can bring significant advantages and improvements — particularly if you want to reduce your server load. And if you [...]

Share

Web dev , ,