Archive for সেপ্টেম্বর, 2007|Monthly 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.
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/
Ping Function
In a previous tip, it was revealed how to continuously ping a host until stopped. Here are all of the ping options:
example .. In DOS .. c:>ping 192.168.0.1 -t
-t Ping the specifed host until interrupted
-a Resolve addresses to hostnames
-n count Number of echo requests to send
-l size Send buffer size
-f Set Don’t Fragment flag in packet
-i TTL Time To Live
-v TOS Type Of Service
-r count Record route for count hops
-s count Timestamp for count hops
-j host-list Loose source route along host-list
-k host-list Strict source route along host-list
-w timeout Timeout in milliseconds to wait for each reply
Leave a Comment
মন্তব্য (2)
Leave a Comment




