<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Free Android CakePHP GMaps Articles</title>
	<link>http://www.balistupa.com/blog</link>
	<description>Bali Stupa Blog</description>
	<lastBuildDate>Mon, 30 Jan 2012 04:42:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>How to add first column on existing table mysql</title>
		<description><![CDATA[I am encountering problem to add increment column on existing table mysql database. The existing table has some columns except increment column. So now i need increment column, but i don&#8217;t want to put this column at the end of the table, this is not look good for me. So i check to mysql manual [...]]]></description>
		<link>http://www.balistupa.com/blog/2012/01/how-to-add-first-column-on-existing-table-mysql/</link>
			</item>
	<item>
		<title>Saving Mysql Function Now on Cakephp</title>
		<description><![CDATA[I think many cakephp programmer will get confuse when they want to save column/field on table with mysql function such as NOW(), CURDATE(), etc, We cannot use simple way of the saveField method or save method on model object. This code will not save the data field into current date time on mysql. $this-&#62;ModelName-&#62;saveField('date_field', 'NOW()'); [...]]]></description>
		<link>http://www.balistupa.com/blog/2011/05/saving-mysql-function-now-on-cakephp/</link>
			</item>
	<item>
		<title>debug certificate expired android problem</title>
		<description><![CDATA[I got this error message on my android projects after upgrading eclipse and android sdk manager. But it probably not the thing that makes this problem. So i explored about this problem on google and found the solution, at least this is work for my eclipse. I am using windows Vista, here are my step [...]]]></description>
		<link>http://www.balistupa.com/blog/2011/01/debug-certificate-expired-android-problem/</link>
			</item>
	<item>
		<title>strange id added on form create url cakephp</title>
		<description><![CDATA[I found something strange on cakephp when i create form using FormHelper, a strange id appear on the action url. So i have this code on my view &#60;?php echo $form-&#62;create('Evoucher', array('url' =&#62; array('controller' =&#62; 'gift_vouchers', 'action' =&#62; 'buy', $giftVoucher['GiftVoucher']['amount'])));?&#62; It is generated a form tag with strange id added on action url. Something like [...]]]></description>
		<link>http://www.balistupa.com/blog/2011/01/strange-id-added-on-form-create-url-cakephp/</link>
			</item>
	<item>
		<title>How to install cakephp on hostgator shared hosting</title>
		<description><![CDATA[I just buy new shared hosting account for my new domain on hostgator. I want to install cakephp web application into this hosting. However the local setting or common setting that i used on other hosting is not work on hostgator. After figure out the problem, i found that the hostgator hosting does not allow [...]]]></description>
		<link>http://www.balistupa.com/blog/2010/11/how-to-install-cakephp-on-hostgator-shared-hosting/</link>
			</item>
	<item>
		<title>How to remove generator meta tag wordpress</title>
		<description><![CDATA[Starting from wordpress 2.5 and above, you cannot remove generated meta tag wordpress version through your template. On prior version, it is simple by comment the line for showing wordpress version on your template. &#60;meta name="generator" content="WordPress &#60;?php bloginfo('version'); ?&#62;" /&#62; WordPress 2.5 and above, the version is moved into the core of the wordpress. [...]]]></description>
		<link>http://www.balistupa.com/blog/2010/10/how-to-remove-generator-meta-tag-wordpress/</link>
			</item>
	<item>
		<title>Redirect with exit using cakephp</title>
		<description><![CDATA[If you run redirect function on cakephp 1.1, don&#8217;t forget to add exit() function after redirect sintax. This thing can make security hole that confusing you. The purpose of adding exit() function after redirect sintax is to avoid php running others code after redirect function. $this-&#62;redirect('controller/action'); exit(); However cakephp 1.2 give you default exit after [...]]]></description>
		<link>http://www.balistupa.com/blog/2010/10/redirect-with-exit-using-cakephp/</link>
			</item>
	<item>
		<title>get referer url using cakephp</title>
		<description><![CDATA[Sometime we need to get the referer url that access a page or url on our website. It is easy to find referer url using cakephp framework. Inside your controller or cakephp class, you can get the referer url using this sintak Controller::referer() Referer url is the last page or url that accessed by the [...]]]></description>
		<link>http://www.balistupa.com/blog/2010/10/get-referer-url-using-cakephp/</link>
			</item>
	<item>
		<title>How to log your website using cakephp</title>
		<description><![CDATA[Cakephp is a good framework, it is a rapid web development framework for building any type of website. As a framework, cakephp has many built in feature. One of cakephp feature is build in logging system. Developer can easily log their application using cakephp. Log function that can be accessed through your controller easily. You [...]]]></description>
		<link>http://www.balistupa.com/blog/2010/10/how-to-log-your-website-using-cakephp/</link>
			</item>
	<item>
		<title>Captcha component for cakephp using captcha.net</title>
		<description><![CDATA[Captcha is a type of challenge-response to ensure that the user is really a person that the response is not generated by computer. We usually find captcha on any form input on a website such us contact us, feedback, registration and etc. The captcha is used to protect our site from spammer. The popular captcha [...]]]></description>
		<link>http://www.balistupa.com/blog/2010/10/captcha-component-for-cakephp-using-captchanet/</link>
			</item>
</channel>
</rss>

