Author Archives: Sreejith Sreedharan

09
Mar
10

Here , i will tell you how to add a fade over /fade in effect to image button in jquery. its very simple…………………………… 1. Import jquery <script type=’text/javascript’ src=’http://yoursite.com/jquery.js’></script> 2. Add a div tag with image in it <div class=”fadeDiv”> … Continue reading

Posted in Javascript | Tagged , , , , , | Leave a comment
05
Mar
10

In any Object oriented programming language , one object reference can be type cast into another object reference. There are compile-time rules and runtime rules for casting in java There can be 2 casting java scenarios · Upcasting Downcasting When … Continue reading

Posted in Java | Tagged , | Leave a comment
02
Mar
10

This tutorial will guide you create a simple popup based on CSS and Javascript 1.  Create a simple div HTML <div id=”overlayContent” style=”display:none;z-index:110;width:100%;position:absolute;left:0;top:25;height:200px;”> </div> here , make sure you put z-index to a value , display to none and position … Continue reading

Posted in Javascript | Tagged , , | 1 Comment