The day Apple said it will not support plugins like Flash Player, Silverlight for its iOS based devices, new revolution started giving mom...
Read more »
Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts
Javascript: Random Number between two integers
Javascript does has built-in function Math.random() to generate a random number, however the so generated random number is always a floating...
Read more »
Tags:
JavaScript
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
Reading Query String with JavaScript
When you google on this topic you will find many ways to get Query String parameters & its values using JavaScript. Below is one of the ...
Read more »
Tags:
Fav
,
JavaScript
What is minified JavaScript?
Minification (very often just minify , and sometimes also minimisation or minimization ), is the practice of removing unnecessary characte...
Read more »
Tags:
JavaScript
JavaScript Utilities
Latest Download Project: JavaScript Utils Version : 1.0 Date: 14/Dec/2010 URL: // http://pbjsutils.codeplex.com/ Dow...
Read more »
Tags:
JavaScript
,
MyProjects
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...