javascript

  • submit to reddit

Programming Language Popularity by SO and GitHub Cross-Ranking

See what you think of this new methodology for determining language popularity with stats from Stack Overflow, the developer question and answer site, and GitHub, a very popular open source repository.

0 replies - 4297 views - 02/09/12 by John Cook in Articles

KonaKart jQuery eCommerce library

KonaKart (http://www.konakart.com) is a Java based eCommerce platform. Our goal at KonaKart has always been to enable eCommerce from “anywhere” by making all functionality available through a rich set of APIs. At first the APIs were available through Java...

0 replies - 180 views - 01/26/12 by Paolo Sidoli in Announcements

What is JavaScript’s typeof Operator Used for?

JavaScript’s typeof is a complicated beast – it can be used for many things, but also has many quirks. This post lists its use cases, points out problems and presents alternatives. You should be familiar with the difference between primitives and...

0 replies - 1467 views - 01/23/12 by Axel Rauschmayer in Articles

How Twitter Paired Devs and Designers to Build Bootstrap

With the recent release  of a demo version of Twitter Bootstrap 2.0, Mark Otto, one of the creators of Twitter Bootstrap, attests to the power of collaborative development in his blog post on 'A List Apart'.  Otto, along with Jacob Thornton, were working...

0 replies - 2587 views - 01/18/12 by Eric Genesky in Articles

logo.js – JavaScript has a (semi-)official logo

On Oct 4th, Chris Williams (@voodootikigod) published logo.js on GitHub. In his words:

1 replies - 4958 views - 10/14/11 by Axel Rauschmayer in Articles

HTML5 Local Storage - Building a Sample App In Tiggr Mobile Apps Builder

HTML5's local storage is undoubtedly one of the most interesting and most talked about features in the HTML5 technology stack. Local storage is part of Web Storage specification and is supported by all modern browsers (destkop and mobile). Although local...

0 replies - 3386 views - 10/08/11 by Max Katz in Articles

Daily Dose: Amazon Web Services To Offer Free Data Transfers July 1

Effective tomorrow (July 1), Amazon will stop charging for data transfers into Amazon Web Service-based cloud environments. Amazon previously charged ten cents per gigabyte, but have altered their pricing scale according to petabytes. Amazon has also reduced...

0 replies - 14606 views - 06/30/11 by Jim Moscater in Daily Dose

Obfuscating Javascript with Maven and Google Closure

Original blog post:

0 replies - 3428 views - 04/18/11 by James Heggs in Articles

JavaScript: an overview of the regular expression API

This post gives an overview of the JavaScript API for regular expressions. It does not, however, go into details about regular expression syntax, so you should already be familiar with it.

2 replies - 4452 views - 04/01/11 by Axel Rauschmayer in News

JSON processing using Jackson Java JSON Processor

JSON(Javascript Object Notation) is becoming a more popular data exchange format. While developing Web applications using Javascript frameworks like YUI, ExtJS, DOJO etc we can use either XML or JSON to exchange the data between the client and server. ...

0 replies - 9826 views - 03/23/11 by Sivaprasadreddy... in Tips and Tricks

GitHub is a web application, Twitter is not (yet)

Yesterday, in a lecture on web technologies, we consider Flash application and what is their position in the web.Is a Flash application a web application? The answer was yes and no. It is in some sense, since it is delivered over HTTP. However, it is not...

0 replies - 7996 views - 03/08/11 by Giorgio Sironi in Articles

Lightweight JavaScript inheritance APIs

Creating objects via constructor functions is fairly straightforward in JavaScript. But as soon as you want to do inheritance, things become complicated. This post examines how inheritance works in traditional JavaScript. It then presents four APIs that...

3 replies - 4747 views - 03/07/11 by Axel Rauschmayer in News

Thinking In Reverse - Not Taking Orders From Your Boss in Realtime

Today I was talking to my crazy, crazy-smart and great friend Mike Marshall, the creator of Massh about how difficult it is for some people to adapt to new things. We were also talking about Realtime Webapps, wondering how many wasteful pull-style apps we...

4 replies - 5938 views - 02/21/11 by Felipe Oliveira in Articles

Table sorting & pagination with jQuery and Razor in ASP.NET MVC

Introduction jQuery enjoys living inside pages which are built on top of ASP.NET MVC Framework. The ASP.NET MVC is a place where things are organized very well and it is quite hard to make them dirty, especially because the pattern enforces you on...

11 replies - 6490 views - 02/14/11 by Hajan Selmani in News

Hybrid Client-Server Centric Programming: a Match Made In Heaven

First of all we must need to define what client-centric and server-centric programming in the web is. Client-Centric ProgrammingYou do client-centric programming when you make code to be executed on the client. For instance, any JavaScript code made by hand...

2 replies - 4280 views - 01/26/11 by Jose Maria Arranz in Articles