Changed to http://topform.co.nr
Categories
- Blogging Tips (3)
- Internet Corner (3)
- Mobile Center (2)
Blog Archive
-
▼
2008
(10)
-
▼
December
(10)
- Site converted to topfom.com
- Show or Hide Your Full Post in Blogger
- Disabling Right Click
- Text Area for blogger
- Show Related Article to Your Post
- How Google Detects Invalid Clicks
- Nokia’s Full Touchscreen Phone For 2009
- Greasemonkey for Mozilla Firefox
- mChek on Airtel – Mobile Based Payment System in I...
- Top 10 Mozilla Firefox keyboard shortcuts you shou...
-
▼
December
(10)
This is the way to show or hide your full post on the main page of your blog. This is different from my old "Read More " methods. If in old "Read More" Methods it will show "Read More" link, then if you click the link you will load and go to another page that will show your full post/articel. But with my next methode below, if you click the link you will see your full post/articel in the same page and it no needs time to load, it only expand your full post. Do you want to try it? here is the trick:
1. Login to Blogger, Chose "Layout --> Template --> Edit HTML
2. Click "Download Full Templates" link to back up your template.
3. Check on the "Expand Template Wdiget" Check Box.
4. Copy the code below and paste above this code
Many bloggers don't like their unique content copied by other users, these include images and the source code of their web page.An easy way to protect your content is by disabling right click. For that, Go to Layout---->Page Elements----> Add A Gadget----> HTML/Javascript and put the following content in it.
Labels: Blogging Tips
A text area can be used by an user to input unlimited text within a small place. They are most useful in forms, also for allowing text to be copied. Now i will teach you how to use textarea in blogger There are two types: read only, and editable. For using a editable textarea just use this code.
For using a read only textarea use this code.
"
"Your Text Here"
You can increase the no: of rows by changing the value of 'rows="2"' to your desired value.
You can increase the no: of columns by changing the value of 'cols="20"'to your desired value.
Labels: Blogging Tips
The advantage of showing related article to your post is it will help your readers find more information related to the topics. This is base on label or category. This is usually put to the end of the article. After your visitors finish read your article, they will find some links that related to the post base on label or category.
Here's the tutorial to create "related article to your spot":
1. Login to Blogger
2. Go to "Layout-->Edit HTML"
3. Click on "Expand Widgets Template" checkbox.
4. Then download SCRIPT HERE.
5. Open it then copy the scripts.
6. Paste the script after this code :
7. Save your template.
Good Luck...
Labels: Blogging Tips
