Create Online DataBase Schema
Posted on Monday, 3 December 2012
by contact-nizam
0 comments Filed Under:
JQuery Contact form POP-UP
Posted on Tuesday, 27 November 2012
by contact-nizam
0 comments Filed Under:
Google link submission and Google SEO setup
Posted on
by contact-nizam
www.google.com/webmasters/tools/
0 comments Filed Under:
SiteMap Generator
Posted on Monday, 26 November 2012
by contact-nizam
Visit this below link to generate sitemap of any website:
http://netzspot.blogspot.in/p/sitemap-generator.html
Have fun.
http://netzspot.blogspot.in/p/sitemap-generator.html
Have fun.
0 comments Filed Under:
Stylish LightBox POP-UP Facebook Like Box Widget For Blog & Website
Posted on
by contact-nizam
How to Add In Website?
1). Just Go To Your HTML File.
2). Now Copy The Below Code And Paste It Between <body></body>.
3). Save It, Now You Are Done.
Customization:
1). Change Red Text According To Your Desire.
2). Change Blue Text With Your Facebook FanPage URL.
3). Save And Done.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js'></script>
<script src="https://gj37765.googlecode.com/svn/trunk/html/[www.gj37765.blogspot.com]jquery.colorbox-min.js"></script>
<link rel="stylesheet" href="https://gj37765.googlecode.com/svn/trunk/html/%5Bwww.gj37765.blogspot.com%5Dfbpopup.css" type="text/css" />
<script type="text/javascript">
jQuery(document).ready(function(){
if (document.cookie.indexOf('visited=flase') == -1) {
var fifteenDays = 1000*60*60*24*30;
var expires = new Date((new Date()).valueOf() + fifteenDays);
document.cookie = "visited=true;expires=" + expires.toUTCString();
$.colorbox({width:"400px", inline:true, href:"#mdfb"});
}
});
</script>
<div style='display:none'>
<div id='mdfb' style='position:fixed; z-index:99999999; padding:10px; background:#fff;'>
<h3 class="mdbox-title">Receive all updates via Facebook. Just Click the Like Button Below<center><p style="line-height:3px;" >▼</p></center></h3>
<center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fboredbees&width=300&colorscheme=light&show_faces=true&border_color=%23ffffff&stream=false&header=false&height=258" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:300px; height:258px;" allowtransparency="true"></iframe>
</center><p style=" float:right; margin-right:35px; font-size:9px;" >Powered By <a style=" font-size:9px; color:#3B78CD; text-decoration:none;" href="http://www.exeideas.com">EXEIdeas</a></p>
</div></div>
References:
Click here to visit
0 comments Filed Under:
Insert current date and time in website
Posted on Saturday, 24 November 2012
by contact-nizam
Step One
Paste the following JavaScript code into the <HEAD> of your Web page:
Paste the following JavaScript code into the <HEAD> of your Web page:
<SCRIPT language="javascript">Step Two
<!-- hide javascript
function StartClock12() {
Time12 = new Date();
Cur12Hour = Time12.getHours();
Cur12Mins = Time12.getMinutes();
Cur12Secs = Time12.getSeconds();
The12Time = (Cur12Hour > 12) ? Cur12Hour - 12 : Cur12Hour;
The12Time += ((Cur12Mins < 10) ? ':0' : ':') + Cur12Mins;
The12Time += ((Cur12Secs < 10) ? ':0' : ':') + Cur12Secs;
The12Time += (Cur12Hour > 12) ? ' PM': ' AM';
document.CForm.Clock12.value = The12Time;
window.status = The12Time;
setTimeout('StartClock12()',1000);
}function StartDate() {
TDay = new Array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday');
TMonth = new Array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
TDate = new Date();
CurYear = TDate.getYear();
CurMonth = TDate.getMonth();
CurDayOw = TDate.getDay();
CurDay= TDate.getDate();
TheDate = TDay[CurDayOw] + ', ';
TheDate += TMonth[CurMonth] + ' ';
TheDate += CurDay + ', ';
TheDate += ((CurYear%1900)+1900);
document.CForm.CDate.value = TheDate;
}// done hiding --></SCRIPT>
Add the onLoad event handler to the page's <BODY> tag:
<BODY onLoad="StartClock12();StartDate()";>Step Three
Then paste the code below into the <BODY> section (add layout and decoration as you see fit):
<FORM name="CForm">That's it.
<INPUT type="text" name="Clock12" size="12">
<INPUT type="text" name="CDate" size="29">
</FORM>
0 comments Filed Under:
Preloading image before flash file loads
Posted on Monday, 19 November 2012
by contact-nizam
0 comments Filed Under:
Useful link for Logo`s,Social networking and Designing
Posted on Saturday, 10 November 2012
by contact-nizam
0 comments Filed Under:
Creating a Top of Page Button on a Website
Posted on Friday, 9 November 2012
by contact-nizam
Instructions
- 1Create or locate the image you want to use as your button. This does not have to be fancy and may web authoring programs have built-in button creating functions. If not, check free button generator sites, like Buttongenerator.com.
- 2Insert an anchor at the top of the page where you want the user to go when they push the button with code like this: <a name="top"></a>
- 3Insert the button within a link where you want the TOP button to appear using code like this: <a href="#top"><img src="yourbuttongraphic.jpg"></a>
- 1
Click here
0 comments Filed Under:
Contact form using PHP
Posted on Saturday, 3 November 2012
by contact-nizam
index.html
<table width="918" height="288">
<tr>
<td height="30" colspan="2" bgcolor="#CCCCCC" style="border:1px #ccccccc solid;"><img src="images/arrow-table-contact-us.gif" width="11" height="10"><strong>Submit a Query</strong></td>
</tr>
<form action="query.php" method="post">
<tr>
<td width="167" height="22">Name:<font color="#FF0000">*</font></td>
<td width="734"><input type="text" name="name" id="name" maxlength="50" size="35" /></td>
</tr>
<tr>
<td>Contact Number:<font color="#FF0000">*</font></td>
<td><input type="text" name="phno" id="phno" maxlength="15" size="35" /></td>
</tr>
<tr>
<td>Email Address:</td>
<td><input type="text" name="email" id="email" maxlength="40" size="35" /></td>
</tr>
<tr>
<td height="144">Message:<font color="#FF0000">*</font></td>
<td><textarea cols="28" rows="8" name="msg" id="msg"></textarea></td>
</tr>
<tr ><td colspan="2" style="padding-left:130px"><input type="submit" name="send" style="background-color:#006699; color:#CCCCCC;"/> <input type="reset" name="Reset" style="background-color:#006699; color:#CCCCCC;" /></td>
</tr>
</form></table>
email.php
<?php
$mailto="your_name@site.com";
$file="index.html";
$subject = "Contact Us";
$from="nizamuddin@boredbees.com";
$msg = "Name= ".$_POST['name']."\n";
$msg .="Country=".$_POST['country']."\n";
$msg .="City=".$_POST['city']."\n";
$msg .="Phno=".$_POST['phno']."\n";
$msg .="Email=".$_POST['email']."\n";
mail($mailto,$subject,$msg,"From:".$from);
include("$file");
?>
NOTE: Replace 'your_name@site.com' by your e-mail id.
0 comments Filed Under:
CSS: Disable text selection
Posted on Thursday, 1 November 2012
by contact-nizam
<style type="text/css">#content { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}</style><div id="content"> Try selecting all this text. You will see that all of it is unselectable.</div>
Reference:
0 comments Filed Under:
Subscribe to:
Comments (Atom)
