Javascript

  • submit to reddit

Back to Basics – Using Keyboard Events in JavaScript

A few months ago I was implementing a POC for a customer and was in a need for reading keyboard presses through JavaScript. I was asked the same question...

0 replies - 1826 views - 09/16/12 by Gil Fink in Articles

Resources from Jason Rudolph's "ClojureScript Experience Report"

Thanks to everyone who came out to the Triangle Clojure Users Group for my talk last night. It was great to see all the enthusiasm for ClojureScript. For...

0 replies - 2639 views - 09/09/12 by Jason Rudolph in Articles

Polyglot Programming on the Web

Whether you like it or not, the web platform has become the dominant client-side technology. This fact is so obvious that even...

1 replies - 4943 views - 08/28/12 by Victor Savkin in Articles

Montage - A Framework To Develop Rich HTML5 Applications Using JavaScript & Node.js.

Montage is framework lets you develop rich HTML5 applications that use JavaScript both on the front-end via the browser, and back-end via Node.js....

0 replies - 3325 views - 08/12/12 by Hirvesh Munogee in Articles

Javascript, Javascript, Everywhere

Javascript has been available in the web world for a while. It has become one of the most popular, known and understood (and also hated) languages available....

0 replies - 3047 views - 08/08/12 by Abhishek Jain in Articles

TerrificJS - A JavaScript Framework To Modularize Your jQuery Code

TerrificJS is a neat, clever piece of code that allows you to modularize your jQuery code by solely relying on CSS naming conventions. The Terrific module...

0 replies - 2753 views - 08/03/12 by Hirvesh Munogee in Articles

Integrating HTML and JavaScript into Vaadin 7 - Part 1

In Vaadin 6, extending existing components required creating subclasses and overriding the desired methods when possible. When not, this meant hacking...

0 replies - 698 views - 07/29/12 by Nicolas Frankel in Articles

Bootstrap Über Alles

Ok, the award for the best new technology, that should have shown up a freaking long time ago, goes to Twitter Bootstrap....

1 replies - 1782 views - 07/25/12 by Rob Williams in Articles

JS Frontends are like Desktop Apps

I noticed a trend recently, among developers, that we need to learn how to work with JS frontends. Obviously, it's great that people want to improve their...

3 replies - 2096 views - 07/23/12 by Andrzej Krzywda in Articles

Programming: Initially a Female Profession

In the 1940s, the first computer programmers were all women. That only changed later. Quoting “Researcher reveals how ‘Computer Geeks’ replaced...

0 replies - 3051 views - 07/15/12 by Axel Rauschmayer in Articles

ExtJS 4 Form: Unique Field Value Validation Example (Server Validation)

Today’s example is an ExtJS 4 Form unique field value validation, done on the server side. Do you know when you are going to register in a new social...

0 replies - 3127 views - 07/07/12 by Loiane Groner in Articles

An Inversion of Control Container in Dojo Javascript Framework

IntroductionThe software community is no stranger to the concept of inversion of control and dependency injection particularly after the popularity of the...

0 replies - 1968 views - 06/20/12 by Archanaa Panda in Articles

The Speed Race Is On: Vert.x and Node.js

Vert.x and Node.js are similar in some ways, and different in others. One such difference is that Node.js only allows you to write code in JavaScript...

1 replies - 10867 views - 05/28/12 by Chad Lung in Articles

Getting Started with Socket.IO and Node.js

Node.js is not the cure for everything, however, it can certainly makes working with Websockets very easy when using the Socket.io library. Using websockets...

1 replies - 6536 views - 05/24/12 by Chad Lung in Articles

Posting a New ATOM Entry to Atom Hopper Using Node.js

Previously I blogged about how you can use Apache Abdera to post ATOM entries to an AtomPub server like Atom Hopper. Today I’ll show you how to do something...

0 replies - 1939 views - 05/18/12 by Chad Lung in Articles