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 .. .. ..
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 entry .. .. ..
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 .. .. ..
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 .. .. ..
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 .. .. ..
Populating Check All Checkboxes Functionality using Javascript & JQuery
at time are you stuck with doing check all functionality for your application? here is how you can do it in quick manner. this tutorial will guide you how to achieve check all checkboxes by checking a single check box. here is an example instance. in the following page i want to check all the check boxes once if check the top most checkbox at the header section. read the rest .. .. ..
Simple Logging in PHP
what if we get a simple code which logs for us about about activity. which logs your message as well as the user ip address, user agent as well as referrer… fantastic isn’t it . so, here it is this class is a abstract class so, you need not worry about even instantiating the class for logging your message each and every time, by simply .. .. ..
Only Domain Name from URL using Regular Expression
dear friends, as php 5.3.x is released and you will be aware of the truth that ereg() regular expression functions are deprecated from the latest versions i.e no more usage of ereg() so, keep this in mind not to use of ereg() from today onwards this effects most of the popular cms i,e drupal, joomla so, before you upgrade your php version on your .. .. ..
How to Insert Flash File into Header of Your WordPress?
most of weblog owners are keen to insert flash file into header of the blog or wordpress website. here is the simplest tutorial to replace your header image file into flash file in your wordpress website or blog. 1. take a sample page of your wordpress blog or website by browsing into any one of the page, take the source of the page and copy it and name it as .. .. ..
