<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Perpetual Complexity</title>
	<link>http://www.flex.shallwelearn.com/blog</link>
	<description>Visualize, therefore simplified</description>
	<lastBuildDate>Wed, 19 May 2010 15:46:23 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Capturing Internal Traffic with Virtual Loopback &amp; Wireshark on XP</title>
		<description><![CDATA[Create Loopback Interface on Windows XP Select “Start”-&#62;“Settings”-&#62;”Control Panel” Double click “Add Hardware” Click “Next” and select “Yes, I have already connected to the hardware”. Select “Add a new hardware device” and click “Next”.  Click “Install the hardware that I manually select from a list(Advanced)” and then “Next”. Follow the following screenshots to finish installing [...]]]></description>
		<link>http://www.flex.shallwelearn.com/blog/archives/2157</link>
			</item>
	<item>
		<title>Menu Selection Problem in Joomla Module Manager</title>
		<description><![CDATA[I was having trouble with my Joomla Menu Assignement on one of my Joomla site. The problem was that the Menu Assignment in Module Manager displayed the Menu Selections list incorrectly. The Menu selection list showed not only incomplete list of menu items, but it also displayed the menu items that I have deleted. Running [...]]]></description>
		<link>http://www.flex.shallwelearn.com/blog/archives/2143</link>
			</item>
	<item>
		<title>Turn on Code Highlighting in Joomla CodeCitation Plugin</title>
		<description><![CDATA[Just got CodeCitation to work on my Joomla site and here are the steps I took: 1. Download CodeCitation Plugin 2. ENABLE the new CodeCitation plugin with the Joomla 1.5 backend plugin manager. 3. Change the plugin&#8217;s order to the value greater, then the order of &#8220;Content &#8211; Pagebreak&#8221; plugin (for example, 10002) 4.To keep [...]]]></description>
		<link>http://www.flex.shallwelearn.com/blog/archives/2135</link>
			</item>
	<item>
		<title>Create Custom Widgets using InkScape and NetBeans Visual Library</title>
		<description><![CDATA[This blog entry shows one how to create a special widget using InkScape and NetBeans Visual Library.  This is part of my effort to create a Java-based implementation of MIT&#8217;s Scratch, which is implemented in Squeak Smalltalk. Step 1 Create JScratch Block Graphics: First I created the image using Inkscape (steps to follow), import the [...]]]></description>
		<link>http://www.flex.shallwelearn.com/blog/archives/2119</link>
			</item>
	<item>
		<title>Interview questions</title>
		<description><![CDATA[I was asked to filled out a questionnaire that contains the following 10 questions. I post my answers just in case someone is interested. 1. Name three open source projects you are familiar with. Briefly outline significant advantages and disadvantages of each project. 2. What do you consider the most important of agile development methodologies? [...]]]></description>
		<link>http://www.flex.shallwelearn.com/blog/archives/2092</link>
			</item>
	<item>
		<title>Build OpenCV on Snow Leopard</title>
		<description><![CDATA[OpenCV (Open Source Computer Vision) is &#8220;a library of programming functions for real-time computer vision&#8221;. It took me whole day yesterday to build OpenCV for my Snow Leopard. I still need to add the FFMPEG support but for now, it is turned off. I&#8217;ve followed the Mac OS X OpenCV Port doc. svn co https://code.ros.org/svn/opencv/trunk [...]]]></description>
		<link>http://www.flex.shallwelearn.com/blog/archives/1902</link>
			</item>
	<item>
		<title>MacOS: glibtool and glibtoolize</title>
		<description><![CDATA[A typical autogen.sh (for Linux and Unix systems) script uses auto tools such as aclocal, libtool, and automake to generate necessary files for building a project. For MacOS, just replace libtool with glibtool and libtoolize with glibtoolize #! /bin/sh # a quick hack script to generate necessary files from # auto* tools. # # WARNING: [...]]]></description>
		<link>http://www.flex.shallwelearn.com/blog/archives/1890</link>
			</item>
	<item>
		<title>Build OpenCV for iPhone</title>
		<description><![CDATA[If you are interested in building OpenCV (http://opencv.org ), Open Computer Vision Library for iPhone, follow the instructor on this great blog entry by Yoshimasa. Make sure to download his test project first. The test project contains a configure tool that helps configure the build scripts based on the SDK and OS version. I started [...]]]></description>
		<link>http://www.flex.shallwelearn.com/blog/archives/1883</link>
			</item>
	<item>
		<title>Connect to SQL Server in Perl and in VBScript</title>
		<description><![CDATA[Say my database name is Jessica_DB, my user name is jessica, and my password jessica_pwd. Perl To connect to Microsoft SQL Server using Perl with Win32::ODBC module use Win32::ODBC; my $dsn = "DSN=Jessica_DB;UID=jessica;PWD=jessica_pwd;"; my $DB  = Win32::ODBC-&#62;new($dsn); $DB-&#62;Sql("SELECT f1, f2, f3 FROM MyTable"); $DB-&#62;FetchRow(); ($f1, $f2) = $DB-&#62;Data("f1", "f2"); print "f1 = ". $f1; $DB-&#62;Close(); [...]]]></description>
		<link>http://www.flex.shallwelearn.com/blog/archives/1843</link>
			</item>
	<item>
		<title>Connect PC to Cisco Switch or Router</title>
		<description><![CDATA[To connect a PC which has two network interfaces (one Ethernet and another wireless) to a LAN, you will want to create a default route to the wireless interface, assuming you are using the wiressless network to get to the Internet (WAN). Here is a link on how to set up a default route on [...]]]></description>
		<link>http://www.flex.shallwelearn.com/blog/archives/1829</link>
			</item>
</channel>
</rss>
