<?xml version="1.0" encoding="ISO-8859-1"?>
<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>sastgroup.com &#187; php</title>
	<atom:link href="http://www.sastgroup.com/category/links/php-3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sastgroup.com</link>
	<description>Tutorials guide scripts web tool</description>
	<lastBuildDate>Fri, 30 Jul 2010 11:00:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Upload multiplo dei files utilizzando PHP e Javascript!</title>
		<link>http://www.sastgroup.com/links/upload-multiplo-dei-files-utilizzando-php-e-javascript</link>
		<comments>http://www.sastgroup.com/links/upload-multiplo-dei-files-utilizzando-php-e-javascript#comments</comments>
		<pubDate>Fri, 23 Jul 2010 11:00:45 +0000</pubDate>
		<dc:creator>daniele</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sastgroup.com/?p=6282</guid>
		<description><![CDATA[<p><a href="http://www.sastgroup.com/images/upload-multiplo.jpg"><img class="alignnone size-full wp-image-6283" title="upload-multiplo" src="http://www.sastgroup.com/images/upload-multiplo.jpg" alt="" width="550" height="200" /></a></p>
<p>Molto spesso, mi ritrovo a voler caricare più di un file alla volta. Dovendo utilizzare più input "file" è noioso, lento e inefficiente. E se io li odio, non riesco a immaginare come potrebbe infastidire i miei utenti. Fortunatamente Safari, Chrome e Firefox hanno attuato un metodo con cui gli utenti possono caricare più file all'interno di un elemento INPUT.</p>
<p>Link: <a href="http://davidwalsh.name/multiple-file-upload" target="_blank">http://davidwalsh.name/multiple-file-upload</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/upload-multiplo-dei-files-utilizzando-php-e-javascript" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/upload-multiplo-dei-files-utilizzando-php-e-javascript" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sastgroup.com/images/upload-multiplo.jpg"><img class="alignnone size-full wp-image-6283" title="upload-multiplo" src="http://www.sastgroup.com/images/upload-multiplo.jpg" alt="" width="550" height="200" /></a></p>
<p>Molto spesso, mi ritrovo a voler caricare più di un file alla volta. Dovendo utilizzare più input "file" è noioso, lento e inefficiente. E se io li odio, non riesco a immaginare come potrebbe infastidire i miei utenti. Fortunatamente Safari, Chrome e Firefox hanno attuato un metodo con cui gli utenti possono caricare più file all'interno di un elemento INPUT.</p>
<p>Link: <a href="http://davidwalsh.name/multiple-file-upload" target="_blank">http://davidwalsh.name/multiple-file-upload</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/upload-multiplo-dei-files-utilizzando-php-e-javascript" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/upload-multiplo-dei-files-utilizzando-php-e-javascript" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sastgroup.com/links/upload-multiplo-dei-files-utilizzando-php-e-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Excel Reader, ottenere e stampare il contenuto da un fil XLS!</title>
		<link>http://www.sastgroup.com/tutorials/php-excel-reader-ottenere-e-stampare-il-contenuto-da-un-fil-xls</link>
		<comments>http://www.sastgroup.com/tutorials/php-excel-reader-ottenere-e-stampare-il-contenuto-da-un-fil-xls#comments</comments>
		<pubDate>Fri, 30 Apr 2010 09:00:12 +0000</pubDate>
		<dc:creator>daniele</dc:creator>
				<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.sastgroup.com/?p=5247</guid>
		<description><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_php-excel-reader.jpg"><img class="alignnone size-full wp-image-5248" title="rsz_php-excel-reader" src="http://www.sastgroup.com/images/rsz_php-excel-reader.jpg" alt="" width="450" height="245" /></a></p>
<p><strong>PHP Excel Reader</strong> consente di analizzare e recuperare informazioni da file XLS. L'utilizzo è molto semplice, basterà creare un oggetto di tipo <strong>Spreadsheet_Excel_Reader</strong> e indicare il file XLS da includere. Se volete stampare il contenuto del file appena incluso, non dovete fare altro che usare il comando <strong>&#60;?php dump(true,true); ?&#62;</strong> e il gioco è fatto!</p>
<p>Ecco un semplice esempio:</p>
<pre class="php">&#160;
&#160;
&#60; ?php
<a href="http://www.php.net/error_reporting"><span style="color: #000066;">error_reporting</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">E_ALL</span> ^ <span style="color: #000000; font-weight: bold;">E_NOTICE</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #b1b100;">require_once</span> <span style="color: #ff0000;">'excel_reader2.php'</span>;
<span style="color: #0000ff;">$data</span> = <span style="color: #000000; font-weight: bold;">new</span> Spreadsheet_Excel_Reader<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&#34;example.xls&#34;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #000000; font-weight: bold;">?&#62;</span>
&#60;html&#62;
&#60;head&#62;
&#60;style&#62;
table.excel <span style="color: #66cc66;">&#123;</span>
	border-style:ridge;
	border-width:<span style="color: #cc66cc;">1</span>;
	border-collapse:collapse;
	font-family:sans-serif;
	font-size:12px;
<span style="color: #66cc66;">&#125;</span>
table.excel thead th, table.excel tbody th <span style="color: #66cc66;">&#123;</span>
	background:<span style="color: #808080; font-style: italic;">#CCCCCC;</span>
	border-style:ridge;
	border-width:<span style="color: #cc66cc;">1</span>;
	text-align: center;
	vertical-align:bottom;
<span style="color: #66cc66;">&#125;</span>
table.excel tbody th <span style="color: #66cc66;">&#123;</span>
	text-align:center;
	width:20px;
<span style="color: #66cc66;">&#125;</span>
table.excel tbody td <span style="color: #66cc66;">&#123;</span>
	vertical-align:bottom;
<span style="color: #66cc66;">&#125;</span>
table.excel tbody td <span style="color: #66cc66;">&#123;</span>
    padding: <span style="color: #cc66cc;">0</span> 3px;
	border: 1px solid <span style="color: #808080; font-style: italic;">#EEEEEE;</span>
<span style="color: #66cc66;">&#125;</span>
&#60;/style&#62;
&#160;
&#60;/head&#62;
&#160;
&#60;body&#62;
&#60; ?php <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #0000ff;">$data</span>-&#62;<span style="color: #006600;">dump</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">true</span>,<span style="color: #000000; font-weight: bold;">true</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&#62;</span>
&#60;/body&#62;
&#60;/html&#62;&#8230;</pre>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_php-excel-reader.jpg"><img class="alignnone size-full wp-image-5248" title="rsz_php-excel-reader" src="http://www.sastgroup.com/images/rsz_php-excel-reader.jpg" alt="" width="450" height="245" /></a></p>
<p><strong>PHP Excel Reader</strong> consente di analizzare e recuperare informazioni da file XLS. L'utilizzo è molto semplice, basterà creare un oggetto di tipo <strong>Spreadsheet_Excel_Reader</strong> e indicare il file XLS da includere. Se volete stampare il contenuto del file appena incluso, non dovete fare altro che usare il comando <strong>&lt;?php dump(true,true); ?&gt;</strong> e il gioco è fatto!</p>
<p>Ecco un semplice esempio:</p>
<pre class="php">&nbsp;
&nbsp;
&lt; ?php
<a href="http://www.php.net/error_reporting"><span style="color: #000066;">error_reporting</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">E_ALL</span> ^ <span style="color: #000000; font-weight: bold;">E_NOTICE</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #b1b100;">require_once</span> <span style="color: #ff0000;">'excel_reader2.php'</span>;
<span style="color: #0000ff;">$data</span> = <span style="color: #000000; font-weight: bold;">new</span> Spreadsheet_Excel_Reader<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;example.xls&quot;</span><span style="color: #66cc66;">&#41;</span>;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
table.excel <span style="color: #66cc66;">&#123;</span>
	border-style:ridge;
	border-width:<span style="color: #cc66cc;">1</span>;
	border-collapse:collapse;
	font-family:sans-serif;
	font-size:12px;
<span style="color: #66cc66;">&#125;</span>
table.excel thead th, table.excel tbody th <span style="color: #66cc66;">&#123;</span>
	background:<span style="color: #808080; font-style: italic;">#CCCCCC;</span>
	border-style:ridge;
	border-width:<span style="color: #cc66cc;">1</span>;
	text-align: center;
	vertical-align:bottom;
<span style="color: #66cc66;">&#125;</span>
table.excel tbody th <span style="color: #66cc66;">&#123;</span>
	text-align:center;
	width:20px;
<span style="color: #66cc66;">&#125;</span>
table.excel tbody td <span style="color: #66cc66;">&#123;</span>
	vertical-align:bottom;
<span style="color: #66cc66;">&#125;</span>
table.excel tbody td <span style="color: #66cc66;">&#123;</span>
    padding: <span style="color: #cc66cc;">0</span> 3px;
	border: 1px solid <span style="color: #808080; font-style: italic;">#EEEEEE;</span>
<span style="color: #66cc66;">&#125;</span>
&lt;/style&gt;
&nbsp;
&lt;/head&gt;
&nbsp;
&lt;body&gt;
&lt; ?php <a href="http://www.php.net/echo"><span style="color: #000066;">echo</span></a> <span style="color: #0000ff;">$data</span>-&gt;<span style="color: #006600;">dump</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">true</span>,<span style="color: #000000; font-weight: bold;">true</span><span style="color: #66cc66;">&#41;</span>; <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/body&gt;
&lt;/html&gt;
&nbsp;</pre>
<p>La documentazione completa, altri esempi e la classe da includere potete trovarli a questo indirizzo: <a href="http://code.google.com/p/php-excel-reader/" target="_blank">http://code.google.com/p/php-excel-reader/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/tutorials/php-excel-reader-ottenere-e-stampare-il-contenuto-da-un-fil-xls" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/tutorials/php-excel-reader-ottenere-e-stampare-il-contenuto-da-un-fil-xls" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sastgroup.com/tutorials/php-excel-reader-ottenere-e-stampare-il-contenuto-da-un-fil-xls/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Script utili!</title>
		<link>http://www.sastgroup.com/links/20-script-utili</link>
		<comments>http://www.sastgroup.com/links/20-script-utili#comments</comments>
		<pubDate>Sat, 24 Apr 2010 09:00:55 +0000</pubDate>
		<dc:creator>daniele</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sastgroup.com/?p=5194</guid>
		<description><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_1.jpg"><img class="alignnone size-full wp-image-5195" title="rsz_1" src="http://www.sastgroup.com/images/rsz_1.jpg" alt="" width="450" height="187" /></a></p>
<p>In questo articolo troverete una collezione di 20 Script (in PHP, Javascript, ASP, Java) utilissimi per lo sviluppo di siti internet o gestionali web!<br />
Gli script segnalati in questo articolo sono a <strong>pagamento</strong> ma il prezzo è davvero basso, ne vale la pena acquistarli.</p>
<p>Link: <a href="http://www.webappers.com/2010/04/23/20-really-useful-scripts-components-on-codecanyon/" target="_blank">http://www.webappers.com/2010/04/23/20-really-useful-scripts-components-on-codecanyon/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/20-script-utili" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/20-script-utili" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_1.jpg"><img class="alignnone size-full wp-image-5195" title="rsz_1" src="http://www.sastgroup.com/images/rsz_1.jpg" alt="" width="450" height="187" /></a></p>
<p>In questo articolo troverete una collezione di 20 Script (in PHP, Javascript, ASP, Java) utilissimi per lo sviluppo di siti internet o gestionali web!<br />
Gli script segnalati in questo articolo sono a <strong>pagamento</strong> ma il prezzo è davvero basso, ne vale la pena acquistarli.</p>
<p>Link: <a href="http://www.webappers.com/2010/04/23/20-really-useful-scripts-components-on-codecanyon/" target="_blank">http://www.webappers.com/2010/04/23/20-really-useful-scripts-components-on-codecanyon/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/20-script-utili" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/20-script-utili" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sastgroup.com/links/20-script-utili/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[AJAX] Creare una Web Gallery infinita!</title>
		<link>http://www.sastgroup.com/links/ajax-creare-una-web-gallery-infinita</link>
		<comments>http://www.sastgroup.com/links/ajax-creare-una-web-gallery-infinita#comments</comments>
		<pubDate>Fri, 09 Apr 2010 10:00:50 +0000</pubDate>
		<dc:creator>daniele</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sastgroup.com/?p=5067</guid>
		<description><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_03.jpg"><img class="alignnone size-full wp-image-5068" title="rsz_03" src="http://www.sastgroup.com/images/rsz_03.jpg" alt="" width="450" height="259" /></a></p>
<p>In questo interessante articolo imparerete come creare una Web Gallery infinita!</p>
<p>Link: <a href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-an-infinite-scroll-web-gallery/" target="_blank">http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-an-infinite-scroll-web-gallery/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/ajax-creare-una-web-gallery-infinita" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/ajax-creare-una-web-gallery-infinita" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_03.jpg"><img class="alignnone size-full wp-image-5068" title="rsz_03" src="http://www.sastgroup.com/images/rsz_03.jpg" alt="" width="450" height="259" /></a></p>
<p>In questo interessante articolo imparerete come creare una Web Gallery infinita!</p>
<p>Link: <a href="http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-an-infinite-scroll-web-gallery/" target="_blank">http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-an-infinite-scroll-web-gallery/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/ajax-creare-una-web-gallery-infinita" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/ajax-creare-una-web-gallery-infinita" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sastgroup.com/links/ajax-creare-una-web-gallery-infinita/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>100 Tools di sviluppo essenziali!</title>
		<link>http://www.sastgroup.com/links/100-tools-di-sviluppo-essenziali</link>
		<comments>http://www.sastgroup.com/links/100-tools-di-sviluppo-essenziali#comments</comments>
		<pubDate>Thu, 18 Mar 2010 09:00:20 +0000</pubDate>
		<dc:creator>daniele</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sastgroup.com/?p=4866</guid>
		<description><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_programming-resources-2.png"><img class="alignnone size-full wp-image-4867" title="rsz_programming-resources-2" src="http://www.sastgroup.com/images/rsz_programming-resources-2.png" alt="" width="450" height="181" /></a></p>
<p>Ecco per voi una raccolta di 100 Tools di sviluppo che non devono assolutamente mancare ad un webmaster!</p>
<p>Link: <a href="http://www.noupe.com/tools/100-essential-web-development-tools.html" target="_blank">http://www.noupe.com/tools/100-essential-web-development-tools.html</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/100-tools-di-sviluppo-essenziali" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/100-tools-di-sviluppo-essenziali" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_programming-resources-2.png"><img class="alignnone size-full wp-image-4867" title="rsz_programming-resources-2" src="http://www.sastgroup.com/images/rsz_programming-resources-2.png" alt="" width="450" height="181" /></a></p>
<p>Ecco per voi una raccolta di 100 Tools di sviluppo che non devono assolutamente mancare ad un webmaster!</p>
<p>Link: <a href="http://www.noupe.com/tools/100-essential-web-development-tools.html" target="_blank">http://www.noupe.com/tools/100-essential-web-development-tools.html</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/100-tools-di-sviluppo-essenziali" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/100-tools-di-sviluppo-essenziali" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sastgroup.com/links/100-tools-di-sviluppo-essenziali/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creare un &#8220;Who is Online&#8221; con PHP, MySql e jQuery!</title>
		<link>http://www.sastgroup.com/tutorials/mysql/creare-un-who-is-online-con-php-mysql-e-jquery</link>
		<comments>http://www.sastgroup.com/tutorials/mysql/creare-un-who-is-online-con-php-mysql-e-jquery#comments</comments>
		<pubDate>Mon, 15 Mar 2010 09:00:16 +0000</pubDate>
		<dc:creator>daniele</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sastgroup.com/?p=4835</guid>
		<description><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_who-is-online.jpg"><img class="alignnone size-full wp-image-4836" title="rsz_who-is-online" src="http://www.sastgroup.com/images/rsz_who-is-online.jpg" alt="" width="450" height="256" /></a></p>
<p>In questo tutorial imparerete come creare un "Who is Online" che visualizzerà il numero di utenti online in quel momento e grazie a <a href="http://www.hostip.info/" target="_blank">Hostip’s free IP to location API</a>, sarà possibile rilevare il paese del visitatore.</p>
<p>Link: <a href="http://tutorialzine.com/2010/03/who-is-online-widget-php-mysql-jquery/" target="_blank">http://tutorialzine.com/2010/03/who-is-online-widget-php-mysql-jquery/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/tutorials/mysql/creare-un-who-is-online-con-php-mysql-e-jquery" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/tutorials/mysql/creare-un-who-is-online-con-php-mysql-e-jquery" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_who-is-online.jpg"><img class="alignnone size-full wp-image-4836" title="rsz_who-is-online" src="http://www.sastgroup.com/images/rsz_who-is-online.jpg" alt="" width="450" height="256" /></a></p>
<p>In questo tutorial imparerete come creare un "Who is Online" che visualizzerà il numero di utenti online in quel momento e grazie a <a href="http://www.hostip.info/" target="_blank">Hostip’s free IP to location API</a>, sarà possibile rilevare il paese del visitatore.</p>
<p>Link: <a href="http://tutorialzine.com/2010/03/who-is-online-widget-php-mysql-jquery/" target="_blank">http://tutorialzine.com/2010/03/who-is-online-widget-php-mysql-jquery/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/tutorials/mysql/creare-un-who-is-online-con-php-mysql-e-jquery" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/tutorials/mysql/creare-un-who-is-online-con-php-mysql-e-jquery" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sastgroup.com/tutorials/mysql/creare-un-who-is-online-con-php-mysql-e-jquery/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chat2, con PHP, jQuery e un file di testo!</title>
		<link>http://www.sastgroup.com/links/chat2-con-php-jquery-e-un-file-di-testo</link>
		<comments>http://www.sastgroup.com/links/chat2-con-php-jquery-e-un-file-di-testo#comments</comments>
		<pubDate>Sun, 21 Feb 2010 09:00:08 +0000</pubDate>
		<dc:creator>daniele</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sastgroup.com/?p=4753</guid>
		<description><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_chat2.jpg"><img class="alignnone size-full wp-image-4755" title="rsz_chat2" src="http://www.sastgroup.com/images/rsz_chat2.jpg" alt="" width="450" height="243" /></a></p>
<p>Se desiderate installare una chat sul vostro sito, questa farà sicuramente al caso vostro! Non necessita di database ed è facile da installare. Supporta gli smiles più utilizzati ed è molto leggerà!</p>
<p>Link: <a href="http://css-tricks.com/examples/Chat2/" target="_blank">http://css-tricks.com/examples/Chat2/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/chat2-con-php-jquery-e-un-file-di-testo" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/chat2-con-php-jquery-e-un-file-di-testo" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_chat2.jpg"><img class="alignnone size-full wp-image-4755" title="rsz_chat2" src="http://www.sastgroup.com/images/rsz_chat2.jpg" alt="" width="450" height="243" /></a></p>
<p>Se desiderate installare una chat sul vostro sito, questa farà sicuramente al caso vostro! Non necessita di database ed è facile da installare. Supporta gli smiles più utilizzati ed è molto leggerà!</p>
<p>Link: <a href="http://css-tricks.com/examples/Chat2/" target="_blank">http://css-tricks.com/examples/Chat2/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/chat2-con-php-jquery-e-un-file-di-testo" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/chat2-con-php-jquery-e-un-file-di-testo" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sastgroup.com/links/chat2-con-php-jquery-e-un-file-di-testo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creare una fantastica animazione con PHP, jQuery e CSS!</title>
		<link>http://www.sastgroup.com/links/creare-una-fantastica-animazione-con-php-jquery-e-css</link>
		<comments>http://www.sastgroup.com/links/creare-una-fantastica-animazione-con-php-jquery-e-css#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:00:37 +0000</pubDate>
		<dc:creator>daniele</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sastgroup.com/?p=4595</guid>
		<description><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_404_error.png"><img class="alignnone size-full wp-image-4594" title="rsz_404_error" src="http://www.sastgroup.com/images/rsz_404_error.png" alt="" width="450" height="236" /></a></p>
<p>Ieri vi abbiamo spiegato come personalizzare una pagina di errore MySQL, oggi vedremo come ANIMARE un pagina di errore,  utilizzando jQuery, CSS e PHP!</p>
<p>Link: <a href="http://www.jooria.com/Tutorials/Website-Designing-11/Fantastic-Animation-PHP-CSS-jQuery-Error-pages-156/index.html" target="_blank">http://www.jooria.com/Tutorials/Website-Designing-11/Fantastic-Animation-PHP-CSS-jQuery-Error-pages-156/index.html</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/creare-una-fantastica-animazione-con-php-jquery-e-css" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/creare-una-fantastica-animazione-con-php-jquery-e-css" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_404_error.png"><img class="alignnone size-full wp-image-4594" title="rsz_404_error" src="http://www.sastgroup.com/images/rsz_404_error.png" alt="" width="450" height="236" /></a></p>
<p>Ieri vi abbiamo spiegato come personalizzare una pagina di errore MySQL, oggi vedremo come ANIMARE un pagina di errore,  utilizzando jQuery, CSS e PHP!</p>
<p>Link: <a href="http://www.jooria.com/Tutorials/Website-Designing-11/Fantastic-Animation-PHP-CSS-jQuery-Error-pages-156/index.html" target="_blank">http://www.jooria.com/Tutorials/Website-Designing-11/Fantastic-Animation-PHP-CSS-jQuery-Error-pages-156/index.html</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/creare-una-fantastica-animazione-con-php-jquery-e-css" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/creare-una-fantastica-animazione-con-php-jquery-e-css" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sastgroup.com/links/creare-una-fantastica-animazione-con-php-jquery-e-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proteggi il tuo indirizzo email con PHP Hide_Email()</title>
		<link>http://www.sastgroup.com/links/proteggi-il-tuo-indirizzo-email-con-php-hide_email</link>
		<comments>http://www.sastgroup.com/links/proteggi-il-tuo-indirizzo-email-con-php-hide_email#comments</comments>
		<pubDate>Wed, 03 Feb 2010 09:00:39 +0000</pubDate>
		<dc:creator>daniele</dc:creator>
				<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sastgroup.com/?p=4588</guid>
		<description><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_php-hide-email.jpg"><img class="alignnone size-full wp-image-4589" title="rsz_php-hide-email" src="http://www.sastgroup.com/images/rsz_php-hide-email.jpg" alt="" width="450" height="147" /></a></p>
<p>PHP Hide_Email() è una funzione PHP che maschera un indirizzo email e quindi ti protegge dallo spam!</p>
<p>Link: <a href="http://www.maurits.vdschee.nl/php_hide_email/" target="_blank">http://www.maurits.vdschee.nl/php_hide_email/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/proteggi-il-tuo-indirizzo-email-con-php-hide_email" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/proteggi-il-tuo-indirizzo-email-con-php-hide_email" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_php-hide-email.jpg"><img class="alignnone size-full wp-image-4589" title="rsz_php-hide-email" src="http://www.sastgroup.com/images/rsz_php-hide-email.jpg" alt="" width="450" height="147" /></a></p>
<p>PHP Hide_Email() è una funzione PHP che maschera un indirizzo email e quindi ti protegge dallo spam!</p>
<p>Link: <a href="http://www.maurits.vdschee.nl/php_hide_email/" target="_blank">http://www.maurits.vdschee.nl/php_hide_email/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/proteggi-il-tuo-indirizzo-email-con-php-hide_email" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/proteggi-il-tuo-indirizzo-email-con-php-hide_email" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sastgroup.com/links/proteggi-il-tuo-indirizzo-email-con-php-hide_email/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Salvare lo stato di pannelli &#8220;Drag and Drop&#8221;</title>
		<link>http://www.sastgroup.com/links/salvare-lo-stato-di-pannelli-drag-and-drop</link>
		<comments>http://www.sastgroup.com/links/salvare-lo-stato-di-pannelli-drag-and-drop#comments</comments>
		<pubDate>Mon, 25 Jan 2010 10:00:43 +0000</pubDate>
		<dc:creator>daniele</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sastgroup.com/?p=4498</guid>
		<description><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_drag-drop-coll.png"><img class="alignnone size-full wp-image-4499" title="rsz_drag-drop-coll" src="http://www.sastgroup.com/images/rsz_drag-drop-coll.png" alt="" width="450" height="229" /></a></p>
<p>In questo tutorial imparerete a salvare lo stato dei pannelli "Drag and Drop" e a recuperarli quando l'utente carica nuovamente la pagina!</p>
<p>Link: <a href="http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/" target="_blank">http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/salvare-lo-stato-di-pannelli-drag-and-drop" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/salvare-lo-stato-di-pannelli-drag-and-drop" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sastgroup.com/images/rsz_drag-drop-coll.png"><img class="alignnone size-full wp-image-4499" title="rsz_drag-drop-coll" src="http://www.sastgroup.com/images/rsz_drag-drop-coll.png" alt="" width="450" height="229" /></a></p>
<p>In questo tutorial imparerete a salvare lo stato dei pannelli "Drag and Drop" e a recuperarli quando l'utente carica nuovamente la pagina!</p>
<p>Link: <a href="http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/" target="_blank">http://webdeveloperplus.com/jquery/saving-state-for-collapsible-drag-drop-panels/</a></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/salvare-lo-stato-di-pannelli-drag-and-drop" target="_blank"><img src="http://www.sastgroup.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.sastgroup.com/links/salvare-lo-stato-di-pannelli-drag-and-drop" target="_blank" title="Share on Facebook">Condividi su facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sastgroup.com/links/salvare-lo-stato-di-pannelli-drag-and-drop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
