Top Menu

HTML is added into each box, when it moves to the back it doesn't scale correctly. It keeps the same size. Ideally I'd like it to scale to match, but not having much look.<!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 ><title></title><link href="css/commonstyles.css" rel="stylesheet" type="text/css" />    <script type="text/javascript" language="javascript" src="scripts/jquery.min.js"></script>    <script type="text/javascript" language="javascript" src="scripts/jquery-ui.min.js"></script>    <script src="scripts/jquery.roundabout.js" type="text/javascript"></script>    <script src="scripts/default.js"…

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');?>

Nivo jQuery Slider Nivo Slider is the world's most popular jQuery image slider, and it's completely free! Current Features16 unique transition effectsSimple clean & valid markupLoads of settings to tweakBuilt in directional and control navigationSupports linking imagesHTML CaptionsCode <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><html ><head>    <title>Nivo Slider Demo</title>    <link rel="stylesheet" href="../themes/default/default.css" type="text/css" media="screen" />    <link rel="stylesheet" href="../themes/pascal/pascal.css"…

How to get your blogs matter in your site. Suppose you have a blog and you post the data into this blog regularly. Now recently you  have created a new site and want to all the blog’s data show in your website in separate page or anyother location. So in this condition you need my code.My code will show any blog’s…

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…

Send sms without page refresh, the help of cUrl. Instigate sms Api Easley . sms API makes it easy for developers to send  SMS messages from any website. Code  <?php$urltopost="http://txtji.com/sms_api_send";$datatopost = array (    "akey" => "XNLp9tQlbc5W5yK6YdLxFh84VpnWaTo7jmgVlyLe-u6nwsFwPqAhrpXbZ-I8SKOKm83fGOq13Hq0BnXe1jw2VQ",    "message" => "JAFAR ",    "recipient" => "9451293997"    );$ch = curl_init ($urltopost);curl_setopt ($ch, CURLOPT_POST, true);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt ($ch, CURLOPT_POSTFIELDS, $datatopost);curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);$returndata = curl_exec ($ch);curl_close($ch);echo…

php - Run a url to send sms in the background<?php$url="http://domain_Name.com/pushsms.php?username=XXXXXX&api_password=XXXXXXX&sender=dataman&to=9451293997&message=Verified%20Sucessfully&priority=1=1";$ch = curl_init();curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);curl_setopt($ch, CURLOPT_HEADER, true); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); $result = curl_exec($ch);$info = curl_getinfo($ch); //Some information on the fetch//print_r($result);curl_close($ch);?>

Here you can Encrypt URL with the help of  urlencode($string) and  urldecode( $string)Is there a way I can encrypt a page URL and hide the data source url? There are times when you need to to hide the real path, web address or URL to a file that you  sell for profit – ebooks, mp3′s, software  etc (digital products) –…

Here you can change Hindi fount to Unicode with the help of Javascript Function Here you can get all links links where you can Converter Hindi fontData Conversion gives the facility to convert Hindi Font Data to UnicodeExample 1. Call javascript Function below Body Tag  <script type="text/javascript">function convert_to_unicode(objValue,showerID){var array_one = new Array( "ñ","Q+Z","sas","aa",")Z","ZZ","‘","’","“","”","å",  "ƒ",  "„",   "…",   "†",   "‡",   "ˆ",   "‰",   "Š",  …

Close