A Friend in Need is a Friend in Deed.
Become a Member at ITTreats.com !! Share Your invaluable Experience to Fellow Programmers. Signup, Start Blogging and support fellow Techies.

Simple Multi Level Navigation Menu using Jquery

a simple way to acheive multi level navigation menu using  the very popular  javascript, you are correct jquery.  dynamicdrive.com  is providing  a awesome and simple solution to attain this functionality  with a simple  change in your  code,  just  adding  the class parameter to the div,  smooth navigation menu what you need to  do in your website? 1.you need to  download  and .. .. ..

Written By : adrevol

Default Parameter Value in Javascript

like in java, c++, php is there any way to use default parameter value in javascript? if so how to achieve it ? the answer for this fantastic and very useful question is yes. but unlike in other programming languages, we can achieve this in popularly two diff ways. usually the syntax for the default parameter value would something similar to this 1 2 3 4 5 function .. .. ..

Written By : adrevol

Auto re-direct customers back to site after paypal payment

hope this article will help you people who are looking out  for  auto redirect  the  page  to the  site  after making  the successful payments. paypal   will  allow  you  to do this   with help  of      “return” variable   either  in  your  form  or  in  link read the rest of this entry .. .. ..

Written By : adrevol

Shorten WordPress Title Length and Post Description in wordpress

if you are a wordpress developer and looking forward to limit the number of characters for post titles and post description this is article is heaven for you . i presume that you might be aware of the templates for home page view, page view, full post view and category view.. so, go to the template page where you want to restrict the length of the sentence to the .. .. ..

Written By : adrevol

Change Page Color Scheme Dynamically using Javascript

are you willing to give your website visitors to choose their favourite color appeal of your site. like similar to microsoft or yahoo! website.. at the end of this article you can also find a working demo also .. if you want to check out now itself then here it is dynamic style sheet changing this article will let you the easiest way you can do it .. for making .. .. ..

Written By : adrevol

PNG FIX using Javascript for Transparent Images on IE5.5 and IE6 Browsers

if we are working on cross browser applications, one of the challenge is work on png transparancy for ie6 and ie5.5 .. for those who are looking to fix up this issue as quick as possible , here is a simple js file which does the magic for the png files on the webpage after page load.. read the rest of this entry .. .. ..

Written By : adrevol

Append Child or Prepend Child using Javascript

you are in this page it means,  you are looking for a handy  function(s)   by which  you wanted  to    create a element  dynamically  using javascript  and append  or  prepend  that  element  to a particular  element. we wont  disappoint you.  here is the pure  javascript  version of th  appendchild  or prependchild   functions in javascript read the rest of this .. .. ..

Written By : adrevol

Both Selected Text and Selected Value of a DropdownList using JQuery

if you are a traditional  javascript  programmer  and loving to learn  jquery,   let me ask you a question,  how do you usually  choose selected  text  or  html  of the option,  i guess  your answer would be similar  to selected index innerhtml read the rest of this entry .. .. ..

Written By : adrevol

Query Parameter using Javascript Regular Expression

friends, this post will help you out grabbing query string parameters using javascript. unlike all other posts this post will do this functionality using regular expressions. the advantage of doing this by regular expression fast. read the rest of this entry .. .. ..

Written By : admin

Float Page Heading Across Web Page or blog using JQUERY

dear freinds, i am back once again, yesterday i did a floating page heading for my website, infact you can see the effect right in this website. once you are scrolling to the bottom of the page, your page heading which is lying at the top of the web page won’t be visible. this article will help you to float your webpage heading or blog page heading or article heading .. .. ..

Written By : adrevol