Showing posts with label Tips. Show all posts
Showing posts with label Tips. Show all posts

Add Energy Saving Mode For Blogs or Websites



This is a free service and it is provided by http://www.onlineleaf.com/ Their standby engine is deliver a fully functional and simple way to help your website run requiring less energy to generate. It hides heavy animations, covers the window in dark colors (as these, in many cases are less energy consuming) and pauses heavily running background processes.

When your visitors are inactive, this engine launch a standby screen, with the text "Energy saving mode".

Login to your Blogger dashboard --> Design --> Edit HTML.

Don't click on "Expand Widget Templates". Scroll down to where you see the </head> tag of your template. Now copy below code and paste it just before the </head> tag.


<script language='javascript' src='http://www.onlineleaf.com/savetheenvironment.js' type='text/javascript'/>

This standby engine uses the jQuery Javascript library, so if you are using other Javascript libraries or code, add below code instead of above code :


<script language='javascript' src='http://www.onlineleaf.com/savetheenvironment.js' type='text/javascript'/><script>jQuery.noConflict();</script>

Time of inactivity

Also you can easily define how long time your visitors have to be inactive, for the engine to launch the standby screen, by adding ?time=X where X should be replaced with the number of seconds you would like to define the time interval. An example could be:


<script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js?time=120"></script>

... which will set the time of inactivity to 2 minutes (120 seconds).

This can be configured to display in any of the supported languages, if you add ?lang=code, where code is one of the language short codes below.

Supported languages
ak - Akan
da - Danish
de - German
en - English
es - Spanish
fr - French
fi - Filipino
gr - Greek
hr - Croatian
id - Indonesian
jp - Japanese
it - Italian
nl - Dutch
pl - Polish
pt - Portuguese
bpt - Brazilian Portuguese
ro - Romanian
sl - Slovenian
se - Swedish
sk - Slovak
sw - Swahili
tr - Turkish
vi - Vietnamese

The following example will be using Spanish for the standby screen.


<script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js?lang=es"></script>

If you are using WordPress, just download their plugin here, activate it and everything should work instantly.

60+ Tips On How To Get More Blog Traffic


The all-elusive blog traffic – how do you get more of it?
Here’s a little help, some from Seth Godin, some from yours truly; but either way, these 60+ tips to increase your blog traffic are yours to use or forget about.
  1. Use lists
  2. Be topical… write posts that need to be read right now.
  3. Learn enough to become the expert in your field.
  4. Break news.
  5. Be timeless… write posts that will be readable in a year.
  6. Be among the first with a great blog on your topic, then encourage others to blog on the same topic.
  7. Share your expertise generously so people recognize it and depend on you.
  8. Announce news.
  9. Write short, pithy posts.
  10. Start a debate.
  11. Encourage your readers to help you manipulate the technorati top blog list.
  12. Don’t write about your cat, your boyfriend or your kids.
  13. Write long, definitive posts.
  14. Write about your kids.
  15. Be snarky. Write nearly libelous things about fellow bloggers, daring them to respond (with links back to you) on their blog.
  16. Be sycophantic. Share link love and expect some back.
  17. Include polls, meters and other eye candy.
  18. Tag your posts. Use del.ico.us.
  19. Coin a term or two.
  20. Ask your readers questions.
  21. Do email interviews with the well-known.
  22. Answer your email.
  23. Answer your blog comments.
  24. Comment on other blogs.
  25. Use photos. Salacious ones are best.
  26. Be anonymous.
  27. Be interesting and mysterious.
  28. Encourage your readers to digg your posts. (and to use furl and reddit). Do it with every post.
  29. Post your photos on flickr.
  30. Encourage your readers to subscribe by RSS.
  31. Start at the beginning and take your readers through a months-long education.
  32. Include comments, so your blog becomes a virtual water cooler that feeds itself.
  33. Assume that every day is the beginning, because you always have new readers.
  34. Highlight your best posts on your Squidoo lens.
  35. Point to useful but little-known resources.
  36. Write about stuff that appeals to the majority of current blog readers–like gadgets and web 2.0.
  37. Write about Google.
  38. Have relevant ads that are even better than your content.
  39. Don’t include comments, people will cross post their responses.
  40. Write posts that each include dozens of trackbacks to dozens of blog posts so that people will notice you.
  41. Run no ads.
  42. Keep tweaking your template to make it include every conceivable bell or whistle.
  43. Write about blogging.
  44. Digest the good ideas of other people, all day, every day.
  45. Invent a whole new kind of art or interaction.
  46. Post on weekdays, because there are more readers.
  47. Write about a never-ending parade of different topics so you don’t bore your readers.
  48. Post on weekends, because there are fewer new posts.
  49. Don’t interrupt your writing with a lot of links.
  50. Dress your blog (fonts and design) as well as you would dress yourself for a meeting with a stranger.
  51. Edit yourself. Ruthlessly.
  52. Don’t promote yourself and your business or your books or your projects at the expense of the reader’s attention.
  53. Be patient.
  54. Give credit to those that inspired, it makes your writing more useful.
  55. Ping technorati. Or have someone smarter than me tell you how to do it automatically.
  56. Write about only one thing, in ever-deepening detail, so you become definitive.
  57. Write in English.
  58. Better, write in Chinese.
  59. Write about obscure stuff that appeals to an obsessed minority.
  60. Don’t be boring.
  61. Or be boring Ben Stein-style.
  62. Write stuff that people want to read and share.

