javascript

  • submit to reddit

AngularJS - Get a First Impression

AngularJS is an amazing JavaScript framework designed to create single-page applications (SPA) using MVC architecture. In this article I would like to...

0 replies - 3093 views - 05/16/13 by Artem Tabalin in Articles

Links You Don't Want To Miss (Apr. 23)

A collection of JavaScript patterns This is a list of TONS of JavaScript patterns and antipatterns that covers function patterns, jQuery patterns, jQuery...

0 replies - 1749 views - 04/23/13 by Eric Genesky in Articles

Proof of Concept - Connecting a Node app with Brackets

In one of the more recent Brackets sprints, Node.js was added to the core of Brackets. If you read my blog you know I've been playing a bit with Node.js...

0 replies - 1166 views - 04/18/13 by Raymond Camden in Articles

JavaScript function overloading

An elegant way to do function overloading.Blog...

1 replies - 711 views - 04/10/13 by Nikola Samatovic in Uncategorized

Dev of the Week: Raymond Camden

Every week, we feature a new developer/blogger from the DZone community  here and in our newsletter, catching up to find out what they're working on...

0 replies - 3584 views - 02/20/13 by Eric Gregory in Articles

Redirect with a Dropdown Menu in JavaScript

This simple scripts show a possibility to call a JavaScript function that retrieves a variable passed from drop down box as a parameter and...

1 replies - 737 views - 02/12/13 by Chara Miteo in Uncategorized

Specify Referring Page in JavaScript

This script informs your visitor that a given page may be reached only from the page that you specify. Paste this code before the ending tag on the page:

1 replies - 696 views - 02/12/13 by Chara Miteo in Uncategorized

Testing socket.io Apps

Socket.io is probably one of the coolest things to come out of the...

0 replies - 1833 views - 02/01/13 by Swizec Teller in Articles

Play Youtube video with custom thumbnail onClick event

The snippet is basically a html file that will first display a larger thumbnail image.  Upon clicking on the thumbnail, the image will be faded and...

0 replies - 1889 views - 01/11/13 by Rajeshkannan Mu... in Uncategorized

Pie in the Sky Links for Cloudy Readers

 Happy New Year, everyone! The blog has been relatively quiet in the last few weeks, but that means we have accumulated a ton of interesting reading....

0 replies - 1335 views - 01/07/13 by Brian Swan in Articles

My Super Simple Node Twitter Re-Tweeter

I’ve been having a lot of fun writing a little ‘re-tweeter’ this morning. We basically want to monitor our user stream and then re-tweet any status...

0 replies - 653 views - 12/20/12 by Mike Hadlow in Articles

Datamaps - a JavaScript Library for Interactive Maps in Data Visualizations

DataMaps is a JavaScript library for interactive maps for data visualizations.  DataMaps is bundled into a single JavaScript file.FEATURESUses D3.js...

0 replies - 3630 views - 12/04/12 by Hirvesh Munogee in Articles

JSTAT - A JavaScript Statistical Library

jStat is a statistical library written in JavaScript that allows you to perform advanced statistical operations without the need of a dedicated...

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

Toggling Default Value of Textbox on Focus

You might have noticed the textboxes on most of good looking sites that have some default value written in them. When you click on the textbox, it becomes...

0 replies - 1293 views - 11/28/12 by Arvind Bhardwaj in Uncategorized

How to Create a Cool Parallax Background for Windows 8 in Javascript

Parallax background is a really simple but extremely cool feature you can add to your application. You just need a div containing your background picture and a...

0 replies - 2178 views - 11/28/12 by David Catuhe in Articles