GodLikeMouse
  • Blog
  • Music
  • About Me

Frontend Development

Rant

Web Development – Pushing The Change Forward Now

For years web developers have been forced to cater to the lowest denominator, this usually being the most featureless non-compliant browser available.  With web compliant standards available to the public and a consortium of propeller heads to keep these standards in check, I believe it’s time for a change.  As Read more…

By GodLikeMouse, 12 yearsFebruary 1, 2013 ago
Code

jQuery Quick Start Tutorial

Foreword The following is a quick crash course in using jQuery.  If you’ve never used jQuery before and want to know to how without reading a ton, this is the tutorial for you. Getting Started First download the latest version and include it in a page.  Grab the minified version Read more…

By GodLikeMouse, 14 yearsDecember 18, 2010 ago
Code

Optimization Techniques For JavaScript

Often times JavaScript coding you’ll find yourself creating a loop and at some point in time doing some form of conditional statement. Conditions in loops have a heavy impact on the speed in which JavaScript will execute. Especially when the number of iterations is high. Take for example the following Read more…

By GodLikeMouse, 17 yearsDecember 14, 2007 ago
Code

Understanding JavaScript Execution Scope

By utilizing the var keyword as a literal, pseudo structures or pseudo namespaces can be created. JSON/Pseudo Structures: All members and methods within a pseudo structure are public. The psuedo structures are non-instantiable. To access a member of a pseudo structure, use the structureName.member or structureName.functionName() syntax. As you can Read more…

By GodLikeMouse, 18 yearsMay 10, 2007 ago
Code

Developing A 3D JavaScript Engine

Many developers have really pushed the limits of JavaScript development. Most advancements have been geared toward business applications, but what about the fun stuff. What about doing it just for the challenge or perhaps, for gaming. So let’s develope a 3D JavaScript engine. Let’s start with the most basic structure Read more…

By GodLikeMouse, 19 yearsJune 11, 2006 ago

Posts pagination

Previous 1 2
  • Blog
  • Music
  • About Me
Hestia | Developed by ThemeIsle