<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rockstar template &#187; Blog Tricks</title>
	<atom:link href="http://rockstartemplate.com/category/blog-resources/blog-tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://rockstartemplate.com</link>
	<description>Library Of Templates</description>
	<lastBuildDate>Sun, 13 May 2012 02:32:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Meta Tag Demystified</title>
		<link>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/what-is-meta-tag-optimization/</link>
		<comments>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/what-is-meta-tag-optimization/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 23:43:33 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Blog Resources]]></category>
		<category><![CDATA[Blog Tricks]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[metatag]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1149</guid>
		<description><![CDATA[What is a Meta-Tag ? It&#8217;s a good question to ask at the beginning of this post. There are number of ways I could answer this question. MetaTag is a Information about information.., very general definition. Meta elements are HTML or XHTML elements used to provide structured metadata about a Web page. Such elements must [...]]]></description>
			<content:encoded><![CDATA[<p>What is a Meta-Tag ?<br />
It&#8217;s a good question to ask at the beginning of this post. There are number of ways I could answer this question.</p>
<p>MetaTag is a Information about information.., very general definition.</p>
<p>Meta elements are HTML or XHTML elements used to provide structured metadata about a Web page. Such elements must be placed as tags in the head section of an HTML or XHTML document.<br />
Source: en.wikipedia.org/wiki/Metatag</p>
<p>Meta-tags are HTML tags that can be used to identify the below details about the web page you are viewing,</p>
<p style="padding-left: 30px;"><strong>Title</strong><br />
<strong> Description</strong><br />
<strong> Keywords</strong><br />
<strong> Author</strong><br />
<strong> Content Language</strong><br />
<strong> Refresh</strong><br />
<strong> Robots</strong><br />
<strong> Distribution and</strong><br />
<strong> Revisit</strong></p>
<p>Among the above listed things, few are optional. Let me first put the code and explain. That sounds good right.,</p>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
</pre>
<pre>&lt;HEAD&gt;
&lt;br/&gt;
&lt;TITLE&gt;Title of the webpage&lt;/TITLE&gt;
&lt;META name=&quot;description&quot; content=&quot;Describe about your webpage here.&quot;&gt;
&lt;META name=&quot;keywords&quot; content=&quot;Keyword phrases that describe your webpage keywords.&quot;&gt;
&lt;br/&gt;
//Add the below tags if you want to Refresh your page after 60sec/redirect to other website after 60 sec.
//&lt;META http-equiv=&quot;refresh&quot; content=&quot;60&quot;&gt;
//&lt;META http-equiv=&quot;refresh&quot; content=&quot;60;url=http://www.rockstartemplate.com/&quot;&gt;
&lt;br/&gt;
&lt;META name=&quot;Author&quot; content=&quot;Add the Author Information here&quot;&gt;
&lt;br/&gt;
//In the below Tag you can specify whether search engines should Index your page or Follow the links in this webpage.
//You can also use NoIndex and Follow.
&lt;META name=&quot;robots&quot; content=&quot;index,nofollow&quot;&gt;
&lt;br/&gt;
//You can specify the level of distribution in the below Tag.
//You can use Global/Local/IU(Internal Use)
&lt;META name=&quot;Distribution&quot; content=&quot;Global&quot;&gt;
&lt;br/&gt;
//The below tag is used to defines the language your webpage uses.
&lt;META HTTP-EQUIV=&quot;Content-Language&quot; content=&quot;EN&quot;&gt;
&lt;br/&gt;
&lt;META name=&quot;Revisit-After&quot; content=&quot;No of Days after which Search engines needs to revisit your site&quot;&gt;
&lt;META name=&quot;Abstract&quot; content=&quot;Abstract - Overview of your entire webpage goes here&quot;&gt;
&lt;META name=&quot;Copyright&quot; content=&quot;Put your Copyright Statement here&quot;&gt;
&lt;META name=&quot;Expires&quot; content=&quot;Mon, 08 May 2011 10:23:00 GMT&quot;&gt;
&lt;br/&gt;
//Inform Searchengine that your site is for General/Restricted/Adult audiences.
&lt;META name= “Rating” content= “General”&gt;
&lt;br/&gt;
&lt;/HEAD&gt;</pre>
</div>
<p><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/what-is-meta-tag-optimization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Trick to increase your Alexa Rank</title>
		<link>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/trick-increase-your-alexa-rank/</link>
		<comments>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/trick-increase-your-alexa-rank/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 15:13:29 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Blog Resources]]></category>
		<category><![CDATA[Blog Tricks]]></category>
		<category><![CDATA[alexa]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[rank]]></category>
		<category><![CDATA[ranking]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[steps]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1034</guid>
		<description><![CDATA[Hey people, I&#8217;m not here to list down a set of bullet points to increase your Alexa ranking, but to tell you a simple trick to increase your rank. Before 2 months, I was blogging assiduously ! Rockstartemplate.com attains its best ever Alexa Ranking, 40,000th Rank. I have posted my contents frequently, at-least once or [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hey people, I&#8217;m not here to list down a set of bullet points to increase your Alexa ranking, but to tell you a simple trick to increase your rank.</p>
<p style="text-align: justify;">Before 2 months, I was blogging assiduously ! Rockstartemplate.com attains its best ever Alexa Ranking, 40,000th Rank. I have posted my contents frequently, at-least once or twice a day and develop high quality content, focus on sites like Stumble Upon,Twitter,Digg and building a strong blogger network&#8230; like how a normal Blogger will do.;)</p>
<p style="text-align: justify;">After a month, I was bit busy with my design related stuffs, I was designing a template and hardly had time to look after my website. When I saw my site statistics, I was shocked to see my Alexa rank reduced to 150,000. My rank gradually reduced and i couldn&#8217;t believe it was my site&#8230; I was suffering from Digestive disease&#8230; Yep, very hard to digest my rank..!</p>
<p style="text-align: center; align: center;"><a rel="attachment wp-att-1040" href="http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/trick-increase-your-alexa-rank/attachment/increease_alexa_rank/"><img class="aligncenter size-full wp-image-1040" title="Increase_alexa_rank" src="http://rockstartemplate.com/wp-content/uploads/2010/10/increease_alexa_rank.jpg" alt="increease alexa rank Simple Trick to increase your Alexa Rank" width="347" height="346" /></a></p>
<p style="text-align: justify;">So the concept is simple. <strong>KEEP YOUR SERVERS TICKING</strong>., make the most out of the <a href="http://www.webhostingsearch.com" rel="nofollow">hosting service</a> you use and your Alexa Rank will automatically increase. Content is KING, Blog once or twice a day. Post interesting and relevant content and bookmark the post. Also don&#8217;t over post, 1-2 post per day will do. You can see your Alexa rank will increase gradually. Keep posting and keep your Rank intact.</p>
<p style="text-align: justify;">Happy Blogging !!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/trick-increase-your-alexa-rank/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Google Loves Rockstar Template</title>
		<link>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/google-loves-rockstar-template/</link>
		<comments>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/google-loves-rockstar-template/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 19:14:28 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Blog Tricks]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Loves]]></category>
		<category><![CDATA[rockstar]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=763</guid>
		<description><![CDATA[We are very happy to say that our blog got Google SiteLinks. You may ask what is Google SiteLinks ? They are nothing but the links that appear when someone searches you blog. Refer to the screenshot below., You can find 8 links below my site Url. This is what we call it as Sitelinks [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">We are very happy to say that our blog got Google SiteLinks. You may ask what is Google SiteLinks ? They are nothing but the links that appear when someone searches you blog. Refer to the screenshot below.,</p>
<p><img class="aligncenter size-full wp-image-764" title="RST_google_search" src="http://rockstartemplate.com/wp-content/uploads/2009/11/RST_google_search.JPG" alt=" Google Loves Rockstar Template" width="705" height="323" /></p>
<p style="text-align: justify;">You can find 8 links below my site Url. This is what we call it as Sitelinks ! You can see Sitelinks only for Google recognized blogs. We are happy that our blog has been added in that list.</p>
<p><strong>How can we get Site links from Google ?</strong></p>
<p>This could be based on Google&#8217;s Algorithm, Some of them are below,</p>
<ul>
<li>How many times your site has been accessed.</li>
<li>How many purchases made in that page.</li>
<li>How long your visitors stays in your page.</li>
<li>Information retrieval scores for your page.</li>
<li>How many bookmarks that page and many more.,</li>
</ul>
<p>However this is not the actual algorithm. If your blog fulfills the above points , your blog may get Site Links.</p>
<p><a href="http://www.google.com/support/webmasters/bin/answer.py?answer=47334&amp;topic=8523" target="_blank">Google</a> Says .,</p>
<blockquote><p>At the moment, Sitelinks are completely automated. We&#8217;re always working to improve our Sitelinks algorithms, and we may incorporate webmaster input in the future.</p></blockquote>
<p>If your content or products is  good, then you may get Site links from Google. Once Again thanks for the support without which we cant achieve these kind of goals.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/google-loves-rockstar-template/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Top 10 Ways to get Traffic &#8211; Must do Things</title>
		<link>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/top-10-ways-to-get-traffic/</link>
		<comments>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/top-10-ways-to-get-traffic/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 18:20:40 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Blog Tricks]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=717</guid>
		<description><![CDATA[Success of a blog depends on the amount of reach it gets in the blogosphere. Your content should reach millions of internet users out there. Every blogger should know how to get huge traffic with their blog. Here are the top ten ways to get a decent traffic with your blog. 1] Oral Communication :- [...]]]></description>
			<content:encoded><![CDATA[<p>Success of a blog depends on the amount of reach it gets in the blogosphere. Your content should reach millions of internet users out there. Every blogger should know how to get huge traffic with their blog. Here are the top ten ways to get a decent traffic with your blog.</p>
<p>1] <strong>Oral Communication :-</strong><br />
      Oral communication is the best way to bring traffic to your site, because only through verbal communication your can explain how well  your website is. You can express what you are writing in your blog, how well it is organized and more only through direct communication. You can tell your friends, family, business partners, advertisers, colleagues about your website.</p>
<p>2] <strong>Social Bookmarking Media :-</strong><br />
      You can get unimaginable traffic with social bookmarking sites , especially Digg , Stumbleupon, Twitter, Delicious, Reddit and more. </p>
<p>3] <strong>Content is Life :-</strong><br />
      If your content is good, you will automatically get traffic. Content bring life to your blog. Try writing couple of humor posts in a week to bring readership to your blog. Keep in mind that you have to Blog daily. Post your contents daily, doesn&#8217;t mean your post should be good. Write at-least two killer articles per week. </p>
<p>4] <strong>Comment in Blogosphere :-</strong><br />
      Read others blog and comment frequently. If your comment is good you will get some traffic for sure. You can also gain some readership with this. I have tried this and go great results.</p>
<p>5] <strong>Advertise :-</strong><br />
      If you have some bugs , go for paid advertisements like banner placements, text-link placements, sponsored reviews etc . You can also think about PPC Advertising Networks like Google Adsense, Yahoo! Publisher Network (YPN), BidVertiser ,Chitika, Clicksor etc..</p>
<p>6] <strong>Form a Network :-</strong><br />
     Networks can help you to promote your blog. Form a Genuine network and see how your commenting , links to the posts of bloggers and users in social bookmarking increases. </p>
<p>7] <strong>Search Engine Optimization :-</strong><br />
        This is the most important step you should work on, especially if you are new to blogging. SEO optimization help your blog to become visible to all the internet users. Do proper SEO, else there will be a chance of your blog to be marked as spam.</p>
