Code of the day: jQuery, Get comments from HTML elements.

14 years ago

Code of the day: Get comments from HTML elements. Here's a simple jquery plugin to get the comments from a…

Code of the Day: Javascript, create object without calling new on the Constructor

14 years ago

Here's a simple trick to avoid having to call new on a constructor. All you have to do is have…

Code of the Day: Javascript Decimal Expansion a.k.a Division

14 years ago

Today's Code of the Day is about decimal expansion, which is just division. So you might be asking yourself, "if…

Code of the Day: Javascript, Fix for isNaN

14 years ago

Javascript is a dynamically typed langauges. This feature causes for Arrays, Booleans, and other types to be converted to a…

Code of the Day: Javascript, Prime Factors of a Number

14 years ago

Javascript: Prime Factorization Today's code is a enhancement of Code Renaissance's version of "Finding Prime Numbers in Javascript". Main difference…

Code of the Day: Javascript, Convert decimal to a simplified fraction

14 years ago

Inspired from a stackoverflow.com question. Convert decimal amount to text string fraction in Javascript? Code /** * @author Larry Battle…

Qunit Template

14 years ago

QUnit JSFiddle.net Template http://jsfiddle.net/tWyHg/1/

A quick comparison between == vs equals in Java

14 years ago

/** @author Larry Battle @date April 19, 2012 @purpose To show a simple comparison between == and equals(). */ public…

Video of 5 Autonomous Robots

14 years ago

New Honda Robot ASIMO 2012 - All features and behaviors BigDog Evolution A Swarm of Nano Quadrotors Freaky Life Like…

4 Notepad++ Plugins for Javascript Developers

14 years ago

Editor's Note: This post is from 2012. The hottest editors in 2018 are vscode and