<?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>Studio Informatico &#187; Programmazione</title>
	<atom:link href="http://www.studioinformatico.net/index.php/category/prog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studioinformatico.net</link>
	<description>Studio Tecnico di Ingegneria Informatica di Ing. Simone Zanella - Sviluppo e programmazione - Progettazione applicazioni, portali e siti internet - Consulenza Informatica - Assistenza computer - P.IVA 01414320083 - Tel. 329.9586153 - Assistenza informatica a Imperia e provincia, Andora, Albenga.</description>
	<lastBuildDate>Tue, 09 Mar 2010 22:56:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Scroll di tabella &#8211; tabella scrollabile</title>
		<link>http://www.studioinformatico.net/index.php/2009/09/21/tabella-scrollabile/</link>
		<comments>http://www.studioinformatico.net/index.php/2009/09/21/tabella-scrollabile/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 16:52:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[tabella]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/?p=101</guid>
		<description><![CDATA[Per scrollare il contenuto di una tabella (o più semplicemente di una parte di pagina) si può usare questo codice:
&#60;div style=&#8217;width: 190px; height: 80px; overflow: auto;&#8216;&#62;
TESTO
&#60;/div&#62;
sostituire a width ed height i valori in pixel dell&#8217;area desiderata. (Provato con Explorer 8.0 e Firefox 3.5)
]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2009/09/21/tabella-scrollabile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elenco directory in php</title>
		<link>http://www.studioinformatico.net/index.php/2009/09/16/elenco-directory-in-php/</link>
		<comments>http://www.studioinformatico.net/index.php/2009/09/16/elenco-directory-in-php/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 10:32:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[elenco directory]]></category>
		<category><![CDATA[elenco directory php]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[ordered]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/?p=98</guid>
		<description><![CDATA[Ecco uno script utile in PHP per mostrare l&#8217;elenco di una cartella del proprio server, qui sotto il codice della pagina (da creare e salvare a piacimento, ad esempio index.php):
&#60;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.1//EN&#8221; &#8220;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&#8221;&#62;
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Elenco files&#60;/title&#62;
&#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=ISO-8859-1&#8243;&#62;
&#60;style type=&#8217;text/css&#8217;&#62;
body {
font-family: verdana;
background-color: #000;
color: #FFF;
}
a {
color: #FFFF00;
text-decoration: none;
}
.red {
color: #FF0000;
}
.green {
color: #00CC00;
}
.yellow {
color: #FFFF00;
}
a:hover {
color: [...]]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2009/09/16/elenco-directory-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Registrare il software</title>
		<link>http://www.studioinformatico.net/index.php/2009/03/10/registrare-il-software/</link>
		<comments>http://www.studioinformatico.net/index.php/2009/03/10/registrare-il-software/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 16:04:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/?p=78</guid>
		<description><![CDATA[L&#8217;attuale legislazione itaiana consente a tutti gli autori e programmatori di registrare le proprie creazioni attraverso il Registro Pubblico per il Software, tenuto presso la SIAE.
La registrazione non è necessaria, infatti il d.lgs. 518/92 e  L.633/1941 stabiliscono l’appartenenza del software all’ambito delle creazioni intellettuali, protette pertanto, dalla disciplina del diritto d’autore.
Tuttavia la registrazione presso la [...]]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2009/03/10/registrare-il-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diapositive per Corso su Database, Oracle e SQL</title>
		<link>http://www.studioinformatico.net/index.php/2009/02/26/diapositive-per-corso-su-database-oracle-e-sql/</link>
		<comments>http://www.studioinformatico.net/index.php/2009/02/26/diapositive-per-corso-su-database-oracle-e-sql/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 09:57:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[Scuola]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/?p=67</guid>
		<description><![CDATA[Diapositive Power Point da usare come traccia per corso su Database, Oracle Enterprise e linguaggio SQL.
SCARICA
]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2009/02/26/diapositive-per-corso-su-database-oracle-e-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace di stringhe in database SQL</title>
		<link>http://www.studioinformatico.net/index.php/2009/02/26/replace-di-stringhe-in-database-sql/</link>
		<comments>http://www.studioinformatico.net/index.php/2009/02/26/replace-di-stringhe-in-database-sql/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 09:10:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/index.php/2009/02/26/replace-di-stringhe-in-database-sql/</guid>
		<description><![CDATA[Per eseguire una sostituzione di stringhe (string replacement) nei campi di un database SQL si può usare la seguente sintassi:
UPDATE nome_tabella SET nome_campo = replace(nome_campo, &#8217;stringa_da_sostituire&#8217;, &#8217;stringa_sostituita&#8217;)
]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2009/02/26/replace-di-stringhe-in-database-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Select multiple e PHP5</title>
		<link>http://www.studioinformatico.net/index.php/2008/12/11/select-multiple-e-php5/</link>
		<comments>http://www.studioinformatico.net/index.php/2008/12/11/select-multiple-e-php5/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 20:53:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[php5 select multiple array problem post]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/?p=45</guid>
		<description><![CDATA[Alcuni server PHP5 non sono in grado di ricevere dei $_POST da campi SELECT MULTIPLE in HTML (con cui utilizzare il metodo descritto in un altro post: LINK).  Se si prova a visualizzare la variabile passata è vuota. Per risolvere il problema, si può usare il seguente codice:
HTML-PHP (FORM)
//se si modifica una scheda già registrata [...]]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2008/12/11/select-multiple-e-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convertire CString in char*</title>
		<link>http://www.studioinformatico.net/index.php/2008/11/13/convertire-cstring-in-char/</link>
		<comments>http://www.studioinformatico.net/index.php/2008/11/13/convertire-cstring-in-char/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 15:31:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/?p=36</guid>
		<description><![CDATA[(CString to char* conversion)
Per convertire una stringa in formato CString in una in formato char:
char temp[256]; //esempio
CString string;
//codice...
strcpy(temp,LPCTSTR(string)); //strcpy(destinazione, sorgente)
ora la stringa temp contiene la CString.
]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2008/11/13/convertire-cstring-in-char/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pagina scaduta PHP su Explorer</title>
		<link>http://www.studioinformatico.net/index.php/2008/09/10/pagina-scaduta-php-su-explorer/</link>
		<comments>http://www.studioinformatico.net/index.php/2008/09/10/pagina-scaduta-php-su-explorer/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 10:39:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/?p=32</guid>
		<description><![CDATA[Spesso Explorer restituisce un errore &#8220;Avviso: la pagina è scaduta&#8221; quando si naviga attraverso pagine PHP utilizzando i tasti Indietro e Avanti del browser.
Il problema può essere risolto specificando la direttiva PHP:
ini_set('session.cache_limiter', 'private');
all&#8217;interno delle pagine PHP (in genere nel classico file generale di configurazione e connessione al database).
]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2008/09/10/pagina-scaduta-php-su-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rimozione caratteri da campi in DB MySQL</title>
		<link>http://www.studioinformatico.net/index.php/2008/07/09/rimozione-caratteri-da-campi-in-db-mysql/</link>
		<comments>http://www.studioinformatico.net/index.php/2008/07/09/rimozione-caratteri-da-campi-in-db-mysql/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 10:45:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>
		<category><![CDATA[php mysql update trim leading]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/?p=31</guid>
		<description><![CDATA[Codice per MySQL.
Esempio: rimuovere la lettera &#8220;O&#8221; all&#8217;inizio del campo &#8220;campo&#8221; da tutte le righe della tabella &#8220;tabella&#8221;
UPDATE tabella SET campo=TRIM( LEADING &#8216;O&#8217; FROM campo) WHERE campo LIKE &#8216;O%&#8217;
]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2008/07/09/rimozione-caratteri-da-campi-in-db-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script scroller notizie</title>
		<link>http://www.studioinformatico.net/index.php/2008/05/22/script-scroller-notizie/</link>
		<comments>http://www.studioinformatico.net/index.php/2008/05/22/script-scroller-notizie/#comments</comments>
		<pubDate>Thu, 22 May 2008 07:48:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programmazione]]></category>

		<guid isPermaLink="false">http://www.studioinformatico.net/?p=30</guid>
		<description><![CDATA[Javascript per realizzare dei box di notizie a scorrimento automatico.
JAVASCRIPT
// posizione iniziale
var dn_startpos=120;
// posizione finale
var dn_endpos=-200;
// Velocità dello scroller: un numero più alto indica una velocità inferiore
var dn_speed=50;
// ID da assegnare al box delle news nel codice HTML
var dn_newsID=&#8217;news&#8217;;
// classe che lo script aggiunge quando Javascript è dsisponibile
var dn_classAdd=&#8217;oraJS&#8217;;
// Messaggio del link che stoppa lo [...]]]></description>
		<wfw:commentRss>http://www.studioinformatico.net/index.php/2008/05/22/script-scroller-notizie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