<p>8] <strong>Invite Guest Bloggers :-</strong><br />
       There are lot of advantages in inviting a guest bloggers. Give your guest bloggers a free link from your blog and ask them to link you in their blog. So you both can exchange your readership.</p>
<p>9] <strong>Traffic Exchange :-</strong><br />
      There are lots of traffic exchanges, give it a try. This option is feasible only if you lots of time. But this option is not recommended because you wont get quality readers. So keep this step as your last option.</p>
<p>10]<strong> Participate in Forums :-</strong><br />
       Join some decent forums and help others in solving the problem with a link to your website. Your website should provide a solution for that problem, that&#8217;s important. </p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/top-10-ways-to-get-traffic/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Whats new in WordPress 2.8.1</title>
		<link>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/whats-new-in-wordpress-2-8-1/</link>
		<comments>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/whats-new-in-wordpress-2-8-1/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 17:12:23 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Blog Resources]]></category>
		<category><![CDATA[Blog Tricks]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=650</guid>
		<description><![CDATA[WordPress 2.8.1 update has been released. We have upgraded to WordPress 2.8.1 and its working fine. WordPress 2.8.1 fixes many bugs and we can call this update as Security update. More security in the plugin admin page ,  text editor loading problem solved, memory usage reduced,  bug fixes for IE, SSH2 file system requirements updated [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">WordPress 2.8.1 update has been released. We have upgraded to WordPress 2.8.1 and its working fine. WordPress 2.8.1 fixes many bugs and we can call this update as Security update. More security in the plugin admin page ,  text editor loading problem solved, memory usage reduced,  bug fixes for IE, SSH2 file system requirements updated and many more.,</p>
<p><strong>Here are some of the Fixes in WordPress 2.8.1 : </strong></p>
<p>* Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won’t have to change.<br />
* Dashboard memory usage is reduced.  Some people were running out of memory when loading the dashboard, resulting in an incomplete page.<br />
* The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.<br />
* A problem where the rich text editor wasn’t being loaded due to compression issues has been worked around.<br />
* Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.<br />
* Translation of role names fixed.<br />
* wp_page_menu() defaults to sorting by the user specified menu order rather than the page title.<br />
* Upload error messages are now correctly reported.<br />
* Autosave error experienced by some IE users is fixed.<br />
* Styling glitch in the plugin editor fixed.<br />
* SSH2 filesystem requirements updated.<br />
* Switched back to curl as the default transport.<br />
* Updated the translation library to avoid a problem with mbstring.func_overload.<br />
* Stricter inline style sanitization.<br />
* Stricter menu security.<br />
* Disabled code highlighting due to browser incompatibilities.<br />
* RTL layout fixes.</p>
<p>Update your WordPress version and get rid of bugs specified above.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/whats-new-in-wordpress-2-8-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Natural Photography</title>
		<link>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/natural-photography-wallpapers/</link>
		<comments>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/natural-photography-wallpapers/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 12:20:18 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Blog Tricks]]></category>
		<category><![CDATA[Nature Art]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[nature]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=536</guid>
		<description><![CDATA[We came with another collection of natural photography. This is  the collection of some awesome photography taken from different part of the world , capturing the real world beauties.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">We came with another collection of natural photography. This is  the collection of some awesome photography taken from different part of the world , capturing the real world beauties.</p>
<div class="ngg-galleryoverview" id="ngg-gallery-14-536">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-199" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/Wind mill nature.JPG" title=" " class="shutterset_set_14" >
								<img title="Wind mill nature.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_Wind mill nature.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-200" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/dam.JPG" title=" " class="shutterset_set_14" >
								<img title="dam.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_dam.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-201" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/house buildings.JPG" title=" " class="shutterset_set_14" >
								<img title="house buildings.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_house buildings.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-202" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/mountain.JPG" title=" " class="shutterset_set_14" >
								<img title="mountain.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_mountain.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-203" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/natural gallery.JPG" title=" " class="shutterset_set_14" >
								<img title="natural gallery.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_natural gallery.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-204" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/natural pics.JPG" title=" " class="shutterset_set_14" >
								<img title="natural pics.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_natural pics.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-205" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/natural wallpapers.JPG" title=" " class="shutterset_set_14" >
								<img title="natural wallpapers.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_natural wallpapers.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-206" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/nature gallery.JPG" title=" " class="shutterset_set_14" >
								<img title="nature gallery.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_nature gallery.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-207" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/nature images.JPG" title=" " class="shutterset_set_14" >
								<img title="nature images.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_nature images.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-208" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/nature pictures.JPG" title=" " class="shutterset_set_14" >
								<img title="nature pictures.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_nature pictures.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-209" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/nature site.JPG" title=" " class="shutterset_set_14" >
								<img title="nature site.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_nature site.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-210" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/nature.JPG" title=" " class="shutterset_set_14" >
								<img title="nature.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_nature.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-211" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/nature_photo.JPG" title=" " class="shutterset_set_14" >
								<img title="nature_photo.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_nature_photo.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-212" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/ocean.JPG" title=" " class="shutterset_set_14" >
								<img title="ocean.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_ocean.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-213" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/picture nature.JPG" title=" " class="shutterset_set_14" >
								<img title="picture nature.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_picture nature.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-214" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/site background.JPG" title=" " class="shutterset_set_14" >
								<img title="site background.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_site background.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-215" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/sky nature.JPG" title=" " class="shutterset_set_14" >
								<img title="sky nature.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_sky nature.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-216" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/sky wallpaper.JPG" title=" " class="shutterset_set_14" >
								<img title="sky wallpaper.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_sky wallpaper.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-217" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/wall papers.JPG" title=" " class="shutterset_set_14" >
								<img title="wall papers.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_wall papers.JPG" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-218" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/nature/wallpapers.JPG" title=" " class="shutterset_set_14" >
								<img title="wallpapers.JPG" alt=" Natural Photography " src="http://rockstartemplate.com/nature/thumbs/thumbs_wallpapers.JPG" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/natural-photography-wallpapers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Add a Search Bar in wordpress blog</title>
		<link>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/add-search-bar-in-wordpress-blog/</link>
		<comments>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/add-search-bar-in-wordpress-blog/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 06:11:49 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Blog Resources]]></category>
		<category><![CDATA[Blog Tricks]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=309</guid>
		<description><![CDATA[How to Add a Search Bar in wordpress blog ? The answer is here . This code will be helpful for theme developers and for those who like to add search to their wordpress blog . Follow the below steps and your Blog search will be ready in 5 minutes . 1] Create a New [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">How to Add a Search Bar in wordpress blog ? The answer is here . This code will be helpful for theme developers and for those who like to add search to their wordpress blog . Follow the below steps and your Blog search will be ready in 5 minutes .</p>
<p style="text-align: justify;">1] Create a New PHP file named &#8221; searchform.php &#8220;</p>
<p><strong>2] Add the following code :</strong></p>
<blockquote><p>&lt;form method=&#8221;get&#8221; id=&#8221;searchform&#8221; action=&#8221;&lt;?php bloginfo(&#8216;home&#8217;); ?&gt;/&#8221;&gt;<br />
&lt;div&gt;&lt;input type=&#8221;text&#8221; size=&#8221;18&#8243; value=&#8221; &#8221; name=&#8221;s&#8221; id=&#8221;s&#8221; /&gt;<br />
&lt;input type=&#8221;submit&#8221; id=&#8221;searchsubmit&#8221; value=&#8221;Search&#8221; class=&#8221;btn&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/form&gt;</p></blockquote>
<p>3] Save the above code in searchform.php , and upload it to your Theme Folder .</p>
<p>4] Now include , <strong>&lt;?php include (TEMPLATEPATH . &#8216;/searchform.php&#8217;); ?&gt;</strong> ,  where ever you like in your theme .</p>
<p><strong>Preview :</strong></p>
<div style="float:left;">
<form id="searchform" action="&lt;?php bloginfo('home'); ?&gt;/" method="get">
<div>
<input id="s" name="s" size="18" type="text" value=" " />
<input id="searchsubmit" class="btn" type="submit" value="Search" /></div>
</form>
</div>
<p><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/add-search-bar-in-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>10 Tips to increase your Feed Count</title>
		<link>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/10-tips-increase-feed-count-reader/</link>
		<comments>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/10-tips-increase-feed-count-reader/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 14:46:26 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Blog Tricks]]></category>
		<category><![CDATA[count]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[reader]]></category>
		<category><![CDATA[subscribe]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=182</guid>
		<description><![CDATA[Rockstartemplate.com has reached 150 subscribers today , yuppie . I would like to thank all the feed readers of rockstartemplate in this grand occasion . we have reached 150 readers form June 15th to September 13th . 10 Tips to increase your Feed Count : 1] Convert your Readers to Subscribers : Encourage your readers [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Rockstartemplate.com has reached 150 subscribers today , yuppie . I would like to thank all the feed readers of rockstartemplate in this grand occasion . we have reached 150 readers form June 15th to September 13th .</p>
<p style="text-align: justify;"><span style="color: #ff0000;"><strong>10 Tips to increase your Feed Count :</strong></span></p>
<p style="text-align: justify;">1] <strong>Convert your Readers to Subscribers :</strong><br />
Encourage your readers to subscribe to your feeds . Put your subscription code at right place , so that your users can view them clearly . I suggest you to place the code at top of sidebar and below every interesting blog posts .</p>
<p style="text-align: justify;">2] <strong>Post Quality Content :</strong><br />
Content is King . If your post is interesting , find your feed count increasing over night . Interesting content in the sense , your readers should read your post fully , and not like brushing the post for content .</p>
<p style="text-align: justify;">3] <strong>Do show your count if it is less than 50 :</strong><br />
If your feed count is too low , don&#8217;t show it in your blog , because it will not encourage your readers to subscribe your feed . If the count is more than 50 , than it is fine .</p>
<div style="float:right;padding-left:10px;"><script type="text/javascript"><!--
ch_client = "rockstartemp";
ch_type = "mpu";
ch_width = 300;
ch_height = 250;
ch_color_title = "333333";
ch_color_text = "666666";
ch_non_contextual = 4;
ch_vertical ="premium";
ch_font_title = "Tahoma";
ch_font_text = "Tahoma";
ch_sid = "Chitika Premium";
var ch_queries = new Array( );
var ch_selected=Math.floor((Math.random()*ch_queries.length));
if ( ch_selected < ch_queries.length ) {
ch_query = ch_queries[ch_selected];
}
// --></script><br />
<script src="http://scripts.chitika.net/eminimalls/amm.js" type="text/javascript"></script></div>
<p style="text-align: justify;">4] <strong>Give Some incentives :</strong><br />
Give some incentive for your feed subscribers . Incentives like Ebook etc will encourage your readers to subscribe .</p>
<p style="text-align: justify;">5] <strong>Notify unconfirmed Email Subscribers :</strong><br />
If you are an word press user try this <a href="http://techie-buzz.com/wordpress-plugins/notify-unconfirmed-subscribers-plugin-release.html" target="_blank">plug-in</a> to notify your unconfirmed email subscribers . This plug-in will compose a mail to all the pending readers to subscribe your feed .</p>
<p style="text-align: justify;">6] <strong>Run a Contest :</strong><br />
Give your Feed readers some incentive to subscribe . Be honest in conducting a contest , and award your feed subscribers with some bucks.</p>
<p style="text-align: justify;">7] <strong>Be Creative in your post :</strong><br />
Insert the subscription code in between your posts . Use your creativity in placing the code .</p>
<p style="text-align: justify;">8] <strong>Get Quality Readers :</strong><br />
Learn to use the Social bookmarking sites like Stumbleupon , Digg , delicious properly to bring quality readers , who subscribe to good articles .</p>
<p style="text-align: justify;">9]  <strong>Celebrate Your Feed Count milestone :</strong><br />
celebrate your Feed count milestone , so that your readers know about it . This may encourage new visitors to subscribe .</p>
<p style="text-align: justify;">10] <strong>Use multiple methods to promote :</strong><br />
Don&#8217;t stick on increasing email subscriptions , also concentrate on Feed reader subscriptions , browser bookmarks , so you can get popularity from all .</p>
<p style="text-align: justify;">and finally don&#8217;t forget to subscribe me ,</p>
<form style="border:0px solid #ccc;padding:3px;text-align:center;" action="http://www.feedburner.com/fb/a/emailverify" method="post">Enter your email address :</p>
<input style="width: 140px; background-color: #ffffa0;" name="email" type="text" />
<input name="url" type="hidden" value="http://feeds.feedburner.com/~e?ffid=2204770" />
<input name="title" type="hidden" value="Rockstar template" />
<input name="loc" type="hidden" value="en_US" />
<input type="submit" value="Subscribe" /> </form>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/10-tips-increase-feed-count-reader/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How To Insert Search Box in Blogger Template</title>
		<link>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/how-to-insert-search-box-in-blogger-template/</link>
		<comments>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/how-to-insert-search-box-in-blogger-template/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 16:15:05 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Blog Tricks]]></category>
		<category><![CDATA[Blogger Template]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[insert]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[pageelement]]></category>
		<category><![CDATA[rockstar]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=87</guid>
		<description><![CDATA[Do you have a default Search box in your Blogger template ? If no , you can add one with the below code. Step 1] Goto your blogger Dashboard -&#62; Layout Step 2] now say PageElements-&#62; Add New Element &#8211; &#62; Html Javascript. Step 3] Add the Following code : &#60;div align=&#8217;center&#8217;&#62; &#60;form expr:action=&#8217;data:blog.homepageUrl + [...]]]></description>
			<content:encoded><![CDATA[<p>Do you have a default Search box in your Blogger template ? If no , you can add one with the below code.</p>
<p><strong>Step 1] </strong>Goto your blogger Dashboard -&gt; Layout<br />
<strong>Step 2] </strong>now say PageElements-&gt; Add New Element &#8211; &gt; Html Javascript.<br />
<strong>Step 3]</strong> Add the Following code :</p>
<blockquote><p>&lt;div align=&#8217;center&#8217;&gt;<br />
&lt;form expr:action=&#8217;data:blog.homepageUrl + &amp;quot;search&amp;quot;&#8217; id=&#8217;searchform&#8217; method=&#8217;get&#8217; name=&#8217;searchform&#8217;&gt;<br />
&lt;div align=&#8217;right&#8217;&gt;<br />
&lt;input id=&#8217;s&#8217; name=&#8217;q&#8217; type=&#8217;text&#8217; value=&#8221;/&gt;<br />
&lt;input id=&#8217;searchIcon&#8217; type=&#8217;submit&#8217; value=&#8217;Search&#8217;/&gt;<br />
&lt;/div&gt;<br />
&lt;/form&gt;<br />
&lt;/div&gt;</p></blockquote>
<p><strong>Step 4] </strong>Now goto EditHtml -&gt; and add the Following Code with in the &lt;b:skin&gt; and &lt;/b:skin&gt; tag .</p>
<blockquote><p>#searchform {<br />
padding: 5px 0 0;<br />
padding-right: 15px;<br />
text-align: center;<br />
}<br />
#searchform #s {<br />
width: 150px;<br />
padding: 3px;<br />
padding-right: 15px;<br />
margin: 0 0 5px 0;<br />
background: #fff;<br />
border: 1px solid #A2A295;<br />
color: #6A6A6A;<br />
font-size: 11.5px;<br />
font-family: Arial, Sans-Serif;<br />
}<br />
#searchIcon {<br />
height: 24px;<br />
width: 60px;<br />
padding-right: 15px;<br />
background: #941200;<br />
border: 0px solid #941200;<br />
padding: 0px 0px;<br />
vertical-align: top;<br />
color: #fff;<br />
font-weight: bold;<br />
}</p></blockquote>
<p><strong>Step 5] </strong>Save and Enjoy your new Search Box &#8230; !!</p>
<p style="text-align: center;"><a href="http://www.feedburner.com/fb/a/emailverifySubmit?feedId=2204770&amp;loc=en_US">Subscribe to Rockstar template by Email</a> !!</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/how-to-insert-search-box-in-blogger-template/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
	</channel>
</rss>
<div style="display:none">
<a href="http://www.izle.by/" title="izle" target="_blank">izle</a>
<a href="http://www.pornosee.com" title="teen porn" target="_blank">teen porn</a>
</div> 
