<?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>ASPcenter.net</title>
	<atom:link href="http://www.aspcenter.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspcenter.net</link>
	<description>Il blog degli sviluppatori ASP e .NET</description>
	<lastBuildDate>Mon, 08 Mar 2010 10:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Recuperare il percorso della pagina corrente con ASP</title>
		<link>http://www.aspcenter.net/2010/03/recuperare-percorso-pagina-corrente-asp.html</link>
		<comments>http://www.aspcenter.net/2010/03/recuperare-percorso-pagina-corrente-asp.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 10:02:58 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Utility Varie]]></category>
		<category><![CDATA[path info]]></category>
		<category><![CDATA[percorso pagina corrente]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[request servervariables]]></category>
		<category><![CDATA[server name]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=491</guid>
		<description><![CDATA[I linguaggi lato client come Javascript e VBScript dispongono di sistemi nativi per recuperare il percorso della pagina corrente, mentre i linguaggi lato server, in particolar modo ASP, non dispongono di tali sistemi.
Esistono tuttavia le variabili d&#8217;ambiente a venirci in soccorso. La collezione Request.ServerVariables dispone, tra l&#8217;altro, di determinate chiavi che permettono di recuperare i [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/recuperare-percorso-pagina-corrente-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recuperare l&#8217;IP degli utenti con ASP</title>
		<link>http://www.aspcenter.net/2010/03/recuperare-ip-utenti-asp.html</link>
		<comments>http://www.aspcenter.net/2010/03/recuperare-ip-utenti-asp.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 10:01:39 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Utility Varie]]></category>
		<category><![CDATA[asp ip]]></category>
		<category><![CDATA[indirizzo ip]]></category>
		<category><![CDATA[recuperare ip]]></category>
		<category><![CDATA[remote addr]]></category>
		<category><![CDATA[request servervariables]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=488</guid>
		<description><![CDATA[Allo scopo di verificare la provenienza (remota) di un utente può essere comodo reperirne (ed utilzzare a piacimento, ma nei limiti della correttezza) l&#8217;indirizo IP.

Ecco come fare:

&#60;%
    Dim IP
    IP = Request.ServerVariables("REMOTE_ADDR")
    Response.Write "Il tuo indirizo IP è " &#038; IP
%&#62;

]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/recuperare-ip-utenti-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recuperare i referrer con ASP</title>
		<link>http://www.aspcenter.net/2010/03/recuperare-referrer-asp.html</link>
		<comments>http://www.aspcenter.net/2010/03/recuperare-referrer-asp.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:59:00 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Utility Varie]]></category>
		<category><![CDATA[http referrer]]></category>
		<category><![CDATA[request servervariables]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=486</guid>
		<description><![CDATA[In ASP è estremamente semplice individuare l&#8217;indirizzo di provenienza: in questo modo possiamo sapere chi ha disposto un link verso le nostre pagine. Utilizzando questo codice ed effettuando una registrazione sul database, possiamo crearci un vero gestore di statistiche!

Ecco un esempio di codice:

&#60;%
    Dim ref
    ref = Request.ServerVariables("HTTP_REFERER")
  [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/recuperare-referrer-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Includere un sito esterno in un frameset con ASP</title>
		<link>http://www.aspcenter.net/2010/03/includere-un-sito-esterno-in-un-frameset-con-asp.html</link>
		<comments>http://www.aspcenter.net/2010/03/includere-un-sito-esterno-in-un-frameset-con-asp.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:57:06 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Utility Varie]]></category>
		<category><![CDATA[asp frame]]></category>
		<category><![CDATA[includere frame]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=484</guid>
		<description><![CDATA[Capita spesso, navigando su di un sito, che si trovi un link che punta ad un sito esterno. In alcuni casi, il sito esterno è contenuto su di un frameset facente parte del sito da cui è partito il link. Bene, in questo articolo vedremo come realizzare questa semplice utility.

Il file che contiene i frameset [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/includere-un-sito-esterno-in-un-frameset-con-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filtrare le URL con Server.URLEncode</title>
		<link>http://www.aspcenter.net/2010/03/filtrare-url-server-urlencode.html</link>
		<comments>http://www.aspcenter.net/2010/03/filtrare-url-server-urlencode.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:55:32 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Utility Varie]]></category>
		<category><![CDATA[filtrare url]]></category>
		<category><![CDATA[server urlencode]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=481</guid>
		<description><![CDATA[Scrivo questo articolo come integrazione dell&#8217;articolo Includere un sito esterno in un frameset con ASP per risolvere il problema della presenza della e-commerciale (&#038;) nel link esterno in oggetto.
Il problema a cui alludo è il seguente:
go.asp?url=http://www.sito.it/pag.asp
Nessun problema: si finisce su pag.asp del sito esterno.
go.asp?url=http://www.sito.it/pag.asp?a=1
Nessun problema: si finisce su pag.asp del sito esterno coln una querystring [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/filtrare-url-server-urlencode.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interazione tra ASP e Javascript lato client</title>
		<link>http://www.aspcenter.net/2010/03/interazione-asp-javascript-lato-client.html</link>
		<comments>http://www.aspcenter.net/2010/03/interazione-asp-javascript-lato-client.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:49:28 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Utility Varie]]></category>
		<category><![CDATA[asp javascript]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=479</guid>
		<description><![CDATA[In molti programmi ASP torna utile rilasciare degli output con Javascript lato client in modo da poterli richiamare anche da pagine HTML statiche piuttosto che da pagine in formato differente che, per natura, non supportano codice di scripting ASP.
Naturalmente non c&#8217;è solo questo pro ma anche un paio di contro: 1, i motori di ricerca [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/interazione-asp-javascript-lato-client.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSWC.BrowserType &#8211; mostrare la configurazione del browser</title>
		<link>http://www.aspcenter.net/2010/03/mswc-browsertype-mostrare-configurazione-browser.html</link>
		<comments>http://www.aspcenter.net/2010/03/mswc-browsertype-mostrare-configurazione-browser.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:47:41 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Utility Varie]]></category>
		<category><![CDATA[configurazione browser]]></category>
		<category><![CDATA[mswc]]></category>
		<category><![CDATA[mswc browsertype]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=476</guid>
		<description><![CDATA[Grazie all&#8217;oggetto BrowserType della famiglia MSWC è possibile individuare alcune caratteristiche dei browser che visitano una pagina, come il sistema operativo, la versione del browser, il supporto di caratteristiche come frame e linguaggi di scripting.
E&#8217; sufficiente instanziare l&#8217;oggetto ed utilizzare le sue proprietà come nell&#8217;esempio seguente:

&#60;%@LANGUAGE = VBScript%&#62;
&#60;%
    Dim MyBrow
   [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/mswc-browsertype-mostrare-configurazione-browser.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP 500 &#8211; Internal Server Error</title>
		<link>http://www.aspcenter.net/2010/03/http-500-internal-server-error.html</link>
		<comments>http://www.aspcenter.net/2010/03/http-500-internal-server-error.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:41:03 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Gestione degli Errori]]></category>
		<category><![CDATA[errori asp]]></category>
		<category><![CDATA[http 500]]></category>
		<category><![CDATA[internal server error]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=470</guid>
		<description><![CDATA[Spesso e volentieri, quando si è alle prime armi con la programmazione in ambiente ASP, ci si imbatte nel fatidico errore
HTTP 500 - Internal Server Error
Con questo messaggio il server, attraverso il browser, ci avvisa di un errore generato dalla pagina ASP in esecuzione.

Però il messaggio di errore è poco chiaro e non specifica in [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/http-500-internal-server-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Celle di colori alternati con ASP, XML ed XSL</title>
		<link>http://www.aspcenter.net/2010/03/celle-colori-alternati-asp-xml-xsl.html</link>
		<comments>http://www.aspcenter.net/2010/03/celle-colori-alternati-asp-xml-xsl.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:37:35 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e XML]]></category>
		<category><![CDATA[celle colori alternati]]></category>
		<category><![CDATA[microsoft xmldom]]></category>
		<category><![CDATA[oggetto xmldom]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xmldom]]></category>
		<category><![CDATA[xsl]]></category>
		<category><![CDATA[xslt]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=467</guid>
		<description><![CDATA[Le istruzioni condizionali dell&#8217;XSLT consentono di realizzare con semplicità report che si comportano in maniera differente a seconda di calcoli o dei dati presenti all&#8217;interno di un documento XML.
L&#8217;esempio di questo Articolo mette in pratica un utile script che genera un report in celle di colori alternati, effettuando la trasformazione lato server attraverso ASP.

Creiamo una [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/celle-colori-alternati-asp-xml-xsl.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paginazione a colonne di un file XML con ASP</title>
		<link>http://www.aspcenter.net/2010/03/paginazione-colonne-xml-asp.html</link>
		<comments>http://www.aspcenter.net/2010/03/paginazione-colonne-xml-asp.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:34:52 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[ASP e XML]]></category>
		<category><![CDATA[microsoft xmldom]]></category>
		<category><![CDATA[oggetto xmldom]]></category>
		<category><![CDATA[paginazione asp]]></category>
		<category><![CDATA[paginazione colonne]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xmldom]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=464</guid>
		<description><![CDATA[Per questioni pratiche e di spazio sulla pagina, conviene sempre, o comunque quando possibile, disporre i risultati di un report in una tabella formata da più colonne. Abbiamo già visto in un Articolo precedente come è possibile paginare a colonne i risultati di una query su di un database: allo stesso modo possiamo paginare i [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/03/paginazione-colonne-xml-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
