Archive for the ‘Java script’ Category
Check IP and IP Address Redirect
I’m working on an intranet where the ip addresses for each section of the company is different and would like a different webpage shown depending on the ipaddress of the computer. Simple like this in PHP: <?// Get the IP Address $ip = $_SERVER['REMOTE_ADDR'];// Find redirect needed for that IP… Change the IP addresses.. you can add as many as possible just copy the same format… switch( $ip ) { case 82.994.003.22: $redirect = ’page1.htm’; break;case 82.994.003.21: $redirect = ’page2.htm’; break;// Default page if IP does not match any of the IPs listed.. default: $redirect = ’defaultpage.htm’; } // Now redirect to that page.. header(‘location: $redirect’); ?> Simple like this in [...]
Multi-User File Manager & Uploader with Progress Bar
FileChucker is an AJAX-based web application that lets you accept file uploads on your own website. It’s simple to install (just one file), packed with features, fully configurable, nice looking, and very handy for when you want to share files with anyone. And during uploads FileChucker shows a progress bar & table, so the user [...]
Creating Rotation (random) your banner !
This example will rotate through a set number of images. You need only change the variables in the first three lines of JavaScript and the format of the image tag to meet your needs. <script type=”text/javascript”> maxImages = 50; // set this to the max number of image rotations to be displayed rotationDelay = 2000; [...]
How to Create Zoom Photo in your Blogger ?
Zoom Your Images In Blogger Posts is the script you would have seen in many websites to show of there image demos as large one as its very nice way to show there images and templaes.Today i will tell you how to install this script in your blog so as the images in your post [...]
Updated: Tag cloud /Label cloud in Blogger
Here is the code and setup information to use the Label Cloud in New Blogger. First you obviously have to have a blog on New Blogger, and you MUST be using the layouts templates, (this isn’t available for classic templates, or FTP published blogs ) and you must have some posts labeled already. (There needs [...]
Add label clouds in your blogger
A tag cloud or label cloud for blogger is a list of all the labels used within a blogger blog displayed with style.You can see a demo of the Label cloud widget here on my site. This Tag Cloud Widget was originally developed by phydeaux3. I have just simplified and made it easier to install.. [...]
PHP script clock for your website
Keep save as this code with filename.php <? // Binary Clock // script copyright© 2002 Andreas Tscharnuter // questions? contact: psychodad@psychodad.at || [url=http://www.psychodad.at/clock/]http://www.psychodad.at/clock/[/url] // free to use, copy and modify but leave comments untouched;) // just include this file where your binary clock should appear // version 1.2 03 September 2003 // below you can [...]
How to add box search in Blogger ?
Every blog should include a search box to make finding things easier. Follow these step-by-step instructions to add one to your blog today. Step 1: Log into your Blogger.com account. Step 2: Click the Layout tab from your blog Dashboard. Step 3: Click Page Elements. Step 4: Click Add a Gadget above the section you [...]
How to add adsense into Blogger ?
1. Adsense Within Posts: As I mentioned above, you can’t place Adsense ads within the post body using the built-in gadgets. To do this, we’re going to have to put our Adsense code directly into the template. We still can’t put the ad unit in the middle of the post, but we can put it [...]
How to insert Banner, Logo in Blogger ?
It’s equally easy to include a logo or other graphic in the header, though how you proceed will depend on whether you retain or replace the existing title text. Retaining the Title Text If you wish to keep the existing title text, including a graphic in your header is easy. The key here is that [...]




2_03.gif)
1_03.gif)