Tag: JavaScript

jQuery Tricks Quickie – Select Images by using Alt tags

In jQuery you have multiple selectors to either select single objects or a whole bunch. I […]

Change Lightbox 0.5 Image Size

Update 2011: For those people who had problems with the below instructions.. please find in on […]

ASP.Net | Read Values from Javascript

Today I started checking out some videos about Windows CardSpace and ASP.Net for logging in and […]

Div OnClick instead of a href | Quickie

Instead of using the “<a href=” tag to go to another page, you can use the […]

Project NINE | Launching 29th November

Small Businesses, Medium Businesses, Small to Medium Companies, Website Design, Web Development, Graphics, Coming Soon, Launching in November, To Get You Online, Register For More Info, Register Nine

Project NINE | Start Registering

Start Registering your interest for this New Web Design Concept: “Great Web Design for a Small […]

Online Javascript Compressor

This might help some developers and designers… a Javascript Compressor. It’s extremely useful as it compresses […]

Substring vs Substr | Javascript

The substring() method extracts the characters from a string, between two specified indices, and returns the […]

Remove Special Characters (like !, %, &, #) from String | Javascript

No, this post is not about dieting or anything like that… but to remove Special Kharacters. […]

Response.End()

This is added after the text needed in the response stream is written using the Response.Write() […]