<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Aryo Pinandito's Blog RSS Feed</title>
        <description>Aryo Pinandito's blog RSS feed</description>
        <link>http://aryo.info/blog/</link>
        <pubDate>Thu, 23 Feb 2012 20:05:09 +0700</pubDate>
        <docs>http://aryo.info/blog/rss</docs>
        <atom:link href="http://aryo.info/blog/rss" rel="self" type="application/rss+xml" />
		        <item>
            <pubDate>Sat, 03 Dec 2011 19:36:23 +0700</pubDate>
			<title>Converting Wireless Router to Access Point</title>
            <link>http://aryo.info/blog/converting-your-wireless-router-to-access.html</link>
            <description><![CDATA[&lt;p&gt;Basically, a wireless router is an access point (AP) with router capability. Sometimes for some reasons you may not need another router to broadcast a network wirelessly. You need an AP and not a wireless router for broadcasting a local area network wirelessly.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A wireless router has different network ID between it&amp;#39;s WAN and LAN connector. That&amp;#39;s what routers are for, connecting (routing) two or more different network IDs (in this case: LAN network and WAN network).&lt;/p&gt;
]]></description>
            <guid>http://aryo.info/labs/converting-your-wireless-router-to-access.html</guid>
            <author>aryoxp@gmail.com (Aryo Pinandito)</author>
		</item>	
		        <item>
            <pubDate>Wed, 16 Nov 2011 20:01:45 +0700</pubDate>
			<title>Building Captive Portal Using PHP and iptables Firewall on Linux</title>
            <link>http://aryo.info/blog/captive-portal-using-php-and-iptables.html</link>
            <description><![CDATA[&lt;h3&gt;
	What is a captive portal?&lt;/h3&gt;
&lt;p&gt;There are many definitions out there which are explaining about captive portal like in &lt;a href=&quot;http://searchmobilecomputing.techtarget.com/definition/captive-portal&quot;&gt;TechTarget SearchMobileComputing&lt;/a&gt;, &lt;a href=&quot;http://www.answers.com/topic/captive-portal&quot;&gt;Answers.com&lt;/a&gt;, and &lt;a href=&quot;http://en.wikipedia.org/wiki/Captive_portal&quot;&gt;Wikipedia&lt;/a&gt;. Still haven&amp;#39;t got it? Well, have you found yourself connected in a public hotspot such as at the public venues, airport lounges, or hotel plaza? it&amp;#39;s so common if we&amp;#39;re going to browse to any pages using our favorite web browser we&amp;#39;re forced to see a page to accept the Terms of Service (ToS) of the hotspot provider or submits username and password in order to be able to continue browse the web. Those kind of web pages are so called captive portal.&lt;/p&gt;
]]></description>
            <guid>http://aryo.info/labs/captive-portal-using-php-and-iptables.html</guid>
            <author>aryoxp@gmail.com (Aryo Pinandito)</author>
		</item>	
		        <item>
            <pubDate>Sat, 13 Aug 2011 21:08:29 +0700</pubDate>
			<title>Easy Parsing Twitter's RSS Feed With PHP</title>
            <link>http://aryo.info/blog/easy-parsing-twitter-rss-with-php.html</link>
            <description><![CDATA[&lt;p&gt;&lt;img alt=&quot;Twitter Logo&quot; src=&quot;http://a3.twimg.com/a/1313081238/images/logos/twitter_newbird_blue.png&quot; style=&quot;margin-top: 0px; margin-right: 10px; margin-bottom: 10px; margin-left: 0px; float: left; width: 100px; height: 100px; &quot; /&gt;From my previous post about &lt;a href=&quot;http://aryo.info/blog/fetching-tweets-on-twitter-by-php.html&quot;&gt;fetching Tweets from Twitter by using PHP&lt;/a&gt; we&amp;#39;re able to search tweet posts with Twitter API help in RSS format (XML). The specification of RSS itself described &lt;a href=&quot;http://cyber.law.harvard.edu/rss/rss.html&quot;&gt;here&lt;/a&gt;. In order to be able to get information needed from the feed, we need to parse it into other form of data which is easy to process with PHP. In this post I will explain how to parse every items on the feed into array.&lt;/p&gt;
]]></description>
            <guid>http://aryo.info/labs/easy-parsing-twitter-rss-with-php.html</guid>
            <author>aryoxp@gmail.com (Aryo Pinandito)</author>
		</item>	
		        <item>
            <pubDate>Fri, 12 Aug 2011 05:47:01 +0700</pubDate>
			<title>Fetching Tweets on Twitter by PHP</title>
            <link>http://aryo.info/blog/fetching-tweets-on-twitter-by-php.html</link>
            <description><![CDATA[&lt;p&gt;&lt;img alt=&quot;Twitter Bird&quot; src=&quot;http://a3.twimg.com/a/1313081238/images/logos/twitter_newbird_blue.png&quot; style=&quot;margin-right: 10px; margin-left: 0px; float: left; width: 100px; height: 100px; &quot; /&gt;If you have your own blog which is PHP powered, you can show your tweets on twitter by using PHP easily. According to &lt;a href=&quot;https://dev.twitter.com/docs/api/1/get/search&quot;&gt;GET Search Twitter API&lt;/a&gt;&amp;nbsp;documentation and &lt;a href=&quot;https://dev.twitter.com/docs/using-search&quot;&gt;Using Search&lt;/a&gt; documentation, we can do any search for tweets related to any keyword provided.&amp;nbsp;The resource URL for searching is:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;http://search.twitter.com/search.format&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;where &lt;code&gt;format &lt;/code&gt;is the format we would like to get. It could be &lt;code&gt;rss&lt;/code&gt;, &lt;code&gt;atom&lt;/code&gt;, or even &lt;code&gt;json&lt;/code&gt;. The Twitter search API is very powerful, even you can get any tweets which is posted by someone near you.&lt;/p&gt;
]]></description>
            <guid>http://aryo.info/labs/fetching-tweets-on-twitter-by-php.html</guid>
            <author>aryoxp@gmail.com (Aryo Pinandito)</author>
		</item>	
		        <item>
            <pubDate>Wed, 27 Jul 2011 12:48:10 +0700</pubDate>
			<title>Panada Framework Logo Accepted!</title>
            <link>http://aryo.info/blog/panada-framework-logo.html</link>
            <description><![CDATA[&lt;p&gt;&lt;img alt=&quot;&quot; src=&quot;http://aryo.info/panada/panada-pf.png&quot; style=&quot;padding-bottom: 10px; padding-right: 10px; float: left; width: 113px; height: 115px; &quot; /&gt;Hey! It&amp;#39;s a good news, my previously &lt;a href=&quot;http://aryo.info/labs/panada-framework-proposed-logo.html&quot;&gt;proposed Panada Framework logo&lt;/a&gt;&amp;nbsp;had accepted by the author, &lt;a href=&quot;http://www.kandar.info/&quot;&gt;Iskandar Soesman&lt;/a&gt;&amp;nbsp;with a little revision on the logo&amp;#39;s text. But now, it&amp;#39;s already complete.&lt;/p&gt;
&lt;p&gt;Maybe next I will try to propose the Panada &lt;a href=&quot;http://en.wikipedia.org/wiki/Chiclet&quot;&gt;chiclet&lt;/a&gt;&amp;nbsp;to help others spread the framework whenever they are using &lt;a href=&quot;http://panadaframework.com&quot;&gt;Panada Framework&lt;/a&gt;.&lt;/p&gt;
]]></description>
            <guid>http://aryo.info/labs/panada-framework-logo.html</guid>
            <author>aryoxp@gmail.com (Aryo Pinandito)</author>
		</item>	
		        <item>
            <pubDate>Fri, 17 Jun 2011 19:34:01 +0700</pubDate>
			<title>Getting First and Last Date of Months Using C#</title>
            <link>http://aryo.info/blog/getting-first-and-last-date-csharp.html</link>
            <description><![CDATA[&lt;p&gt;C# has a &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/system.datetime.aspx&quot;&gt;DateTime structure&lt;/a&gt; to hold date and time value in a single variable. The following script will gives you first and last date of given months in two lines of C# code.&amp;nbsp;Assuming that the first and last dates we&amp;#39;re looking for is for current month (now), the code would be like this:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;DateTime FirstDate = new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1);&lt;/code&gt;
&lt;code&gt;DateTime LastDate = FirstDate.AddMonths(1).AddDays(-1);&lt;/code&gt;&lt;/pre&gt;
]]></description>
            <guid>http://aryo.info/labs/getting-first-and-last-date-csharp.html</guid>
            <author>aryoxp@gmail.com (Aryo Pinandito)</author>
		</item>	
		        <item>
            <pubDate>Wed, 25 May 2011 11:36:59 +0700</pubDate>
			<title>Adobe Reader 9.x axAcroPDFLib at closing problem C#</title>
            <link>http://aryo.info/blog/adobe-reader-9.x-axacropdflib-at-closing.html</link>
            <description><![CDATA[&lt;p&gt;If you code an C# .NET application using axAcroPDFLib to generate a PDF document, shows it to the user, and found error message on your application at application closing like this (instruction and memory address may vary):&lt;/p&gt;
&lt;pre&gt;
The instruction at &amp;quot;0x0700609c&amp;quot; referenced memory at &amp;quot;0x00000014&amp;quot;. The memory could not be read
&lt;/pre&gt;
&lt;p&gt;It was caused by Adobe Reader 9.x axAcroPDFLib bug. The axAcroPDF control doesn&amp;#39;t disposed properly during form closing event.&lt;/p&gt;
]]></description>
            <guid>http://aryo.info/labs/adobe-reader-9.x-axacropdflib-at-closing.html</guid>
            <author>aryoxp@gmail.com (Aryo Pinandito)</author>
		</item>	
		        <item>
            <pubDate>Sat, 23 Apr 2011 23:33:11 +0700</pubDate>
			<title>Google Weather API</title>
            <link>http://aryo.info/blog/google-weather-api.html</link>
            <description><![CDATA[&lt;p&gt;Google has a weather API which is very fast. It is able to show weather forecast of&amp;nbsp;current condition and the following three days on many cities over the world. It is also able to show weather forecast based on longitude and latitude coordinate parameters. The returned forecast is in XML format.&amp;nbsp;The API itself is undocumented by Google and may changed without notice. From many sources on the web, here&amp;#39;s the URL of the Google weather API:&lt;/p&gt;
&lt;pre&gt;
&lt;code&gt;http://www.google.com/ig/api?weather=[cityname]&lt;/code&gt;&lt;/pre&gt;
]]></description>
            <guid>http://aryo.info/labs/google-weather-api.html</guid>
            <author>aryoxp@gmail.com (Aryo Pinandito)</author>
		</item>	
		        
    </channel>
</rss>
