javascript

  • submit to reddit

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 - 1518 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 - 2278 views - 11/28/12 by David Catuhe in Articles

Programming in HTML5 with JavaScript and CSS3 Specialist

As of today, I am a Programming in HTML5 with JavaScript and CSS3 Specialist. I took the 70-480 exam and passed with a score of 760. Though I already have...

0 replies - 2693 views - 11/27/12 by Kristof Degrave in Articles

10 Things You need to Know about Javascript

Back in 1995 Netscape wanted a language with a simple programming model, but flexible enough for building real scalable applications. Curious, that Brendan...

2 replies - 9678 views - 11/20/12 by Dmitry Sheiko in Articles

Using CSS/HTML to Make a Responsive Website in 3 Easy Steps

Today, a website must not look good only on a desktop screen, but also on tablets and smartphones. A website is responsive if it is able to adapt to the...

0 replies - 23116 views - 11/19/12 by jb j in Articles

Write ActionScript Code into HTML with FlashJS Javascript Library

FlashJS is JavaScript graphics and game development engine with API similar to Flash one.  It`s a HTML5 game development tool, based on verified for...

0 replies - 4337 views - 11/17/12 by Hirvesh Munogee in Articles

"I'm Not a Front-End Person"

Over the past decade, the Internet has exploded in popularity and crept into everyday life. In response to this movement, companies have shifted focus from...

5 replies - 3530 views - 11/08/12 by Zac Gery in Articles

JavaScript Style Badge - A Visual Fingerprint of your Coding Preferences

 JavaScript Style Badge is a visual fingerprint of your coding preferences (and is somewhat similar to the Geek Code). To create a badge, simply fill out...

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

Adventures In JavaScript

Missing a comma in a class. Firefox: “Everything’s cool, brosef!” :: empty screen :: Chrome 1st time: “You can’t load local files, lol, eff...

0 replies - 2688 views - 10/27/12 by Jesse Warden in Articles

JavaScript for Windows Store Apps: Error Handling

Are you confident you are writing your JavaScript code error free?  Do you wonder if traditional JavaScript error handling techniques still apply when...

0 replies - 2161 views - 10/24/12 by Michael Palermo in Articles

Query Your DOM

Your HTML describes the structure and sequence of your document. It’s the starting point for your UI. But it’s just the starting point. Things change....

0 replies - 2192 views - 10/24/12 by Jeremy Foster in Articles

Exploring the HTML5 Web Audio: Visualizing Sound

If you've read some of my other articles on this blog you probably know I'm a fan of HTML5. With HTML5 we get all this interesting functionality,...

0 replies - 2305 views - 10/23/12 by Jos Dirksen in Articles

13 Links for Node.js Development on Windows with WebMatrix 2

Having found the excellent TOAD for MongoDB (and other NoSQL), Windows is starting to be an okay development platform.  Not as good as Mac or Ubuntu, but...

0 replies - 4668 views - 10/19/12 by Tim Spann in Articles

Two of My Favorite Javascript Design Patterns

The content of this article was originally written by David Morrow over at the New Relic blog. So you write JavaScript. That’s pretty much a given for...

0 replies - 5921 views - 10/10/12 by Leigh Shevchik in Articles

Building Backbone Applications with TypeScript

Hot off the press, TypeScript was announced earlier this week and has resulted in an explosion of commentary over Twitter and various blogs. The language...

0 replies - 3043 views - 10/08/12 by Jeremy Likness in Articles