Web Dev

TwitterFacebook
Get flash to fully experience Pearltrees
http://developer.yahoo.com/ypatterns/

Design Pattern Library

Availability
Following up on my previous article, I create a super-simple example where a web page communicates with the server (written in Web.py) sending a JSON request object and receiving a JSON object as a response, which it uses to dynamically update the page. Afterwards, James Ward quickly loads the example into Heroku using their new Python support. I chose Web.py because it's the simplest and most straightforward web framework I've found for Python. http://www.artima.com/weblogs/viewpost.jsp?thread=335549

Web App with jQuery, CoffeeScript, Ajax, Web.py & Heroku

In order for HTML5 to become the true user interface technology of the future, servers must be able to transparently push data to clients. People have been trying to do this for a long time, and WebSockets look like they will solve the problem once and for all. Advertisement

WebSockets: A Glimpse of the Future

http://www.artima.com/weblogs/viewpost.jsp?thread=339100
Content delivery networks (CDNs) are an important part of Internet infrastructure that are frequently used without a full understanding of what’s happening behind the scenes. You’ll hear people saying, “oh, we put that on the CDN” or “make sure static assets go on the CDN,” when they have only a rudimentary idea of what CDNs are and how they work. http://www.nczonline.net/blog/2011/11/29/how-content-delivery-networks-cdns-work/

How content delivery networks (CDNs) work | NCZOnline

What things should a programmer implementing the technical details of a web application before making the site public? If Jeff Atwood can forget about HttpOnly cookies , sitemaps , and cross-site request forgeries all in the same site , what important thing could I be forgetting as well? http://programmers.stackexchange.com/questions/46716/what-should-every-programmer-know-about-web-development

best practices - What should every programmer know about web development? - Programmers - Stack Exchange

This site provides a collection of schemas, i.e., html tags, that webmasters can use to markup their pages in ways recognized by major search providers. http://schema.org/

schema.org - Home

http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146897 Marking up data using microformats Microformats are simple conventions (known as entities ) used on web pages to describe a specific type of information —for example, a review, an event, a product, a business, or a person.

About microformats - Webmaster Tools Help

http://rentzsch.tumblr.com/post/9133498042/howto-use-utf-8-throughout-your-web-stack

rentzsch.tumblr.com: HOWTO Use UTF-8 Throughout Your Web Stack

Problem is, every last part of the web-application stack will fight you on your quest towards UTF-8 purity. What follows is a playbook to win your pervasive-UTF-8 battle. The programs you use to view text, be it dynamic from a tool’s output (Console.app) or a static file like a database dump (TextEdit, BBEdit, TextMate), have encoding logic.

HTML5 Rocks - How Browsers Work: Behind the Scenes of Modern Web Browsers

Web browsers are probably the most widely used software. http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/
Between curating sites for the HTML5 gallery and answering readers’ questions here at HTML5 Doctor, I see a host of HTML5 sites and their underlying markup.

Avoiding common HTML5 mistakes | HTML5 Doctor

To ensure optimal performance and reliability when rendering pages, you should order the elements within the HEAD element carefully.

Best Practice: Get your HEAD in order - EricLaw's IEInternals - Site Home - MSDN Blogs

career - Best approach to learning web programming - Programmers - Stack Exchange

I think you can complete 1 to 5 quickly. Its interesting part for all novice web programmers, because of the visual excitement they get while using html and css first time/ Next, is databases a.
We have a huge problem on the web today. If I built an image gallery application and I wanted to let users edit an image so that they can remove red-eye from a photo I either have to build an application that edits the images, or integrate with a 3rd party solution.

Web Intents: A fresh look - Tales of a Developer Advocate

Performance Calendar » Coding Better Object-Oriented JavaScript with Closure Compiler

Using Google Closure Compiler can not only help you to compress the the code, but it also compiles it just like any compiler does.