Learn HTML5 in 5 Minutes!

Covers the new semantic markup, canvas for drawing and animation, audio and video support, and how to use HTML5 with older browsers.

JavaScript Profiling: HTML5 Canvas

Learn to use JavaScript performance profilers, with an HTML5 Canvas example.

  • submit to reddit

A Custom Textarea for Finicky in HTML5

I'm doing more work on bringing Finicky to HTML. Another interface that I wanted to reproduce was a custom input for note fields. It's basically...

0 replies - 38 views - 01/28/12 by Terrence Ryan in Articles

Getting Started with Mobile Web Development Using HTML5, jQuery Mobile, and ASP.NET MVC 4

Don't miss out on this first-in-a-series article leveraging cutting-edge web technologies to build mobile applications. By using HTML5, jQuery Mobile and...

0 replies - 19 views - 01/28/12 by Jerry Nixon in Articles

How to Configure nginx and uWSGI to Serve Django Projects

This time a post about Python...lately I was dealing with a Django based project. One of the tasks in the project was to deploy the application using nginx...

0 replies - 21 views - 01/28/12 by Eyal Lupu in Articles

What's New in HTML5 Media

Paul Kinlan, Developer Advocate at Google, shares a plethora of new HTML5 Media features that will allow you to build more intelligent applications. Topics...

0 replies - 22 views - 01/28/12 by Christopher Smith in Videos

PHP as a Scripting Language for C#

When creating .NET applications (including desktop and web applications), it may be useful to allow extending the application using some scripting language....

0 replies - 42 views - 01/28/12 by Jakub Misek in Articles

Serving Compressed Rails Assets from S3 via Cloudfront

I wrote about how we do asset packaging with Rails, how we Jammit and push them to S3 in this post. We’ve had a few surprises since then, one that had to do...

0 replies - 327 views - 01/27/12 by Daniel Doubrovkine in Articles

The Increasing Pervasiveness of JavaScript: A Few Historic Milestones

JavaScript is used in more and more places. It started out as a scripting language for web content and has migrated to many areas. This post presents the...

0 replies - 486 views - 01/27/12 by Axel Rauschmayer in Articles

How To: Install a Full Development Environment for Django on Windows

I recently installed a full development environment for Django on Windows 7 and found that it took longer than expected. The path to getting everything...

0 replies - 695 views - 01/27/12 by Everett Toews in Articles

Github Ribbons in CSS

Github has these cool ribbon images that you can use if you want to encourage forking your project on your site. They're great and I wanted to use them on a...

0 replies - 684 views - 01/27/12 by Terrence Ryan in Articles

Morphological Analysis and Named Entity Recognition in Lucene/Solr

This talk will show how the relevance of search results can be improved by using morphological analysis and named entity recognition. After briefly...

0 replies - 1078 views - 01/27/12 by Mitchell Pronsc... in Videos

JavaScript Performance: for vs. while

If you have read some preformance tests on JavaScript loops, you may have heard that “while” is faster than “for”. However the question is how faster...

0 replies - 175 views - 01/27/12 by Stoimen Popov in Articles

Developers Guide to Running Django Applications on Heroku

Heroku the platform as a service (PAAS) company, very popular in the Ruby on Rails community, has now started opening up their platform to languages besides...

0 replies - 908 views - 01/26/12 by Ken Cochrane in Articles

Node.js Makes for Cluttered Code

According to a recent post by Peter Moberg on his blog Source Code Bean, your node.js code is being polluted by it's own callbacks.  Moberg's recent hacking...

0 replies - 190 views - 01/26/12 by Eric Genesky in Articles

Node.js Makes for Cluttered Code

According to a recent post by Peter Moberg on his blog Source Code Bean, your node.js code is being polluted by it's own callbacks.  Moberg's recent hacking...

0 replies - 1136 views - 01/26/12 by Eric Genesky in Articles

HTML5 Canvas & Processing JS

When I first sat down to redesign my personal site I knew that I wanted to incorporate HTML5 Canvas somewhere in the layout. The problem was that I hadn't...

0 replies - 841 views - 01/26/12 by Eric Genesky in Articles