Programming

Yahoo! User Interface Library

I certainly didn’t know that Yahoo! had a library of utilities written in JavaScript. I just stumbled upon it a while back. I’ve never really heard of it before now. They’ve got quite a few cool scripts with thorough documentation. Definitely worth a look at… Yahoo! User Interface Library

JavaScript – Count Array

I’m a PHP man myself however I’ve been playing around with JavaScript a lot lately since I’ve been creating the CRM for our web design company… A cool little trick I learn’t today (I couldn’t find the answer easy enough in Google so I just figured it out myself) is how to count an array [...]

25 Code Snippets for Web Designers

This is a nice list of html, css, javascript and ajax scripts. You are bound to find something new. The one that stood out to me was the sIFR. It replaces peices of text with any font you want even if the font is not installed on a visitors computer. It’s also SEO friendly… We [...]

Ajax Showcase

Someone has put together a very nice list of Ajax scripts. I had a look through most of them when I first came across it and I can see quite a few coming in handy down the track. miniajax.com

ASCII Art Generator

I don’t know why the heck anyone would create this but wow… it’s pretty cool. This is a PHP script that converts any image into “ASCII Art”. It looks awesome and is extremely clever but what’s the point of it? I’m have no idea!!!