Code of the Day: Javascript Fibonacci Numbers the fast way

15 years ago

//Programmer: Larry Battle //Date: April 18, 2011 //Purpose: Get Fibonacci numbers in O(1) time. var getFibonacciNum = function( n ){…

Learn Sig Figs in No Time

15 years ago

Hey Everybody, I made a video for one of my old post, What are Sig Figs? Tutorial Enjoy. :)

Code of the Day: Javascript Significant Figures

15 years ago

Did you know that JavaScript automatically trims off trailing zeros on numbers with decimals? Well now you do, and in…

Code of the Day: Javascript Detect Internet Explorer

15 years ago

How many hours have you spent wasted on getting your site to run or display properly on Internet Explorer? Do…

Video: Learn How to Type Faster in Step 3

15 years ago

Feeling the urge to learn something new, I decided to discover what it takes to produce a video and host…

Retrieve Facebook password using javascript buffer overload attack.

15 years ago

This was an april fools joke Hey Everyone, I found a problem with the way most browsers handle the document.cookie…

Book Review: Computers Ltd: What They Really Can’t Do

15 years ago

Hey everybody, I would like to share a book review that I wrote on amazon.com. Book: "Computers Ltd.: What They…

Answers to “15 Must Know Java Interview Questions After 2 Years of Experience”

15 years ago

This post is in response to 15 Must Know Java Interview Questions After 2 Years of Experience. Note: Only short…

Quote of the day – by Brian Kernighan

15 years ago

"Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as…

CSS reference in JSON

15 years ago

Hey everyone, I just want post a link to a JSON file that I made as a CSS reference. It's…