<?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>ES Solutions</title>
	<atom:link href="http://www.emanuelesala.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanuelesala.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 08 Aug 2011 15:37:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Change Flickr default link</title>
		<link>http://www.emanuelesala.com/blog/change-flickr-default-link/</link>
		<comments>http://www.emanuelesala.com/blog/change-flickr-default-link/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 05:45:06 +0000</pubDate>
		<dc:creator>ema</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.emanuelesala.com/?p=218</guid>
		<description><![CDATA[Love Flickr. Gives you tons of opinions and with few line of code you are able to populate your website with thumbnails extrapolate directly from your Flickr account. Problem: Flickr script is pulling out the [...]]]></description>
			<content:encoded><![CDATA[<p>Love Flickr. Gives you tons of opinions and with few line of code you are able to populate your website with thumbnails extrapolate directly from your Flickr account.</p>
<p><img class="alignleft size-medium wp-image-228" title="photogallery_flickr" src="http://www.emanuelesala.com/wp-content/uploads/2011/04/photogallery_flickr-182x300.jpg" alt="" width="99" height="164" />Problem: Flickr script is pulling out the thumbnails with url link back to the Flickr website. What happen if you would like to customize it in the way that user when click to the images will be redirect to a specific url and not to the main Flickr account?</p>
<p>Had a client that was happy with the <a href="http://www.thevillage-coconutisland.com/phuketvillaphotos.php" target="_blank">gallery that i have created</a> pulling out image from Flickr account  BUT on the <a href="http://www.thevillage-coconutisland.com/" target="_blank">home page</a> he would like a small thumbnails images changing randomly on each refresh and linked to the main gallery page.</p>
<p>So here what i did:</p>
<p>This is the script that are able to pull out the thumbnails from Flickr website:</p>
<pre class="brush: jscript; title: ; notranslate">
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://www.flickr.com/badge_code_v2.gne?count=6&amp;amp;
display=rand&amp;amp;size=s&amp;amp;layout=x&amp;amp;source=user&amp;amp;user=yourUser&quot;&gt;
&lt;/script&gt;
</pre>
<p>The images have class of &#8216;flickr_badge_image&#8217; so using  <em>jQuery&#8217;s</em> .<em>attr</em>() method i was able to get the value of an element, in our case href and inject the new value that i have defined. Clean and easy !!!</p>
<pre class="brush: jscript; title: ; notranslate">
&lt;script type=&quot;text/javascript&quot;&gt;
jQuery.noConflict();
 jQuery(window).load(function() {
  jQuery(&quot;.flickr_badge_image a&quot;).attr(&quot;href&quot;, &quot;http://www.thevillage-coconutisland.com/phuketvillaphotos.php&quot;);
  jQuery(&quot;.flickr_badge_image  a img&quot;).attr(&quot;width&quot;, 100);
  jQuery(&quot;.flickr_badge_image  a img&quot;).attr(&quot;height&quot;, 100);
});
&lt;/script&gt;
</pre>
<p>As you can see i have changed as well the width and height dimension since Flickr gave you size of 75X75 px on a small image.</p>
<p>I know, it&#8217;s not the best solution, but was a quick one. Best solution is getting the size of medium from Flickr and then re-size the image using a re-sizer script.</p>
<p>And here the css style i have used:</p>
<pre class="brush: css; title: ; notranslate">
.flickr_badge_image {
 float: left;
}
.flickr_badge_image img {
 border: 2px solid #4A4646;
 border-radius: 4px 4px 4px 4px;
 box-shadow: 0 1px 4px #191919;
 margin: 0 12px 12px 0;
}
</pre>
<p><code> </code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanuelesala.com/blog/change-flickr-default-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Le Fortonie</title>
		<link>http://www.emanuelesala.com/portfolio/le-fortonie/</link>
		<comments>http://www.emanuelesala.com/portfolio/le-fortonie/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 09:30:48 +0000</pubDate>
		<dc:creator>ema</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.emanuelesala.com/?p=203</guid>
		<description><![CDATA[WordPress &#8211; Visti the Website]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">WordPress &#8211; <a href="http://lafortonie.co.uk/" target="_blank">Visti the Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanuelesala.com/portfolio/le-fortonie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Malaiwana</title>
		<link>http://www.emanuelesala.com/portfolio/malaiwana/</link>
		<comments>http://www.emanuelesala.com/portfolio/malaiwana/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 01:58:53 +0000</pubDate>
		<dc:creator>ema</dc:creator>
				<category><![CDATA[Php - Html]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.emanuelesala.com/?p=192</guid>
		<description><![CDATA[Php / Html &#8211; Visit the Website]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Php / Html &#8211; <a href="http://malaiwana.com" target="_blank">Visit the Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanuelesala.com/portfolio/malaiwana/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s up ??!!</title>
		<link>http://www.emanuelesala.com/blog/whats-up/</link>
		<comments>http://www.emanuelesala.com/blog/whats-up/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 05:59:17 +0000</pubDate>
		<dc:creator>ema</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.emanuelesala.com/?p=170</guid>
		<description><![CDATA[Finally i got the time to finish off and upload my own website with new and updated portfolio section and blog facility&#8230; has been always like that ( and i guess not just for me) [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-188" title="This is me" src="http://www.emanuelesala.com/wp-content/uploads/2010/10/emanuele2.jpg" alt="" width="120" height="120" />Finally i got the time to finish off and upload my own website with new and updated portfolio section and blog facility&#8230; has been always like that ( and i guess not just for me) that your own stuff are the last one to get it done !</p>
<p>In the last few months has been really crazy. Been involved in selling <a href="http://www.mojo-themes.com/user/mrmema/" target="_blank">WordPress Premium Theme</a> was quite challenging but worth it each night spent in front of my laptop. Really nice to wake up in the morning and see few of your items been sold !!! making money while sleeping, no bad !!!</p>
<p>I have started writing technical tutorial related with WordPress for Mojo Themes Marketplace, <a href="http://www.mojo-themes.com/2010/09/create-a-wordpress-option-panel/" target="_blank">here you can read</a> the last one done few weeks ago.</p>
<p>I&#8217;m working full time for <a href="http://www.i-marketing.asia" target="_blank">i-Marketing Asia</a> and still really happy to be with them ( is now almost 3 years&#8230;wooow time fly guys..)</p>
<p>I guess that&#8217;s it for now, not sure how many of you are interested on this post BUT was more for me&#8230;kind of list of what has been done and good proposal for the coming year&#8230;</p>
<p>See you around</p>
<p>Em</p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanuelesala.com/blog/whats-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kids Activities</title>
		<link>http://www.emanuelesala.com/portfolio/kids-activities/</link>
		<comments>http://www.emanuelesala.com/portfolio/kids-activities/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 04:11:00 +0000</pubDate>
		<dc:creator>ema</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.emanuelesala.com/?p=13</guid>
		<description><![CDATA[WordPress &#8211; Visit the Website]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">WordPress &#8211; <a href="http://www.kidsactivities.asia" target="_blank">Visit the Website </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanuelesala.com/portfolio/kids-activities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qui Phuket</title>
		<link>http://www.emanuelesala.com/portfolio/qui-phuket/</link>
		<comments>http://www.emanuelesala.com/portfolio/qui-phuket/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 04:10:51 +0000</pubDate>
		<dc:creator>ema</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.emanuelesala.com/?p=25</guid>
		<description><![CDATA[WordPress &#8211; Visit the Website]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">WordPress &#8211; <a href="http://www.quiphuket.it" target="_blank">Visit the Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanuelesala.com/portfolio/qui-phuket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Village Coconut Island</title>
		<link>http://www.emanuelesala.com/portfolio/the-village-coconut-island/</link>
		<comments>http://www.emanuelesala.com/portfolio/the-village-coconut-island/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 04:10:45 +0000</pubDate>
		<dc:creator>ema</dc:creator>
				<category><![CDATA[Php - Html]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.emanuelesala.com/?p=164</guid>
		<description><![CDATA[Php / Html &#8211; Visit the Website]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Php / Html &#8211; <a href="http://www.thevillage-coconutisland.com/" target="_blank">Visit the Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanuelesala.com/portfolio/the-village-coconut-island/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phuket Tropical Realestate</title>
		<link>http://www.emanuelesala.com/portfolio/phuket-tropical-realestate/</link>
		<comments>http://www.emanuelesala.com/portfolio/phuket-tropical-realestate/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 03:58:01 +0000</pubDate>
		<dc:creator>ema</dc:creator>
				<category><![CDATA[Php - Mysql]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.emanuelesala.com/?p=161</guid>
		<description><![CDATA[Php / Mysql &#8211; Visit the Website]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">Php / Mysql &#8211; <a href="http://www.phuket-tropical-realestate.com/" target="_blank">Visit the Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanuelesala.com/portfolio/phuket-tropical-realestate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siucco WordPress Premium Theme</title>
		<link>http://www.emanuelesala.com/featured/siucco-worpress-premium-theme/</link>
		<comments>http://www.emanuelesala.com/featured/siucco-worpress-premium-theme/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 09:40:51 +0000</pubDate>
		<dc:creator>ema</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.emanuelesala.com/?p=112</guid>
		<description><![CDATA[This is my latest WordPress Premium Theme. View the Demo online Siucco Portfolio and Business Theme is clean, elegant and professional WordPress theme that can be used as personal portfolio, small business or for a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-113" title="Siucco WordPress Theme" src="http://www.emanuelesala.com/wp-content/uploads/2010/10/siucco-featured-300x146.jpg" alt="" width="240" height="117" />This is my latest WordPress Premium Theme.</p>
<p><a href="../contact-me/"></a> <a href="http://www.emanuelesala.com/worpress-themes/siucco/" target="_blank">View the Demo online</a></p>
<p>Siucco Portfolio and Business Theme is clean, elegant and professional WordPress theme that can be used as personal portfolio, small business or for a blog website.</p>
<p>Theme panel option with more than 30 settings available to make your theme unique. Siucco theme is available in 4 different colors.(Black, Green, Blue and Red)</p>
<p>Siucco offers 5 different templates, home template, blog template, portfolio template, contact us template and full width page template.</p>
<ul>
<li>Cross Browser Compatible</li>
<li>No plug-in required</li>
<li>W3C valid XHTML</li>
<li>Custom modified Nivo Slider for Home page slider. Slide effect can be chosen from Theme panel option.</li>
<li>Blog section</li>
<li>Portfolio section</li>
<li>Option for full width page</li>
<li>Social sharing facility</li>
<li>Gravatar Support</li>
<li>Subscriber widget</li>
<li>Twitter widget</li>
<li>Ads widget</li>
<li>SEO settings</li>
<li>Auto Image resizing for posts and portfolio itmes.</li>
<li>Intuitive tab setting ( you can select content and title for your tabs)</li>
<li>Customizable Homepage area with featured slider.</li>
<li>Built in Ajax Contact Form with validation</li>
<li>Full compatible with WordPress 3.0 menu system (main navigation menu and footer navigation menu)</li>
<li>Extensive Documentation Included</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.emanuelesala.com/featured/siucco-worpress-premium-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phuket Seaview Realestate</title>
		<link>http://www.emanuelesala.com/featured/phuket-seaview-realestate-featured/</link>
		<comments>http://www.emanuelesala.com/featured/phuket-seaview-realestate-featured/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 09:25:42 +0000</pubDate>
		<dc:creator>ema</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://www.emanuelesala.com/?p=144</guid>
		<description><![CDATA[Realestate Company based in Phuket &#8211; Thailand. What has been done: created a completely new design, carried out extensive keyword analysis for this market area, built a real-estate booking system with client back-end, developed a [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-145" title="Phuket Seaview Realestate" src="http://www.emanuelesala.com/wp-content/uploads/2010/10/phuket-seaview-realestate-featured.jpg" alt="" width="455" height="222" /></p>
<p>Realestate Company based in Phuket &#8211; Thailand.<br />
What has been done:  created a completely new design, carried out  extensive keyword analysis for this market area, built a real-estate  booking system with client back-end, developed a newsletter campaign.</p>
<p><a href="http://www.phuket-seaview-realestate.com" target="_blank">Visit the Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.emanuelesala.com/featured/phuket-seaview-realestate-featured/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

