Month: June 2013

ucwords() in Classic ASP / Proper Case or Title Case in ASP!!

ucwords() in Classic ASP / Proper Case or Title Case in ASP!!

This tutorial shows how you can make first letter capital (upper case) of each word in Classic ASP.
There is no predefined function like PHP ucwords() in Classic ASP. So, here is the function you can use it to do …

jQuery Date Picker on Click of Calendar Icon / Any Image

This tutorials shows how you can make the jQuery datePicker appear on click of the Calendar Icon. Also, teaches how you can change the date format of date picker.

Lets begin the tutorial.

Here is the JavaScript Part:

$(function() {
	

Change Font Family on select Drop Down – Simple jQuery script!

 

Here is another great tutorial – How to change font family dynamically using jQuery!!

I have used a drop down list of font-families. OnChange of the drop down box will change the font type of the document.

Go to

Find the length of a string without using inbuild function in Java

Find the length of a string without using inbuild function in Java

In this tutorial we are going to see how to get the length of any input string without using the length() function in Java.

Here is the code goes:

import java.io.*;
import java.util.Scanner;

public class lengthofstring {
     public static void 

Show a Div After reaching the bottom of the Page (Tutorial)!

This tutorial shows you how you can show a Div after you reach the bottom of the page using jQuery!.

Its very simple actually. Just copy paste the below code and save it as html and see the output.

NOTE:

Theme: Overlay by Kaira
Agurchand