no image

Free CDN Service – That too from Google!

CDN - Content Delivery Network or Content Distribution Network What is CDN? As defined at wikipedia : A content delivery network ... Read more »
no image

Using CDN hosted jQuery Library

Very often, to use jQuery, jQueryUI and Themes we need to add reference(<script> tag) to these javascript libraries in our HTML and no... Read more »
no image

Using jQuery Scripts hosted @ Google

As mentioned in my previous post , rather then hosting jQuery libraries on our sever we can directly use them from CDN services available fr... Read more »
no image

Using jQuery Scripts hosted @ Microsoft

As mentioned in my previous post , rather then hosting jQuery libraries on our sever we can directly use them from CDN services available fr... Read more »
no image

Trim() functionality in JavaScript

Below is are the trim(), ltrim() and rtrim() functionality for strings in Javascript: /********** String Trim Utilites *******************... Read more »
no image

String.Format() for JavaScript

.Net's String.Format is a very powerful method for working with strings and is one of my favorite utility which I have been using in C#... Read more »
no image

Mind Reader : This program probes your mind. Try it.

Think of a number with 2 digits (ex: 54) Subtract from this number its 2 digits (ex: 54 - 5 - 4 = 45... Read more »
no image

Drop All Objects in SQL Server

Below is the T-SQL script for dropping all the objects from a database in SQL Server. This script in particular drops Procedures, Functions,... Read more »
no image

Visual Studio 2010 RC is now available

Finally, long awaited Microsoft Visual Studio 2010 Release Candidate with .Net Framework 4.0 and ASP.Net 4.0 was made publically available o... Read more »
Null Object Design Pattern

Null Object Design Pattern

Null Object design pattern – alternatively returning null object instead of ‘ Null ’ to avoid repeatedly checking for null values within c... Read more »

Popular Posts

 
© Old - Pinal Bhatt's Blog
From the desk of Pinal Bhatt | www.PBDesk.com
Back to top