webdev

TwitterFacebook
Get flash to fully experience Pearltrees

Francis Hwang: Should your web application be rich-client from day one?

http://fhwang.net/2012/03/05/Should-your-web-application-be-rich-client-from-day-one For the sake of discussion, I'm going to make a recommendation about the state of web application development today: If you are writing a new web application, you should make it a rich-client application from the start. Your servers should not generate any HTML.

How I built the Hacker News mobile web app - cheeaunblog

http://cheeaun.com/blog/2012/03/how-i-built-hacker-news-mobile-web-app Last month, I tweeted about one of my recent projects, the Hacker News mobile web app . It's a simple little app to read Hacker News ' stories and comments in Mobile Safari. It started out as an experiment for me to try one of the new CSS extensions introduced in Mobile Safari in iOS5, -webkit-overflow-scrolling: touch which uses native-style scrolling in an overflow: scroll element.

10 Best jQuery Plugins Of January 2012

jQuery can be defined as a cross browser Java script that is basically used to design with a purpose of simplifying the scripts on the client side of HTML. http://technotab.com/10-best-jquery-plugins-of-january-2012/
I would like to thank Rebecca Murphey for inspiring me to open-source this mini-book and release it for free download and distribution - making knowledge both open and easily available is something we should all strive for where possible.

Learning JavaScript Design Patterns

http://addyosmani.com/resources/essentialjsdesignpatterns/book/
http://samsaffron.com/archive/2012/02/17/stop-paying-your-jquery-tax

Stop paying your jQuery tax

Reminder, script tags block rendering

HTML5 Rocks - How Browsers Work: Behind the scenes of modern web browsers

http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/ Web browsers are probably the most widely used software.
http://css-tricks.com/star-ratings/ Published by Chris Coyier

Star Ratings With Very Little CSS