<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Rockstar template</title>
	
	<link>http://rockstartemplate.com</link>
	<description>Library Of Templates</description>
	<lastBuildDate>Sat, 24 Dec 2011 13:25:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RockstarTemplate" /><feedburner:info uri="rockstartemplate" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>RockstarTemplate</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Merry Christmas!</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/UT-G73oNyKY/</link>
		<comments>http://rockstartemplate.com/misc/merry-christmas/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 13:20:48 +0000</pubDate>
		<dc:creator>mxd106220</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Christmas]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1294</guid>
		<description><![CDATA[Hi Folks, On behalf of Rockstartemplate.com, we wish you a Merry Christmas and a Happy New Year!]]></description>
			<content:encoded><![CDATA[<p>Hi Folks,</p>
<p>On behalf of Rockstartemplate.com, we wish you a Merry Christmas and a Happy New Year!</p>
<p><a href="http://rockstartemplate.com/misc/merry-christmas/attachment/merry_christmas/" rel="attachment wp-att-1295"><img class="aligncenter size-full wp-image-1295" title="merry_christmas" src="http://rockstartemplate.com/wp-content/uploads/2011/12/merry_christmas.jpg" alt="merry christmas Merry Christmas!" width="750" height="562" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/misc/merry-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/misc/merry-christmas/</feedburner:origLink></item>
		<item>
		<title>CSS3 Stylish Search Box with Folded Corner Effect</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/Kwz8IPNFRbU/</link>
		<comments>http://rockstartemplate.com/featured/stylish-searchbox-foldedeffect/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 08:23:22 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[box]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1115</guid>
		<description><![CDATA[This tutorial shows you how to create a Folded corner effect without images. Just like the one mentioned below.., The below sample is a simple search box without a folded corner. Our tutorial shows you how to make this search box with folded effect. Step 1] Create a simple Search Box with Gradient and shadow [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial shows you how to create a Folded corner effect without images. Just like the one mentioned below..,</p>
<p>The below sample is a simple search box without a folded corner. Our tutorial shows you how to make this search box with folded effect.</p>
<div style="text-align: center;"><a href="http://rockstartemplate.com/featured/stylish-searchbox-foldedeffect/attachment/searchbox_design/" rel="attachment wp-att-1267"><img class="aligncenter size-full wp-image-1267" title="searchbox_design" src="http://rockstartemplate.com/wp-content/uploads/2011/11/searchbox_design.jpg" alt="searchbox design CSS3 Stylish Search Box with Folded Corner Effect" width="404" height="86" /></a></div>
<p>Step 1] Create a simple Search Box with Gradient and shadow effect.</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
</pre>
<pre>.searchbox {
position:relative;
width:400px;
margin:0px auto;
color:#f2f2f2;
background:#97C02F;
overflow:hidden;
border: solid 0px #d2d2d2;
padding:1em 1.5em;
-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
box-shadow: 0 1px 0px rgba(0,0,0,.1);
background: -webkit-gradient(linear, left top, left bottom, from(#C7FD3F), to(#638903));
background: -moz-linear-gradient(top,  #C7FD3F,  #638903);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=&#039;#C7FD3F&#039;, endColorstr=&#039;#638903&#039;);
-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=&#039;#C7FD3F&#039;, endColorstr=&#039;#638903&#039;);
}</pre>
</div>
<p>Here i have used a simple gradient effect with Css3. This effect is compatible with all the browsers. Make this div position relative, such that we can place our corner effect. You can modify the color of the gradient by modifying the start and end color string.</p>
<p>Step 2] Add the folded corner effect into the above div element.</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
</pre>
<pre>.searchbox:before {
content:&quot;&quot;;
position:absolute;
top:0;right:0;
border-width:0 16px 16px 0;
border-style:solid;
border-color:#fff #fff #658E15 #658E15;
background:#638903;
-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
display:block; width:0;
}</pre>
</div>
<p>This is the best part. We make the Top and Right position to &#8217;0&#8242; and position to be absolute. You can also change the corner of your box by changing the values to bottom:0; and left:0; </p>
<p>If you want to slope the shape the other way modify the border-width:0 16px 16px 0; to border-width:16px 16px 0 0; By doing this we can change the slope of the folded corner.</p>
<p>Now our final search box looks like,</p>
<div style="text-align: center;"><a href="http://rockstartemplate.com/featured/stylish-searchbox-foldedeffect/attachment/stylish_search_box/" rel="attachment wp-att-1270"><img class="aligncenter size-full wp-image-1270" title="stylish_search_box" src="http://rockstartemplate.com/wp-content/uploads/2011/11/stylish_search_box.jpg" alt="stylish search box CSS3 Stylish Search Box with Folded Corner Effect" width="617" height="106" /></a></div>
<div style="text-align: center;"><a title="Searchbox Demo" href="http://rockstartemplate.com/featured/stylish-searchbox-foldedeffect/attachment/demo/" rel="attachment wp-att-1271" target="_blank"><img class="aligncenter size-full wp-image-1271" title="demo" src="http://rockstartemplate.com/wp-content/uploads/2011/11/demo.jpg" alt="demo CSS3 Stylish Search Box with Folded Corner Effect" width="138" height="59" /></a></div>
<p>Check out the demo and create your own stylish buttons.</p>
<p>To know more bout CSS3, <a title="Css 3 Tutorial" href="http://rockstartemplate.com/category/tutorial/css-tutorials/" target="_blank">Click here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/featured/stylish-searchbox-foldedeffect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/featured/stylish-searchbox-foldedeffect/</feedburner:origLink></item>
		<item>
		<title>Install and Configure SOLR in Mac OS X</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/hEXDZUb2YJ0/</link>
		<comments>http://rockstartemplate.com/tutorial/install-configure-solr-mac/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 11:56:19 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[solr]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[lucene]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1247</guid>
		<description><![CDATA[Recently i have worked on Search engine project using the Open Source Lucene and Solr distributions from the Apache project. Solr search is faster than any other search engine especially for larger sites.I have shared my experience in this blog already. If you want to install, run and maintain Lucene and Solr yourself and if [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Recently i have worked on Search engine project using the Open Source Lucene and Solr distributions from the Apache project. Solr search is faster than any other search engine especially for larger sites.I have shared my experience in this blog already. If you want to install, run and maintain Lucene and Solr yourself and if you are a MAC user,then this post is for you.</p>
<p>Follow the below steps to install Solr.</p>
<p>&nbsp;</p>
<p><strong>Step 1]</strong> Download the latest build (http://www.apache.org/dyn/closer.cgi).</p>
<p>&nbsp;</p>
<p><strong>Step 2]</strong> Stop your Servlet Container.</p>
<p>&nbsp;</p>
<p><strong>Step 3]</strong> Unzip the Solr files and move the files into Tomcat WEBAPPS Directory.</p>
<p>Then Goto apache-solr-3.1.tar.gz/dist/ directroy<br />
and move the apache-solr.war file into the tomcat webapps directoy.</p>
<p>In Terminal,</p>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
</pre>
<pre>&lt;code&gt;cd apache-solr-3.1/dist/
cp apache-solr-3.1/dist/apache-solr-3.1.war Library/Tomcat/webapps/solr.war&lt;/code&gt;</pre>
</div>
<p>&nbsp;</p>
<p><strong>Step 4]</strong> Also move the solr/conf files to the tomcat directory.<br />
We need to move the /solr/ directory in apache-solr-3.1/example/ into some location(in this case /Library/Tomcat/).</p>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
</pre>
<pre>&lt;code&gt;cp apache-solr-3.1/example/solr Library/Tomcat/&lt;/code&gt;</pre>
</div>
<p>&nbsp;</p>
<p><strong>Step 5]</strong> Create solr.xml in /Library/Tomcat/conf/Catalina/localhost<br />
We need to create a solr.xml to specify the path for solr home.</p>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
4
5
</pre>
<pre>&lt;code&gt;&lt;Context docBase=&quot;/Library/tomcat6/webapps/solr.war&quot; debug=&quot;0&quot; crossContext=&quot;true&quot;&gt;
&lt;Environment name=&quot;solr/home&quot; type=&quot;java.lang.String&quot; value=&quot;/Library/tomcat6/solr&quot; override=&quot;true&quot;/&gt;
&lt;/Context&gt;&lt;/code&gt;</pre>
</div>
<p>&nbsp;</p>
<p><strong>Step 6]</strong> Now set path for Data Directory.</p>
<p>In Library/Tomcat/solr/conf directory edit the Schema.xml file.<br />
and change the path for dataDir</p>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
</pre>
<pre>&lt;code&gt;  &lt;dataDir&gt;/Library/tomcat6/solr/data&lt;/dataDir&gt;&lt;/code&gt;</pre>
</div>
<p>Note: If you dont have the folder data in Tomcat/solr, create a empty folder.</p>
<p>&nbsp;</p>
<p><strong>Step 7]</strong> Start our Tomcat server and goto http://localhost:8080/solr.</p>
<p>If you see the below page.., your install is successful.</p>
<p>&nbsp;</p>
<p><a href="http://rockstartemplate.com/tutorial/install-configure-solr-mac/attachment/solr-admin/" rel="attachment wp-att-1249"><img class="aligncenter size-full wp-image-1249" title="solr-admin" src="http://rockstartemplate.com/wp-content/uploads/2011/09/solr-admin.png" alt="solr admin Install and Configure SOLR in Mac OS X" width="600" height="420" /></a></p>
<p>If you have any query/comments regarding the Solr installation, please post it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/tutorial/install-configure-solr-mac/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/tutorial/install-configure-solr-mac/</feedburner:origLink></item>
		<item>
		<title>Magic Blue WordPress Theme</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/oSqFhL9unuE/</link>
		<comments>http://rockstartemplate.com/featured/magic-blue-wordpress-theme/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 14:55:10 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[magic blue]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1234</guid>
		<description><![CDATA[We released a free WordPress template called “Magic Blue.”  This theme supports widget, threaded-comments and search engine friendly pages. Also including page-navigation, advertising box, widgetized sidebar and a good looking search box. This template is very well designed and has a dark blue header and a dark blue body. This theme is ideal for photographers [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">We released a free WordPress template called “Magic Blue.”  This theme supports widget, threaded-comments and search engine friendly pages. Also including page-navigation, advertising box, widgetized sidebar and a good looking search box. This template is very well designed and has a dark blue header and a dark blue body.</p>
<p style="text-align: justify;">This theme is ideal for photographers and designers who wants to showcase their pictures/photos. You can upload and select your post thumbnails, all from the backend of WordPress. All you need to do is to add an thumbnail to your post custom fields with field name &#8220;postimage&#8221;. Doing so you will get a nice<br />
You can use the templates for your personal website. Use them on your blog, modify them however you like.</p>
<p><span style="color: #339966;"><strong>Features of this Theme :</strong></span></p>
<ul>
<li>SEO friendly</li>
<li>100% Widget support</li>
<li>Premium Like WordPress Template.</li>
<li>Ad Optimised for 125 adspot.</li>
<li>CSS 3 and HTML 5 support.</li>
<li>Easy Editable Code.</li>
<li>Stylish Search box</li>
</ul>
<p><span style="color: #339966;"><strong>Screenshot :</strong></span></p>
<p><a rel="attachment wp-att-1235" href="http://rockstartemplate.com/featured/magic-blue-wordpress-theme/attachment/magic_blue_wordpress_theme/"><img class="aligncenter size-full wp-image-1235" title="magic_blue_wordpress_theme" src="http://rockstartemplate.com/wp-content/uploads/2011/06/magic_blue_wordpress_theme.jpg" alt="magic blue wordpress theme Magic Blue Wordpress Theme" width="625" height="450" /></a></p>
<p>&nbsp;</p>
<p style="text-align: center;"><a title="Preview the Template" href="http://rockstartemplate.com/demo/?wptheme=Magic+Blue" target="_blank">Preview this Template</a> | <a href="http://rockstartemplate.com/magicblue/magic_blue.zip" target="_blank">Download This Template</a></p>
<p>&nbsp;</p>
<p>We would like to hear from you about this template , and If you like this post subscribe to our Feed .</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/featured/magic-blue-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/featured/magic-blue-wordpress-theme/</feedburner:origLink></item>
		<item>
		<title>100 Tattoo designs</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/pWU8uLezzO8/</link>
		<comments>http://rockstartemplate.com/blog-resources/icons/100-tattoo-designs/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 08:34:30 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Icons]]></category>
		<category><![CDATA[Tattoo Design]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1215</guid>
		<description><![CDATA[Today, we present a creative collection of tattoo designs. In this selection, we’re pleased to present 100 fresh creative designs that you can use while creating tattoos. You can search Google for Tattoo designs but most of the time you never seem to get enough. Here you can get hundreds of tattoo designs that gives [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we present a creative collection  of tattoo designs. In this selection, we’re pleased to present 100 fresh  creative designs that you can use while creating tattoos. You can  search Google for Tattoo designs but most of the time you never seem to  get enough. Here you can get hundreds of tattoo designs that gives you a  kick start of designing tattoos of your choice.</p>
<p>This collection can be used for free and commercial use. <a title="Click here to download" href="http://rockstartemplate.com/tattoo/tattoo_design.zip" target="_blank">Click here to Download</a> tattoo designs.</p>
<p>&nbsp;</p>
<p><a rel="attachment wp-att-1221" href="http://rockstartemplate.com/blog-resources/icons/100-tattoo-designs/attachment/tattoo/"><img class="aligncenter size-full wp-image-1221" title="tattoo" src="http://rockstartemplate.com/wp-content/uploads/2011/06/tattoo.jpg" alt="tattoo 100 Tattoo designs" width="625" height="540" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/icons/100-tattoo-designs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/blog-resources/icons/100-tattoo-designs/</feedburner:origLink></item>
		<item>
		<title>Designers Hand – Dynamic Stylesheet</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/7KuomMO3PHg/</link>
		<comments>http://rockstartemplate.com/tutorial/designers-dynamic-stylesheet/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 08:02:49 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cre]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[prefixer]]></category>
		<category><![CDATA[preprocessor]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1193</guid>
		<description><![CDATA[Hi folks !! Today i am going to speak about the greatest problem we all face in CSS. It&#8217;s none other than writing your CSS code from scratch. Hate writing vendor prefixes for all browsers ? Hate organizing your CSS files ? Hate hard coding the same values every time in the properties field? Here [...]]]></description>
			<content:encoded><![CDATA[<p>Hi folks !! Today i am going to speak about the greatest problem we all face in CSS. It&#8217;s none other than writing your CSS code from scratch.</p>
<p>Hate writing vendor prefixes for all browsers ? Hate organizing your CSS files ? Hate hard coding the same values every time in the properties field?</p>
<p>Here comes the solution for you guys.</p>
<p>Just by typing this,</p>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
4
5
6
7
</pre>
<pre>.banner{
border-radius: 2em;
box-shadow: #f2f2f2 0 0 5px;
}</pre>
</div>
<p>You can get this,</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
</pre>
<pre>.banner {
-moz-border-radius: 2em;
-moz-box-shadow: #f2f2f2 0 0 5px;
-webkit-box-shadow: #f2f2f2 0 0 5px;
-webkit-border-radius: 2em;
border-radius: 2em;
box-shadow: #f2f2f2 0 0 5px
}</pre>
</div>
<p>But HOW ? <a href="http://cssprefixer.appspot.com/" target="_blank" rel="nofollow"><strong>CSSPrefixer</strong> </a>does it for you!</p>
<p>CSS Prefixer turns your &#8216;Simple code&#8217; into &#8216;Cross browser supported&#8217; code. This Python Framework will include all the vendor prefixes for all browsers. See an example below,</p>
<p><a rel="attachment wp-att-1195" href="http://rockstartemplate.com/tutorial/designers-dynamic-stylesheet/attachment/cssprefixer/"><img class="aligncenter size-full wp-image-1195" title="cssprefixer" src="http://rockstartemplate.com/wp-content/uploads/2011/04/cssprefixer.jpg" alt="cssprefixer Designers Hand   Dynamic Stylesheet" width="600" height="211" /></a></p>
<p>Want to create a Dynamic Stylesheet with reusable values?<br />
LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. Less is a well known CSS Preprocessor application created in PHP. LESS will allow you to specify widely used values in a single place. It&#8217;s cool isn&#8217;t it ! Lets see some examples below.,</p>
<p><a rel="attachment wp-att-1199" href="http://rockstartemplate.com/tutorial/designers-dynamic-stylesheet/attachment/less/"><img class="aligncenter size-full wp-image-1199" title="less" src="http://rockstartemplate.com/wp-content/uploads/2011/04/less.jpg" alt="less Designers Hand   Dynamic Stylesheet" width="620" height="284" /></a></p>
<p style="text-align: center;">{Courtesy <a href="http://lesscss.org/" target="_blank" rel="nofollow">LESSCSS</a>.Org}</p>
<p>You can check the Less code in the above Screen shot. It declares a new reusable color variable, so that, whenever we need to change the color, we can go ahead and change the color value in single place. It makes life easy <img src='http://rockstartemplate.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Designers Hand   Dynamic Stylesheet" class='wp-smiley' title="Designers Hand   Dynamic Stylesheet" />  Lets see another example.,</p>
<p><a rel="attachment wp-att-1200" href="http://rockstartemplate.com/tutorial/designers-dynamic-stylesheet/attachment/lesscss/"><img class="aligncenter size-full wp-image-1200" title="Lesscss" src="http://rockstartemplate.com/wp-content/uploads/2011/04/Lesscss.jpg" alt="Lesscss Designers Hand   Dynamic Stylesheet" width="620" height="284" /></a></p>
<p>You can find the list of CSS Preprocessors @ <a href="http://www.catswhocode.com/blog/8-css-preprocessors-to-speed-up-development-time" target="_blank"  rel="nofollow">Speed up development time</a>.</p>
<p>Stay tuned for more &#8220;Make your life easy&#8221; kind of posts <img src='http://rockstartemplate.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Designers Hand   Dynamic Stylesheet" class='wp-smiley' title="Designers Hand   Dynamic Stylesheet" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/tutorial/designers-dynamic-stylesheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/tutorial/designers-dynamic-stylesheet/</feedburner:origLink></item>
		<item>
		<title>Change your Skin Tone in Photoshop</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/CugO_6Q1YO0/</link>
		<comments>http://rockstartemplate.com/tutorial/photoshop/change-skin-tone-photoshop/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 12:21:51 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[skin tone]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1164</guid>
		<description><![CDATA[Why does your face look pale in the photograph you have taken ? Why does your tone fade in the pictures ? There may be several reasons behind this. This post might be helpful for a person, Who is looking for the ways to increase the tone of their skin in the pictures ( to [...]]]></description>
			<content:encoded><![CDATA[<p>Why does your face look pale in the photograph you have taken ? Why does your tone fade in the pictures ? There may be several reasons behind this.</p>
<p>This post might be helpful for a person,<br />
Who is looking for the ways to increase the tone of their skin in the pictures ( to create a display picture for Facebook/Orkut etc.,)</p>
<h2 style="text-align: center;"><strong>{Or}</strong></h2>
<p>Who finds their tone decreases in the picture and wants to maintain their tone in the picture too.</p>
<h2 style="text-align: center;"><strong>{Or}</strong></h2>
<p>Who wants to match their tones with the person near them.<br />
This Paleness might be because of the general hue. May be due to your camera&#8217;s flash, which is really bright or really low. It also depends on what makeup you are using.You can switch off your flash, but the picture will become a bit blurry however you will not look pale.</p>
<p>In Photoshop, we have an option to change the tone of the body. Open your picture in Photoshop.</p>
<p>Unlock your picture. Click Open -&gt; Adjustment -&gt; Hue/Saturation.</p>
<p>Change the setting like the below Screen shot,</p>
<p><a rel="attachment wp-att-1176" href="http://rockstartemplate.com/tutorial/photoshop/change-skin-tone-photoshop/attachment/screen-shot-2011-03-20-at-7-06-54-am/"><img class="size-full wp-image-1176 aligncenter" title="hue_saturation_settings" src="http://rockstartemplate.com/wp-content/uploads/2011/03/Screen-shot-2011-03-20-at-7.06.54-AM.png" alt="Screen shot 2011 03 20 at 7.06.54 AM Change your Skin Tone in Photoshop" width="490" height="410" /></a></p>
<p style="text-align: center;">(The Hue value can be from -4 to -6 and saturation can be from +13 to +17)</p>
<p>See the original picture in the left side and the toned image on the right side,</p>
<p><a rel="attachment wp-att-1173" href="http://rockstartemplate.com/tutorial/photoshop/change-skin-tone-photoshop/attachment/skin_tone_increase/"><img class="aligncenter size-full wp-image-1173" title="skin_tone_increase" src="http://rockstartemplate.com/wp-content/uploads/2011/03/skin_tone_increase.jpg" alt="skin tone increase Change your Skin Tone in Photoshop" width="648" height="308" /></a>.</p>
<p>For more Photoshop Tutorial, <a href="http://rockstartemplate.com/category/tutorial/photoshop">Click Here !!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/tutorial/photoshop/change-skin-tone-photoshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/tutorial/photoshop/change-skin-tone-photoshop/</feedburner:origLink></item>
		<item>
		<title>Meta Tag Demystified</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/Hilbzn4x6PE/</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>2</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/what-is-meta-tag-optimization/</feedburner:origLink></item>
		<item>
		<title>Css 3/Html 5 Logo from W3C</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/6nwp64ITgfo/</link>
		<comments>http://rockstartemplate.com/blog-resources/icons/logos-icons/css3_html5_logo/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 06:02:48 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Logos]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1123</guid>
		<description><![CDATA[&#8221; Take Control &#8211; Your Web and Your Logo &#8221; is the caption for the HTML 5 logo, quoted by W3c. This Jan, W3C unveiled a logo and brand identity for HTML5. As a part of brand identity campaign, W3C released the new CSS 3 Logo. Have a look at it below, It may look [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">&#8221; Take Control &#8211; Your Web and Your Logo &#8221; is the caption for the HTML 5 logo, quoted by W3c. This Jan, W3C unveiled a logo and brand identity for HTML5. As a part of brand identity campaign, W3C released the new CSS 3 Logo.</p>
<p style="text-align: justify;">Have a look at it below,</p>
<p style="text-align: center; align: center;"><a rel="attachment wp-att-1124" href="http://rockstartemplate.com/blog-resources/icons/logos-icons/css3_html5_logo/attachment/css3_logo/"><img class="aligncenter size-full wp-image-1124" title="css3_logo" src="http://rockstartemplate.com/wp-content/uploads/2011/03/css3_logo.jpg" alt="css3 logo Css 3/Html 5 Logo from W3C" width="495" height="370" /></a></p>
<p style="text-align: justify;">It may look like an Chinese Film title <img src='http://rockstartemplate.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Css 3/Html 5 Logo from W3C" class='wp-smiley' title="Css 3/Html 5 Logo from W3C" />  but the actually meaning of this symbol is, &#8220;‘<strong>The Web Platform’</strong>&#8220;. Weird isn&#8217;t it. W3C also updated the documentation supporting the logo as below,</p>
<blockquote><p><span style="color: #999999;">WHAT DOES THE LOGO REPRESENT?</span><br />
<span style="color: #999999;"> This logo represents HTML5, the cornerstone for modern Web applications.</span></p></blockquote>
<p style="text-align: justify;">The logo is available under a Creative Commons 3.0 license. Hope you have already seen the HTML 5 logos and stickers. If not check the sticker (Inspired me a lot) below.</p>
<p style="text-align: center; align: center;"><a rel="attachment wp-att-1125" href="http://rockstartemplate.com/blog-resources/icons/logos-icons/css3_html5_logo/attachment/html5_sticker/"><br />
</a><a rel="attachment wp-att-1128" href="http://rockstartemplate.com/blog-resources/icons/logos-icons/css3_html5_logo/attachment/html5_sticker-2/"><img class="aligncenter size-full wp-image-1128" title="HTML5_sticker" src="http://rockstartemplate.com/wp-content/uploads/2011/03/HTML5_sticker.jpg" alt="HTML5 sticker Css 3/Html 5 Logo from W3C" width="640" height="227" /></a></p>
<p style="text-align: left;">To visit the logo branding page, <a href="http://www.w3.org/html/logo/index.html" target="_blank">click here</a>. You can create your own stunning, customized badge for your blog/site from W3C website. Pick your stickers right now and experience the new power of internet.<a rel="attachment wp-att-1138" href="http://rockstartemplate.com/blog-resources/icons/logos-icons/css3_html5_logo/attachment/screen-shot-2011-03-05-at-2-48-06-am/"><img class="aligncenter size-full wp-image-1138" title="Banner Generator" src="http://rockstartemplate.com/wp-content/uploads/2011/03/Screen-shot-2011-03-05-at-2.48.06-AM.png" alt="Screen shot 2011 03 05 at 2.48.06 AM Css 3/Html 5 Logo from W3C" width="815" height="325" /></a></p>
<p style="text-align: left;">What do you think about the new CSS3/HTML5 Logo ??  Share your thoughts.,</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/icons/logos-icons/css3_html5_logo/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/blog-resources/icons/logos-icons/css3_html5_logo/</feedburner:origLink></item>
		<item>
		<title>Happy New Year 2011</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/mBlPFCMz2IY/</link>
		<comments>http://rockstartemplate.com/misc/happy-new-year-2011/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 19:13:46 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1116</guid>
		<description><![CDATA[For all our readers out there, Thanks a lot for your support in 2010.  Your support makes our mission a reality. We hope that you will support us in 2011 too. HAPPY NEW YEAR 2011 FOLKS]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">For all our readers out there, Thanks a lot for your support in 2010.  Your support makes our mission a reality. We hope that you will support us in 2011 too. HAPPY NEW YEAR 2011 FOLKS <img src='http://rockstartemplate.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Happy New Year 2011" class='wp-smiley' title="Happy New Year 2011" /> </p>
<p style="text-align: justify;"><a rel="attachment wp-att-1117" href="http://rockstartemplate.com/misc/happy-new-year-2011/attachment/new-year-design/"><img class="aligncenter size-full wp-image-1117" title="new year design" src="http://rockstartemplate.com/wp-content/uploads/2011/01/Happy-New-Year-2011.jpg" alt="Happy New Year 2011 Happy New Year 2011" width="629" height="381" /></a></p>
<p style="text-align: justify;">
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/misc/happy-new-year-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/misc/happy-new-year-2011/</feedburner:origLink></item>
		<item>
		<title>Desktop Wallpapers for Christmas</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/2f9AGiGYBN0/</link>
		<comments>http://rockstartemplate.com/photography/wallpapers/christmas-wallpapers/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 17:55:39 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Wallpapers]]></category>
		<category><![CDATA[Christmas]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1106</guid>
		<description><![CDATA[It&#8217;s Christmas time Folks ..! Check out some of the cool wallpapers to decorate your Desktop. Wishing You, Happiness, This Christmas ! Find the desktop wallpapers below. Click on the Picture to enlarge.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">It&#8217;s Christmas time Folks ..! Check out some of the cool wallpapers to decorate your Desktop. Wishing You, Happiness, This Christmas !</p>
<p style="text-align: justify;">Find the desktop wallpapers below. Click on the Picture to enlarge.</p>
<p style="text-align: justify;">
<div class="ngg-galleryoverview" id="ngg-gallery-42-1106">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-631" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/christmas/Christmas Wallpaper.jpg" title=" " class="shutterset_set_42" >
								<img title="Christmas Wallpaper" alt="thumbs Christmas Wallpaper Desktop Wallpapers for Christmas" src="http://rockstartemplate.com/wp-content/gallery/christmas/thumbs/thumbs_Christmas Wallpaper.jpg" width="525" height="384" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-632" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/christmas/Christmas-gifts.jpg" title=" " class="shutterset_set_42" >
								<img title="Christmas-gifts" alt="thumbs Christmas gifts Desktop Wallpapers for Christmas" src="http://rockstartemplate.com/wp-content/gallery/christmas/thumbs/thumbs_Christmas-gifts.jpg" width="525" height="328" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-633" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/christmas/Christmas_Wallpapers.jpg" title=" " class="shutterset_set_42" >
								<img title="Christmas_Wallpapers" alt="thumbs Christmas Wallpapers Desktop Wallpapers for Christmas" src="http://rockstartemplate.com/wp-content/gallery/christmas/thumbs/thumbs_Christmas_Wallpapers.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-634" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/christmas/Christmas_gift.jpg" title=" " class="shutterset_set_42" >
								<img title="Christmas_gift" alt="thumbs Christmas gift Desktop Wallpapers for Christmas" src="http://rockstartemplate.com/wp-content/gallery/christmas/thumbs/thumbs_Christmas_gift.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-635" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/christmas/Merry_christmas_picture_wallpapers.jpg" title=" " class="shutterset_set_42" >
								<img title="Merry_christmas_picture_wallpapers" alt="thumbs Merry christmas picture wallpapers Desktop Wallpapers for Christmas" src="http://rockstartemplate.com/wp-content/gallery/christmas/thumbs/thumbs_Merry_christmas_picture_wallpapers.jpg" width="525" height="420" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-636" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/christmas/beautiful-christmas.jpg" title=" " class="shutterset_set_42" >
								<img title="beautiful-christmas" alt="thumbs beautiful christmas Desktop Wallpapers for Christmas" src="http://rockstartemplate.com/wp-content/gallery/christmas/thumbs/thumbs_beautiful-christmas.jpg" width="525" height="383" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-637" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/christmas/christmas_wallpaper.jpg" title=" " class="shutterset_set_42" >
								<img title="christmas_wallpaper" alt="thumbs christmas wallpaper Desktop Wallpapers for Christmas" src="http://rockstartemplate.com/wp-content/gallery/christmas/thumbs/thumbs_christmas_wallpaper.jpg" width="525" height="387" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-638" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/christmas/merry-christmas_wallpapers_desktop.jpg" title=" " class="shutterset_set_42" >
								<img title="merry-christmas_wallpapers_desktop" alt="thumbs merry christmas wallpapers desktop Desktop Wallpapers for Christmas" src="http://rockstartemplate.com/wp-content/gallery/christmas/thumbs/thumbs_merry-christmas_wallpapers_desktop.jpg" width="525" height="382" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-639" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/christmas/merry_christmas.jpg" title=" " class="shutterset_set_42" >
								<img title="merry_christmas" alt="thumbs merry christmas Desktop Wallpapers for Christmas" src="http://rockstartemplate.com/wp-content/gallery/christmas/thumbs/thumbs_merry_christmas.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-640" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/christmas/merry_christmas_pictures.jpg" title=" " class="shutterset_set_42" >
								<img title="merry_christmas_pictures" alt="thumbs merry christmas pictures Desktop Wallpapers for Christmas" src="http://rockstartemplate.com/wp-content/gallery/christmas/thumbs/thumbs_merry_christmas_pictures.jpg" width="525" height="386" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/photography/wallpapers/christmas-wallpapers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/photography/wallpapers/christmas-wallpapers/</feedburner:origLink></item>
		<item>
		<title>High Resolution Banner Background</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/cbuJLYubWdE/</link>
		<comments>http://rockstartemplate.com/blog-resources/high-resolution-banner-background/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 14:45:52 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Banner]]></category>
		<category><![CDATA[Blog Resources]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1090</guid>
		<description><![CDATA[﻿﻿Holidays are approaching and its time for you to think what you can do to make this occasion grander. Here we came up with a banner background, which you can use it for preparing a huge banner for all kind of celebrations. The banner size is 240 inches X 48 inches [20 X 4 Foot]. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">﻿﻿Holidays are approaching and its time for you to think what you can do to make this occasion grander. Here we came up with a banner background, which you can use it for preparing a huge banner for all kind of celebrations. The banner size is 240 inches X 48 inches [20 X 4 Foot].</p>
<p style="text-align: justify;">Check the preview below for low quality version of the banner background. To download the high resolution banner, <a href="http://rockstartemplate.com/banner_background.psd" target="_blank"><strong>CLICK HERE</strong></a>.</p>
<p><strong>Preview :</strong></p>
<p><a rel="attachment wp-att-1092" href="http://rockstartemplate.com/blog-resources/high-resolution-banner-background/attachment/banner_background/"><img class="aligncenter size-full wp-image-1092" title="Banner_background_image" src="http://rockstartemplate.com/wp-content/uploads/2010/12/Banner_background.jpg" alt="Banner background High Resolution Banner Background" width="650" height="179" /></a></p>
<p>Only few more days to GO . Enjoy Vacation, Enjoy Christmas !</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/high-resolution-banner-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/blog-resources/high-resolution-banner-background/</feedburner:origLink></item>
		<item>
		<title>The chronicles of Narnia – Part 3 Wallpapers</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/pKxhDUkHuKw/</link>
		<comments>http://rockstartemplate.com/photography/the-chronicles-of-narnia-part-3-wallpapers/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 07:34:50 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Movie Wallpapers]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[narnia]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1084</guid>
		<description><![CDATA[The Chronicles of Narnia is a series of fantasy novel for children written by C. S. Lewis. The Voyage of the Dawn Treader is the third part released this December 10th. We have posted few wallpapers of this movie few weeks back, check it here. This is an updated version of the same.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The Chronicles of Narnia is a series of fantasy novel for children written by C. S. Lewis. The Voyage of the Dawn Treader is the third part released this December 10th.</p>
<p style="text-align: justify;">We have posted few wallpapers of this movie few weeks back, <a href="http://rockstartemplate.com/photography/voyage-dawn-treader-movie-picture/">check it here</a>. This is an updated version of the same.</p>
<div class="ngg-galleryoverview" id="ngg-gallery-41-1084">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-616" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/Narnia3.jpg" title=" " class="shutterset_set_41" >
								<img title="Narnia3" alt="thumbs Narnia3 The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_Narnia3.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-617" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/Narnia3_Lucy-and-Dufflepuds.jpg" title=" " class="shutterset_set_41" >
								<img title="Narnia3_Lucy-and-Dufflepuds" alt="thumbs Narnia3 Lucy and Dufflepuds The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_Narnia3_Lucy-and-Dufflepuds.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-618" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/The-Chronicles-of-Narnia-The-Voyage-of-the-Dawn-Treader.jpg" title=" " class="shutterset_set_41" >
								<img title="The-Chronicles-of-Narnia-The-Voyage-of-the-Dawn-Treader" alt="thumbs The Chronicles of Narnia The Voyage of the Dawn Treader The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_The-Chronicles-of-Narnia-The-Voyage-of-the-Dawn-Treader.jpg" width="337" height="500" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-619" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/The_Chronicles_Narnia_The_Voyage_the_Dawn_Treader.jpg" title=" " class="shutterset_set_41" >
								<img title="The_Chronicles_Narnia_The_Voyage_the_Dawn_Treader" alt="thumbs The Chronicles Narnia The Voyage the Dawn Treader The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_The_Chronicles_Narnia_The_Voyage_the_Dawn_Treader.jpg" width="329" height="500" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-620" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/The_Chronicles_of_Narnia- The_Voyage_of_the_Dawn_Treaders.jpg" title=" " class="shutterset_set_41" >
								<img title="The_Chronicles_of_Narnia- The_Voyage_of_the_Dawn_Treaders" alt="thumbs The Chronicles of Narnia  The Voyage of the Dawn Treaders The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_The_Chronicles_of_Narnia- The_Voyage_of_the_Dawn_Treaders.jpg" width="291" height="500" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-621" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/The_Voyage_of_the_Dawn_Treader_Stills_wallpapers.jpg" title=" " class="shutterset_set_41" >
								<img title="The_Voyage_of_the_Dawn_Treader_Stills_wallpapers" alt="thumbs The Voyage of the Dawn Treader Stills wallpapers The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_The_Voyage_of_the_Dawn_Treader_Stills_wallpapers.jpg" width="525" height="293" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-622" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/narnia-3.jpg" title=" " class="shutterset_set_41" >
								<img title="narnia-3" alt="thumbs narnia 3 The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_narnia-3.jpg" width="500" height="500" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-623" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/narnia-voyage-of-the-dawn-089.jpg" title=" " class="shutterset_set_41" >
								<img title="narnia-voyage-of-the-dawn-089" alt="thumbs narnia voyage of the dawn 089 The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_narnia-voyage-of-the-dawn-089.jpg" width="525" height="356" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-624" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/narnia3-voyage-of-the-dawn.jpg" title=" " class="shutterset_set_41" >
								<img title="narnia3-voyage-of-the-dawn" alt="thumbs narnia3 voyage of the dawn The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_narnia3-voyage-of-the-dawn.jpg" width="525" height="356" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-625" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/narnia_3_snow_voyageofthedawntreaders.jpg" title=" " class="shutterset_set_41" >
								<img title="narnia_3_snow_voyageofthedawntreaders" alt="thumbs narnia 3 snow voyageofthedawntreaders The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_narnia_3_snow_voyageofthedawntreaders.jpg" width="525" height="356" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-626" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/narnia_Voyage_of_dawn_treader_3.jpg" title=" " class="shutterset_set_41" >
								<img title="narnia_Voyage_of_dawn_treader_3" alt="thumbs narnia Voyage of dawn treader 3 The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_narnia_Voyage_of_dawn_treader_3.jpg" width="525" height="221" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-627" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/narnia_dawn_treader21.jpg" title=" " class="shutterset_set_41" >
								<img title="narnia_dawn_treader21" alt="thumbs narnia dawn treader21 The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_narnia_dawn_treader21.jpg" width="525" height="216" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-628" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/the-chronicles-of-narnia-the-voyage-of-the-dawn-treaders.jpg" title=" " class="shutterset_set_41" >
								<img title="the-chronicles-of-narnia-the-voyage-of-the-dawn-treaders" alt="thumbs the chronicles of narnia the voyage of the dawn treaders The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_the-chronicles-of-narnia-the-voyage-of-the-dawn-treaders.jpg" width="525" height="350" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-629" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/the_chronicles_of_narnia_the_voyage_of_the_dawn_treader_3.jpg" title=" " class="shutterset_set_41" >
								<img title="the_chronicles_of_narnia_the_voyage_of_the_dawn_treader_3" alt="thumbs the chronicles of narnia the voyage of the dawn treader 3 The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_the_chronicles_of_narnia_the_voyage_of_the_dawn_treader_3.jpg" width="525" height="420" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-630" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/voyage-of-the-dawn-treader-the-chronicles-of-narnia-desktop_posters.jpg" title=" " class="shutterset_set_41" >
								<img title="voyage-of-the-dawn-treader-the-chronicles-of-narnia-desktop_posters" alt="thumbs voyage of the dawn treader the chronicles of narnia desktop posters The chronicles of Narnia   Part 3 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/the_chronicles_narnia_the_voyage_the_dawn_treader/thumbs/thumbs_voyage-of-the-dawn-treader-the-chronicles-of-narnia-desktop_posters.jpg" width="525" height="292" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/photography/the-chronicles-of-narnia-part-3-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/photography/the-chronicles-of-narnia-part-3-wallpapers/</feedburner:origLink></item>
		<item>
		<title>Multiple Backgrounds in CSS3</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/qb0IOFyHVAM/</link>
		<comments>http://rockstartemplate.com/tutorial/multiple-backgrounds-in-css3/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 20:18:11 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css3.0]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1065</guid>
		<description><![CDATA[One of the biggest problem with CSS2, is the inability to add more than one  background to a particular division. This inability has been solved in CSS3 ! CSS3 Backgrounds and Borders Module in have got lots of new features. Adding multiple backgrounds is made simple using the multiple background image enhancement in CSS3. As [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">One of the biggest problem with CSS2, is the inability to add more than one  background to a particular division. This inability has been solved in CSS3 ! CSS3 Backgrounds and Borders Module in have got lots of new features.</p>
<p style="text-align: justify;">Adding multiple backgrounds is made simple using the multiple background image enhancement in CSS3. As for the CSS2, we specify a Div above another Div in order to get multiple backgrounds. But with the new rules in CSS3, we can easily add multiple backgrounds to a single division in HTML.</p>
<p style="text-align: justify;">We can have any number of layers in CSS3. The number of layers is determined by the number of comma separated values in the  Background property.</p>
<p>For example.,</p>
<div class="fvch-code">
<pre class="fvch-line-numbers">1
2
3
4
5
6
7
8
9
10
11
12
13
</pre>
<pre>#Multiple
{
border: 2px solid #cccccc;
&lt;strong&gt;background:&lt;span style=&quot;color: #993366;&quot;&gt;url(image1.gif) center&lt;/span&gt;, &lt;span style=&quot;color: #000080;&quot;&gt;url(image2.gif) center no-repeat&lt;/span&gt;;&lt;/strong&gt;
height: inherit;
width: inherit;
}</pre>
</div>
<p>or we can also write like this,</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
</pre>
<pre>#Multiple
{
border: 2px solid #cccccc;
&lt;strong&gt;background-image: url(image1.gif), url(image2.gif);
background-position: center , center;
background-origin: border-box, content-box;
background-repeat: no-repeat,no-repeat;&lt;/strong&gt;
height: inherit;
width: inherit;
}</pre>
</div>
<p>Refer to the Output below.,</p>
<div style="border: 2px solid #cccccc; background: url(http://rockstartemplate.com/background2.gif) no-repeat scroll center , url(http://rockstartemplate.com/background1.gif) no-repeat scroll center transparent; height: 449px; width: 449px;">
<p style="padding-left: 115px; padding-top: 120px;">This is an Example for Multiple<br />
Backgrounds, using CSS 3!!</p>
</div>
<p style="text-align: justify;">
<p style="text-align: justify;">If you look through the code, you can see several background images placed on top of each other.The first image is the one which is closest to the user. The second image is placed behind the first and so on.,</p>
<p style="text-align: justify;">Browsers that support CSS3 multiple backgrounds are Firefox 3.6, Opera 10.5 and Google Chrome 3.5 version. IE uses filters to add multiple backgrounds!</p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/tutorial/multiple-backgrounds-in-css3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/tutorial/multiple-backgrounds-in-css3/</feedburner:origLink></item>
		<item>
		<title>My Business Css theme</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/nMUZ20jCA0A/</link>
		<comments>http://rockstartemplate.com/css-templates/my-business-css-template/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 14:23:57 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[CSS Templates]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1060</guid>
		<description><![CDATA[My Business Template is a free CSS Template from Rockstartemplate.com. This CSS Theme has been released for FREE ! You can use this template for any type of personal or commercial use. All we need is a link back to our site at the bottom of the Template. My Business template is a 3-column , [...]]]></description>
			<content:encoded><![CDATA[<p>My Business Template is a free CSS Template from Rockstartemplate.com. This  CSS Theme has been released for FREE ! You can use this template for any type of personal or commercial use. All we need is a link back to our site at the bottom of the Template.</p>
<p>My Business template is a 3-column , cross-browser friendly template designed to suit your business needs. This template has been designed to meet WEB 2.0 requirements.</p>
<p>Let us see some of the features of this Template.</p>
<p>* W3C standards compliant.<br />
* Light weighted.<br />
* Professional Image Design.<br />
* DIV tags. [ No Frames..!! ]<br />
* High Clarity Images.<br />
* Easily Editable.<br />
* Free download and can be modified.</p>
<p><strong>Screenshot:</strong></p>
<p><img class="aligncenter" title="Business CSS Template" src="http://rockstartemplate.com/css-templates/Business_Css_Template/images/screenshot.jpg" alt="screenshot My Business Css theme" width="519" height="646" /></p>
<h3 style="text-align: center;"><strong><a href="http://rockstartemplate.com/css-templates/Business_Css_Template/index.html">Preview this Template</a> | <a href="http://rockstartemplate.com/css-templates/Business_Css_Template/Business_Css_Template.rar">Download this Template</a></strong></h3>
<p>You can find more CSS themes at http://rockstartemplate.com/category/css-templates/.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/css-templates/my-business-css-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/css-templates/my-business-css-template/</feedburner:origLink></item>
		<item>
		<title>Shrek Movie posters</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/e1RjCQnmNb4/</link>
		<comments>http://rockstartemplate.com/photography/shrek-movie-posters/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 18:07:36 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[Movie Wallpapers]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[shrek]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=994</guid>
		<description><![CDATA[Shrek movie is an animated comedy film, based on fairy tale picture book Shrek!. This movie directed by Andrew Adamson and Vicky Jenson, excels in computer animation. Are you looking for a high quality Shrek movie Posters ? Then, you are at the right place. We came up with quite a few pictures from Shrek [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Shrek movie is an animated comedy film, based on fairy tale picture book Shrek!. This movie directed by Andrew Adamson and Vicky Jenson, excels in computer animation.</p>
<p style="text-align: justify;">Are you looking for a high quality Shrek movie Posters ? Then, you are at the right place. We came up with quite a few pictures from Shrek movie. Find the posters below.,</p>
<div class="ngg-galleryoverview" id="ngg-gallery-40-994">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-604" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/Princess-Fiona-and-shrek.jpg" title=" " class="shutterset_set_40" >
								<img title="Princess-Fiona-and-shrek" alt="thumbs Princess Fiona and shrek Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_Princess-Fiona-and-shrek.jpg" width="525" height="375" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-605" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/Shrek-Forever.jpg" title=" " class="shutterset_set_40" >
								<img title="Shrek-Forever" alt="thumbs Shrek Forever Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_Shrek-Forever.jpg" width="525" height="350" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-606" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/Shrek-movie.jpg" title=" " class="shutterset_set_40" >
								<img title="Shrek-movie" alt="thumbs Shrek movie Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_Shrek-movie.jpg" width="525" height="387" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-607" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/Shrek-picture.jpg" title=" " class="shutterset_set_40" >
								<img title="Shrek-picture" alt="thumbs Shrek picture Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_Shrek-picture.jpg" width="525" height="328" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-608" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/ShrekTheme.png" title=" " class="shutterset_set_40" >
								<img title="ShrekTheme" alt="thumbs ShrekTheme Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_ShrekTheme.png" width="525" height="312" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-609" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/Shrek_image_picture.jpg" title=" " class="shutterset_set_40" >
								<img title="Shrek_image_picture" alt="thumbs Shrek image picture Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_Shrek_image_picture.jpg" width="525" height="468" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-610" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/shrek-donkey-cat.jpg" title=" " class="shutterset_set_40" >
								<img title="shrek-donkey-cat" alt="thumbs shrek donkey cat Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_shrek-donkey-cat.jpg" width="525" height="366" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-611" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/shrek_family_picture.jpg" title=" " class="shutterset_set_40" >
								<img title="shrek_family_picture" alt="thumbs shrek family picture Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_shrek_family_picture.jpg" width="525" height="458" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-612" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/shrek_images.jpg" title=" " class="shutterset_set_40" >
								<img title="shrek_images" alt="thumbs shrek images Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_shrek_images.jpg" width="525" height="335" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-613" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/shrek_movie.jpg" title=" " class="shutterset_set_40" >
								<img title="shrek_movie" alt="thumbs shrek movie Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_shrek_movie.jpg" width="525" height="295" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-614" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/shrek_movie_posters.jpg" title=" " class="shutterset_set_40" >
								<img title="shrek_movie_posters" alt="thumbs shrek movie posters Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_shrek_movie_posters.jpg" width="525" height="384" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-615" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/shrek/shrek_with_donkey.jpg" title=" " class="shutterset_set_40" >
								<img title="shrek_with_donkey" alt="thumbs shrek with donkey Shrek Movie posters" src="http://rockstartemplate.com/wp-content/gallery/shrek/thumbs/thumbs_shrek_with_donkey.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/photography/shrek-movie-posters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/photography/shrek-movie-posters/</feedburner:origLink></item>
		<item>
		<title>Simple Trick to increase your Alexa Rank</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/-IJmc_oRyoI/</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>8</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/blog-resources/blog-tips-and-tricks/trick-increase-your-alexa-rank/</feedburner:origLink></item>
		<item>
		<title>Create a Custom Alert Box in Javascript using ShowModalDialog</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/IkjNGYAywXw/</link>
		<comments>http://rockstartemplate.com/tutorial/javascript-tutorial/custom-alert-box-javascript/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 06:31:17 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=1013</guid>
		<description><![CDATA[This tutorial is about creating a Custom Alert Box in Javascript. This tutorial will explain how to create a customtomised alert box in Javascript using showModalDialog()/Open() function. Difference between ShowModalDialog() and window.open() Method: Return type of Window.open() method is an Object, where as Window.showModalDialog() method return type is a value. If you want to get [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial is about creating a Custom Alert Box in Javascript. This tutorial will explain how to create a customtomised alert box in Javascript using showModalDialog()/Open() function.</p>
<p><strong>Difference between ShowModalDialog() and window.open() Method:</strong><br />
            Return type of Window.open() method is an Object, where as Window.showModalDialog() method return type is a value. If you want to get values in return from your alert box use ShowModalDialog() method and if you don&#8217;t want to return any value use window.open() method. </p>
<p>Please Refer to the code and Demo below..,</p>
<p>Sample CODE :</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
</pre>
<pre>1] &lt;strong&gt;SampleAlertBox.html :-&lt;/strong&gt;

&lt;html&gt;
&lt;title&gt;Custom alert&lt;/title&gt;
&lt;script&gt;
function hello(mymsg){

myArray = new Array(mymsg);
mywd=400;
myht=150;
myleft=(document.body.clientWidth - mywd)/2;
mytop=(document.body.clientHeight - myht)/2;

myOpt=&#039;scrollbar=no;toolbars=no;menubar=no;location=no;location:no;dialogTop:&#039;+mytop+&#039;px;dialogLeft:&#039;+myleft+&#039;px;dialogWidth:&#039;+mywd+&#039;px;dialogHeight:&#039;+myht+&#039;px;center:no;help:no;resizable:no;status:no&#039;;

var myObj = new Object();
myObj.mess = mymsg;
retVal = window.showModalDialog(&quot;customalert.html&quot;,myObj,myOpt);
document.getElementById(&quot;mytext&quot;).value = retVal;
}

&lt;/script&gt;
&lt;body&gt;
&lt;center&gt;
&lt;br/&gt;
&lt;input id =&quot;mytext&quot; type=&quot;text&quot; value=&quot;Return Value from Show Dialog&quot;&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;input type =&quot;button&quot; value=&quot;Click Here&quot; onclick=&quot;hello(&#039;This is a Sample Test Msg&#039;);&quot;/&gt;
&lt;/center&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
</div>
<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
</pre>
<pre>2] &lt;strong&gt;customalert.html :-&lt;/strong&gt;

&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Custom Alert in javascript&lt;/title&gt;
&lt;script&gt;

function createalert(){

var obj = window.dialogArguments;
mymessage = obj.mess;
document.write(&quot;&lt;div style=&#039;margin:0px auto;&#039;&gt;&quot;);
document.write(&quot;&lt;div style=&#039;float:left;margin:0px auto;width:60px;padding:10px;&#039;&gt;&quot;);
document.write(&quot;&lt;img src=&#039;icon.png&#039;&gt;&quot;);
document.write(&quot;&lt;/div&gt;&lt;div style=&#039;margin:0px auto;padding-top:5px;padding-left:80px;padding-right:5px;&#039;&gt;&quot;);
document.write(&quot;&lt;p&gt;&quot;+mymessage+&quot;&lt;/p&gt;&quot;);
document.write(&quot;&lt;/div&gt;&lt;/div&gt;&quot;);
document.write(&quot;&lt;div&gt;&quot;);
document.write(&quot;&lt;p&gt;&lt;input style=&#039;float:right;width:85px;height:27px;&#039; type=&#039;button&#039; value=&#039;OK&#039; onClick=&#039;window.returnValue=true;window.close();&#039;&gt;&lt;input style=&#039;float:right;width:85px;height:27px;&#039; type=&#039;button&#039; value=&#039;CANCEL&#039; onClick=&#039;window.returnValue = false;window.close();&#039;&gt;&lt;/p&gt;&quot;);
document.write(&quot;&lt;/div&gt;&quot;);
}

&lt;/script&gt;
&lt;/head&gt;
&lt;body onload=&quot;createalert()&quot;&gt;&lt;/body&gt;
&lt;/html&gt;</pre>
</div>
<p style="align:center;text-align:center;color:#ff0000"><a href="http://rockstartemplate.com/Alertbox.html">Click here to see the demo</a></p>
<p>If you don&#8217;t want to return a value from your alert box(like we did in the above example)., use window.open() method instead of window.showModalDialog() method.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/tutorial/javascript-tutorial/custom-alert-box-javascript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/tutorial/javascript-tutorial/custom-alert-box-javascript/</feedburner:origLink></item>
		<item>
		<title>25+ Button Collection – Free Download</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/zMyGvs9qRVQ/</link>
		<comments>http://rockstartemplate.com/blog-resources/icons/buttons-collection-download/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 18:51:43 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Button Design]]></category>
		<category><![CDATA[Icons]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=998</guid>
		<description><![CDATA[Here we go.! More than 25 Buttons, all in one Package. I&#8217;m sure that you can really make a huge difference with these buttons. So Go ahead and grab these button designs. Buttons are one of those visual elements, which will create an amazing look to ones website. We have hand-picked some of the most [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Here we go.! More than 25 Buttons, all in one Package. I&#8217;m sure that you can really make a huge difference with these buttons. So Go ahead and <em>grab these button designs.<br />
</em></p>
<p style="text-align: justify;">Buttons are one of those visual elements, which will create an amazing look to ones website. We have hand-picked some of the most beautiful and attractive Buttons, one can use to bring amazing atmosphere for the website.</p>
<p>Let’s take a look at some great button designs below.,</p>
<p><strong>Screenshot:</strong></p>
<p><a rel="attachment wp-att-1001" href="http://rockstartemplate.com/blog-resources/icons/buttons-collection-download/attachment/huge_collection_buttons_free_download/"><img class="aligncenter size-full wp-image-1001" title="Huge_collection_Buttons_free_download" src="http://rockstartemplate.com/wp-content/uploads/2010/08/Huge_collection_Buttons_free_download.jpg" alt="Huge collection Buttons free download 25+ Button Collection   Free Download" width="607" height="256" /></a></p>
<p><a title="Button design Psd" href="http://rockstartemplate.com/Button_design_psd.psd" target="_blank">CLICK HERE</a> to download the PSD version of the Buttons.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/icons/buttons-collection-download/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/blog-resources/icons/buttons-collection-download/</feedburner:origLink></item>
		<item>
		<title>Clean Art CSS Template</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/oIPbN5t67ok/</link>
		<comments>http://rockstartemplate.com/css-templates/clean-art-css-template/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 08:37:14 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[CSS Templates]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free.download]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=984</guid>
		<description><![CDATA[Clean Art Template is a free CSS Template from Rockstartemplate.com. This CSS Theme has been released for FREE under the Creative Commons license. This template is made with creative art pictures. It&#8217;s a 2 column theme with fixed width, compatible with Web 2.0. You can use this template for any type of personal or commercial [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Clean Art Template</strong> is a free CSS Template from Rockstartemplate.com. This  CSS Theme has been released for FREE under the Creative Commons  license. This template is made with creative art pictures. It&#8217;s a 2 column theme with fixed width, compatible with Web 2.0.</p>
<p style="text-align: justify;">You can use this template for any type of personal or commercial use ,  but with a link back to our website in any ways. This  Css template can be modified very easily. See the features below.,</p>
<p><strong>Features of Clean Art Theme :</strong><br />
* W3C standards compliant.<br />
* Beautiful Image Design.<br />
* Light weighted.<br />
* DIV tags.<br />
* High Clarity Images.<br />
* Easily Editable.<br />
* Free download and can be modified.</p>
<p><strong>Screenshot :</strong></p>
<div style="align: center; text-align: center;"><img src="http://rockstartemplate.com/Clean_art_CSS_theme/screenshot.jpg" alt="screenshot Clean Art CSS Template" width="550px" height="500px" title="Clean Art CSS Template" /></div>
<h3 style="text-align: center;"><strong><a href="http://rockstartemplate.com/Clean_art_CSS_theme/index.html">Preview this Template</a> | <a href="http://rockstartemplate.com/Clean_art_CSS_theme/Clean_art_CSS_theme.zip">Download this Template</a></strong></h3>
<p>You can find more Css themes at http://rockstartemplate.com/category/css-templates/. Stay tuned for more updates..,</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/css-templates/clean-art-css-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/css-templates/clean-art-css-template/</feedburner:origLink></item>
		<item>
		<title>Movie – Voyage of the Dawn Treader Pictures</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/KAv1Ro9M1iI/</link>
		<comments>http://rockstartemplate.com/photography/voyage-dawn-treader-movie-picture/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 06:33:40 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[Movie Wallpapers]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=974</guid>
		<description><![CDATA[The Chronicles of Narnia &#8211; The Voyage of the Dawn Treader is one of the most expecting movie in 2010. This is an upcoming adventurous film based on the novel, The Chronicles of Narnia. This movie will be distributed by 20th Century fox, but the last version of the series, Prince caspian was distributed by [...]]]></description>
			<content:encoded><![CDATA[<p>The Chronicles of Narnia &#8211; The Voyage of the Dawn Treader is one of the most expecting movie in 2010. This is an upcoming adventurous film based on the novel, The Chronicles of Narnia. This movie will be distributed by 20th Century fox, but the last version of the series, Prince caspian was distributed by Walt Disney Pictures. This film will be released on December, 2010.   </p>
<p>Oops I&#8217;m giving too much of info about the movie <img src='http://rockstartemplate.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz Movie   Voyage of the Dawn Treader Pictures" class='wp-smiley' title="Movie   Voyage of the Dawn Treader Pictures" /> . Find some snaps took in this movie. Click the pictures to enlarge.</p>
<div class="ngg-galleryoverview" id="ngg-gallery-39-974">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-599" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/voyage-of-the-dawn-treader/voyage-of-thedawn-treader_chronicles-of-narnia-pictures.jpg" title=" " class="shutterset_set_39" >
								<img title="voyage-of-thedawn-treader_chronicles-of-narnia-pictures" alt="thumbs voyage of thedawn treader chronicles of narnia pictures Movie   Voyage of the Dawn Treader Pictures" src="http://rockstartemplate.com/wp-content/gallery/voyage-of-the-dawn-treader/thumbs/thumbs_voyage-of-thedawn-treader_chronicles-of-narnia-pictures.jpg" width="525" height="350" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-602" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/voyage-of-the-dawn-treader/voyage-of-thedawn-treader_chronicles-of-narnia3-wallpaper.jpg" title=" " class="shutterset_set_39" >
								<img title="voyage-of-thedawn-treader_chronicles-of-narnia3-wallpaper" alt="thumbs voyage of thedawn treader chronicles of narnia3 wallpaper Movie   Voyage of the Dawn Treader Pictures" src="http://rockstartemplate.com/wp-content/gallery/voyage-of-the-dawn-treader/thumbs/thumbs_voyage-of-thedawn-treader_chronicles-of-narnia3-wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-603" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/voyage-of-the-dawn-treader/voyage-of-thedawn-treader_chronicles-of-narnia3.jpg" title=" " class="shutterset_set_39" >
								<img title="voyage-of-thedawn-treader_chronicles-of-narnia3" alt="thumbs voyage of thedawn treader chronicles of narnia3 Movie   Voyage of the Dawn Treader Pictures" src="http://rockstartemplate.com/wp-content/gallery/voyage-of-the-dawn-treader/thumbs/thumbs_voyage-of-thedawn-treader_chronicles-of-narnia3.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/photography/voyage-dawn-treader-movie-picture/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/photography/voyage-dawn-treader-movie-picture/</feedburner:origLink></item>
		<item>
		<title>How To get Traffic from Social Bookmarking Sites</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/EvOx4lU6cbc/</link>
		<comments>http://rockstartemplate.com/blog-resources/get-traffic-social-bookmarking/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 16:07:03 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Blog Resources]]></category>
		<category><![CDATA[bookmark]]></category>
		<category><![CDATA[sites]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=924</guid>
		<description><![CDATA[Social Bookmarking sites will not only help your blog to get more traffic but also gain you some quality readership. You can get more than 500+ visitors for single post or even more than that. If you recently started a blog and struggling to come to terms with this social Bookmarking service, then this is [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Social Bookmarking sites will not only help your blog to get more traffic but also gain you some quality readership. You can get more than 500+ visitors for single post or even more than that. If you recently started a blog and struggling to come to terms with this social Bookmarking service, then this is the right post for you.</p>
<p style="text-align: justify;"><strong>So What is Social Bookmarking ?</strong></p>
<p style="text-align: justify;">Social Bookmarks is a service focuses on user generated content and the user base. Its something like a Super market where you ill get everything in one place.</p>
<p style="text-align: justify;">The idea of social bookmarking is very much simple and it is totally free of charge and will help your sites conquer the search engines with ease!</p>
<p style="text-align: justify;"><strong>Is social Bookmarking similar to Link Directories ?</strong></p>
<p style="text-align: justify;">Not Exactly !! But some thing similar to that kind. Social Bookmarking sites literally allow anyone to create a free account and allows the users to submit their favorite links. But the social bookmarking site will have the full control over what links were most popular and visible to everyone. The concept is Simple &#8220;share your favorite sites online&#8221;.</p>
<p style="text-align: justify;">Now comes the big question, How to Make Traffic with these social Bookmarking websites ? or rather we can ask like, Which social bookmarking site will get you more traffic ? Find answers for all your questions below [One by One <img src='http://rockstartemplate.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile How To get Traffic from Social Bookmarking Sites" class='wp-smiley' title="How To get Traffic from Social Bookmarking Sites" />  ].,</p>
<h2><span style="color: #008080;"><strong>1] <span style="text-decoration: underline;">Twitter.Com :</span></strong></span></h2>
<p style="text-align: justify;">Twitter may be a newbie, but it&#8217;s a Biggie..! Twitter is very simple. All we need to do is to create a new and attractive profile and find searching people from similar area of interest.</p>
<blockquote><p>Twitter asks “what’s happening” and makes the answer spread across the globe to millions, immediately.</p></blockquote>
<p><a rel="attachment wp-att-945" href="http://rockstartemplate.com/blog-resources/get-traffic-social-bookmarking/attachment/twitter/"><img class="aligncenter size-full wp-image-945" title="twitter" src="http://rockstartemplate.com/wp-content/uploads/2010/04/twitter.jpg" alt="twitter How To get Traffic from Social Bookmarking Sites" width="530" height="254" /></a><br />
Here are some 5 ways to gain Popularity in Twitter,</p>
<ul>
<li>Create a attractive Profile : Everyone comes to your profile page by searching similar categories . So your Profile page must be attractive enough to kindle them to click your blog links.</li>
</ul>
<ul>
<li>Be Active : When someone sends you a comment or a tweet, respond to them asap. The more you are active the more visitors you get.</li>
</ul>
<ul>
<li>Gain more Followers : The following sites will help you in getting the same <a href="http://www.twollow.com/">Twollow</a>, <a href="http://twitaddict.com/hummingbird/">Hummingbird</a> or <a href="http://tweetadder.com/">Tweet Adder. </a></li>
</ul>
<ul>
<li>Find People who have same area of interest : It&#8217;s Simple, Form a Network at Twitter and grow your business.</li>
</ul>
<ul>
<li>Dont Forget to display your RSS feed in Twitter page. Use Twitterfeed.com site for this purpose.</li>
</ul>
<hr />
<h2><span style="color: #008080;">2] <span style="text-decoration: underline;">Digg.Com :</span></span></h2>
<p style="text-align: justify;">Digg is a yet another social bookmarking site made for people to discover and share contents online. Digg is similar to that of twitter where you can share your links and stories.</p>
<p><a rel="attachment wp-att-950" href="http://rockstartemplate.com/blog-resources/get-traffic-social-bookmarking/attachment/digg/"><img class="aligncenter size-full wp-image-950" title="digg" src="http://rockstartemplate.com/wp-content/uploads/2010/04/digg.jpg" alt="digg How To get Traffic from Social Bookmarking Sites" width="550" height="217" /></a></p>
<p style="text-align: justify;">First we need to get cleared that the visitors from Digg wont come for the next time, they wont click your ads, they wont subscribe your site. All they will do is bring you traffic, they will read what they actually needed from your blog, and nothing else. Many of them won’t even stay there for 10  seconds.</p>
<p style="text-align: justify;">All we have to do to bring traffic from Digg is to be active and give popular tags in Digg Topics. If these two things are good, you can expect some huge crowd to visit your site daily.</p>
<p style="text-align: justify;"><strong>So how to get more traffic in diggs?</strong></p>
<ul>
<li>Digg has cool feature called as &#8216;hot list&#8217; on its homepage,and it&#8217;s all about how many people click or “Digg” the site. So the first thing you should remember is to get as many Diggs as possible.</li>
</ul>
<ul>
<li>Put attractive captions.  Your caption should be in such a way that it should make Digg users to click on it.</li>
</ul>
<ul>
<li>Search similar kind of blog and start forming a network. You Digg their site and vice versa. This will help your blog to gain more user visibility.</li>
</ul>
<p>Continued.. Stay tuned for more updates&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/blog-resources/get-traffic-social-bookmarking/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/blog-resources/get-traffic-social-bookmarking/</feedburner:origLink></item>
		<item>
		<title>Huge Collection of Game Wallpapers</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/xbh6oS9Psm0/</link>
		<comments>http://rockstartemplate.com/photography/game-wallpaper-collection/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 04:29:12 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[collection]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=929</guid>
		<description><![CDATA[Welcome to the Great Collection of Game Wallpapers. Sometimes you just gotta have some reason to work, right? Well but there is no reason for you to play Games. This Post is dedicated to all the Gaming Freaks out there who want to know about latest games and its wallpapers. Here we come up with [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Welcome to the Great Collection of Game Wallpapers. Sometimes you just gotta have some reason to work, right? Well but there is no reason for you to play Games. This Post is dedicated to all the Gaming Freaks out there who want to know about latest games and its wallpapers. Here we come up with some 20+ collection of latest Game Wallpapers.</p>
<p style="text-align: justify;">Here we have compiled a huge list of some fascinating, outstanding and beautifully designed game Wallpapers[You can also call these as Game Posters <img src='http://rockstartemplate.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Huge Collection of Game Wallpapers" class='wp-smiley' title="Huge Collection of Game Wallpapers" /> ]. Rather you can see this collection as New and Fresh set of Gaming Wallpapers. Grab these wallpapers and decorate your Desktop with the same.</p>
<p>Click on the Pictures To Enlarge .. !!</p>
<div style="align:center;text-align:center">
<div class="ngg-galleryoverview" id="ngg-gallery-38-929">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-577" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/Assassinscreed_game_picture.jpg" title="Assassins Creed " class="shutterset_set_38" >
								<img title="Assassinscreed_game_picture" alt="thumbs Assassinscreed game picture Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_Assassinscreed_game_picture.jpg" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-578" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/Gears_of_war_game.jpg" title="Gears Of War" class="shutterset_set_38" >
								<img title="Gears_of_war_game" alt="thumbs Gears of war game Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_Gears_of_war_game.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-579" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/Heroes_of_Might_and_Magic.jpg" title="Heroes of Might and Magic" class="shutterset_set_38" >
								<img title="Heroes_of_Might_and_Magic" alt="thumbs Heroes of Might and Magic Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_Heroes_of_Might_and_Magic.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-580" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/Mortal_Kombat_wallpaper_game.jpg" title="Mortal Kombat" class="shutterset_set_38" >
								<img title="Mortal_Kombat_wallpaper_game" alt="thumbs Mortal Kombat wallpaper game Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_Mortal_Kombat_wallpaper_game.jpg" width="525" height="420" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-581" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/Sims_wallpaper.jpg" title="SIMS" class="shutterset_set_38" >
								<img title="Sims_wallpaper" alt="thumbs Sims wallpaper Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_Sims_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-582" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/aliens-vs-predator-3-game-wallpaper.jpg" title="Alien Vs Predator" class="shutterset_set_38" >
								<img title="aliens-vs-predator-3-game-wallpaper" alt="thumbs aliens vs predator 3 game wallpaper Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_aliens-vs-predator-3-game-wallpaper.jpg" width="525" height="295" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-583" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/apb_Game_screenshot.jpg" title="APB" class="shutterset_set_38" >
								<img title="apb_Game_screenshot" alt="thumbs apb Game screenshot Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_apb_Game_screenshot.jpg" width="525" height="422" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-584" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/battlefield2_game_wallpaper.jpg" title="Battle Field " class="shutterset_set_38" >
								<img title="battlefield2_game_wallpaper" alt="thumbs battlefield2 game wallpaper Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_battlefield2_game_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-585" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/bioshock-2-sea-of-dreams_wallpaper.jpg" title="Bio-Shock" class="shutterset_set_38" >
								<img title="bioshock-2-sea-of-dreams_wallpaper" alt="thumbs bioshock 2 sea of dreams wallpaper Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_bioshock-2-sea-of-dreams_wallpaper.jpg" width="525" height="328" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-586" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/callofduty4-wallpaper.jpg" title="Call Of Duty" class="shutterset_set_38" >
								<img title="callofduty4-wallpaper" alt="thumbs callofduty4 wallpaper Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_callofduty4-wallpaper.jpg" width="525" height="328" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-587" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/counter-strike-poster-wallpaper.jpg" title="Counter Strike" class="shutterset_set_38" >
								<img title="counter-strike-poster-wallpaper" alt="thumbs counter strike poster wallpaper Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_counter-strike-poster-wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-588" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/dragon-age-origin-game.jpeg" title="Dragon Age Origin" class="shutterset_set_38" >
								<img title="dragon-age-origin-game" alt=" Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_dragon-age-origin-game.jpeg" width="525" height="328" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-589" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/fakescreen_Gta4-game.jpg" title="GTA" class="shutterset_set_38" >
								<img title="fakescreen_Gta4-game" alt="thumbs fakescreen Gta4 game Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_fakescreen_Gta4-game.jpg" width="525" height="441" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-590" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/fallout-3-game-wallpaper.jpg" title="Fallout" class="shutterset_set_38" >
								<img title="fallout-3-game-wallpaper" alt="thumbs fallout 3 game wallpaper Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_fallout-3-game-wallpaper.jpg" width="525" height="294" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-591" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/far_cry_2_game_wallpaper.jpg" title="Far Cry" class="shutterset_set_38" >
								<img title="far_cry_2_game_wallpaper" alt="thumbs far cry 2 game wallpaper Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_far_cry_2_game_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-592" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/mass-effect-2-game-wallpaper.jpg" title="Mass Effect" class="shutterset_set_38" >
								<img title="mass-effect-2-game-wallpaper" alt="thumbs mass effect 2 game wallpaper Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_mass-effect-2-game-wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-593" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/metal-gear-solid-4-wallpaper-game.jpg" title="Metal Gear Solid" class="shutterset_set_38" >
								<img title="metal-gear-solid-4-wallpaper-game" alt="thumbs metal gear solid 4 wallpaper game Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_metal-gear-solid-4-wallpaper-game.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-595" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/need_for_speed_game_nfs_shift.jpg" title="Need For Speed" class="shutterset_set_38" >
								<img title="need_for_speed_game_nfs_shift" alt="thumbs need for speed game nfs shift Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_need_for_speed_game_nfs_shift.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-596" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/wow-wrath-of-the-lich-king-wallpapers-game.jpg" title="Wrath of Lich King" class="shutterset_set_38" >
								<img title="wow-wrath-of-the-lich-king-wallpapers-game" alt="thumbs wow wrath of the lich king wallpapers game Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_wow-wrath-of-the-lich-king-wallpapers-game.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-598" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/Games/modern-warfare-2-wallpaper.jpg" title="Modern Warfare" class="shutterset_set_38" >
								<img title="modern-warfare-2-wallpaper" alt="thumbs modern warfare 2 wallpaper Huge Collection of Game Wallpapers" src="http://rockstartemplate.com/Games/thumbs/thumbs_modern-warfare-2-wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

</div>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/photography/game-wallpaper-collection/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/photography/game-wallpaper-collection/</feedburner:origLink></item>
		<item>
		<title>Huge Collection of 1024 * 768 Wallpapers</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/hjWeZ5u9Ukw/</link>
		<comments>http://rockstartemplate.com/photography/wallpapers/1024-768-wallpaper-collection/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 03:53:43 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=910</guid>
		<description><![CDATA[Here comes the greatest collection of 1024*768 wallpapers. Are you searching for a right wallpaper for your desktop PC ?  Then, you are in right Place. You can find one for you here. So What can you find below ? Wallpaper about nature or digital images ? or wallpaper about Creativity or Photography ? Let [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Here comes the greatest collection of 1024*768 wallpapers. Are you searching for a right wallpaper for your desktop PC ?  Then, you are in right Place. You can find one for you here.</p>
<p style="text-align: justify;"><strong>So What can you find below ?</strong><br />
Wallpaper about nature or digital images ? or wallpaper about Creativity or Photography ? Let me tell you one thing that you can find every thing out here ..! Empower your desktop with the below wallpapers. Click on the Images to Enlarge.</p>
<div class="ngg-galleryoverview" id="ngg-gallery-36-910">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-542" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Morning_sun_rise_wallpeper.jpg" title=" " class="shutterset_set_36" >
								<img title="Morning_sun_rise_wallpeper" alt="thumbs Morning sun rise wallpeper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Morning_sun_rise_wallpeper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-543" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Mountain_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Mountain_wallpaper" alt="thumbs Mountain wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Mountain_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-544" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Natural_pictures.jpg" title=" " class="shutterset_set_36" >
								<img title="Natural_pictures" alt="thumbs Natural pictures Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Natural_pictures.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-545" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Nature_tree_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Nature_tree_wallpaper" alt="thumbs Nature tree wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Nature_tree_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-546" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Nature_wallpapers.jpg" title=" " class="shutterset_set_36" >
								<img title="Nature_wallpapers" alt="thumbs Nature wallpapers Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Nature_wallpapers.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-547" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Rising_star_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Rising_star_wallpaper" alt="thumbs Rising star wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Rising_star_wallpaper.jpg" width="525" height="420" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-548" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Skull_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Skull_wallpaper" alt="thumbs Skull wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Skull_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-549" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Sun_rays_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Sun_rays_wallpaper" alt="thumbs Sun rays wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Sun_rays_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-550" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Water_fall_effect_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Water_fall_effect_wallpaper" alt="thumbs Water fall effect wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Water_fall_effect_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-551" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Waterfall_mountain.jpg" title=" " class="shutterset_set_36" >
								<img title="Waterfall_mountain" alt="thumbs Waterfall mountain Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Waterfall_mountain.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-552" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/modern-creative_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="modern-creative_wallpaper" alt="thumbs modern creative wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_modern-creative_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-553" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/natural_picture.jpg" title=" " class="shutterset_set_36" >
								<img title="natural_picture" alt="thumbs natural picture Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_natural_picture.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-554" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/nature_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="nature_wallpaper" alt="thumbs nature wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_nature_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-555" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/night_effect_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="night_effect_wallpaper" alt="thumbs night effect wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_night_effect_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-556" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/sea_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="sea_wallpaper" alt="thumbs sea wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_sea_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-557" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/sea_wallpapers.jpg" title="MIL50059//1" class="shutterset_set_36" >
								<img title="MIL50059//1" alt="thumbs sea wallpapers Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_sea_wallpapers.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-558" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/sunset_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="sunset_wallpaper" alt="thumbs sunset wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_sunset_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-559" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/water_fall_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="water_fall_wallpaper" alt="thumbs water fall wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_water_fall_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-560" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/1024x768-digital-wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="1024x768-digital-wallpaper" alt="thumbs 1024x768 digital wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_1024x768-digital-wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-561" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Art-landscape_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Art-landscape_wallpaper" alt="thumbs Art landscape wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Art-landscape_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-562" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Blue_sky_Art_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Blue_sky_Art_wallpaper" alt="thumbs Blue sky Art wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Blue_sky_Art_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-563" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Cloud_photography.jpg" title=" " class="shutterset_set_36" >
								<img title="Cloud_photography" alt="thumbs Cloud photography Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Cloud_photography.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-564" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Creative_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Creative_wallpaper" alt="thumbs Creative wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Creative_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-565" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Digital_art_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Digital_art_wallpaper" alt="thumbs Digital art wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Digital_art_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-566" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Digital_design_picture.jpg" title=" " class="shutterset_set_36" >
								<img title="Digital_design_picture" alt="thumbs Digital design picture Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Digital_design_picture.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-567" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Digital_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Digital_wallpaper" alt="thumbs Digital wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Digital_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-568" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Fantasy_awesome_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Fantasy_awesome_wallpaper" alt="thumbs Fantasy awesome wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Fantasy_awesome_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-569" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Fantasy_picture.jpg" title=" " class="shutterset_set_36" >
								<img title="Fantasy_picture" alt="thumbs Fantasy picture Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Fantasy_picture.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-570" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Fantasy_wallpapers.jpg" title=" " class="shutterset_set_36" >
								<img title="Fantasy_wallpapers" alt="thumbs Fantasy wallpapers Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Fantasy_wallpapers.jpg" width="525" height="350" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-571" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Island_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Island_wallpaper" alt="thumbs Island wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Island_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-572" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/Love_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="Love_wallpaper" alt="thumbs Love wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_Love_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-573" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/autumn_wallpapers.jpg" title=" " class="shutterset_set_36" >
								<img title="autumn_wallpapers" alt="thumbs autumn wallpapers Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_autumn_wallpapers.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-574" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/creativity_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="creativity_wallpaper" alt="thumbs creativity wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_creativity_wallpaper.jpg" width="525" height="420" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-575" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/digital-wallpapers.jpg" title=" " class="shutterset_set_36" >
								<img title="digital-wallpapers" alt="thumbs digital wallpapers Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_digital-wallpapers.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-576" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/1024768/forest_wallpaper.jpg" title=" " class="shutterset_set_36" >
								<img title="forest_wallpaper" alt="thumbs forest wallpaper Huge Collection of 1024 * 768 Wallpapers" src="http://rockstartemplate.com/wp-content/gallery/1024768/thumbs/thumbs_forest_wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/photography/wallpapers/1024-768-wallpaper-collection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/photography/wallpapers/1024-768-wallpaper-collection/</feedburner:origLink></item>
		<item>
		<title>April GiveAway – 100$ Contest</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/y1lpMGgmLOw/</link>
		<comments>http://rockstartemplate.com/contest/april-100dollar-contest/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 03:39:43 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Contest]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=809</guid>
		<description><![CDATA[Contest Ended. Winners are sent Email. Yet another contest from Rockstar Template. The theme is very simple, Comment , Participate and Win. Hammer your name in our Top Commentators spot and win 100$. This contest ends on April 15 2010 and the top commentator will get 75$ followed by 25$ for second place. You can [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Contest Ended. Winners are sent Email.</p>
<p style="text-align: justify;">Yet another contest from Rockstar Template. The theme is very simple, <strong>Comment , Participate and Win</strong>. Hammer your name in our Top Commentators spot and win 100$. This contest ends on April 15 2010 and the top commentator will get 75$ followed by 25$ for second place. You can see the Top commentator section in our homepage.</p>
<p>You can see the below Top commentator Plug-in in our Homepage.</p>
<div style="align: center; text-align: center;"><a rel="attachment wp-att-894" href="http://rockstartemplate.com/contest/april-100dollar-contest/attachment/comment/"><img class="aligncenter size-full wp-image-894" title="comment" src="http://rockstartemplate.com/wp-content/uploads/2010/03/comment.jpg" alt="comment April GiveAway   100$ Contest" width="357" height="142" /></a></div>
<p><strong>Whats the Prize ?</strong></p>
<p>1] For the First Place at the end of the contest, 75 $</p>
<p>2] For the Second Place at the end of the contest, 25$</p>
<p>[Payment will be done only in PayPal]</p>
<p><strong>Contest Start Date :</strong> March&#8217; 2010</p>
<p><strong>Contest End Date :</strong> April 15&#8242; 2010</p>
<p>So what are you waiting for ? Say you&#8217;re gonna <em>start</em> right now..!!</p>
<p><strong> </strong></p>
<p><img src="file:///C:/DOCUME%7E1/MOHANK%7E1/LOCALS%7E1/Temp/moz-screenshot-2.png" alt="moz screenshot 2 April GiveAway   100$ Contest"  title="April GiveAway   100$ Contest" /><img src="file:///C:/DOCUME%7E1/MOHANK%7E1/LOCALS%7E1/Temp/moz-screenshot-3.png" alt="moz screenshot 3 April GiveAway   100$ Contest"  title="April GiveAway   100$ Contest" /></p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/contest/april-100dollar-contest/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/contest/april-100dollar-contest/</feedburner:origLink></item>
		<item>
		<title>Border Shadow Effect in CSS3.0</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/987uIWuspIw/</link>
		<comments>http://rockstartemplate.com/tutorial/border-shadow-effect-css30/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 12:08:26 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[box-shadow]]></category>
		<category><![CDATA[css3.0]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=852</guid>
		<description><![CDATA[Are you still using Photoshop to create a Shadow Effect for your DIV tags and setting the image in CSS ? Or Still using JavaScript to get Shadow effect for your  images ? Yes ?  It means you are not aware of CSS 3.0 ! Stop using Photoshop  !!   Use CSS 3.0  !! One [...]]]></description>
			<content:encoded><![CDATA[<p>Are you still using Photoshop to create a Shadow Effect for your DIV tags and setting the image in CSS ? Or Still using JavaScript to get Shadow effect for your  images ? Yes ?  It means you are not aware of CSS 3.0 !</p>
<p style="text-align: center;"><strong>Stop using Photoshop  !!   Use CSS 3.0  !!</strong></p>
<p>One of the most coolest feature in CSS 3.0 is the Box shadow property. This gives you an awesome look for all the borders you design. Let us see the syntax first.</p>
<p><strong>Syntax :</strong><br />
{<br />
box-shadow: &lt;horizontal&gt; &lt;vertical&gt; &lt;blur&gt; &lt;color&gt;<br />
}</p>
<p>It looks simple but powerful. The first field in the property specifies the horizontal shadow, continued by the vertical shadow. The third field in the property specifies the blur ratio, followed by the color of the shadow.</p>
<p><strong>Cross Browser Compatibility : </strong></p>
<ul>
<li> Firefox 3.5 implements the feature as -moz-box-shadow.</li>
<li> Safari Browser implementing the feature as -webkit-box-shadow.</li>
<li> Microsoft Internet Explorer have DropShadow filter.</li>
<li> Opera Browser users are unlucky to view this shadow property.</li>
</ul>
<p>Let us see some of the examples of Box-Shadow property.</p>
<p><strong>Sample 1: Without Blur Effect</strong></p>
<div style="border-bottom: 3px solid #bdbdbd; padding: 10px; width: auto; height: auto;">
<p>Code :<br />
{<br />
box-shadow: 5px 5px #666;<br />
-moz-box-shadow: 5px 5px #666; // For Firefox Browser<br />
-webkit-box-shadow:5px 5px #666;<br />
}</p>
<p>Preview :</p>
<div class="boxeffect">This is a Sample Box Shadow Effect [Without Blur Effect]</div>
</div>
<p><strong>Sample 2: With Blur Effect</strong></p>
<div style="border-bottom: 3px solid #bdbdbd; padding: 10px; width: auto; height: auto;">
<p>Code :<br />
{<br />
box-shadow: 5px 5px 5px #666;<br />
-moz-box-shadow: 5px 5px 5px #666;<br />
-webkit-box-shadow:5px 5px 5px #666;<br />
}</p>
<p>Preview :</p>
<div class="boxeffect1">This is a Sample Box Shadow Effect [With Blur Effect]</div>
</div>
<p><strong>Sample 3: With Heavy Blur Effect</strong></p>
<div style="border-bottom: 3px solid #bdbdbd; padding: 10px; width: auto; height: auto;">
<p>Code :<br />
{<br />
box-shadow: 5px 5px 50px #BDBDBD;<br />
-moz-box-shadow: 5px 5px 50px #BDBDBD;<br />
-webkit-box-shadow:5px 5px 50px #BDBDBD;<br />
}</p>
<p>Preview :</p>
<div class="boxeffect2">This is a Sample Box Shadow Effect [With Heavy Blur Effect]</div>
</div>
<p><strong>Sample 4: With Inner Shadow Effect</strong></p>
<div style="border-bottom: 3px solid #bdbdbd; padding: 10px; width: auto; height: auto;">
<p>Code :<br />
{<br />
box-shadow: 0px 0px 5px #000;<br />
-moz-box-shadow:inset 0px 0px 5px #000;<br />
-webkit-box-shadow:inset 0 0 5px #000;<br />
}</p>
<p>Preview :</p>
<div class="boxeffect3">This is a Sample Box Shadow Effect [With Inner Shadow Effect]</div>
</div>
<p><strong>Sample 5: With Rounded Border shadow Effect</strong></p>
<div style="border-bottom: 3px solid #bdbdbd; padding: 10px; width: auto; height: auto;">
<p>Code :<br />
{<br />
box-shadow: -10px -10px 0px #000;<br />
-moz-box-shadow:-10px -10px 0px #000;<br />
-webkit-box-shadow:-10px -10px 0px #000;<br />
}</p>
<p>Preview :</p>
<div class="boxeffect4">This is a Sample Box Shadow Effect [With Rounded Border shadow Effect]</div>
</div>
<p>You can see this feature working only in Safari 3+ and Firefox 3.1 Alpha. Other browser users wont see this feature.</p>
<p>So no more Jpeg/Gif/Png for Border Shadows from now. Start using CSS3.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/tutorial/border-shadow-effect-css30/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/tutorial/border-shadow-effect-css30/</feedburner:origLink></item>
		<item>
		<title>Alice In Wonderland wallpapers</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/FoOo9jeyCCw/</link>
		<comments>http://rockstartemplate.com/featured/alice-in-wonderland-wallpapers/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 03:26:30 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[Movie Wallpapers]]></category>
		<category><![CDATA[Alice]]></category>
		<category><![CDATA[In]]></category>
		<category><![CDATA[Wonderland]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=817</guid>
		<description><![CDATA[Yet another movie poster from Rockstartemplate.com. The movie so called &#8220;Alice in Wonderland&#8221; is a fantasy/adventure film directed by Tim Burton which was taken from a novel written by English author Lewis Carroll. Its all about a girl Alice who returns to the magical world from her childhood adventure. Mia Wasikowska plays the role of [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Yet another movie poster from Rockstartemplate.com. The movie so called &#8220;Alice in Wonderland&#8221; is a fantasy/adventure film directed by Tim Burton which was taken from a novel written by English author Lewis Carroll. Its all about a girl Alice who returns to the magical world from her childhood adventure.</p>
<p style="text-align: justify;">Mia Wasikowska plays the role of Alice, along with Johnny Depp who acted as The Mad Hatter. This movie will be a visual treat for all fantasy lovers out there. This movie is scheduled for release on March 2010.</p>
<p style="text-align: justify;">Below you can find the pictures/wallpapers from this fantasy movie.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-35-817">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-531" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/Alice-In-Wonderland-Movie-Poster.jpg" title=" " class="shutterset_set_35" >
								<img title="Alice-In-Wonderland-Movie-Poster" alt="thumbs Alice In Wonderland Movie Poster Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_Alice-In-Wonderland-Movie-Poster.jpg" width="338" height="500" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-532" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/AliceInWonderland_2010_release.jpg" title=" " class="shutterset_set_35" >
								<img title="AliceInWonderland_2010_release" alt="thumbs AliceInWonderland 2010 release Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_AliceInWonderland_2010_release.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-533" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/Wallpaper_alice_in_wonderland.jpg" title=" " class="shutterset_set_35" >
								<img title="Wallpaper_alice_in_wonderland" alt="thumbs Wallpaper alice in wonderland Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_Wallpaper_alice_in_wonderland.jpg" width="525" height="420" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-534" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/alice_in_wonderland.jpg" title=" " class="shutterset_set_35" >
								<img title="alice_in_wonderland" alt="thumbs alice in wonderland Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_alice_in_wonderland.jpg" width="333" height="500" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-535" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/alice_in_wonderland10.jpg" title=" " class="shutterset_set_35" >
								<img title="alice_in_wonderland10" alt="thumbs alice in wonderland10 Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_alice_in_wonderland10.jpg" width="525" height="420" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-536" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/alice_in_wonderland_HQ_Mad_hatter.jpg" title=" " class="shutterset_set_35" >
								<img title="alice_in_wonderland_HQ_Mad_hatter" alt="thumbs alice in wonderland HQ Mad hatter Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_alice_in_wonderland_HQ_Mad_hatter.jpg" width="337" height="500" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-537" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/alice_in_wonderland_johnney_dep.jpg" title=" " class="shutterset_set_35" >
								<img title="alice_in_wonderland_johnney_dep" alt="thumbs alice in wonderland johnney dep Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_alice_in_wonderland_johnney_dep.jpg" width="525" height="328" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-538" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/alice_in_wonderland_movie_poster.jpg" title=" " class="shutterset_set_35" >
								<img title="alice_in_wonderland_movie_poster" alt="thumbs alice in wonderland movie poster Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_alice_in_wonderland_movie_poster.jpg" width="525" height="420" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-539" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/alice_in_wonderland_pictures_images.jpg" title=" " class="shutterset_set_35" >
								<img title="alice_in_wonderland_pictures_images" alt="thumbs alice in wonderland pictures images Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_alice_in_wonderland_pictures_images.jpg" width="525" height="328" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-540" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/alice_in_wonderland_wallpaper.jpg" title=" " class="shutterset_set_35" >
								<img title="alice_in_wonderland_wallpaper" alt="thumbs alice in wonderland wallpaper Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_alice_in_wonderland_wallpaper.jpg" width="525" height="328" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-541" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/alice_in_wonderland_wallpaper2.jpg" title=" " class="shutterset_set_35" >
								<img title="alice_in_wonderland_wallpaper2" alt="thumbs alice in wonderland wallpaper2 Alice In Wonderland wallpapers" src="http://rockstartemplate.com/wp-content/gallery/alice_in_wonderlan/thumbs/thumbs_alice_in_wonderland_wallpaper2.jpg" width="525" height="420" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/featured/alice-in-wonderland-wallpapers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/featured/alice-in-wonderland-wallpapers/</feedburner:origLink></item>
		<item>
		<title>New Design for Rockstar Template</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/cLg3vhsV_WE/</link>
		<comments>http://rockstartemplate.com/misc/new-design/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 11:07:28 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[New]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=662</guid>
		<description><![CDATA[We found our site is looking very odd. So we have decided to change the look and feel of our site. And here is our new design ., Our designers designed this new template for our site . Comment about this new design.]]></description>
			<content:encoded><![CDATA[<p>We found our site is looking very odd. So we have decided to change the look and feel of our site. And here is our new design .,</p>
<p><img class="aligncenter size-full wp-image-735" title="rst_new" src="http://rockstartemplate.com/wp-content/uploads/2009/11/rst_new.jpg" alt="rst new New Design for Rockstar Template" width="502" height="509" /></p>
<p>Our designers designed this new template for our site . Comment about this new design.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/misc/new-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/misc/new-design/</feedburner:origLink></item>
		<item>
		<title>Sun Effect in PhotoShop</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/2QIeCXX6ICU/</link>
		<comments>http://rockstartemplate.com/tutorial/photoshop/sun-effect-in-photoshop/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:58:05 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[effect]]></category>
		<category><![CDATA[sun]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=691</guid>
		<description><![CDATA[Today we came with another photoshop tutorial to create a sun effect. The final image gives you a sun light effect with a black background. To bring the Sun Effect in Photoshop follow the below steps. 1.Fill the background color as black[#000000]. 2.create a circle and fill it with white color[#ffffff]. 3.Select the circle using [...]]]></description>
			<content:encoded><![CDATA[<p>Today we came with another photoshop tutorial to create a sun effect. The final image gives you a sun light effect with a black background. To bring the Sun Effect in Photoshop follow the below steps.</p>
<p>1.Fill the background color as black[#000000].</p>
<p>2.create a circle and fill it with white color[#ffffff].</p>
<p>3.Select the circle using magic wand and select the transform to scale as small.</p>
<p>4.Now fill it with brown color radial gradient.</p>
<p>5. Now use the lasso tool to draw a small area to delete the background white color.</p>
<p>6.Use the filter &#8211; distort give polar to rectangle.</p>
<p>7. Now rotate the canvas &#8211; 90ccw.</p>
<p>8.Apply wind effect from right 2times.</p>
<p>9.Apply wind effect from left 2times.</p>
<p>10.Again rotate the canvas &#8211; 90cw.</p>
<p>11. Distort polar coordinates from rectangle to polar.</p>
<p>12. select center portion using magic wand  give inverse selection.</p>
<p>13. Apply ripple filter effect.</p>
<p>The Sun Effect is ready now .Try this and share your comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/tutorial/photoshop/sun-effect-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/tutorial/photoshop/sun-effect-in-photoshop/</feedburner:origLink></item>
		<item>
		<title>Iron Man 2 Movie Wallpapers</title>
		<link>http://feedproxy.google.com/~r/RockstarTemplate/~3/CSCgYVFDfso/</link>
		<comments>http://rockstartemplate.com/photography/movie-wallpaper/iron-man-2-movie-wallpapers/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 15:25:36 +0000</pubDate>
		<dc:creator>Rockstar</dc:creator>
				<category><![CDATA[Movie Wallpapers]]></category>
		<category><![CDATA[2]]></category>
		<category><![CDATA[iron]]></category>
		<category><![CDATA[man]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[Wallpapers]]></category>

		<guid isPermaLink="false">http://rockstartemplate.com/?p=814</guid>
		<description><![CDATA[Iron Man2 is one of the most expected movies in 2010. IronMan 2 is an American superhero based film from Marvel Studios. Iron Man2 is Directed by Jon Favreau and is scheduled to be released on May 7 this year. Robert Downey [Tony Stark in movie] acts as the superhero Iron Man. This movie gonna [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Iron Man2 is one of the most expected movies in 2010. IronMan 2 is an American superhero based film from Marvel Studios. Iron Man2 is Directed by Jon Favreau and is scheduled to be released on May 7 this year. Robert Downey [Tony Stark in movie] acts as the superhero Iron Man. This movie gonna rock the theaters from this May.</p>
<p style="text-align: justify;">Also FYI, a video game based on this film is gonna get released in April 2010 and it is developed by Sega. Here in this post you can some of Iron Man 2 Pictures. Click on the images to Enlarge.</p>
<div style="align:center;text-align:center">
<div class="ngg-galleryoverview" id="ngg-gallery-34-814">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-527" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/iron man 2/Iron_man_HQ_Posters.jpg" title=" " class="shutterset_set_34" >
								<img title="Iron_man_HQ_Posters" alt="thumbs Iron man HQ Posters Iron Man 2 Movie Wallpapers" src="http://rockstartemplate.com/iron man 2/thumbs/thumbs_Iron_man_HQ_Posters.jpg" width="525" height="420" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-528" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/iron man 2/Iron_man_movie_wallpaper.jpg" title=" " class="shutterset_set_34" >
								<img title="Iron_man_movie_wallpaper" alt="thumbs Iron man movie wallpaper Iron Man 2 Movie Wallpapers" src="http://rockstartemplate.com/iron man 2/thumbs/thumbs_Iron_man_movie_wallpaper.jpg" width="525" height="383" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-529" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/iron man 2/Iron_man_wallpapers.jpg" title=" " class="shutterset_set_34" >
								<img title="Iron_man_wallpapers" alt="thumbs Iron man wallpapers Iron Man 2 Movie Wallpapers" src="http://rockstartemplate.com/iron man 2/thumbs/thumbs_Iron_man_wallpapers.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-530" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/iron man 2/iron-man-2-wallpaper.jpg" title=" " class="shutterset_set_34" >
								<img title="iron-man-2-wallpaper" alt="thumbs iron man 2 wallpaper Iron Man 2 Movie Wallpapers" src="http://rockstartemplate.com/iron man 2/thumbs/thumbs_iron-man-2-wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-523" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/iron man 2/IRON_MAN_Wallpaper.png" title=" " class="shutterset_set_34" >
								<img title="IRON_MAN_Wallpaper" alt="thumbs IRON MAN Wallpaper Iron Man 2 Movie Wallpapers" src="http://rockstartemplate.com/iron man 2/thumbs/thumbs_IRON_MAN_Wallpaper.png" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-524" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/iron man 2/Iron-Man-2.jpg" title=" " class="shutterset_set_34" >
								<img title="Iron-Man-2" alt="thumbs Iron Man 2 Iron Man 2 Movie Wallpapers" src="http://rockstartemplate.com/iron man 2/thumbs/thumbs_Iron-Man-2.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-525" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/iron man 2/Iron-Man2-wallpaper.jpg" title=" " class="shutterset_set_34" >
								<img title="Iron-Man2-wallpaper" alt="thumbs Iron Man2 wallpaper Iron Man 2 Movie Wallpapers" src="http://rockstartemplate.com/iron man 2/thumbs/thumbs_Iron-Man2-wallpaper.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-526" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://rockstartemplate.com/iron man 2/Iron_man.jpg" title=" " class="shutterset_set_34" >
								<img title="Iron_man" alt="thumbs Iron man Iron Man 2 Movie Wallpapers" src="http://rockstartemplate.com/iron man 2/thumbs/thumbs_Iron_man.jpg" width="525" height="394" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class="ngg-clear"></div> 	
</div>

</div>
]]></content:encoded>
			<wfw:commentRss>http://rockstartemplate.com/photography/movie-wallpaper/iron-man-2-movie-wallpapers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://rockstartemplate.com/photography/movie-wallpaper/iron-man-2-movie-wallpapers/</feedburner:origLink></item>
	</channel>
</rss>