Embeding URL, HTML, Forum Links Code in Blogger Posts

Embeding URL

How to create a widget Embeding URL, HTML, Forum Links Code in Blogger Posts, for your visitors to link back to your article/blogger post. This widget will show 3 codes (Blog Post URL, HTML code to embed your post to a website, Forum Link to embed your post to a forum) below your blogger post. The steps given below.

1. Login to your blogger dashboard--> layout- -> Edit HTML

2. Find code : </head> tag.

3. Copy below code and paste it just before the </head> tag.


<style type='text/css'>
.about-article{
background-color:#cccccc;
padding-bottom:5px;
padding-left:5px;
padding-right:auto;
font-size:12px;
}
.about-article input{
background-color:#ffffff;
}
</style>

4. Now find below code : <data:post.body/>

5. Copy below code and paste it after the <data:post.body/>


<b:if cond='data:blog.pageType == &quot;item&quot;'>
&lt;div class=&quot;about-article&quot;&gt;<p>If you find this article useful, please feel free to link to this page from your website or blog.</p>&lt;p class=&quot;noborder&quot;&gt;&lt;label for=&quot;aa-url&quot;&gt;URL:&lt;/label&gt;&lt;br /&gt;&lt;input size=&quot;80&quot; readonly=&quot;readonly&quot; onclick=&quot;this.focus();this.select();&quot; type=&quot;text&quot; id=&quot;aa-url&quot; value=&quot;<data:post.url/>&quot; /&gt;&lt;/p&gt;&lt;p&gt;&lt;label for=&quot;aa-forum&quot;&gt;HTML Link:&lt;/label&gt;&lt;br /&gt;&lt;input size=&quot;80&quot; readonly=&quot;readonly&quot; onclick=&quot;this.focus();this.select();&quot; type=&quot;text&quot; id=&quot;aa-forum&quot; value=&quot;&lt;a href=&amp;quot;<data:post.url/>&amp;quot;&gt;<data:post.title/>&lt;/a&gt;&quot; /&gt;&lt;/p&gt;&lt;p&gt;
&lt;label for=&quot;aa-forum&quot;&gt;Forum Link:&lt;/label&gt;&lt;br /&gt;
&lt;input size=&quot;80&quot; readonly=&quot;readonly&quot; onclick=&quot;this.focus();this.select();&quot; type=&quot;text&quot; id=&quot;aa-forum&quot; value=&quot;[url=<data:post.url/>]/<data:post.title/>[/url]&quot; /&gt;&lt;/p&gt;
<p align='center'></p>
&lt;/div&gt;<br/>
</b:if>

6. Save your template and you are done.
© 2011 Template For Blog. WP Themes by Skatter Tech. Bloggerized by Bambang Wicaksono.
Scroll down for Next Widget
 
BLOG MENU
Go
to
Top