Category: JavaScript
| JavaScript bracket notation allows you to use strange variable names by Cory Rauch Category:JavaScript |
| And you wonder why you would want to do that? Well, at times using invalid characters in variables names maybe unavoidable. Take the example below: Date:2009-01-21 |
| How to detect if your in a frame via JavaScript by Cory Rauch Category:JavaScript |
| At times you may need the ability to detect if your javascript code is in an html frame. I will cover a simple way to do this. Date:2008-11-26 |
| How to create a multidimensional array in JavaScript by Cory Rauch Category:JavaScript |
| JavaScript does not have native support for multidimensional arrays but using this technique you can create something similar. Date:2008-09-01 |
| How to do custom sorting in Javascript on arrays by Cory Rauch Category:JavaScript |
| In this article I will cover how to do custom sorting of both singular and multi-dimensional arrays in JavaScript. Date:2008-08-26 |
| Free JavaScript Solitaire Game by Cory Rauch Category:JavaScript |
| For years now the internet has slowly chipped away at the
desktop. In fact many of us have used some forms of web based
application or "weblications" with little note.
One popular example may be your email client, most people
now will use some form of web based email client (Gmail, Hotmail,
etc). Or how about map software, i find little need to actually
buy a full blown map application since sites like Google Maps
and Mapquest all suffice for my basic needs. So what holds
us all back from fully converting to using our web browser
as the platform for all our programs? Below I've compiled
a list of weblications that have replace traditional desktop
software. What is the missing piece in the web based application
market? Date:2007-02-10 |
| Protecting Your JavaScript Source Code by Cory Rauch Category:JavaScript |
| You just spent weeks writing a master piece of a JavaScript Class only to find the following week it ripped from your site and posted on competitors sites. Even worse your competitor claims it as there own code, advertising it as such. As web applications become more common this scenario is becoming more common. Date:2006-10-09 |