<?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>Kadjo</title>
	<atom:link href="http://www.kadjo.org/softdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kadjo.org/softdev</link>
	<description>Softdev Journal</description>
	<lastBuildDate>Sun, 06 Feb 2011 03:18:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Vtiger CRM backtracing code</title>
		<link>http://www.kadjo.org/softdev/2010/06/29/vtiger-crm-backtracing-code/</link>
		<comments>http://www.kadjo.org/softdev/2010/06/29/vtiger-crm-backtracing-code/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 04:41:57 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.kadjo.net/softdev/?p=99</guid>
		<description><![CDATA[To backtrace the particular part in the vtiger script.. add the following code. $bt = debug_backtrace(); $ut = array(); foreach($bt as $t){ $ut[] = array('file'=>$t['file'],'line'=>$t['line'],'function'=>$t['function']); } var_export($ut);]]></description>
		<wfw:commentRss>http://www.kadjo.org/softdev/2010/06/29/vtiger-crm-backtracing-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short note of Javascript refresher</title>
		<link>http://www.kadjo.org/softdev/2009/09/28/short-note-of-javascript-refresher/</link>
		<comments>http://www.kadjo.org/softdev/2009/09/28/short-note-of-javascript-refresher/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 04:41:05 +0000</pubDate>
		<dc:creator>pepesmith</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.kadjo.net/softdev/?p=93</guid>
		<description><![CDATA[In the program i made, which tabulates the latest 20 call in a minute, I&#8217;ve found some good resource for it. My setup, perl-cgi script is the one that generates the list of calls. This script is just called via an Ajax function. The main important part of that is part that contains this setInterval. [...]]]></description>
		<wfw:commentRss>http://www.kadjo.org/softdev/2009/09/28/short-note-of-javascript-refresher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A notes UTF8 in MySQL and PHP</title>
		<link>http://www.kadjo.org/softdev/2009/05/12/a-notes-utf8-in-mysql-and-php/</link>
		<comments>http://www.kadjo.org/softdev/2009/05/12/a-notes-utf8-in-mysql-and-php/#comments</comments>
		<pubDate>Mon, 11 May 2009 17:39:42 +0000</pubDate>
		<dc:creator>pepesmith</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.kadjo.net/softdev/?p=86</guid>
		<description><![CDATA[According to Wikipedia, the Congo Region has 3 countries, the 2 Congo countries and the Angola. I was tasked to list the countries all over the world and that includes the two (2) countries of Congo called Republic of the Congo (Congo-Brazzaville) and the Democratic Republic of the Congo (Congo-Kinshasa). The addition of the dash [...]]]></description>
		<wfw:commentRss>http://www.kadjo.org/softdev/2009/05/12/a-notes-utf8-in-mysql-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on PHP addslashes,mysql_escape and stripcslashes</title>
		<link>http://www.kadjo.org/softdev/2009/04/21/notes-on-php-addslashesmysql_escape-and-stripcslashes/</link>
		<comments>http://www.kadjo.org/softdev/2009/04/21/notes-on-php-addslashesmysql_escape-and-stripcslashes/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 19:03:18 +0000</pubDate>
		<dc:creator>pepesmith</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.kadjo.net/softdev/?p=81</guid>
		<description><![CDATA[This is just a short note while I was coding/studying on PHP a few minutes earlier for my site. From the manual of PHP: addslashes &#8211; Returns a string with backslashes before characters that need to be quoted in database queries etc. These characters are single quote (&#8216;), double quote (&#8220;), backslash (\) and NUL [...]]]></description>
		<wfw:commentRss>http://www.kadjo.org/softdev/2009/04/21/notes-on-php-addslashesmysql_escape-and-stripcslashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl script bad interpreter: Permission denied</title>
		<link>http://www.kadjo.org/softdev/2009/04/11/perl-script-bad-interpreter-permission-denied/</link>
		<comments>http://www.kadjo.org/softdev/2009/04/11/perl-script-bad-interpreter-permission-denied/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 21:38:14 +0000</pubDate>
		<dc:creator>pepesmith</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.kadjo.net/softdev/?p=78</guid>
		<description><![CDATA[Something went wrong on my perl code which was working earlier before I made an upgrade from debian etch to lenny. Here are the errors : debian:/home/jojo/Desktop/pepesfile/drupal/mysite# ./index.cgi bash: ./index.cgi: /usr/bin/perl: bad interpreter: Permission denied On the apache log : [error] [client 192.168.1.2] (13)Permission denied: exec of '/home/jojo/Desktop/pepesfile/drupal/mysite/index.cgi' failed I&#8217;ve been tracing the error on [...]]]></description>
		<wfw:commentRss>http://www.kadjo.org/softdev/2009/04/11/perl-script-bad-interpreter-permission-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A href = &quot;#&quot; with javascript event onclick issue on IE</title>
		<link>http://www.kadjo.org/softdev/2009/02/04/a-href-with-javascript-event-onclick-issue-on-ie/</link>
		<comments>http://www.kadjo.org/softdev/2009/02/04/a-href-with-javascript-event-onclick-issue-on-ie/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 03:51:44 +0000</pubDate>
		<dc:creator>pepesmith</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.kadjo.net/softdev/?p=77</guid>
		<description><![CDATA[I have this kind of link on my code : &#60; a href = '#' onclick='javascript:window.open("http://somelocation.net/")'&#62;somelocation &#60;/a&#62; The problem with this is that whenever this is clicked in a MS IE browser, both the original link and the new window is executed. I was expecting that only the new window will be displayed and refresh. [...]]]></description>
		<wfw:commentRss>http://www.kadjo.org/softdev/2009/02/04/a-href-with-javascript-event-onclick-issue-on-ie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Perl: Appending array in a hash element</title>
		<link>http://www.kadjo.org/softdev/2008/12/31/perl-appending-array-in-a-hash-element/</link>
		<comments>http://www.kadjo.org/softdev/2008/12/31/perl-appending-array-in-a-hash-element/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 21:33:42 +0000</pubDate>
		<dc:creator>pepesmith</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.kadjo.net/softdev/?p=76</guid>
		<description><![CDATA[My code : push($parentmenu{$parentkey}{childlist},[$childmenu{$childid}{name},$childmenu{$childid}{link}]); Gives me this error. Type of arg 1 to push must be array (not hash element) at ./test.cgi line 34, near &#8220;])&#8221; Execution of ./test.cgi aborted due to compilation errors. And it was just resolved by adding the @ and enclose it with {} &#8211; see the code below. I need [...]]]></description>
		<wfw:commentRss>http://www.kadjo.org/softdev/2008/12/31/perl-appending-array-in-a-hash-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search and Replace text in all files in a folder and its subfolders</title>
		<link>http://www.kadjo.org/softdev/2008/11/25/search-and-replace-text-in-all-files-in-a-folder-and-its-subfolders/</link>
		<comments>http://www.kadjo.org/softdev/2008/11/25/search-and-replace-text-in-all-files-in-a-folder-and-its-subfolders/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 22:51:22 +0000</pubDate>
		<dc:creator>pepesmith</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.kadjo.net/softdev/?p=75</guid>
		<description><![CDATA[Tip for those who are lazy enough to use vi and do :%/origstring/newstring/g on each files. To replace all string occurence: find /your/home/dir -name "*.txt" &#124; xargs perl -pi -e 's/origstring/newstring/g' To replace the first occurance: find /your/home/dir -name "*.txt" &#124; xargs perl -pi -e 's/origstring/newstring/' To replace all files in a folder: for arg [...]]]></description>
		<wfw:commentRss>http://www.kadjo.org/softdev/2008/11/25/search-and-replace-text-in-all-files-in-a-folder-and-its-subfolders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

