Recent Posts

How To Creating Scroll Text Area in Blogger/Blogspot

How To Creating Scroll Text Area in Blogger BlogspotScroll text is the text that was in the box wide and high in a certain limit in size so as to see to the bottom of the mouse scrolling required. This trick is used to save space in the post body and sidebar, so that the entire page is loaded by the browser into not too long.

Copy the following code:

<div><form name="copy"><div align="center"><input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="Hightlight All"> </div><div align="center"></div><p align="center"><textarea style="WIDTH: 300px; HEIGHT: 144px" name="txt" rows="100" wrap="VIRTUAL" cols="55">Your Text Hire</textarea></p></div></form>

<div align="center">: the center shows that the position of the button will be in the middle, so if you want to be in the position of the left edge, just change the word left. And if you want to be on the right edge, just change the words right.

<input onclick="javascript:this.form.txt.focus();this.form.txt.selec()">: This code means that when the highlight button is clicked, the entire text is in it will be in highligt (in mark or on the block), so you do not alter this paper.

Value = "Highlight All": Highlight All words are words that will appear on the button, so if you want to change this article please replace the word you want.

<p align="center">: This indicates that the text area will be in the middle, well if you want to text your area is on the left bank, replace the center with the left, if you want at the right edge, replace the word right.

<text style="width: 300px">: the word "WIDTH: 300px" indicates the width of the text area by 300 pixels, so if you want to shorten or extend the width of the text area, you just replace it with the number you want. eg: "WIDTH: 700px;"

HEIGHT: 144px: number "144px" indicates that the text area will have a maximum of 144 px, so if you want to change just change that number with the number you want. For example: HEIGHT: 160px.

Well the following example:

<div><form name="copy"><div align="center"><input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="Hightlight All"> </div><div align="center"></div><p align="center"><textarea style="WIDTH: 300px; HEIGHT: 144px" name="txt" rows="100" wrap="VIRTUAL" cols="55">

Oingo, Inc., a privately held company located in Los Angeles, was started in 1998 by Gilad Elbaz and Adam Weissman. Oingo developed a proprietary search algorithm that was based on word meanings and built upon an underlying lexicon called WordNet, which was developed over the previous 15 years by researchers at Princeton University, led by George Miller. Oingo changed its name to Applied Semantics in 2001, which was later acquired by Google in April 2003.

Google launched its AdSense program in March 2003 and made it public in June of that year. Some advertisers complained that AdSense yielded worse results than AdWords, since it served ads that related contextually to the content on a web page and that content was less likely to be related to a user's commercial desires than search results. For example, someone browsing a blog dedicated to flowers was less likely to be interested in ordering flowers than someone searching for terms related to flowers. As a result, in 2004 Google allowed its advertisers to opt out of the AdSense network. By early 2005 AdSense accounted for an estimated 15 percent of Google's total revenues. In 2009, Google AdSense announced that it would now be offering new features, including the ability to &quot;enable multiple networks to display ads&quot;. In February 2010, Google AdSense started using search history in contextual matching to offer more relevant ads
</textarea></p></div></form>

Good Luck..

0 comments:

Post a Comment