Google Translator provide a efficient way to translate your page in many language which make your webpage able to read person who wish to see your web page on his own language. Google provides some steps and translator will appear on your page follow the steps
Monday, 4 March 2013
How to use Google Translater on your web page

Wednesday, 20 February 2013
How to show youtube video on your web page and How to Delete Youtube History

Monday, 18 February 2013
How to get query string using java script
In the World Wide Web, a query string is the part of a uniform resource locator (URL) that contains data to be passed to web applications.Using query string user can pass the some data with URL that helps to take some action.I am representing an example which help you to find data with URL
Passing query string<a href="demo.htm?item1">Item </a>
Passing query string<a href="demo.htm?item1">Item </a>

Wednesday, 16 January 2013
Make Vertical Line Using HTML
As we know <hr> tag is use to make horizontal line.But many time there is a need of make a vertical line we can not be possible using hr ....But I Make with a trick that is table you can change a cell of a table in vertical line how?? take a look on following code..
<table cellspacing="5" border="0" cellpadding="1">
<tr valign="top" align="left">
<td width="300"><p>Put your page content</p></td>
<td width="1" bgcolor="#00FFEE"><br /></td>
<td width="100" valign="top" align="left">
<p>Enter Your Text</p>
<p>Girfa<br>Girfa<br>Girfa</p>
</td>
</tr>
</table>
<table cellspacing="5" border="0" cellpadding="1">
<tr valign="top" align="left">
<td width="300"><p>Put your page content</p></td>
<td width="1" bgcolor="#00FFEE"><br /></td>
<td width="100" valign="top" align="left">
<p>Enter Your Text</p>
<p>Girfa<br>Girfa<br>Girfa</p>
</td>
</tr>
</table>

Subscribe to:
Posts (Atom)