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