<?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>Ahad Bokhari &#187; &#187; Open-Source</title>
	<atom:link href="http://blogspot.fluidnewmedia.com/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogspot.fluidnewmedia.com</link>
	<description>— fragments of personal interest...</description>
	<lastBuildDate>Fri, 13 Jan 2012 10:41:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Create, Print and PDF Your Own Custom Book From Wikipedia</title>
		<link>http://blogspot.fluidnewmedia.com/2010/05/create-book-wikipedia/</link>
		<comments>http://blogspot.fluidnewmedia.com/2010/05/create-book-wikipedia/#comments</comments>
		<pubDate>Sat, 08 May 2010 11:16:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://blogspot.fluidnewmedia.com/?p=3064</guid>
		<description><![CDATA[
On keeping the web open, this is great work by Wikipedia and Pedia Press to enable users to create their own books.  You can now find this option on the English Wikipedia home page under &#8220;Create A Book.&#8221;
That&#8217;s it, the book creator has gone live in the English Wikipedia! A few hours ago, the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><object width="600" height="400"><param name="movie" value="http://www.youtube.com/v/D1K03AZfpDM&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/D1K03AZfpDM&#038;hl=en_US&#038;fs=1&#038;hd=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="600" height="400"></embed></object></p>
<p><strong>On keeping the web open</strong>, this is great work by <a id="aptureLink_S70H8oy1Ro" href="http://en.wikipedia.org/">Wikipedia</a> and <a id="aptureLink_QDa5ZJlv19" href="http://blog.pediapress.com/2010/05/english-wikipedia-now-offers-custom.html">Pedia Press</a> to enable users to create their own books.  You can now find this option on the English Wikipedia home page under &#8220;Create A Book.&#8221;</p>
<blockquote><p>That&#8217;s it, the book creator has gone live in the English Wikipedia! A few hours ago, the book creator has been made available to all users of the English Wikipedia. This feature, which allows all readers to create books from Wikipedia articles, has been until now only available to logged-in users. It has been available in other Wikipedias for a a longer time, it&#8217;s now available on the English Wikipedia, for all, without restrictions.</p></blockquote>
<p>Aside Note:  Available for English version of the Wiki only.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogspot.fluidnewmedia.com/2010/05/create-book-wikipedia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Curl with PHP 5.2.9-2 and Apache 2.2.11 on Windows XP</title>
		<link>http://blogspot.fluidnewmedia.com/2009/05/curl-with-php-529-2-and-apache-2211-on-windows-xp/</link>
		<comments>http://blogspot.fluidnewmedia.com/2009/05/curl-with-php-529-2-and-apache-2211-on-windows-xp/#comments</comments>
		<pubDate>Sun, 03 May 2009 14:59:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blogspot.fluidnewmedia.com/?p=1375</guid>
		<description><![CDATA[This is a quick follow up post from Tony Spencers post &#8220;cURL with PHP and Apache on Windows.&#8221;  I&#8217;d like to thank him for sharing his knowledge.
The reason i wanted to post this is to clear up any confusion you about getting Curl to work on Windows XP (with PHP 5.2.9-2 and Apache 2.2.11). [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is a quick follow up post from Tony Spencers post <a href="http://www.tonyspencer.com/2003/10/22/curl-with-php-and-apache-on-windows/">&#8220;cURL with PHP and Apache on Windows.&#8221;</a>  I&#8217;d like to thank him for sharing his knowledge.</p>
<p>The reason i wanted to post this is to clear up any confusion you about getting Curl to work on Windows XP (with PHP 5.2.9-2 and Apache 2.2.11).  Most likely this solution will work with all versions of PHP5 and Apache 2.2.x and if you are running XAMPP you can check how easy it is to <a href="http://www.tildemark.com/programming/php/enable-curl-with-xampp-on-windows-xp.html">>> enable <<</a> <a href="http://www.apachefriends.org/en/index.html">.</a></p>
<h3>Getting Curl to Work!!</h3>
<ol>
<li>First thing to do is to have the development environment installed locally on your computer.  I have one at the office with installed without the installer and one here at home with the installer.  For all intensive purposes lets concentrate on using php/apache installed with the MSI installer.  If you got that going thats great, if not head on over to this <a href="http://blogspot.fluidnewmedia.com/2008/05/installing-apachephp5/"> >> Tutorial to install your local development  << </a> (the manual way with the installer)  If you got it installed already head on over to the next point</li>
<li>Next thing you need to do (after your installation) is to check your phpinfo() file.  If you don&#8217;t have one make one and load it up on your local web-server. It should look like the screen below:<br />
<img src="http://blogspot.fluidnewmedia.com/wp-content/uploads/2009/05/curl1.jpg" alt="Php.ini showing Curl extension" title="Php.ini showing Curl extension" width="550" height="453" class="aligncenter size-full wp-image-1383" /></p>
<p class = "alert">If you don&#8217;t see your Curl extension in phpinfo() after trying to find it I suggest you install php again using the installer. Make sure your ENABLE all extensions/features in your installation as you will get an option to do so. (install all features please)  If you explore the extension features in your install dialogue box you will see CURL there.  <strong>This my friends is the key to the problem.</strong>  If the installer gives you the option for less headache then use it. Did I mention that you can also rerun the installer and choose &#8220;Change&#8221;, then add the CURL extension?!</p>
<li>Once you have installed properly and find the Curl extension in your phpinfo() screen make sure to copy these files from your PHP root directory (mine was D:\Program Files\PHP) to your c:\windows\system32:<br />
<code>libeay32.dll<br />
ssleay32.dll</code><br />
Also make sure that a copy of <code>php5ts.dl</code>l is also in your Apache/bin directory
</li>
</p>
<li>Last step is to uncomment this line <code>curl: extension=php_curl.dll</code> in your php.ini file.  That should do it for you and hopefully everything worked out right!</li>
<li>To test that Curl is actually working use this snippet of code and drop it in to your server root (usually htdocs):
<pre class="brush: php">
&lt;?php
    error_reporting(E_ALL);
    ini_set(&#039;display_errors&#039;, &#039;1&#039;);
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL,
    &#039;http://news.google.com/news?output=rss&#039;);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    $contents = curl_exec ($ch);
    echo $contents;
    curl_close ($ch);
    ?&gt;
    </pre>
<p>Try this as well to display feeds from your blog (where $sXML = show_feeds(&#8217;put the url of your blog here/atom&#8217;)</p>
<pre class="brush: php">
&lt;?php
function show_feeds($path) {
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL,$path);
        curl_setopt($ch, CURLOPT_FAILONERROR,1);
        curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER,1);
        curl_setopt($ch, CURLOPT_TIMEOUT, 15);
        $retValue = curl_exec($ch);
        curl_close($ch);
        return $retValue;
}
$sXML = show_feeds(&#039;http://blogspot.fluidnewmedia.com/atom&#039;);
$oXML = new SimpleXMLElement($sXML);
&lt;p&gt;foreach($oXML-&gt;entry as $oEntry) {
        echo $oEntry-&gt;title . &quot;\n&quot;;
}
?&gt;
</pre>
</li>
<li>If you see the the rss feed of Google then you are done! Change the output to &#8216;html&#8217; and you will see the RSS feed displayed properly in html.</li>
</ol>
<h3>Scripting Twitter with cURL via Command Line</h3>
<p>Ok the above explanation shows you how to use Curl and PHP together to build applications based on API&#8217;s that you would like to hook into.  It doesn&#8217;t mean that you have Curl installed in your command like prompt where you can actually see the XML.</p>
<p>To do that is quite simple.  Go over to <a href="http://curl.haxx.se/download.html">http://curl.haxx.se/download.html </a> and download the the Win32 Generic (7.19.4) by Dirk Paehl.  Go ahead and extract it to a local folder (I extracted it to D:\Program Files\Curl).</p>
<p>Next open up the command prompt and cd into the same directory you extracted it into.  Now just type in curl at the prompt to make sure the command is recoginized<br />
<img src="http://blogspot.fluidnewmedia.com/wp-content/uploads/2009/05/curl_cmd.jpg" alt="Curl at the CMD line" title="Curl at the CMD line" width="528" height="34" class="aligncenter size-full wp-image-1399" /></p>
<p>If you want to easily overcome the shortcomings of Twitter’s API  us this command below: </p>
<p><code>curl --basic --user username:password --data status="Checking out Curl!!" http://twitter.com/statuses/update.xml<br />
//replace username:password with your user name and password<br />
</code></p>
<p>You should end up with this below:<br />
<img src="http://blogspot.fluidnewmedia.com/wp-content/uploads/2009/05/curl_xml.jpg" alt="Scripting status update" title="Scripting status update" width="550" height="447" class="aligncenter size-full wp-image-1403" /></p>
<p>So by now you should have a good idea of how Curl works with Apache and PHP as well as on the command line.  The way i explained above should work straight out of the box.  Good Luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://blogspot.fluidnewmedia.com/2009/05/curl-with-php-529-2-and-apache-2211-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Awesome! &#8211; Portable Ubuntu Shell In Windows (XP, Vista, 7)</title>
		<link>http://blogspot.fluidnewmedia.com/2009/05/awesome-portable-ubuntu-shell-inside-windows-xp-vista-7/</link>
		<comments>http://blogspot.fluidnewmedia.com/2009/05/awesome-portable-ubuntu-shell-inside-windows-xp-vista-7/#comments</comments>
		<pubDate>Sat, 02 May 2009 15:52:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blogspot.fluidnewmedia.com/?p=1348</guid>
		<description><![CDATA[
So you have heard of Linux and one of its most popular flavors (Ubuntu) and want to try it out on your Windows system? (Most people probably don&#8217;t know what Linux is and where it came from.) So, if you are new to Linux I just wanted to quickly mention that the name is derived [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.ubuntu.com/"><img src="http://blogspot.fluidnewmedia.com/wp-content/uploads/2009/05/p_ubuntu.jpg" alt="Portable Ubuntu" title="Portable Ubuntu" width="550" height="358" class="aligncenter size-full wp-image-1349" /></a></p>
<p>So you have heard of Linux and one of its most popular flavors (Ubuntu) and want to try it out on your Windows system? (Most people probably don&#8217;t know what <a href="http://www.linux.org/">Linux</a> is and where it came from.) So, if you are new to <a href="http://www.linux.org/">Linux</a> I just wanted to quickly mention that the name is derived from Linus Torvalds (the creator of Linux) a kick-ass Software Engineer and Computer Scientist from Finland.  <a href="http://en.wikipedia.org/wiki/Linus_Torvalds">Learn more about him! </a></p>
<p>To make a long story short <a href="http://www.ubuntu.com/products/whatisubuntu">Ubuntu</a> is a community developed operating system that is perfect for laptops, desktops and servers. Whether you use it at home, at school or at work Ubuntu contains all the applications you&#8217;ll ever need, from word processing and email applications, to web server software and programming tools.</p>
<p>Ubuntu is and always will be free of charge. You do not pay any licensing fees. You can download, use and share Ubuntu with your friends, family, school or business for absolutely nothing.</p>
<h3>INSTALLING PORTABLE UBUNTU ON WINDOWS XP</h3>
<p>The installation procedure is simple enough.  Goto <a href="http://portableubuntu.demonccc.com.ar/">http://portableubuntu.demonccc.com.ar/</a> and download from the Souce Forge Site.  </p>
<p>Next drop that application file into your local hard-drive or on a USB or flash drive (choice is yours).  Run the application (Double click on the Portable_Ubuntu.exe icon and it will self extract).</p>
<p>Lets stick to the easiest way to get started.  <del datetime="2009-05-03T04:08:45+00:00">Once you have extracted the files either use your CMD prompt (Command Line Prompt) to run the portable_ubuntu.bat file or</del> <strong>double click on portable_ubuntu.bat  to start the Operating System.  The portable_ubuntu.bat can be found where you extracted the application. </strong></p>
<p>  Once you have done that you should see screens similar to the one below of the installation process. Dont worry about any errors at this stage, it should work straight out of the box.<br />
<img src="http://blogspot.fluidnewmedia.com/wp-content/uploads/2009/05/cmd1.jpg" alt="Screenshot of Install process" title="Screenshot of Install process" width="550" height="284" class="aligncenter size-full wp-image-1354" /></p>
</p>
<p>All you have to do after the install is complete is to watch out for the rectangular Ubuntu Dockable Palette on your desktop &#8211; it looks just like the screen below.  You can drag it around and Portable Ubuntu lets you work with Dual monitors too!  </p>
<p><img src="http://blogspot.fluidnewmedia.com/wp-content/uploads/2009/05/dock.jpg" alt="Dockable Floating Window" title="Dockable Floating Window" width="550" height="92" class="aligncenter size-full wp-image-1356" /></p>
<p>Thats it you are done.  Now you can have an Ubuntu Shell right in your Windows operating system.  Note that Portable Ubuntu does work on Windows Vista and Seven, however you have to log on as the administrator to prevent security issues.</p>
<p>Check out some of these links as a reference in case you run into problems:</p>
<p><a href="http://lifehacker.com/5195999/portable-ubuntu-runs-ubuntu-inside-windows">http://lifehacker.com/5195999/portable-ubuntu-runs-ubuntu-inside-windows</a><br />
<a href="http://portableubuntu.demonccc.cloudius.com.ar/documentation">http://portableubuntu.demonccc.cloudius.com.ar/documentation</a><a href="http://www.pendrivelinux.com/portable-qemu-persistent-ubuntu-linux/">http://www.pendrivelinux.com/portable-qemu-persistent-ubuntu-linux/</a><br />
<a href="www.howtoforge.com/running-ubuntu-on-windows-xp-with-portable-ubuntu">www.howtoforge.com/running-ubuntu-on-windows-xp-with-portable-ubuntu</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogspot.fluidnewmedia.com/2009/05/awesome-portable-ubuntu-shell-inside-windows-xp-vista-7/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

