CDN - Content Delivery Network or Content Distribution Network What is CDN? As defined at wikipedia : A content delivery network ...
Read more »
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 »
Tags:
Google
,
JavaScript
,
jQuery
,
jQuery UI
,
Microsoft
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 »
Tags:
Google
,
JavaScript
,
jQuery
,
jQuery UI
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 »
Tags:
JavaScript
,
jQuery
,
jQuery UI
,
Microsoft
Trim() functionality in JavaScript
Below is are the trim(), ltrim() and rtrim() functionality for strings in Javascript: /********** String Trim Utilites *******************...
Read more »
Tags:
JavaScript
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 »
Tags:
JavaScript
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 »
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 »
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 – alternatively returning null object instead of ‘ Null ’ to avoid repeatedly checking for null values within c...
Read more »
Tags:
.Net
,
C#
,
Design Patterns
Popular Posts
-
Uploading files using FileUpload server control is very common and easy with ASP.Net. But normally in this method files are uploaded to the...
-
ASP.Net MVC has a powerful Routing Engine that allows mapping between URL Routes and Controller Actions. Below are few links regarding ho...
-
With Umbraco 4.6.1 in Jan,2011, they brought in one of the great feature to Umbraco CMS - Razor . And with Umbraco 4.7 in March, 2011 they h...
-
Javascript does has built-in function Math.random() to generate a random number, however the so generated random number is always a floating...
-
As a part of my umbraco based website www.PBDesk.com , I was developing learning interactions components which can be re-used in the eLearni...