<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.1" -->
<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>Sun, 05 Sep 2010 00:19:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to redirect wordpress blog url cakephp</title>
		<description>Cakephp have great routing capability, i was install wordpress blog on my main website root directory. And then i need to move my blog into new folder, i put it on /app/webroot/blog/ because i build new web application on root directory using cakephp.

I use rewriting rule for my wordpress blog. ...</description>
		<link>http://www.balistupa.com/blog/2010/09/how-to-redirect-wordpress-blog-url-cakephp/</link>
			</item>
	<item>
		<title>How to redirect /app/webroot/blog/ into /blog/ Wordpress Cakephp</title>
		<description>At this time, a company website normally should have blog to post some business activity or related activity with website themes. Wordpress is the best blog framework (CMS) that i ever used. When i was build web application under my own php framework, i wasn't worried about integrating wordpress into ...</description>
		<link>http://www.balistupa.com/blog/2010/08/how-to-redirect-appwebrootblog-into-blog-wordpress-cakephp/</link>
			</item>
	<item>
		<title>Sleep or wait process on javascript thread</title>
		<description>Actually there is no Thread.sleep method on javascript that work on Threading. Moreover there is no true threading in javascript. So everybody that want to deal with threading need to emulate it. In this article i would like to show you some method that emulate sleep method for waiting on ...</description>
		<link>http://www.balistupa.com/blog/2010/07/sleep-or-wait-process-on-javascript-thread/</link>
			</item>
	<item>
		<title>How to handle user closing browser windows or page using javascript</title>
		<description>Sometime we need to handle or do something when user closing a browser windows or page. Maybe we want to ask user if they really want to close the page or it was a mistake click. This procedure all can be done using javascript.

There are two condition or event that ...</description>
		<link>http://www.balistupa.com/blog/2010/07/how-to-handle-user-closing-browser-windows-or-page-using-javascript/</link>
			</item>
	<item>
		<title>How to print javascript object properties</title>
		<description>Sometime we need to print the structure data that return by a function. I was work on a task for google map and need to print object properties of Placemarks object on javascript. I need to analyze what kind of structure data return by geocoding function. The code below is ...</description>
		<link>http://www.balistupa.com/blog/2009/08/how-to-print-javascript-object-properties/</link>
			</item>
	<item>
		<title>How to do GROUP BY HAVING in CakePHP</title>
		<description>Before June 2008, there is no clean implementation for GROUP BY. commonly people code with CakePHP will put GROUP BY sintak on conditions, something like this

$this-&#62;Product-&#62;find('all', array('conditions' =&#62; '1=1 GROUP BY Product.category_id'));

Now CakePhp have a clean sintak for GROUP BY by new additional paramater on find function. We can use ...</description>
		<link>http://www.balistupa.com/blog/2009/08/how-to-do-group-by-having-in-cakephp/</link>
			</item>
	<item>
		<title>Passing data or parameter to another Activity Android</title>
		<description>Sometime we need to pass data or parameter to another Activity on Android. Only one activity is active at once. An activity open new activity for result and opened activity need parameter to set their interface or another option based on request. So it is important a system can handle ...</description>
		<link>http://www.balistupa.com/blog/2009/08/passing-data-or-parameter-to-another-activity-android/</link>
			</item>
	<item>
		<title>Forcing inner join on belongTo and hasOne</title>
		<description>By default, belongsTo and hasOne using LEFT JOIN relation between parent and child table or model. We can forcing the relationship to use either INNER JOIN or LEFT JOIN based on our need. Cakephp has add new option when binding model, name type: value is LEFT or INNER.

For example we ...</description>
		<link>http://www.balistupa.com/blog/2009/07/forcing-inner-join-on-belongto-and-hasone/</link>
			</item>
	<item>
		<title>Find a data in mysql Array field</title>
		<description>I want to show you a situation that probably happen to you when build a mysql query. The situation can be vary but basically same condition. For example we have places table to store all beautiful places around the world. And a categories table to classify our places data. The ...</description>
		<link>http://www.balistupa.com/blog/2009/07/find-a-data-in-mysql-array-field/</link>
			</item>
	<item>
		<title>How to install eclipse for android on windows?</title>
		<description>You can use any text editor to write a java code for android, and then compile using JDK tools. Create android package (APK) using android sdk tools and then install and run application on emulator. But we need a tool to automatic all android development process. One android IDE that ...</description>
		<link>http://www.balistupa.com/blog/2009/07/how-to-install-eclipse-for-android-on-windows/</link>
			</item>
</channel>
</rss>
