-

It's the only job I can think of where I get to be both an engineer and an artist. There's an incredible, rigorous, technical element to it, which I like because you have to do very precise thinking. On the other hand, it has a wildly creative side where the boundaries of imagination are the only real limitation
javascript Archive
-
Creating your own JavaScript Library
Posted on January 3, 2012 | 14 CommentsOne of the phases I went through while learning about JavaScript was the intense desire to write my own library, similar to jQuery (but massively scaled down). My library has gone... -
Really Simple jQuery Tabs
Posted on October 12, 2011 | 1 CommentBugged by popular jQuery tab content rotators that a bulky, non semantic, to fast/slow, or can't use custom HTML anywhere you want? Really Simple jQuery Tabs is a jQuery plugin that tries to address each one of those issues. It's goal is to be as simple and flexible as possible. You can completely rip-out and replace the CSS with your own, changing elements position, styling, etc. It is quite small: at 844 bytes your bandwidth won't know the difference! -
Convert < address > tags into Google Map link using jQuery
Posted on June 29, 2011 | No CommentsWhile designing a page template for a University today, I realized that there were many areas of the future pages that would include street addresses: buildings, conferences, offices, ect.. I... -
100% Height Div with 2 lines of code
Posted on January 13, 2011 | 16 CommentsEDIT: This post has several code-blocks of JavaScript to keep two divs at an equal height. I recommend the last method, if you are using jQuery — It seems to... -
Tutorial: Opening a Pop-up window in ASP.net
Posted on July 9, 2010 | No CommentsThere are many reasons that a user would want to open up a new window from your ASP site. Maybe the clicked on a button or a link, maybe the...



