Web Dev

TwitterFacebook
Get flash to fully experience Pearltrees
http://mashable.com/2011/06/02/website-flowchart/

Should You Build That Website You've Been Talking About? [FLOWCHART]

So you’ve got a great idea for a website. That makes you and about 17 bajillion others. When it comes to committing to building a site or app, there are a ton of factors to take into consideration.
Facebook published an interesting visualization Tuesday of just how complex the codebase that constitutes its service actually is. Actually, the visualization is part of an application within the company, but it gets the point across: Making code changes is no small feat when every module is dependent on so many others. You’ll have to read the original post for the fairly detailed explanation of the chart, but the gist is that it charts dependencies between code modules. http://gigaom.com/cloud/facebooks-php-codebase-its-complex/

Facebook’s PHP Codebase: It’s Complex Cloud Computing News

HTML5 is a language designed to organize web content.

HTML5 fundamentals, Part 1

http://www.ibm.com/developerworks/web/library/wa-html5fundamentals/index.html
http://www.hongkiat.com/blog/html5-web-applications/

HTML5-Powered Web Applications: 19 Early Adopters

HTML5, rumored as Flash killer , is a brand new web technology that raises a revolution lead by Apple in web application development. It contains canvas element for images and animation drawings, support video and audio embedding, and includes storage database for offline web applications.

The Nerdery Overnight Website Challenge

At The Nerdery Overnight Website Challenge, an event organized by interactive development firm The Nerdery, volunteers form teams of 8-10 web pros that show up not knowing what nonprofit they’ll serve, pro bono, for the next 24 hours. Previously at The Nerdery’s nonprofit nerdathon, volunteers have freely given over $1.5 million worth of professional web development services to 57 nonprofit organizations. The Nerdery considers this a good start, but as long as there are good nonprofits with bad (or no) websites we will rally our nerds and community to deliver nerdy deeds done dirt-cheap. http://chi2011.overnightwebsitechallenge.com/
Advertisement Html5 is the latest revision of the HTML standard and currently remains under development. Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers etc.). http://mustified.com/2011/05/14/html5-web-design-inspiration/

HTML5: 25 Fresh Web Design For Your Inspiration | Mustified

An Introduction To CSS3 Keyframe Animations - Smashing Magazine

http://coding.smashingmagazine.com/2011/05/17/an-introduction-to-css3-keyframe-animations/ By now you’ve probably heard at least something about animation in CSS3 using keyframe-based syntax.

Adaptive & Mobile Design with CSS3 Media Queries

Screen resolution nowsaday ranges from 320px (iPhone) to 2560px (large monitor) or even higher. Users no longer just browse the web with desktop computers. http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries

node.js

var net = require ( 'net' ); var server = net . createServer ( function ( socket ) { socket . write ( 'Echo server \r\n ' ); socket . pipe ( socket ); } ); server . listen ( 1337 , '127.0.0.1' ); http://nodejs.org/
http://www.readwriteweb.com/cloud/2011/05/nodejs-at-facebook.php Robert Kieffer, an a engineer at Facebook and the company's internal Node.js evangelist, gave a talk at NodeConf today. He says the company isn't doing enough with Node.js yet.

Node.js at Facebook - Why it's Needed and What's Holding it Back - ReadWriteCloud

The online mapping world is an exciting place to watch these days, thanks to a combination of open source tools, the rise of hyperlocal search, and ubiquitous and cheap GPS devices. There are applications galore, including some recent innovations that corporate IT managers should pay attention to. These three trends are coming together in new and interesting ways: now just about every smartphone comes with an onboard GPS, further driving down their costs.

Make open source mapping and location tools work for you | ITworld

HTML5 and CSS3 Cheat Sheets - WebsitesMadeRight.com

In doing research for this post I discovered that DevCheatSheet.com has an awesome collection of 22 HTML5 Cheat Sheets .
For the past few years, we’ve heard pundits declaring each year as “year of the mobile Web”; each year trying to sound more convincing than the previous.

A User-Centered Approach To Web Design For Mobile Devices - Smashing Magazine

Drupal