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

What is CASSANDRA?

cassandra is a hybrid non-relational database in the same class as google’s bigtable. with cassandra, like a document store, you don’t have to decide what fields you need in your records ahead of time. you can add and remove arbitrary fields on the fly. features there are a number of reasons to choose cassandra for your website. compared to other databases, three big features stand .. .. ..

Written By : bhaskar

Why HTML5

today i came across a site, which explained very beautifully about html 5. the post was focused on advantages of html5 over earlier versions. i thought i would share some of the very very important points to our readers too. here we go. 1.  no  doctype  specification  is  required read the rest of this entry .. .. ..

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

How to make Firefox as default Browser in your system

do you stuck in setting back the firefox as your default browser? please read out, these few lines will solve your issue. in windows machine click on tools menu select options a new pop up window will open click on advanced tab in advanced tab click on general sub tab now, observe ” always check to see if firefox is the default browser or not ” .. .. ..

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

Install SSL Certificate from cPanel

here  is   simple  1- 2 – 3  way  to install your  ssl  certificate  for your website. step 1: install the ssl server certificate login to cpanel. click ssl/tls manager > certificates (crt) > generate, view, upload… your ssl server certificate will be sent to you by email. the email message includes the web server certificate that you purchased in the body .. .. ..

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 .. .. ..

Pages: 1 2 3

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