<?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/"
	>

<channel>
	<title>Martin Sarsini</title>
	<atom:link href="http://sarsini.it/feed/en/" rel="self" type="application/rss+xml" />
	<link>http://sarsini.it</link>
	<description>try to solve people's problems and improve their lifes by building web sites</description>
	<pubDate>Fri, 18 Dec 2009 11:55:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		
			<item>
		<title>The Russian Choir</title>
		<link>http://sarsini.it/en/blog/2009/11/the-russian-choir/</link>
		<comments>http://sarsini.it/en/blog/2009/11/the-russian-choir/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 10:07:26 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[my projects]]></category>

		<guid isPermaLink="false">http://localhost/sarsini_x/?p=480</guid>
		<description><![CDATA[The Russian Choir is an a cappella choir based in Scotland. Their website is vital to promote their events.

This website was built using Wordpress as a platform for content management. WordPress is a very powerful platform, but &#8220;out of the box&#8221; does not offer a high level of customization. That is why I worked to [...]]]></description>
			<content:encoded><![CDATA[<p>The Russian Choir is an a cappella choir based in Scotland. Their website is vital to promote their events.<br />
<span id="more-480"></span><br />
This website was built using Wordpress as a platform for content management. WordPress is a very powerful platform, but &#8220;out of the box&#8221; does not offer a high level of customization. That is why I worked to make the site according to the specifications needed to provide the content in the best way as possible.</p>
<p><a href="http://www.therussianchoir.org.uk">www.therussianchoir.org.uk</a></p>
<ul>
<li>Design</li>
<li>Installation and customization of WordPress</li>
<li>Developmet of a system for managing events</li>
<li>Optimization on search engines</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://sarsini.it/en/blog/2009/11/the-russian-choir/feed/</wfw:commentRss>
		</item>
		<item>
		<title>working on shared hosting with MySQL stored routines</title>
		<link>http://sarsini.it/en/blog/2009/08/working-on-shared-hosting-with-mysql-stored-routines/</link>
		<comments>http://sarsini.it/en/blog/2009/08/working-on-shared-hosting-with-mysql-stored-routines/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 00:20:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://sarsini.it/?p=380</guid>
		<description><![CDATA[I have recently been working on a web project that makes intensive use of MySQL database with a few stored functions and procedures. It&#8217;s not always straight forward to use and in fact here is my short story.
As I usually do, I started the project running it on my local machine.  Once I started [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently been working on a web project that makes intensive use of MySQL database with a few stored functions and procedures. It&#8217;s not always straight forward to use and in fact here is my short story.</p>
<p>As I usually do, I started the project running it on my local machine.  Once I started transferring operations of the web site to an online environment I started to have a few headaches. I discovered that there weren&#8217;t any evident ways I could use the stored routines that I previously created.<br />
I love phpMyAdmin, it&#8217;s very powerful and the interface is really usable, ut unfortunately recent versions of this database management software do not support views, functions and stored procedures.<br />
Beside this some hosting providers do not offer SSH/telnet support to connect to the database and perform more advanced operations.</p>
<p>So I have done some googling and some research on phpmyadmin wiki and decided to to install an older version of this database management software, precisely the <a href="http://www.phpmyadmin.net/home_page/downloads.php">2.11.9.5</a>. It worked perfectly for the job. All I had to do was to run my prepared queries in the SQL editor.</p>
<p>However another route is to build a bespoke script that runs on the server. I have found <a href="http://www.lakewoodtechnology.com/chadlloyd/?page_id=11">spEditor</a> which is a script based on PHP and it seems to be a valid solution: easy to install and configure, but also less demanding than phpmyadmin.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarsini.it/en/blog/2009/08/working-on-shared-hosting-with-mysql-stored-routines/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bookmarklet for phpmyadmin</title>
		<link>http://sarsini.it/en/blog/2009/08/bookmarklet-for-phpmyadmin/</link>
		<comments>http://sarsini.it/en/blog/2009/08/bookmarklet-for-phpmyadmin/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 00:37:31 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>

		<guid isPermaLink="false">http://sarsini.it/?p=369</guid>
		<description><![CDATA[Although I don&#8217;t make a big use of bookmarklets, I must confess that I find them to be very powerful and useful for either personal and work navigation on the web.
Working as a web developer I have to access several times a back-end areas of web sites. Typing in the web address in the browser&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Although I don&#8217;t make a big use of bookmarklets, I must confess that I find them to be very powerful and useful for either personal and work navigation on the web.</p>
<p>Working as a web developer I have to access several times a back-end areas of web sites. Typing in the web address in the browser&#8217;s URL bar can be very time consuming, especially if the URLs conform to a pattern. And this is why I started to think at bookmarklets as a little help for this problem.</p>
<p>In my case I have to access MySql dtabases via phpMyAdmin and most of the websites I work on are hosted on servers using cPanel. This means that the URL to access the hosted databases are almost the same. Only the domain name in the URL changes (eg. www.domain.com:2082/3rdparty/phpMyAdmin/index.php).</p>
<p>The following code is the bookmarklet I have created.</p>
<blockquote><p><code>javascript:window.location=%22http://%22+document.domain+%22:2082/3rdparty/phpMyAdmin/index.php%22;</code></p></blockquote>
<p>The code can be copied and pasted in the browser bookmarks. To access phpMyAdmin you will just need to be on any page in the domain of the website you wish access the database&#8230; and launch the bookmark.</p>
<p>I have added the code in my my <a href="http://delicious.com/makimiya">delicious</a> account, and I must say that bookmarklets work very well using the delicious bookmarks browser add-on.<a href="http://delicious.com/makimiya"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sarsini.it/en/blog/2009/08/bookmarklet-for-phpmyadmin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Do you need an elevator pitch?</title>
		<link>http://sarsini.it/en/blog/2009/04/do-you-need-an-elevator-pitch/</link>
		<comments>http://sarsini.it/en/blog/2009/04/do-you-need-an-elevator-pitch/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 23:22:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Web development]]></category>
		<category><![CDATA[en]]></category>

		<guid isPermaLink="false">http://sarsini.it/?p=357</guid>
		<description><![CDATA[
I have always taken for granted that people could perfectly understand what work I do without needing to give any further explanation to those few words that I&#8217;m used to say:  I am web developer.
Just recently I&#8217;ve reflected on the fact that I am so used to hear people asking me if I can [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="bookmark" href="http://blaugh.com/2007/01/27/no-need-to-be-concerned-little-fly"><img class="comic alignleft" title="No Need to be Concerned, Little Fly" src="http://blaugh.com/cartoons/070126_web_developer.gif" alt="No Need to be Concerned, Little Fly" width="447" height="250" /></a></p>
<p>I have always taken for granted that people could perfectly understand what work I do without needing to give any further explanation to those few words that I&#8217;m used to say:  I am web developer.</p>
<p>Just recently I&#8217;ve reflected on the fact that I am so used to hear people asking me if I can design them leaflets or fix their computer that it even doesn&#8217;t surprise me. But it should had surprised me, and it should had made me think much more time ago that the problem is me not helping this people understand what kind of job I do.</p>
<p>How much do other people, who are not in my same working industry, understand what my job role is involves? A few days ago<strong> I decided to ask my family and close friends to give me a brief description of what they think my technical skills and daily tasks are</strong>, and so I could have a better idea of how they think I spend a big part of my time. Well, I must say <strong>some descriptions where quite amusing</strong>, others went more close but still inaccuracies and lacks.</p>
<p>The different feedback that I have received made me understand where the <strong>lacks</strong> are and above all made me understand what <strong>level of language</strong> I must use in order to give an effective explanation.</p>
<p>I am not a big fan of elevator pitches, they seem to put limits on the creativity and the passion of the intuition of the moment, but I have to admit that it can be used as a guideline. I find it a good idea to have a few sentences that I proved to be effective so they are ready to be adapted and used whenever the situation requires it.</p>
<p>There are many resources on blogs about how to write a successful pitch, if you are interested visit the following resources. My only advice is to avoid whoever sponsors the tips stating how they can make you sell more/earn more, think only about quality tjhat you can provide and how you can be useful for clients and employers.</p>
<ul>
<li><a href="http://theclosetentrepreneur.com/elevator-pitch-101-intro-to-writing-a-30-second-elevator-pitch#hire_me" target="_blank">Writing a 30 second elevator pitch</a></li>
<li><a href="http://www.dumblittleman.com/2007/08/how-to-craft-killer-elevator-pitch-that.html">How to craft a killer elevator pitch</a></li>
<li><a href="http://blog.bridgegroupinc.com/blog/tabid/47760/bid/5363/How-to-Write-Your-Elevator-Pitch.aspx">The elevator pitch test</a></li>
</ul>
<p>By the way, this is how I like to describe what I do:</p>
<blockquote><p>I&#8217;m a web developer &#8211; which means I help people turn ideas and needs into web applications able to perform powerful functions and manipulate information. My role goes beyond building for the front end view: I also take care of making web sites and applications easy to use and access by all users, secure and simple to maintain.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sarsini.it/en/blog/2009/04/do-you-need-an-elevator-pitch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Italian Wedding Dream</title>
		<link>http://sarsini.it/en/blog/2009/03/italian-wedding-dream/</link>
		<comments>http://sarsini.it/en/blog/2009/03/italian-wedding-dream/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 18:55:11 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[my projects]]></category>

		<guid isPermaLink="false">http://sarsini.it/?p=353</guid>
		<description><![CDATA[
Italian Wedding Dream organises destination weddings in Umbria in the heart of Italy.
Their wedding planners take care of all the details for Civil or Catholic wedding. An interesting list of wedding themes are available to be viewed through their website along with information about their valuable services.
Visit the website Italian Wedding Dream
I have actively collaborated [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-354" title="italian-wedding-dream" src="http://sarsini.it/wp-content/uploads/2009/03/italian-wedding-dream.jpg" alt="italian-wedding-dream" width="627" height="125" /></p>
<p>Italian Wedding Dream organises destination weddings in Umbria in the heart of Italy.</p>
<p><span id="more-353"></span>Their wedding planners take care of all the details for Civil or Catholic wedding. An interesting list of wedding themes are available to be viewed through their website along with information about their valuable services.</p>
<p><a href="http://italianweddingdream.com/">Visit the website Italian Wedding Dream</a></p>
<p>I have actively collaborated with the client and the graphic designer who was in charge of the identity design. Being able to update the website contents in a quick and slick way was one of the main requirements of the client. I have adopted a solution based on Wordpress and exploited a few of the great functions built in this system in order to satisfy design and navigation requirements.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarsini.it/en/blog/2009/03/italian-wedding-dream/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back on track</title>
		<link>http://sarsini.it/en/blog/2009/02/back-on-track/</link>
		<comments>http://sarsini.it/en/blog/2009/02/back-on-track/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 19:06:55 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[en]]></category>

		<guid isPermaLink="false">http://sarsini.it/2009/02/back-on-track/</guid>
		<description><![CDATA[A very quick post to let you know that I am back again. I&#8217;ll be blogging once a while about some stuff related to my profession, tricks, hints, tips mainly about PHP, CSS, the web in general&#8230; and who knows what else. We all grow up day by day, so we&#8217;ll see. Because I am [...]]]></description>
			<content:encoded><![CDATA[<p>A very quick post to let you know that I am back again. I&#8217;ll be blogging once a while about some stuff related to my profession, tricks, hints, tips mainly about PHP, CSS, the web in general&#8230; and who knows what else. We all grow up day by day, so we&#8217;ll see. Because I am human too, I&#8217;ll also blog about some stuff of ordinary life, things that happen in this world and all that stuff that blogs already are full of. Anyway, in one way or the other I wish something about it would be interesting for someone.<br />
I have also revamped my website, took away all that information that probably wasn&#8217;t interesting for anyone, I know that I am giving a very minimalistic image of myself but it&#8217;s fine, this is just the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarsini.it/en/blog/2009/02/back-on-track/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Montecristo Cheese factory</title>
		<link>http://sarsini.it/en/blog/2008/02/montecristo-cheese-factory/</link>
		<comments>http://sarsini.it/en/blog/2008/02/montecristo-cheese-factory/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 02:13:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[my projects]]></category>

		<guid isPermaLink="false">http://sarsini.it/?p=303</guid>
		<description><![CDATA[
Montecristo is artisan cheese-maker factory with a passion for their products. 
Their cheese factory is in the midst of a cattle breeding area within the agricultural farm of the local area.
Visit the website formaggimontecristo.it
I have developed this web site using HTML and also developed a software to manage the products, recipies, pictures and categories. The [...]]]></description>
			<content:encoded><![CDATA[<p><img src="file:///C:/Users/Martin/AppData/Local/Temp/moz-screenshot.jpg" alt="" /><img class="alignnone size-full wp-image-304" title="formaggi" src="http://sarsini.it/wp-content/uploads/2009/02/formaggi.jpg" alt="formaggi" width="617" height="171" /></p>
<p>Montecristo is artisan cheese-maker factory with a passion for their products. <span id="more-303"></span><a href="http://formaggimontecristo.it"></a></p>
<p>Their cheese factory is in the midst of a cattle breeding area within the agricultural farm of the local area.</p>
<p><a href="http://formaggimontecristo.it">Visit the website formaggimontecristo.it</a></p>
<p>I have developed this web site using HTML and also developed a software to manage the products, recipies, pictures and categories. The technologies that I have used are PHP language and MySQL.<br />
I have optimized this web site for search engines using also url rewriting technics.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarsini.it/en/blog/2008/02/montecristo-cheese-factory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Iacopone da Todi</title>
		<link>http://sarsini.it/en/blog/2008/02/iacopone-da-todi/</link>
		<comments>http://sarsini.it/en/blog/2008/02/iacopone-da-todi/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 02:08:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[my projects]]></category>

		<guid isPermaLink="false">http://sarsini.it/?p=300</guid>
		<description><![CDATA[

Content Management
System coding
Design
 Search Engine Optimization


Visit the website iacoponetodi.it
Official website of the 7th centenary of the death of Jacopone da Todi, an important italian poem writer of the 13th century.
I have worked at this project with Crìmic design studio.
I have developed the web site using XHTML 1.1 standard, CSS style sheets, PHP and MySQL.
The web [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-301" title="iacopone" src="http://sarsini.it/wp-content/uploads/2009/02/iacopone.jpg" alt="iacopone" width="617" height="171" /></p>
<ul>
<li>Content Management</li>
<li>System coding</li>
<li>Design</li>
<li> Search Engine Optimization</li>
</ul>
<p><span id="more-300"></span><a href="http://iacoponetodi.it"></a></p>
<p><a href="http://iacoponetodi.it">Visit the website iacoponetodi.it</a></p>
<p>Official website of the 7th centenary of the death of Jacopone da Todi, an important italian poem writer of the 13th century.</p>
<p>I have worked at this project with Crìmic design studio.<br />
I have developed the web site using XHTML 1.1 standard, CSS style sheets, PHP and MySQL.<br />
The web site is compliant to the W3C guidelines WAI-AAA.<br />
Also I have optimized the web site for search engines.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarsini.it/en/blog/2008/02/iacopone-da-todi/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Liceo Shejnaze Juka</title>
		<link>http://sarsini.it/en/blog/2008/02/liceo-shejnaze-juka/</link>
		<comments>http://sarsini.it/en/blog/2008/02/liceo-shejnaze-juka/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 00:59:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[my projects]]></category>

		<guid isPermaLink="false">http://sarsini.it/?p=271</guid>
		<description><![CDATA[
The Shejnaze Juka is an Albanian school that offers both Albanian and Italian learning. This project has been developed thanks to the Liceo Jacopone of Todi and the collaboration of the Italian Embassy in Tirana.

Visit the website bilingueshejnazejuka.net
In this project I was involved projecting the navigation structure, the design and the code development.
All information contents [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-290" title="bilingue-shejnaze" src="http://sarsini.it/wp-content/uploads/2008/02/bilingue-shejnaze.jpg" alt="bilingue-shejnaze" width="617" height="171" /></p>
<p>The Shejnaze Juka is an Albanian school that offers both Albanian and Italian learning. This project has been developed thanks to the Liceo Jacopone of Todi and the collaboration of the Italian Embassy in Tirana.<br />
<span id="more-271"></span></p>
<p><a href="http://www.bilingueshejnazejuka.net">Visit the website bilingueshejnazejuka.net</a></p>
<p>In this project I was involved projecting the navigation structure, the design and the code development.<br />
All information contents are saved in a MySQL datase to offer an easy way to manage and update. I payed particular attention to offer an high accesible website, using the available technologies, like separating the structure from the style using XHTML and style sheets compliant codes, paying attention to colours and alternative informations.</p>
<p>* Designing the interface and layout<br />
* Developing the code with XHTML compliant to the latest standards, and keeping contents separate from style<br />
* Developing CSS code to keep style separate from contents<br />
* Making this website accessible paying attention to the latest WCAG guidelines of the W3C<br />
* Planning a usable navigation interface<br />
* Using PHP server side language to make this web site dynamic<br />
* Using MySQL database to store and edit data<br />
* URL Rewriting technics to present nice and smart urls</p>
]]></content:encoded>
			<wfw:commentRss>http://sarsini.it/en/blog/2008/02/liceo-shejnaze-juka/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Your holiday in Todi</title>
		<link>http://sarsini.it/en/blog/2008/02/your-holiday-in-todi/</link>
		<comments>http://sarsini.it/en/blog/2008/02/your-holiday-in-todi/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 02:20:07 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[en]]></category>
		<category><![CDATA[my projects]]></category>

		<guid isPermaLink="false">http://sarsini.it/?p=307</guid>
		<description><![CDATA[
Todi is a small town with a beautiful and charecteristic style, rich of Etruscan, Roman, and medieval monuments, surrounded by beautiful country side and great food and wines.Visit the website todionline.it
I have worked on the web design, and development using XHTML 1.1 and CSS style sheets.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-308" title="todionline" src="http://sarsini.it/wp-content/uploads/2009/02/todionline.jpg" alt="todionline" width="617" height="171" /></p>
<p>Todi is a small town with a beautiful and charecteristic style, rich of Etruscan, Roman, and medieval monuments, surrounded by beautiful country side and great food and wines.<span id="more-307"></span><a href="http://todionline.it">Visit the website todionline.it</a></p>
<p>I have worked on the web design, and development using XHTML 1.1 and CSS style sheets.</p>
]]></content:encoded>
			<wfw:commentRss>http://sarsini.it/en/blog/2008/02/your-holiday-in-todi/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>