<?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>Clever Appz</title>
	<atom:link href="http://cleverappz.com/site/feed/" rel="self" type="application/rss+xml" />
	<link>http://cleverappz.com/site</link>
	<description>Clever Application Development</description>
	<lastBuildDate>Fri, 29 Jul 2011 10:20:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to delete all tables of a DB in MySQL?</title>
		<link>http://cleverappz.com/site/2011/07/drop-mysql-tables/</link>
		<comments>http://cleverappz.com/site/2011/07/drop-mysql-tables/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 10:20:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shout]]></category>

		<guid isPermaLink="false">http://cleverappz.com/site/?p=151</guid>
		<description><![CDATA[mysql -u $user -p$pass -h $dbhost $db -e &#8220;show tables&#8221; &#124; grep -v Tables_in &#124; grep -v &#8220;+&#8221; &#124; awk &#8216;{print &#8220;drop table &#8221; $1 &#8220;;&#8221;}&#8217; &#124; mysql -u $user -p$pass -h $dbhost $db]]></description>
			<content:encoded><![CDATA[<p>mysql -u $user -p$pass -h $dbhost $db -e &#8220;show tables&#8221; | grep -v Tables_in | grep -v &#8220;+&#8221; | awk &#8216;{print &#8220;drop table &#8221; $1 &#8220;;&#8221;}&#8217; | mysql -u $user -p$pass -h $dbhost $db</p>
]]></content:encoded>
			<wfw:commentRss>http://cleverappz.com/site/2011/07/drop-mysql-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a local git repo and push it to remote server</title>
		<link>http://cleverappz.com/site/2011/06/creating-a-local-git-repo-and-push-it-to-remote-server/</link>
		<comments>http://cleverappz.com/site/2011/06/creating-a-local-git-repo-and-push-it-to-remote-server/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 09:39:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shout]]></category>

		<guid isPermaLink="false">http://cleverappz.com/site/?p=145</guid>
		<description><![CDATA[Quite often I forget the git quirks.. No, I don&#8217;t use github or beanstalk. Personally, I would like to manage my own code and my customer&#8217;s code rather than just pushing to a public repo. Having said that I always create a remote repo of my local repo. And here is the workflow I use: [...]]]></description>
			<content:encoded><![CDATA[<p>Quite often I forget the git quirks.. No, I don&#8217;t use github or beanstalk. Personally, I would like to manage my own code and my customer&#8217;s code rather than just pushing to a public repo.</p>
<p>Having said that I always create a remote repo of my local repo. And here is the workflow I use:</p>
<p>&nbsp;</p>
<p>1) Create your local repo in the directory</p>
<p><em>git init</em></p>
<p>2) Add some files</p>
<p><em>git add Resources</em></p>
<p>3) In remote server also create the directory and initialise a git repo (<em>git init</em>)</p>
<p>4) In local directory, edit your git config file &#8211; to add the remote location (edit file .git/config)</p>
<p><em>[remote "origin"]</em></p>
<p><em> fetch = +refs/heads/*:refs/remotes/origin/* </em></p>
<p><em> url =   ssh://username@yourserver.com:22/path_created_in_step_3/.git</em></p>
<p>&nbsp;</p>
<p>5) You should now be able to push to remote location</p>
<p><em>git push origin master</em></p>
]]></content:encoded>
			<wfw:commentRss>http://cleverappz.com/site/2011/06/creating-a-local-git-repo-and-push-it-to-remote-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open letter to eWay</title>
		<link>http://cleverappz.com/site/2011/05/open-letter-to-eway/</link>
		<comments>http://cleverappz.com/site/2011/05/open-letter-to-eway/#comments</comments>
		<pubDate>Mon, 23 May 2011 13:15:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shout]]></category>

		<guid isPermaLink="false">http://cleverappz.com/site/?p=141</guid>
		<description><![CDATA[Hi There In past I had submitted #451292 In summary : because one of our customer accidentally entered incorrect customer ID and tried to authenticate several times, you have blocked our IP . We have been through the same discussion before in the above ticket # 451292 It is quite common that the a novice [...]]]></description>
			<content:encoded><![CDATA[<p>Hi There<br />
In past I had submitted #451292<br />
In summary : because one of our customer accidentally entered incorrect customer ID and tried to authenticate several times, you have blocked our IP . We have been through the same discussion before in the above ticket # 451292<br />
It is quite common that the a novice user may enter the wrong customer ID. However, because of this &#8211; you can not just BLOCK out an IP address completely. I have many many customers who are using eWay from my server. And the software they use (LightSpeed webstore) is a closed source product where I can&#8217;t just update the helptext on what to enter for the customer ID field. Believe me if I could, I would&#8230;.</p>
<p>But your policy to completely block an IP after several incorrect ID attempt is technically incompetent and has drastic outcomes! For one thing: you yourself is losing out on other valid revenue transactions! Please I beg you to adopt policies such as:<br />
1) Create a whitelist of IPs?</p>
<p>2) In place of permanent block &#8211; do 10 minute complete black out? And back to normal</p>
<p>3) Advise customer for matching ID</p>
<p>4) A smart solution which many other payment gateway providers do -&gt; such as : have a login ID different than transaction processing ID. Transaction processing ID is a one way credential that cannot be used for changing anything other than process a CC request.<br />
Well, I understand your development team may take years to create something useful! Until then, please can you remove the block on the IP?</p>
<p>Appreciate your prompt response.</p>
<p>PS: This makes us look very unprofessional. We are considering taking all our customers to a different payment processor such as payway or securepay.</p>
]]></content:encoded>
			<wfw:commentRss>http://cleverappz.com/site/2011/05/open-letter-to-eway/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compiling PHP 5.2.X on Redhat Linux</title>
		<link>http://cleverappz.com/site/2011/05/compiling-php-5-2-x-on-redhat-linux/</link>
		<comments>http://cleverappz.com/site/2011/05/compiling-php-5-2-x-on-redhat-linux/#comments</comments>
		<pubDate>Sun, 01 May 2011 03:24:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shout]]></category>
		<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://cleverappz.com/site/?p=136</guid>
		<description><![CDATA[I love yum!! But I also hate how you can&#8217;t install previous version of software sometime. Because of Zend dependency and PHP 5.2.x I recently hit a problem where I couldn&#8217;t install it via yum. All yum repo&#8217;s only had PHP 5.3.x . I specifically need 5.2.10+. Not only that, I needed extensions like gd, [...]]]></description>
			<content:encoded><![CDATA[<p>I love yum!! But I also hate how you can&#8217;t install previous version of software sometime.</p>
<p>Because of Zend dependency and PHP 5.2.x I recently hit a problem where I couldn&#8217;t install it via yum. All yum repo&#8217;s only had PHP 5.3.x . I specifically need 5.2.10+. Not only that, I needed extensions like gd, soap, mbstring, mhash, mcrypt extra. Anyway, after a lot of trial and error, I finally got it working. Here are my list of commands (For a 64-bit Centos).</p>
<ul>
<li>Get PHP source from http://www.php.net/downloads.php</li>
<li>Untar and go into directory</li>
</ul>
<pre>tar -xvf php-5.2.13.tar ; cd php-5.2.13</pre>
<ul>
<li>You can just compile with</li>
</ul>
<pre>./configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf' '--with-t1lib=/usr' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--with-kerberos' '--enable-ucd-snmp-hack' '--enable-shmop' '--enable-calendar' '--with-libxml-dir=/usr' '--enable-xml' '--with-system-tzdata' '--with-mime-magic=/usr/share/file/magic' '--with-apxs2=/usr/sbin/apxs' '--enable-soap' '--with-gd' '--enable-dom' '--disable-dba' '--without-unixODBC' '--enable-pdo' '--enable-xmlreader' '--enable-xmlwriter' '--without-sqlite' '--enable-json' '--without-pspell' '--enable-wddx' '--with-curl' '--enable-mbstring=all' '--disable-posix' '--disable-sysvmsg' '--disable-sysvshm' '--disable-sysvsem' '--with-mcrypt' '--with-mhash' '--with-mysql' '--enable-mysqli' '--with-mysqli=/usr/bin/mysql_config' '--with-pdo-mysql=/usr/bin/mysql_config' '--with-xsl' '--with-zip'</pre>
<ul>
<li>However you will find that lot of libraries are not there <img src='http://cleverappz.com/site/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . Anyway, these are the list of items you require</li>
</ul>
<pre>yum install -y mod_ssl.x86_64</pre>
<pre>yum install -y openssl-devel.x86_64</pre>
<pre>yum install -y crypto-utils.x86_64</pre>
<pre>yum install -y gcc</pre>
<pre>yum install -y make</pre>
<pre>yum install -y perl</pre>
<pre>yum install -y httpd-devel</pre>
<pre>yum install -y libxml2-devel.x86_64</pre>
<pre>yum install -y bzip2-devel.x86_64</pre>
<pre>yum install -y gmp-devel.x86_64</pre>
<pre>yum install -y mysql-devel</pre>
<pre>yum install  -ycurl-devel</pre>
<pre>yum install -y mcrypt</pre>
<pre>yum install -y zip</pre>
<pre>yum install -y gd-devel.x86_64</pre>
<pre>yum install -y t1lib-devel.x86_64</pre>
<pre>yum install -y libmcrypt-devel.x86_64</pre>
<pre>yum install -y libmhash-devel.x86_64</pre>
<pre>yum install -y libxslt-devel.x86_64</pre>
<pre>yum install -y libtool-ltdl-devel</pre>
<ul>
<li>You will have a problem with mhash for sure&#8230; Now you need to download, compile and install it seperately</li>
</ul>
<pre>wget "http://downloads.sourceforge.net/project/mhash/mhash/0.9.9.9/mhash-0.9.9.9.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fmhash%2Ffiles%2F&amp;ts=1303806016&amp;use_mirror=sunet"</pre>
<pre>bunzip2 mhash-0.9.9.9.tar.bz2</pre>
<pre>tar -xvf mhash-0.9.9.9.tar</pre>
<pre>cd mhash-0.9.9.9</pre>
<pre>./configure</pre>
<pre>make</pre>
<pre>make install</pre>
<pre>cd lib</pre>
<pre>make install</pre>
<ul>
<li>At this point, I had some difficulty in getting the mash library at the right place. Anyway, Looking at the install script of mhash, I realized that it&#8217;s going to /usr/lib/local when it needs to go to /usr/lib64 . Simple fix</li>
</ul>
<pre>cd /usr/local/lib</pre>
<pre>cp -R * /usr/lib64/</pre>
<ul>
<li>Final compile!!</li>
</ul>
<pre>./configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-libdir=lib64' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-xpm-dir=/usr' '--enable-gd-native-ttf' '--with-t1lib=/usr' '--without-gdbm' '--with-gettext' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-zlib' '--with-layout=GNU' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--with-kerberos' '--enable-ucd-snmp-hack' '--enable-shmop' '--enable-calendar' '--with-libxml-dir=/usr' '--enable-xml' '--with-system-tzdata' '--with-mime-magic=/usr/share/file/magic' '--with-apxs2=/usr/sbin/apxs' '--enable-soap' '--with-gd' '--enable-dom' '--disable-dba' '--without-unixODBC' '--enable-pdo' '--enable-xmlreader' '--enable-xmlwriter' '--without-sqlite' '--enable-json' '--without-pspell' '--enable-wddx' '--with-curl' '--enable-mbstring=all' '--disable-posix' '--disable-sysvmsg' '--disable-sysvshm' '--disable-sysvsem' '--with-mcrypt' '--with-mhash' '--with-mysql' '--enable-mysqli' '--with-mysqli=/usr/bin/mysql_config' '--with-pdo-mysql=/usr/bin/mysql_config' '--with-xsl' '--with-zip'</pre>
<pre>make clean</pre>
<pre>make</pre>
<pre>make install</pre>
<pre>service httpd restart</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://cleverappz.com/site/2011/05/compiling-php-5-2-x-on-redhat-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LightSpeed webstore: store in filesystem vs database</title>
		<link>http://cleverappz.com/site/2011/03/lightspeed-webstore-store-in-filesystem-vs-database/</link>
		<comments>http://cleverappz.com/site/2011/03/lightspeed-webstore-store-in-filesystem-vs-database/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 10:49:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lightspeed Webstore]]></category>
		<category><![CDATA[Shout]]></category>

		<guid isPermaLink="false">http://cleverappz.com/site/?p=133</guid>
		<description><![CDATA[Seriously Guys!!! Please store your images in filesystem. It will serve 5 times faster than being in database. And don&#8217;t waste precious database space on images either !]]></description>
			<content:encoded><![CDATA[<p>Seriously Guys!!!</p>
<p>Please store your images in filesystem. It will serve 5 times faster than being in database.</p>
<p>And don&#8217;t waste precious database space on images either !</p>
]]></content:encoded>
			<wfw:commentRss>http://cleverappz.com/site/2011/03/lightspeed-webstore-store-in-filesystem-vs-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento MoneyWorks Link</title>
		<link>http://cleverappz.com/site/2011/03/magento-moneyworks-link/</link>
		<comments>http://cleverappz.com/site/2011/03/magento-moneyworks-link/#comments</comments>
		<pubDate>Sat, 12 Mar 2011 10:57:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Clever]]></category>
		<category><![CDATA[MoneyWorks]]></category>
		<category><![CDATA[Shout]]></category>

		<guid isPermaLink="false">http://cleverappz.com/site/?p=127</guid>
		<description><![CDATA[I have been getting quite a lot of requests to do a Magento-MoneyWorks link. Given that MoneyWorks 6 now support images, I don&#8217;t see why we couldn&#8217;t just have the perfect link!!! Anyway, I need at least 15 expression of interests before I allocate some development time towards. So shout me if you guys want [...]]]></description>
			<content:encoded><![CDATA[<p>I have been getting quite a lot of requests to do a Magento-MoneyWorks link.</p>
<p>Given that MoneyWorks 6 now support images, I don&#8217;t see why we couldn&#8217;t just have the perfect link!!!</p>
<p>Anyway, I need at least 15 expression of interests before I allocate some development time towards. So shout me if you guys want this developed!!</p>
<p>I have already done many links which are working just fine.. E.g. <a href="http://corbanblair.com.au">http://corbanblair.com.au</a> does hundreds of Web Orders to MoneyWorks download every week!</p>
<p>The link will allow you to:</p>
<ul>
<li>Download customers</li>
<li>Download orders as sales order</li>
<li>Upload product stock</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cleverappz.com/site/2011/03/magento-moneyworks-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site is finally live!</title>
		<link>http://cleverappz.com/site/2011/03/new-site-is-finally-live/</link>
		<comments>http://cleverappz.com/site/2011/03/new-site-is-finally-live/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 11:22:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shout]]></category>

		<guid isPermaLink="false">http://realdigi.cleverappz.com.au/dev/?p=119</guid>
		<description><![CDATA[We have waited three years to do this! But finally our new site is live&#8230; Let us know what you guys think]]></description>
			<content:encoded><![CDATA[<div>
<p>We have waited three years to do this!</p>
<p>But finally our new site is live&#8230; Let us know what you guys think <img src='http://cleverappz.com/site/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cleverappz.com/site/2011/03/new-site-is-finally-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MWTouch is MoneyWorks 6 ready!</title>
		<link>http://cleverappz.com/site/2011/01/cleverappz-wins-it-award-for-innovation/</link>
		<comments>http://cleverappz.com/site/2011/01/cleverappz-wins-it-award-for-innovation/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 01:44:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shout]]></category>

		<guid isPermaLink="false">http://realdigi.cleverappz.com.au/dev/?p=87</guid>
		<description><![CDATA[After years of development, Cognito has released MoneyWorks 6! And we are happy to announce that we will support it with mwTouch. For more info on mwTouch, see here]]></description>
			<content:encoded><![CDATA[<p>After years of development, Cognito has released MoneyWorks 6!</p>
<p>And we are happy to announce that we will support it with mwTouch.</p>
<p>For more info on mwTouch, see <a href="http://mwtouch.com" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cleverappz.com/site/2011/01/cleverappz-wins-it-award-for-innovation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

