Archive for সেপ্টেম্বর 30th, 2007 |Daily archive page

Time and Date Solution

Never use windows time. you must use the real time in your web. For get real time and date goto this site. You will find total solution for time and date.

http://www.timeanddate.com/

Make a Calender

Look the calender which at the right side of the blog. Isn’t it a nice calender? you want to make it for your web page? Just paste this code to HEAD your page and be punctual.

Code is in notepad file. Download and copy the code.

make_calender.txt

Print button for page

Copy this code on your web page for make a print button on your page.

<SCRIPT LANGUAGE=”JavaScript”>
if (window.print) {
document.write(‘<form> ‘
+ ‘<input type=button name=print value=”Click” ‘
+ ‘onClick=”javascript:window.print()”> To Print this page!</form>’);
}
</script>

Google search on web

Just copy this code on your web page then  google will be include in your web page.

<!– Search Google –>
<center>
<FORM method=GET action=”http://www.google.com/search”>
<TABLE bgcolor=”#FFFFFF”><tr><td>
<A href=”http://www.google.com/”>
<IMG src=”../www.google.com/logos/Logo_40wht.gif” <br></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value=”">
<INPUT TYPE=hidden name=hl value=”en”>
<INPUT type=submit name=btnG VALUE=”Google Search”>
</td></tr></TABLE>
</FORM>
</center>
<!– Search Google –>

CSS Solution

You are a web developer but scared about CSS. No problem go to the site and make any CSS button what ever you want.  :)

http://css.maxdesign.com.au/