Top Menu

Category Archives Uncategorized

Title Bar Scrolling Marquee Title Bar Scrolling Marquee Use the Title Bar Marquee/Scroller generator at the top of the page to automatically generate a scrolling title bar for your page.<html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">        <title>Static Title</title>        <script src="http://code.jquery.com/jquery-1.6.2.min.js"></script>        <script src="jquery.marqueetitle.js"></script>        <script language="JavaScript" type="text/javascript">            $(document).ready(function() {                $(document).marqueeTitle({                    'message'     : ' Example Marquee Text (Jafar Khan 9451293997)',                    'time'      : 400                });           …

How to create xml file with php code how to create xml file with php codeHere you learn create xml file with the help of php <?php$xml = new SimpleXMLElement("<?xml version='1.0' encoding='iso-8859-1'?><content/>");$track = $xml->addChild('section');$track->addAttribute('name','settings');$item=$xml->addChild('item', 'true');$item->addAttribute('name','textSelectable');$item=$xml->addChild('item', 'gold');$item->addAttribute('name','copyright');$item=$xml->addChild('item', 'Silver');$item->addAttribute('name','companyName');$track = $xml->addChild('section');?>

How to Integrate facebook like button in your site. How to Integrate facebook like button in your site.In this article, I’m going to outline a few of the ways that you can add Facebook to your blog or website using widgets and buttons. These widgets and code snippets come from the Facebook collection of tools that you can use on…

Horizontal List Menu<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>jafaralikhan.blogspot.com</title><link rel="stylesheet" type="text/css" href="csshorizontalmenu.css" /><script type="text/javascript" src="csshorizontalmenu.js"></script></head><body><div class="horizontalcssmenu"><ul id="cssmenu1"><li style="border-left: 1px solid #202020;"><a href="http://jafaralikhan">Home</a></li><li><a href="http://jafaralikhan.blogspot.com" >Free JS</a></li><li><a href="http://jafaralikhan.blogspot.com">JS Tutorials</a></li><li><a href="http://jafaralikhan.blogspot.com">References</a>    <ul>    <li><a href="http://jafaralikhan.blogspot.com">JS Reference</a></li>    <li><a href="http://jafaralikhan.blogspot.com">DOM Reference</a></li>    <li><a href="http://jafaralikhan.blogspot.com">CSS Reference</a></li>    </ul></li><li><a href="http://jafaralikhan.blogspot.com">web Tutorials</a></li><li><a href="http://jafaralikhan.blogspot.com">Resources</a>    <ul>    <li><a href="http://jafaralikhan.blogspot.com">Dynamic HTML</a></li>    <li><a href="http://jafaralikhan.blogspot.com">Coding Forums</a></li>    <li><a href="http://jafaralikhan.blogspot.com>CSS Drive</a></li>    <li><a href="http://jafaralikhan.blogspot.com>CSS…

The interest in extraordinary menus seems to be high nowadays, so today I will teach you how this is done.Since the Apple-flavored Leopard-text-indent style is currently one of my favorite menu styles, we will start from scratch and build such a menu in Photoshop, then create the needed HTML and CSS and last but not least improve it via jQuery. Your…

 Simple html text editorwe tell how to install html text editorTinyMCE has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.  <html><head>    <title>Demo 1 : It-solution</title></head><body><div id="sample"><script type="text/javascript" src="http://js.nicedit.com/nicEdit-latest.js"></script><script type="text/javascript">    bkLib.onDomLoaded(function() { nicEditors.allTextAreas() });</script><form name="" id="" action="demo.html" method="post"><h4>First Textarea</h4><textarea name="area1" style="width:400px;" cols="35"></textarea><br><input type="submit" name=""…

Form Validation with js and cssTo make it all work, we first need to add the jQuery library script between the Head tags.*  when you blank field then focus  text box (etc) border red and open alert box* when you focus text  box etc then text box and etc background change.Code Here   <html xmlns="http://www.w3.org/1999/xhtml"> <head>  <title>Create User</title>  <meta http-equiv="Content-Type" content="text/html;…

Simple Tabs CSS & jQuery - Easy Tab Tutorial with CSS and jQueryI know there are quite a few tutorials out there that demonstrate how to create tabs with CSS & jQuery, but I decided to create my own as well. I’m not sure if the techniques are the same, but hopefully this tutorial will be easy to understand even…

onclick empty text boxwhen you click text box then empty text box and when you out text box without enter any words then insert default Value  <input name="username" type="text" value="username" onfocus="if(this.value=='username')this.value=''" onblur="if(this.value=='')this.value='username'" /> See Exampleif  you Like this code then Please do the comments

jQuery onmouseover + onmouseout / hover on two different divsTo make it all work, we first need to add the jQuery library script between the tags.<script src="jquery-1.4.4.js" type="text/javascript"></script></div>This code past body Tag<div id="div_1">    Here Hover</div><div id="div_2">    Here content to show</div>$(function() {jQuery('#div_2').hide(); jQuery('#div_1').mouseover(function() { jQuery('#div_2').fadeIn();});jQuery('#div_2').mouseout(function(){ jQuery('#div_2').fadeOut();});});if  you Like this code then Please do the comments   

12
Close