Recently in Web Development (November Edition)

Web development is an industry that's in a state of constant flux with technologies and jargon changing and mutating in an endless cycle. Not to mention the sheer deluge of information one has to process everyday.

In this series, published monthly, we'll seek to rectify this by bringing you all the important news, announcements, releases and interesting discussions within the web development industry in a concise package. Join me after the jump!


News and Releases

All of the important news in a single place: releases, announcements, companies bickering, security issues and all related hoopla.

Nettuts image

Mozilla Releases Popcorn

Mozilla, in their quest to make video on the web a better experience, released their Popcorn platform. Popcorn consists of a JavaScript framework as well as a creation environment.

I'm sure you have lots of questions so make sure to read more below.

Read more

Nettuts image

Adobe to Drop Flash for Mobile Devices

This maybe a bit tangential but it's still important news. Adobe, after a lot of attritional warfare with Apple, has decided to drop development of the Flash players for mobile devices.

Adobe plans to instead leverage HTML5 technologoy to provide more features to developers. Read on more about the topic at the link below.

Read more

Nettuts image

jQuery 1.7 Released

A new version of our favorite JavaScript library got released this month. This bumps up the version number to 1.7.

The new features on tap in this versions include a new event API, support for the AMD API, extensions to the deferred object and many more.

Read more

Nettuts image

Mozilla Version Version 8 of Firefox

Mozilla did promise quicker release cycles but this is quite unprecedented. We've gone from version 4 to version 8 in a matter of months and most of the changes have been under the hood.

Anyway, if you're a cutting edge, curious dev, you can find more about this release at the link below.

Read more

Nettuts image

Nimbus.IO Launches

If you're a developer who makes use of Amazon S3 but would like more options, here is something for you.

In the footsteps of S3 comes Rackspace Cloud comes Nimbus.io, the latest entrant in this field. Even though it's still in beta, it's fairly stable, competitively priced and has an API that's quite similar to S3.

Read more

Nettuts image

jQuery Mobile 1.0 is Out

In the midst of jQuery releases, it's easy to forget that jQuery mobile exists. The mobile framework has been slowly creeping towards the version 1.0 release and it's finally here.

If you're a mobile dev, or even just someone who wants to dabble around with mobile development, you really need to go browse around at the link below.

Read more

Nettuts image

Twitter Bootstrap Gets Updated

The wildly popular toolkit from Twitter got upgraded with a substantial number of fixes and performance improvements over the last few weeks.

If you're a bit curious about what Bootstrap is, we do have a little tutorial that makes use of Bootstrap.

Read more

Nettuts image

Node v0.6.0 Released

NodeJS, the JavaScript userbase's recent darling, has been getting a steady stream of updates recently. Earlier this month, Ryan brought Node upto version 6 with a number of improvements including better Windows support.

Read more


New Kids on the Block

As web developers, the sheer amount of resources we can tap into increases exponentially with time. Here is just a quick look at some recently created resources that deserve your attention -- everything from new books to scripts and frameworks.

Nettuts image

Lungojs

Meet the first Mobile Framework that uses the actual features of #HTML5, #CSS3 and #JavaScript.

Read more

Nettuts image

Slider.js

Slider.js is an easy-to-use customizable Javascript library to create image slideshows. It relies on latest web technologies: the power of CSS Transitions to perform awesome and efficient effects and the HTML5 Canvas to perform some non trivial transitions.

Read more

Nettuts image

Face detection jQuery Plugin

A neat little jQuery plugin which detects faces in pictures and returns theirs coords.

Read more

Nettuts image

Flatiron

An unobtrusive framework initiative for node.js. Flatiron promotes code organization and sustainability by clearly separating development concerns.

Read more

Nettuts image

backbone-on-rails

A simple gem for using Backbone.js with Rails (>= 3.1), based on thoughtbot's Backbone.js on Rails

Read more

Nettuts image

kibi

An easy-to-use single-page app framework in 1,024 bytes of JavaScript. kibi currently weighs in about 200 bytes less, so there's still room for improvement.

Read more

Nettuts image

Derby

MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.

Read more

Nettuts image

BicaVM

This project is an implementation of a JVM in JavaScript. At the moment it runs Java code, but is more like a proof of concept than a real JVM.

Read more

Nettuts image

RightJS

Even though RightJS has been around for a while, this new version brings a lot of new features since there are a ton of new features and fixes with this version.

Read more


Best of the Internet

Often, you're not really looking for a tutorial as much as you're looking for a rant, an opinion or the musings of a tired developer or just something cool with absolutely zero real world use. This sections contains links to precisely those -- interesting and cool stuff from the developer community.

Nettuts image

Why Parsing XHTML with RegEx is a Bad Idea

A cry for help or an artistic masterpiece? You decide. A user asks for assistance with regex for parsing XHTML leading to this linked piece.

Read more

Nettuts image

HTML5 2D Gaming Performance Analysis

With HTML5 showing great growth, lots of developers have started using canvas and WebGL for developing games and such. If you're thinking of making the move, this is a must read article that explores the performance facet of these technologies.

Read more

Nettuts image

The Last PHP PDO Library You Will Ever Need

A developer's thoughts on ORMs, SQL generation tools and how he came to write his own mini PDO library.

Read more

Nettuts image

CoffeeScript Means Giving Up on JavaScript

Michael Woloszynowicz explains why he's alarmed at the recent move towards languages that compile to JavaScript instead of merely using JavaScript itself.

Read more

Nettuts image

Response to "CoffeeScript Means Giving Up on JavaScript"

As is the case with strongly opinioned prose, the above article ignited a heated discussion among the web and here's a rebuttal that I found the most prgamatic and, well, terse. Good read!

Read more

Nettuts image

MongoGate — or Let's Have a Serious NoSQL Discussion

Need the down low on the current NoSQL situation? I've got something for you. This piece by Martin Scholl is a great read if you're interested in the topic.

Read more


Wrapping Up

Well, that's about all the major changes that happened in our industry lately.

Do you want us to cover more standard news? A focus on upcoming scripts maybe? Or just more interesting posts and discussions from the community? Let us know in the comments and thank you so much for reading!

Tags:

Comments

Related Articles