javascript

  • submit to reddit

Generate Client Id In Javascript

0 replies - 2059 views - 07/20/11 by Snippets Manager in Uncategorized

Unit testing JavaScript code when Ajax gets in the way

The previous part of this article is here, but it's not required for understanding the current topic.Unit testing is one of the best tools I have in my box to...

1 replies - 4704 views - 07/14/11 by Giorgio Sironi in Articles

Testing JavaScript when the DOM gets in the way

It's one thing to exercise a simple function or even an object graph in a controlled environment; it's another to assert the DOM is manipulated correctly:...

2 replies - 3751 views - 07/05/11 by Giorgio Sironi 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...

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

GET / POST Parameter In Node.js

GET / POST Parameter In Node.js is pretty simple.  Only 5 lines of code to insert into your project.

0 replies - 17164 views - 06/28/11 by Snippets Manager in Uncategorized

Find Log Base 10 Using Javascript

0 replies - 4083 views - 06/20/11 by Snippets Manager in Uncategorized

FadeIn Images After Loaded

0 replies - 3239 views - 05/26/11 by Snippets Manager in Uncategorized

Classical inheritance in JavaScript

If you have written a bit of JavaScript, you certainly have heard the word prototype. Prototype is not only a JavaScript library, but also a key concept of...

0 replies - 5600 views - 05/03/11 by Giorgio Sironi in Articles

Exploring TDD in JavaScript with a small kata

A code kata is an exercise where you focus on your technique instead of on the final product of your mind and fingers. But a kata can also be used as a...

0 replies - 6960 views - 04/21/11 by Giorgio Sironi in Articles

We cannot avoid testing JavaScript anymore

You have to test your web application. Since the current year is 2011 and not 2002, you're going to use Ajax requests in it, and a certain amount of JavaScript...

0 replies - 7268 views - 04/11/11 by Giorgio Sironi in Articles

Acceptance Testing For Rails

0 replies - 4053 views - 03/25/11 by Alexey Tarasevich in Uncategorized

Accessing The DOM Of A Page Loaded In An Iframe

0 replies - 1966 views - 03/14/11 by Snippets Manager in Uncategorized

Browser Detection

0 replies - 2464 views - 03/06/11 by Snippets Manager in Uncategorized

Play Sound With JavaScript And Actionscript

0 replies - 2433 views - 02/10/11 by Benoit Asselin in Uncategorized

CSS Rounded Corners

1 replies - 7114 views - 02/01/11 by Snippets Manager in Uncategorized