Posts tagged with ''

Yahoo! User Interface Library

July 13th, 2007

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

ModalBox - User friendly web-based popups and wizards

July 5th, 2007

Came across this cool little web 2.0 style AJAX script that creates web-based popups and wizards…

I’ve been thinking about where I could use this cool little tool for my personal use. I’m sure there are tonnes of websites or software programs that could find it useful.

Read the rest of this entry »

JavaScript - Count Array

July 4th, 2007

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 using JavaScript.

In PHP you’d simply write:

<?php
$myarray = array(’red’, ‘green’, ‘blue’);
echo count($myarray);
?>

This is how you do it in JavaScript:

Read the rest of this entry »

25 Code Snippets for Web Designers

March 10th, 2007

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 all like that part.

25 Code Snippets for Web Designers

Ajax Showcase

March 7th, 2007

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