<?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>ASP Tutorials &#187; tutorial</title>
	<atom:link href="http://asp.web.id/tag/tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://asp.web.id</link>
	<description>hot talks about asp programming</description>
	<lastBuildDate>Thu, 15 Apr 2010 15:35:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Tutorial Seri Pemrogramman ASP</title>
		<link>http://asp.web.id/tutorial-seri-pemrogramman-asp.html</link>
		<comments>http://asp.web.id/tutorial-seri-pemrogramman-asp.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 16:56:04 +0000</pubDate>
		<dc:creator>Ariel G. Saputra</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[seri tutorial asp]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://asp.web.id/?p=31</guid>
		<description><![CDATA[Kemarin sempet login ke admin blog yang sudah lama terlupakan, ternyata ada bejibun komentar yang masih dalam fase moderasi, agak surprised juga karena ternyata masih banyak komentar-komentar baru di seri tutorial pemrograman asp yang sudah aku tulis disana (glad to know that people use it still). Well berhubung blog tersebut sudah lama banget dan sudah [...]]]></description>
		<wfw:commentRss>http://asp.web.id/tutorial-seri-pemrogramman-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP Tutorial: Tipe Data</title>
		<link>http://asp.web.id/asp-tutorial-tipe-data.html</link>
		<comments>http://asp.web.id/asp-tutorial-tipe-data.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 16:02:55 +0000</pubDate>
		<dc:creator>Ariel G. Saputra</dc:creator>
				<category><![CDATA[ASP Tutorial Series]]></category>
		<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[seri tutorial asp]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://asp.web.id/?p=30</guid>
		<description><![CDATA[Classic ASP Tutorial Series. Bagian IV. Tipe Data Melanjutkan seri tutorial perograman classic ASP kali ini akan dibahas mengenai tipe data di dalam VBScript. VBScript hanya mengenal satu tipe data yaitu variant. Tipe data ini dapat dipergunakan ntuk menampung berbagai jenis data, seperti data bilangan, string, float dan lain-lain. jadi anda tidak harus menentukan jenis [...]]]></description>
		<wfw:commentRss>http://asp.web.id/asp-tutorial-tipe-data.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP Tutorial: Cara Penulisan &amp; Embed Kode ASP</title>
		<link>http://asp.web.id/asp-tutorial-cara-penulisan-embed-kode-asp.html</link>
		<comments>http://asp.web.id/asp-tutorial-cara-penulisan-embed-kode-asp.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 15:50:31 +0000</pubDate>
		<dc:creator>Ariel G. Saputra</dc:creator>
				<category><![CDATA[ASP Tutorial Series]]></category>
		<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[seri tutorial asp]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://asp.web.id/?p=28</guid>
		<description><![CDATA[Classic ASP Tutorial Series. Bagian III. Cara Penulisan &#038; Embed Kode Sebuah blok kode ASP selalu diawali dan diakhiri dengan karakter atau dengan menggunakan blok tag script dan menambahkan property RUNAT=SERVER pada tag tesebut. untuk lebih jelasnya perhatikan contoh kode berikut: &#60;% Response.Write &#34;Text ini dituis dengan ASP script&#34; %&#62; Dengan menggunakan Tag kita bisa [...]]]></description>
		<wfw:commentRss>http://asp.web.id/asp-tutorial-cara-penulisan-embed-kode-asp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP Tutorial: Installasi PWS &amp; IIS</title>
		<link>http://asp.web.id/asp-tutorial-installasi-pws-iis.html</link>
		<comments>http://asp.web.id/asp-tutorial-installasi-pws-iis.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 15:39:11 +0000</pubDate>
		<dc:creator>Ariel G. Saputra</dc:creator>
				<category><![CDATA[ASP Tutorial Series]]></category>
		<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[seri tutorial asp]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://asp.web.id/?p=27</guid>
		<description><![CDATA[Classic ASP Tutorial Series. Bagian II. Installasi PWS &#038; IIS Seperti pembahasan terdahulu, ASP itu adalah server-side script, yaitu script yang hanya bisa berjalan di lingkungan server web, Jadi untuk bisa menggunakan ASP script ini kita harus mempunyai server sebagai tempat eksekusi script ASP nantinya. Pembahasan kali ini tentang langkah-langkah installasi webserver PWS/IIS pada lokal [...]]]></description>
		<wfw:commentRss>http://asp.web.id/asp-tutorial-installasi-pws-iis.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP Tutorial: Pengenalan</title>
		<link>http://asp.web.id/asp-tutorial-pengenalan.html</link>
		<comments>http://asp.web.id/asp-tutorial-pengenalan.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 15:29:22 +0000</pubDate>
		<dc:creator>Ariel G. Saputra</dc:creator>
				<category><![CDATA[ASP Tutorial Series]]></category>
		<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[seri tutorial asp]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://asp.web.id/?p=26</guid>
		<description><![CDATA[Classic ASP Tutorial Series. Bagian I. Pengenalan Apa Itu ASP ASP kependekan dari Active Server Pages, adalah teknologi server scripting (close to PHP etc.) yang memungkinkan kita untuk membuat web dinamis dan interaktif. sejatinya halaman ASP adalah sekumpulan script yang dieksekusi, diproses di webserver (komputer remote/local dimana file-file ASP itu disimpan), dan kemudian hasil dari [...]]]></description>
		<wfw:commentRss>http://asp.web.id/asp-tutorial-pengenalan.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classic ASP Regular Expression Autolink Function</title>
		<link>http://asp.web.id/classic-asp-regular-expression-autolink-function.html</link>
		<comments>http://asp.web.id/classic-asp-regular-expression-autolink-function.html#comments</comments>
		<pubDate>Fri, 15 May 2009 17:23:29 +0000</pubDate>
		<dc:creator>Ariel G. Saputra</dc:creator>
				<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Regex]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://asp.web.id/?p=17</guid>
		<description><![CDATA[During my session in creating Simple Twitter API for Classic ASP (VBScript), I need a function to search valid URL format in body text and convert them into click able link (autolink). Fortunately as in other programming languages, Classic ASP (VBScript) also has support REGULAR EXPRESSION even with limited methods &#038; Properties. In this case we only need the Regexp.Replace method, below is the detail function.]]></description>
		<wfw:commentRss>http://asp.web.id/classic-asp-regular-expression-autolink-function.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Short URL with Classic ASP</title>
		<link>http://asp.web.id/short-url-with-classic-asp.html</link>
		<comments>http://asp.web.id/short-url-with-classic-asp.html#comments</comments>
		<pubDate>Thu, 14 May 2009 19:36:20 +0000</pubDate>
		<dc:creator>Ariel G. Saputra</dc:creator>
				<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[TinyURL]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[XMLHTTP]]></category>

		<guid isPermaLink="false">http://asp.web.id/?p=16</guid>
		<description><![CDATA[I have more spare time in back couple days and I use it to play a bit with Classic ASP, flickr and twitter for a reason, but then pop out an idea to create a very simple library tom implement Twitter API in Classic ASP programming (many library written in PHP and other programming languages but found noone in classic asp).]]></description>
		<wfw:commentRss>http://asp.web.id/short-url-with-classic-asp.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Update Twitter Status with Classic ASP (VBScript)</title>
		<link>http://asp.web.id/update-twitter-status-with-classic-asp-vbscript.html</link>
		<comments>http://asp.web.id/update-twitter-status-with-classic-asp-vbscript.html#comments</comments>
		<pubDate>Thu, 14 May 2009 03:49:04 +0000</pubDate>
		<dc:creator>Ariel G. Saputra</dc:creator>
				<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[TinyURL]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[XMLHTTP]]></category>

		<guid isPermaLink="false">http://asp.web.id/?p=15</guid>
		<description><![CDATA[I have several websites built with Classic ASP (am I insane? hell no, I love Classic ASP), and I have using twitter for months, as I seen twitter is getting popular each day, then I want to update the twitter account (associated with each websites) directly from the Classic ASP application, It is quite simple, by using Twitter API and Classic ASP XMLHTTP object.]]></description>
		<wfw:commentRss>http://asp.web.id/update-twitter-status-with-classic-asp-vbscript.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Create TinyURL with Classic ASP (VBScript)</title>
		<link>http://asp.web.id/create-tinyurl-with-classic-asp-vbscript.html</link>
		<comments>http://asp.web.id/create-tinyurl-with-classic-asp-vbscript.html#comments</comments>
		<pubDate>Thu, 14 May 2009 03:27:06 +0000</pubDate>
		<dc:creator>Ariel G. Saputra</dc:creator>
				<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[TinyURL]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[XMLHTTP]]></category>

		<guid isPermaLink="false">http://asp.web.id/?p=14</guid>
		<description><![CDATA[TinyURL has been around for years, which enabled you to shortenize your very long url addresses, It has an API also to programmaticaly create your own shortenized url on the fly, and here is a sample of TinyURL API implementation with Classic ASP (VBScript).]]></description>
		<wfw:commentRss>http://asp.web.id/create-tinyurl-with-classic-asp-vbscript.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sending Email with Classic ASP Scripts</title>
		<link>http://asp.web.id/sending-email-with-classic-asp-scripts.html</link>
		<comments>http://asp.web.id/sending-email-with-classic-asp-scripts.html#comments</comments>
		<pubDate>Fri, 08 May 2009 15:32:47 +0000</pubDate>
		<dc:creator>Ariel G. Saputra</dc:creator>
				<category><![CDATA[Classic ASP]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://asp.web.id/?p=10</guid>
		<description><![CDATA[There are several email components for classic asp available out there, if you not sure about which components are installed in your server, just ask your technical support. CDOsys is the default email component for microsoft SMTP server running together with IIS Web Server, or CDONT for prior SMTP version but mostly hosting providers also install commercial email component like ASPEmail, JMail, MailEnable etc.]]></description>
		<wfw:commentRss>http://asp.web.id/sending-email-with-classic-asp-scripts.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
