Archive for April, 2008
Retaining Middle-Click Functionality With JavaScript
Posted by admin in JavaScript on April 26, 2008
Image used under a Creative Commons license. Source
Browsers such as Firefox and Internet Explorer 7 allow users to middle-click on links to open them in a new tab. Oftentimes, JavaScript will be used to add an onclick event to a link that supersedes the link itself. Read the rest of this entry »
IE Plugin to Detect JavaScript Memory Leaks
Posted by admin in JavaScript on April 25, 2008
Microsoft has released a free beta version of a plugin for Internet Explorer that looks for memory leaks. The plugin, plainly titled JavaScript Memory Leak Detector (download), is available immediately and tests for both IE6 and IE7 leaks. Read the rest of this entry »
Using Blogger for Content Management
Posted by admin in Uncategorized on April 24, 2008
Despite the name, Blogger isn’t just limited to blogs. It actually makes for a nifty Content Management System (CMS) for a wide range of sites, including e-commerce, informational and educational sites. Read the rest of this entry »
PHP Starter Template
Posted by admin in CSS, JavaScript on April 23, 2008
Since Alex posted his HTML Starter Template article last week I was inspired to condense some of my starter code for building sites in PHP. Read the rest of this entry »
MooTools 1.1 Cheatsheet
Read the rest of this entry »
HTML Template Starter
Posted by grandecomplex in CSS on April 14, 2008
Dreamweaver, Aptana, and all the other editors have a base HTML code for the <html>, <head>, and <body>. I don’t think any of these editors supply the web developer with all the need for a successful websites. I made one with comments that you can copy and paste in. Read the rest of this entry »
What Are Good Styles to Use in All CSS Stylesheets?
Posted by grandecomplex in CSS, SEO on April 10, 2008
These are a list of styles you can’t live without. I suggest using these in all your stylesheets to help in a variety of situations. Read the rest of this entry »
Redefining console.log() For Browsers Without Firebug
Posted by jdempcy in JavaScript on April 10, 2008

I use Firebug’s console.log() method extensively when developing code. But, when viewing the site in Internet Explorer, Safari, Opera or other browsers that don’t have Firebug, console.log() throws an error. Read the rest of this entry »
How do I make tabs in Jquery? (Without jQ Tabs plugin)
Posted by grandecomplex in jQuery on April 6, 2008
Strategies and Technologies:
This is the beginning of a series where I build a tab presented component from scratch. Each series on the tab will increase in functionality and ux. For starters lets just build it. Read the rest of this entry »
JavaScript Challenge: Cardinal Numbers
Posted by admin in JavaScript on April 2, 2008
This challenge is to write functions to add and subtract numbers using the names of numbers as strings. More precisely, the challenge is to write add() and subtract() functions that take two strings as input, and return one string. Read the rest of this entry »



Activity
Geir Freysson
Andrew DiFiore
zeming
Arun, Neil, shashwat
Eric, Fernando Zanatta, Jörn Zaefferer