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

<channel>
	<title>Nextart.it - Graphic Solutions</title>
	<atom:link href="http://blog.nextart.it/Index.php?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.nextart.it</link>
	<description>Freelance Graphic Designer, hire me for graphic design, web design and logo design.</description>
	<lastBuildDate>Mon, 07 May 2012 11:15:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>WDW Free Base WordPress Theme &#8211; improve</title>
		<link>http://blog.nextart.it/?p=887</link>
		<comments>http://blog.nextart.it/?p=887#comments</comments>
		<pubDate>Mon, 07 May 2012 11:01:34 +0000</pubDate>
		<dc:creator>nextart</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wpthemes]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.nextart.it/?p=887</guid>
		<description><![CDATA[Hello i find and download a responsive WPtheme from here thanks to NICK to share it. I add: 1) custom background in Appearence MENU,  you can find a jpg file...]]></description>
			<content:encoded><![CDATA[<p>Hello i find and download a responsive WPtheme from <a href="http://webdesignerwall.com/general/free-base-wordpress-theme/comment-page-1#commentshttp://" target="_blank">here</a></p>
<p>thanks to <a href="http://webdesignerwall.com/about" target="_blank">NICK</a> to share it.</p>
<p>I add:</p>
<p>1) custom background in Appearence MENU,  you can find a jpg file for your needs here <a href="http://subtlepatterns.com/" target="_blank">http://subtlepatterns.com/</a></p>
<p>2) post thumnails for Featured images with border radius and shadows,</p>
<p>3) archive pages for: category,tag,daily,monthly,yearly,author</p>
<p>4) i change the includes\loop.php to show the excerpt() , instead of the content().</p>
<p>//<strong>for 1) </strong>in functions.php i add these  code</p>
<p>//For  custom background support<br />
add_custom_background();<br />
//For metatag</p>
<p>if ( ! function_exists( &#8216;resp_posted_on&#8217; ) ) :<br />
/**<br />
* Prints HTML with meta information for the current post-date/time and author.<br />
*/<br />
function resp_posted_on() {<br />
printf( __( &#8216;&lt;p&gt;Posted on &lt;time datetime=&#8221;%3$s&#8221; pubdate&gt;%4$s&lt;/time&gt;&lt;span&gt; &lt;span&gt; by &lt;/span&gt; &lt;span&gt;&lt;a href=&#8221;%5$s&#8221; title=&#8221;%6$s&#8221; rel=&#8221;author&#8221;&gt;%7$s&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&#8217; ),<br />
esc_url( get_permalink() ),<br />
esc_attr( get_the_time() ),<br />
esc_attr( get_the_date( &#8216;c&#8217; ) ),<br />
esc_html( get_the_date() ),<br />
esc_url( get_author_posts_url( get_the_author_meta( &#8216;ID&#8217; ) ) ),<br />
esc_attr( sprintf( __( &#8216;View all posts by %s&#8217;, &#8216;resp&#8217; ), get_the_author() ) ),<br />
get_the_author()<br />
);<br />
}<br />
endif;</p>
<p>//<strong>for 2)</strong> the thumbs i add this code</p>
<p>&lt;?php the_post_thumbnail(array(100,100), array (&#8216;class&#8217; =&gt; &#8216;alignleft&#8217;)); ?&gt;</p>
<p>// border radius and shadows on thumbanils i add these code on line 534 in style.css after /* post image */<br />
.alignleft{border: 3px solid #eee;<br />
border-radius: 5px 5px 5px 5px;<br />
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);<br />
}</p>
<p>//<strong>for 3)</strong> i create an archive.php which you can find on zip file below.</p>
<p>Here you can see the Custom Background admin page</p>
<p><img class="aligncenter size-full wp-image-892" title="resp3" src="http://blog.nextart.it/wp-content/uploads/2012/05/resp3.jpg" alt="" width="600" height="515" /></p>
<p>Here you can view the result for the home page</p>
<p><img class="aligncenter size-full wp-image-889" title="resp" src="http://blog.nextart.it/wp-content/uploads/2012/05/resp.jpg" alt="" width="600" height="515" /></p>
<p>here you can view the category page</p>
<p><img class="aligncenter size-full wp-image-890" title="resp2" src="http://blog.nextart.it/wp-content/uploads/2012/05/resp2.jpg" alt="" width="600" height="515" /></p>
<p>DOWNLOAD ZIP FILE HERE: &#8211;&gt; <a href="http://blog.nextart.it/wp-content/uploads/2012/05/base.zip" target="_blank"><img class="alignnone" title="ZIP" src="http://blog.nextart.it/wp-includes/images/crystal/archive.png" alt="ZIP" width="46" height="60" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nextart.it/?feed=rss2&amp;p=887</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Composition and Post-Processing</title>
		<link>http://blog.nextart.it/?p=879</link>
		<comments>http://blog.nextart.it/?p=879#comments</comments>
		<pubDate>Tue, 28 Feb 2012 11:19:09 +0000</pubDate>
		<dc:creator>nextart</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd file]]></category>

		<guid isPermaLink="false">http://blog.nextart.it/?p=879</guid>
		<description><![CDATA[Ciao questa e&#8217; un&#8217;immagine creata con Photoshop Cs5 per un contest su deviantART Contest-Composition-and-Post-Processing-V3. immagine di partenza stock images usate: http://www.sxc.hu/photo/1134617 http://www.sxc.hu/photo/1134618 http://www.sxc.hu/photo/1134619 http://www.sxc.hu/photo/882272 http://fav.me/d1fizjk Dopo un paio d&#8217;ore di...]]></description>
			<content:encoded><![CDATA[<p>Ciao questa e&#8217; un&#8217;immagine creata con Photoshop Cs5 per un contest su deviantART <a href="http://jonniedee.deviantart.com/journal/Contest-Composition-and-Post-Processing-V3-285997024" target="_blank">Contest-Composition-and-Post-Processing-V3</a>.</p>
<p>immagine di partenza</p>
<p><img class="aligncenter size-medium wp-image-880" title="cppv3" src="http://blog.nextart.it/wp-content/uploads/2012/02/cppv3-300x200.jpg" alt="" width="410" height="273" /></p>
<p>stock images usate:</p>
<p><a href="http://www.sxc.hu/photo/1134617" target="_blank">http://www.sxc.hu/photo/1134617</a><br />
<a href="http://www.sxc.hu/photo/1134618" target="_blank">http://www.sxc.hu/photo/1134618</a><br />
<a href="http://www.sxc.hu/photo/1134619" target="_blank">http://www.sxc.hu/photo/1134619</a><br />
<a href="http://www.sxc.hu/photo/882272" target="_blank">http://www.sxc.hu/photo/882272</a><br />
<a href="http://fav.me/d1fizjk" target="_blank">http://fav.me/d1fizjk</a></p>
<p>Dopo un paio d&#8217;ore di lavoro, tra maschere, livelli ecc. ecco il risultato finale</p>
<p><img class="aligncenter size-full wp-image-881" title="the skull - il film" src="http://blog.nextart.it/wp-content/uploads/2012/02/d4r7b40.jpg" alt="" width="600" height="400" /></p>
<p style="text-align: center;">che ne dite?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nextart.it/?feed=rss2&amp;p=879</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curva del Milano</title>
		<link>http://blog.nextart.it/?p=866</link>
		<comments>http://blog.nextart.it/?p=866#comments</comments>
		<pubDate>Mon, 20 Feb 2012 09:35:51 +0000</pubDate>
		<dc:creator>nextart</dc:creator>
				<category><![CDATA[featured]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[sito web]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.nextart.it/?p=866</guid>
		<description><![CDATA[Sito web per la curva del Milano Hockey. Le sezioni presenti sono:  &#8211; La nostra mentalità &#8211; La nostra società &#8211; Foto &#8211; Rassegna stampa &#8211; Audio &#8211; Video &#8211;...]]></description>
			<content:encoded><![CDATA[<p>Sito web per la curva del Milano Hockey.</p>
<p>Le sezioni presenti sono:  &#8211; La nostra mentalità &#8211; La nostra società &#8211; Foto &#8211; Rassegna stampa &#8211; Audio &#8211; Video &#8211; Cori &#8211; Materiale &#8211; Calendario</p>
<p>Mi sono occupato dell&#8217;installazione e personalizzaizone del tema wordpress scelto.</p>
<p>website: <a href="http://www.curvadelmilano.com" target="_blank">http://www.curvadelmilano.com</a></p>
<p><a href="http://blog.nextart.it/wp-content/uploads/2012/02/cdm.jpg"><img class="aligncenter size-full wp-image-867" title="Home" src="http://blog.nextart.it/wp-content/uploads/2012/02/cdm.jpg" alt="" width="600" height="377" /></a>HOMEPAGE</p>
<p><img class="aligncenter size-full wp-image-869" title="cdm" src="http://blog.nextart.it/wp-content/uploads/2012/02/cdm2.jpg" alt="cdm" width="600" height="430" /></p>
<p>PAGINA FOTO</p>
<p><img class="aligncenter size-full wp-image-870" title="cdm" src="http://blog.nextart.it/wp-content/uploads/2012/02/cdm3.jpg" alt="cdm" width="600" height="434" /></p>
<p>PAGINA CALENDARIO</p>
<p><a href="http://blog.nextart.it/wp-content/uploads/2012/02/cdm4.jpg"><img class="aligncenter size-full wp-image-871" title="cdm" src="http://blog.nextart.it/wp-content/uploads/2012/02/cdm4.jpg" alt="cdm" width="600" height="435" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nextart.it/?feed=rss2&amp;p=866</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buon Natale / Merry Christmas</title>
		<link>http://blog.nextart.it/?p=856</link>
		<comments>http://blog.nextart.it/?p=856#comments</comments>
		<pubDate>Fri, 23 Dec 2011 13:17:34 +0000</pubDate>
		<dc:creator>nextart</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.nextart.it/?p=856</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-857" title="auguri" src="http://blog.nextart.it/wp-content/uploads/2011/12/auguri.jpg" alt="" width="660" height="527" /></p>
<p><img class="aligncenter size-full wp-image-858" title="Wishes" src="http://blog.nextart.it/wp-content/uploads/2011/12/auguri_.jpg" alt="" width="660" height="528" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nextart.it/?feed=rss2&amp;p=856</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jewellery Outlet Store</title>
		<link>http://blog.nextart.it/?p=847</link>
		<comments>http://blog.nextart.it/?p=847#comments</comments>
		<pubDate>Tue, 04 Oct 2011 07:35:04 +0000</pubDate>
		<dc:creator>nextart</dc:creator>
				<category><![CDATA[Winner]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[logos]]></category>
		<category><![CDATA[99design]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[winner]]></category>

		<guid isPermaLink="false">http://blog.nextart.it/?p=847</guid>
		<description><![CDATA[Winner entry for the contest: New logo wanted for Jewellery Outlet Store]]></description>
			<content:encoded><![CDATA[<p id="contest-title"><img class="aligncenter size-full wp-image-848" title="9702733-original" src="http://blog.nextart.it/wp-content/uploads/2011/10/9702733-original.jpg" alt="" width="600" height="376" /></p>
<p>Winner entry for the contest: New logo wanted for Jewellery Outlet Store</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nextart.it/?feed=rss2&amp;p=847</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Massimiliano Marcelia</title>
		<link>http://blog.nextart.it/?p=835</link>
		<comments>http://blog.nextart.it/?p=835#comments</comments>
		<pubDate>Mon, 03 Oct 2011 11:45:03 +0000</pubDate>
		<dc:creator>nextart</dc:creator>
				<category><![CDATA[website]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[sito web]]></category>

		<guid isPermaLink="false">http://blog.nextart.it/?p=835</guid>
		<description><![CDATA[Sito Web di un amico mosaicista di Milano. Sono presenti le varie sezioni in cui sono mostrate le sue creazioni. Mi sono occupato della creazione e personalizzazione del layout scelto....]]></description>
			<content:encoded><![CDATA[<p>Sito Web di un amico mosaicista di Milano.</p>
<p>Sono presenti le varie sezioni in cui sono mostrate le sue creazioni.</p>
<p>Mi sono occupato della creazione e personalizzazione del layout scelto.</p>
<p>website: <a href="http://www.massimilianomarcelia.com" target="_blank">http://www.massimilianomarcelia.com</a></p>
<p><img class="aligncenter size-full wp-image-840" title="max2" src="http://blog.nextart.it/wp-content/uploads/2011/10/max2.jpg" alt="" width="600" height="478" /></p>
<p><img class="aligncenter size-full wp-image-841" title="max3" src="http://blog.nextart.it/wp-content/uploads/2011/10/max3.jpg" alt="" width="600" height="478" /></p>
<p><img class="aligncenter size-full wp-image-844" title="max4" src="http://blog.nextart.it/wp-content/uploads/2011/10/max4.jpg" alt="" width="600" height="478" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nextart.it/?feed=rss2&amp;p=835</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Documentarian</title>
		<link>http://blog.nextart.it/?p=831</link>
		<comments>http://blog.nextart.it/?p=831#comments</comments>
		<pubDate>Tue, 28 Jun 2011 08:39:04 +0000</pubDate>
		<dc:creator>nextart</dc:creator>
				<category><![CDATA[Winner]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[logos]]></category>
		<category><![CDATA[99design]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[winner]]></category>

		<guid isPermaLink="false">http://blog.nextart.it/?p=831</guid>
		<description><![CDATA[Winner entry for the contest: Create the next logo for Digital Documentarian]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-832" title="Digital Documentarian" src="http://blog.nextart.it/wp-content/uploads/2011/06/8599779-original.jpg" alt="" width="600" height="424" /></p>
<p>Winner entry for the contest: <strong>Create the next logo for Digital Documentarian</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nextart.it/?feed=rss2&amp;p=831</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Themes from scratch</title>
		<link>http://blog.nextart.it/?p=789</link>
		<comments>http://blog.nextart.it/?p=789#comments</comments>
		<pubDate>Thu, 19 May 2011 10:31:25 +0000</pubDate>
		<dc:creator>nextart</dc:creator>
				<category><![CDATA[wpthemes]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd file]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.nextart.it/?p=789</guid>
		<description><![CDATA[Models Management : il mio primo tema worpress creato da zero e perfettamente funzionante&#8230; Ecco qualche screenshot: -HOMEPAGE - GALLERY FOTOGRAFICA]]></description>
			<content:encoded><![CDATA[<p>Models Management : il mio primo tema worpress <strong>creato da zero</strong> e perfettamente funzionante&#8230;</p>
<p>Ecco qualche screenshot:</p>
<p>-HOMEPAGE</p>
<p><img class="aligncenter size-full wp-image-790" title="HOMEPAGE" src="http://blog.nextart.it/wp-content/uploads/2011/05/model1.jpg" alt="" width="587" height="401" /></p>
<p>- GALLERY FOTOGRAFICA</p>
<p><img class="aligncenter size-full wp-image-791" title="GALLERY" src="http://blog.nextart.it/wp-content/uploads/2011/05/model2.jpg" alt="" width="592" height="792" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nextart.it/?feed=rss2&amp;p=789</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saloon</title>
		<link>http://blog.nextart.it/?p=786</link>
		<comments>http://blog.nextart.it/?p=786#comments</comments>
		<pubDate>Thu, 19 May 2011 09:55:13 +0000</pubDate>
		<dc:creator>nextart</dc:creator>
				<category><![CDATA[wpthemes]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd file]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.nextart.it/?p=786</guid>
		<description><![CDATA[Nuovo tema wordpress]]></description>
			<content:encoded><![CDATA[<p>Nuovo tema wordpress</p>
<p><img class="aligncenter size-full wp-image-787" title="saloon" src="http://blog.nextart.it/wp-content/uploads/2011/05/8.jpg" alt="" width="600" height="819" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nextart.it/?feed=rss2&amp;p=786</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Showreel</title>
		<link>http://blog.nextart.it/?p=783</link>
		<comments>http://blog.nextart.it/?p=783#comments</comments>
		<pubDate>Thu, 19 May 2011 09:53:46 +0000</pubDate>
		<dc:creator>nextart</dc:creator>
				<category><![CDATA[wpthemes]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[psd file]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.nextart.it/?p=783</guid>
		<description><![CDATA[Nuovo tema wordpress]]></description>
			<content:encoded><![CDATA[<p>Nuovo tema wordpress</p>
<p><img class="aligncenter size-full wp-image-784" title="Showreel" src="http://blog.nextart.it/wp-content/uploads/2011/05/7.jpg" alt="" width="600" height="818" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nextart.it/?feed=rss2&amp;p=783</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

