Showing posts with label webdev. Show all posts
Showing posts with label webdev. Show all posts

Thursday, September 12, 2013

Sunday, August 11, 2013

Thursday, July 18, 2013

Troubleshooting CSS | Codrops



everything that sucks about css in one place.


Troubleshooting CSS | Codrops

Tuesday, June 25, 2013

The classic web application model works like this: Most user actions in the interface trigger an HTTP request back to a web server. The server does some processing—retrieving data, crunching numbers, talking to various legacy systems—and then returns an HTML page to the client. It’s a model adapted from the Web’s original use as a hypertext medium, but as fans of The Elements of User Experience know, what makes the Web good for hypertext doesn’t necessarily make it good for software applications.

Web as hypertext 


vs


Web as app



http://www.adaptivepath.com/ideas/ajax-new-approach-web-applications

Thursday, May 16, 2013