<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Against All Odds - Project</title>
			<link>http://www.ppshein.net/index.cfm</link>
			<description>A blog for ColdFusion, Android, jQuery, jQueryMobile, Oracle, HL7 and other Web-based programming languages, Web Server like IIS7 and RDMS like Oracle, Microsoft SQL and MySQL.</description>
			<language>en-us</language>
			<pubDate>Thu, 20 Jun 2013 00:44:41 -0700</pubDate>
			<lastBuildDate>Thu, 13 Oct 2011 22:04:00 -0700</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>pyaephyoeshein@gmail.com</managingEditor>
			<webMaster>pyaephyoeshein@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>pyaephyoeshein@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Planet Myanmar Dictionary Android version</title>
				<link>http://www.ppshein.net/index.cfm/2011/10/13/Planet-Myanmar-Dictionary-Android-version</link>
				<description>
				
				&lt;p&gt;
	Today I&amp;#39;ve published my another Android application to Android market which called &amp;quot;&lt;strong&gt;Planet Myanmar Dictionary&lt;/strong&gt;&amp;quot;.&amp;nbsp;Planet Myanmar Dictionary is dedicated to our Planet user who would like to use Planet Dictionary through their Android OS based mobile phone without accessing Internet. It&amp;#39;s easy to search and save your favorite word in their mobile. In this application, I&amp;#39;ve used SQLite as storage engine. Honestly, I&amp;#39;m very very new to SQLite and don&amp;#39;t have much experience of it. But I&amp;#39;m very glad to touch SQLite and data manipulate.&lt;/p&gt;
				 [More]
				</description>
				
				
				<category>Project</category>
				
				<category>SQLite</category>
				
				<category>Android</category>
				
				<pubDate>Thu, 13 Oct 2011 22:04:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/10/13/Planet-Myanmar-Dictionary-Android-version</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Planet Myanmar News Android application</title>
				<link>http://www.ppshein.net/index.cfm/2011/9/24/Planet-Myanmar-News</link>
				<description>
				
				Today, my Planet Myanmar News android application is approved by Android market. I&apos;m very happy because of my application. It&apos;s my first-ever legally Android application and successfully submit at Android market. It&apos;s free version for everyone who wants to read updated news of Myanmar and International.I&apos;ve added 3 cool additional features in this version from &lt;a href=&quot;http://www.ppshein.net/index.cfm/2011/8/23/My-first-Android-application&quot; target=&quot;_blank&quot;&gt;previous unpublished version&lt;/a&gt;. 

&lt;b&gt;Additional features&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Facebook shared&lt;/li&gt;
&lt;li&gt;Location choosing for faster browsing&lt;/li&gt;
&lt;li&gt;Load image more faster&lt;/li&gt;
&lt;/ul&gt;
				 [More]
				</description>
				
				
				<category>Project</category>
				
				<category>Android</category>
				
				<pubDate>Sat, 24 Sep 2011 19:03:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/9/24/Planet-Myanmar-News</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Android AsyncTask for ImageView</title>
				<link>http://www.ppshein.net/index.cfm/2011/9/15/Android-AsyncTask-for-ImageView</link>
				<description>
				
				As I mention in my previous posts, I&apos;m currently developing a simple Android application for news article. In my application, I&apos;ve used the web services functions like JSON and XML for parsing JSON and XML data from my web server. According Android developer network, we should use &lt;b&gt;AsyncTask&lt;/b&gt; while fetching such data format from web servers. Because display &lt;b&gt;&quot;loading&quot;&lt;/b&gt; or &lt;b&gt;&quot;processing&quot;&lt;/b&gt; message instead of blank screen while fetching data  so that our clients won&apos;t be confused any more. And it&apos;s also good for performance. Likewise, should display &quot;loading image&quot; for our article image while fetching image from web server and to display at device. That&apos;s why your device doesn&apos;t need to wait to all of images to be loaded.

Here is coding for image AsyncTask.
				 [More]
				</description>
				
				
				<category>Project</category>
				
				<category>Android</category>
				
				<pubDate>Thu, 15 Sep 2011 05:22:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/9/15/Android-AsyncTask-for-ImageView</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>My first Android application</title>
				<link>http://www.ppshein.net/index.cfm/2011/8/23/My-first-Android-application</link>
				<description>
				
				Today, I&apos;ve finalised my so-called first ever Android application for my Coldfusion programmer life. It&apos;s just simple application. But, I&apos;m very happy and proud of myself because Android (Java) is very new to me and never kept in touch before.That&apos;s why for this application, I&apos;ve learnt Java and developed at the same time. It took 3 weeks to develop this application. Just being amateur in Android, I cannot fully focus on performance such as memory usage, battery and so on. But I&apos;ve optimized my coding as much as I know. I know there will be some weakness in my application but I&apos;ll fix and upgrade version after version.

I&apos;ll upload it to Android market after three or four days.

&lt;img src=&quot;http://www.ppshein.net/images/popular.png&quot; /&gt;
&lt;b&gt;Above &quot;Star&quot; icon is for most read news&lt;/b&gt;

&lt;img src=&quot;http://www.ppshein.net/images/mylogo.png&quot; /&gt;
After installation, you will see &lt;b&gt;&quot;newspaper&quot;&lt;/b&gt; icon in your application list. This icon represents as my application.

For this application, I&apos;ve used ListView, ArrayList, AsyncTask and sharedpreferences of Android.
				 [More]
				</description>
				
				
				<category>Project</category>
				
				<category>Android</category>
				
				<pubDate>Tue, 23 Aug 2011 05:22:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/8/23/My-first-Android-application</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Simple Gallery application for Android</title>
				<link>http://www.ppshein.net/index.cfm/2011/7/31/Simple-Gallery-application-for-Android</link>
				<description>
				
				Today, I&apos;m very proud of myself to create simple gallery application in Android. Likewise, it&apos;s my so-called first ever Android application and I really like what I&apos;ve done. Because, I&apos;m very new at creating Android application and Java language. Now I feel that developing Android application isn&apos;t that difficult to do.

&lt;b&gt;Objectives&lt;/b&gt; of this application is display thumbnail images at the first screen. Once click on these thumbnail images, the actual image will be displaying within in Dialog box.

First of all, I need to add some XML coding in main.xml for layout of my application under res/layout. Displaying thumnail photos as GridView format. That&apos;s why I&apos;ve added the following GridView layout.

&lt;code&gt;
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
 
&lt;RelativeLayout android:id=&quot;@+id/RelativeLayout01&quot;
android:layout_width=&quot;fill_parent&quot;
android:layout_height=&quot;fill_parent&quot;
xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;&gt;
 
&lt;GridView xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot; 
    android:id=&quot;@+id/gridview&quot;
    android:layout_width=&quot;fill_parent&quot; 
    android:layout_height=&quot;fill_parent&quot;
    android:columnWidth=&quot;90dp&quot;
    android:numColumns=&quot;auto_fit&quot;
    android:verticalSpacing=&quot;10dp&quot;
    android:horizontalSpacing=&quot;10dp&quot;
    android:stretchMode=&quot;columnWidth&quot;
    android:gravity=&quot;center&quot; /&gt;

&lt;/RelativeLayout&gt;
&lt;/code&gt;
				 [More]
				</description>
				
				
				<category>Project</category>
				
				<category>Android</category>
				
				<pubDate>Sun, 31 Jul 2011 03:53:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/7/31/Simple-Gallery-application-for-Android</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>My first web based mobile project</title>
				<link>http://www.ppshein.net/index.cfm/2011/7/22/My-first-web-based-mobile-project</link>
				<description>
				
				Here is my first web-based project for my company. Our target is for customer who want to register Patient thru online. This project is based for iPad but it can work either on Android based tablet. For this project, I&apos;ve used jQueryMobile framework, Coldfusion 9 and Oracle 11g. For jQueryMobile part, I&apos;ve created our own customize theme for this project and added some JS coding into jQueryMobile existing scripts. Just example: my boss want me to highlight which field has been filled up by users and need to categorize for mandatory field. As you know, it&apos;s difficult to change or add some JS coding into their existing core JS file because we need to know the flow of existing JS coding. Likewise, what we add or change JS coding will impact the whole existing JS coding. I took 2 days to study the whole existing JS coding but it&apos;s not enough time honestly for it.

Below is some of my change logs into jQueryMobile existing JS coding for this project.
				 [More]
				</description>
				
				
				<category>Oracle</category>
				
				<category>Project</category>
				
				<category>Coldfusion</category>
				
				<category>jQueryMobile</category>
				
				<pubDate>Fri, 22 Jul 2011 18:28:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/7/22/My-first-web-based-mobile-project</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Vaccination Module with Coldfusion</title>
				<link>http://www.ppshein.net/index.cfm/2011/1/29/Vaccination-Module-with-Coldfusion</link>
				<description>
				
				Vaccination module is one of my pre-sales projects what I&apos;ve done in our company. The object is to record of the vaccination of children. The nurse can perform the vaccine to the children in hospital and can record of the vaccination of the same children from the other hospitals. On the other hand, the nurse can trace which vaccine has been performed and which vaccine hasn&apos;t been performed yet as missed vaccination.

I&apos;ve developed this module with Coldfusion 8, Oracle and jQuery. In jQuery, I&apos;ve integrated with &lt;a href=&quot;http://chriswanstrath.com/facebox/&quot; target=&quot;_blank&quot;&gt;facebox jQuery plugin&lt;/a&gt;
				 [More]
				</description>
				
				
				<category>Project</category>
				
				<category>jQuery</category>
				
				<category>Coldfusion</category>
				
				<pubDate>Sat, 29 Jan 2011 01:06:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/1/29/Vaccination-Module-with-Coldfusion</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Multiple Area Chart in Coldfusion</title>
				<link>http://www.ppshein.net/index.cfm/2011/1/22/Multiple-Area-Chart-in-Coldfusion</link>
				<description>
				
				In my new demo project, I need to draw Area Chart with CFChart for letting know the process rate of data. My boss told me to draw the Area Chart in Coldfusion like that.

&lt;img src=&quot;http://i.imgur.com/sVLkh.jpg&quot; title=&quot;Area Chart&quot; width=&quot;600&quot;&gt;

As far as I know, CFChart support only single bar in Area Chart type. That&apos;s why I was supposed to complaint him that&apos;s not possible to draw such area chart style in Coldfusion. But I may need to google it before complaining. Unfortunately, no CF resources sites show how to draw multiple bar in Area Chart and they only recommend to use Line Chart instead of Area Chart for drawing multiple line.

Fortunately, CF Docs show how to draw Area Chart with CFChart as follow.

&lt;code&gt;
&lt;cfchart 
	chartheight=&quot;200&quot; 
	chartwidth=&quot;300&quot; 
	xaxistitle=&quot;Year (Age)&quot; 
	yaxistitle=&quot;Data&quot; 
	format=&quot;png&quot;&gt;
	
	&lt;cfchartseries type=&quot;area&quot;&gt;
		&lt;cfchartdata item=&quot;10&quot; value=&quot;40&quot;&gt;
		&lt;cfchartdata item=&quot;20&quot; value=&quot;50&quot;&gt;
	&lt;/cfchartseries&gt;
&lt;/cfchart&gt;
&lt;/code&gt;

After rendering above coding, the result will be as follow.

&lt;img src=&quot;http://www.ppshein.net/images/Untitled-1.jpg&quot; /&gt;
				 [More]
				</description>
				
				
				<category>Project</category>
				
				<category>CF Function</category>
				
				<category>Coldfusion</category>
				
				<category>CF Tag</category>
				
				<pubDate>Sat, 22 Jan 2011 19:00:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/1/22/Multiple-Area-Chart-in-Coldfusion</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>REMatch in Coldfusion save my time</title>
				<link>http://www.ppshein.net/index.cfm/2010/11/2/REMatch-in-Coldfusion-save-my-time</link>
				<description>
				
				As we all know, there are a lot of functions in Coldfusion and I can&apos;t know all of them when I need to use. That&apos;s why I print out all of Coldfusion functions lists and put it on my wall. Even I did it already, I missed to use some core functions to put my projects. &lt;a href=&quot;http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=functions_m-r_27.html&quot; target=&quot;_blank&quot;&gt;REMatch&lt;/a&gt; is one of them. 

The usage of REMatch is to compare two strings and return the match string both of them as array. Adobe recommend that when we&apos;re gonna use &lt;b&gt;REMatch&lt;/b&gt;, try it with regular expression and which will be powerful.

Before I didn&apos;t know &lt;b&gt;REMatch&lt;/b&gt; function, I&apos;ve created &lt;b&gt;ListGetDifferent&lt;/b&gt; function by myself for searching the same value and the different value between two lists.

&lt;a href=&quot;http://www.ppshein.net/index.cfm/2010/9/9/compare-list-in-coldfusion&quot; target=&quot;_blank&quot;&gt;http://www.ppshein.net/index.cfm/2010/9/9/compare-list-in-coldfusion&lt;/a&gt;

Once I know &lt;b&gt;REMatch&lt;/b&gt;, I feel I don&apos;t need to use my own UDF anymore when I need to compare two string but &lt;b&gt;NOT list&lt;/b&gt;.
				 [More]
				</description>
				
				
				<category>UDF</category>
				
				<category>Project</category>
				
				<category>CF Function</category>
				
				<category>Coldfusion</category>
				
				<category>CF Tag</category>
				
				<pubDate>Tue, 02 Nov 2010 18:50:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2010/11/2/REMatch-in-Coldfusion-save-my-time</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Make simple DOS attach with ASP.NET</title>
				<link>http://www.ppshein.net/index.cfm/2010/8/27/make-simple-dos-attach-with-asp-net</link>
				<description>
				
				I&apos;ve describe how to make simple DOS attack with Asp.Net. My purpose of writing this thread isn&apos;t to annoy web administrator. My point is how to prevent Dos attack and how to abort Dos attack for our website.

&lt;code&gt;
 for( int i = 0; i &lt; 100000; i ++ )
 {
	 WebClient client = new WebClient();
	 client.DownloadString(&quot;http://www.mysite.com&quot;);
 }
 &lt;/code&gt;
				
				</description>
				
				
				<category>Project</category>
				
				<pubDate>Fri, 27 Aug 2010 06:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2010/8/27/make-simple-dos-attach-with-asp-net</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Planet Wedding 2008</title>
				<link>http://www.ppshein.net/index.cfm/2010/8/27/planet-wedding-2008</link>
				<description>
				
				&lt;a href=&quot;http://www.planet.com.mm&quot; target=&quot;_blank&quot;&gt;Planet Myanmar&lt;/a&gt; is going to launch &lt;a href=&quot;http://www.planet.com.mm/wedding2008/&quot; target=&quot;_blank&quot;&gt;Wedding 2008&lt;/a&gt; section. But, this section is under construction and not launched officially yet. Like old sections, it has Songs section, Articles sections, Blog sections, Guide sections and so on. You can write your own articles and blogs in this page.

&lt;a href=&quot;http://www.planet.com.mm/wedding2008/&quot;&gt;&lt;img title=&quot;Planet Wedding 2008&quot; src=&quot;http://www.planet.com.mm/wedding2008/images/planet_wedding.jpg&quot; alt=&quot;Planet Wedding 2008&quot; width=&quot;289&quot; height=&quot;296&quot; /&gt;&lt;/a&gt;
				
				</description>
				
				
				<category>Project</category>
				
				<category>Coldfusion</category>
				
				<pubDate>Fri, 27 Aug 2010 06:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2010/8/27/planet-wedding-2008</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Image Navigation with javascript</title>
				<link>http://www.ppshein.net/index.cfm/2010/8/27/image-navigation-with-javascript</link>
				<description>
				
				New featured section called &lt;a title=&quot;Planet Wedding 2008&quot; href=&quot;http://www.planet.com.mm/weddding2008/&quot; target=&quot;_blank&quot;&gt;Planet Wedding 2008&lt;/a&gt; has Image gallery section. As I told in previous posts, I&apos;ve created such new featured section with database less theory. For image gallery, I gotta set image navigation button such as &lt;span style=&quot;text-decoration:underline;&quot;&gt;next&lt;/span&gt; | &lt;span style=&quot;text-decoration:underline;&quot;&gt;previous&lt;/span&gt;. Database less theory, it&apos;s too hard to put this navigation link in this section.

Fortunately, I&apos;ve an idea to create this with javascript. It&apos;s neither quite simple nor complicated. Here is javascript coding.

Put following code in JS file.
&lt;code&gt;
which_image_loaded = 0;
NUMBER_OF_IMAGES = 8; //number of your image

ImageNames = new Object();
ImageNames.length = NUMBER_OF_IMAGES - 1;

for (counter = 0; counter &lt; NUMBER_OF_IMAGES; counter++)
{
file_number = counter + 1;
filename = (&quot;[your_directory_path]&quot; + file_number + &quot;.jpg&quot;);
ImageNames[counter] = filename;
}

function changeImage(direction)
{
which_image_loaded += direction;
if (which_image_loaded &lt; 0)
{
which_image_loaded = NUMBER_OF_IMAGES - 1;
}

if (which_image_loaded == NUMBER_OF_IMAGES)
{
which_image_loaded = 0;
}

if (document.images)
{
document.SlideShow.src = ImageNames[which_image_loaded];
}

}
&lt;/code&gt;
Put following code in your HTML file.
&lt;code&gt;
&lt;div&gt;&lt;img src=&quot;thumbnail/1.jpg&quot; name=&quot;SlideShow&quot; border=&quot;0&quot;&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href=&quot;javascript:changeImage(-1)&quot;&gt;Previous Image&lt;/a&gt; |  &lt;a href=&quot;javascript:changeImage(1)&quot;&gt;Next Image&lt;/a&gt;&lt;/div&gt;&lt;/code&gt;

If you want to use this coding, you must do these two following instruction-
The file name of images must be numeric and order format like (1.jpg, 2.jpg, 3.jpg, 4.jpg....).
All of images must be in the same directory of the same folder.
				
				</description>
				
				
				<category>Project</category>
				
				<category>Javascript</category>
				
				<pubDate>Fri, 27 Aug 2010 06:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2010/8/27/image-navigation-with-javascript</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Planet Thingyan</title>
				<link>http://www.ppshein.net/index.cfm/2010/8/27/planet-thingyan</link>
				<description>
				
				I&apos;ve recently created &lt;a href=&quot;http://www.planet.com.mm/thingyan2009/&quot;&gt;Thingyan 2009&lt;/a&gt; at Planet Website. It&apos;s just featured page as Planet Style.

&lt;img src=&quot;http://www.planet.com.mm/new_feature/sf.jpg&quot; alt=&quot;Thingyan&quot; /&gt;
				
				</description>
				
				
				<category>Project</category>
				
				<category>Coldfusion</category>
				
				<pubDate>Fri, 27 Aug 2010 06:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2010/8/27/planet-thingyan</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Electronic Press Scrutiny &amp; Registeration System</title>
				<link>http://www.ppshein.net/index.cfm/2010/8/27/electronic-press-scrutiny-registeration-system</link>
				<description>
				
				&lt;img class=&quot;alignnone size-full wp-image-188&quot; title=&quot;EPSR&quot; src=&quot;http://ppshein.files.wordpress.com/2009/07/epsr.gif&quot; alt=&quot;EPSR&quot; width=&quot;480&quot; height=&quot;192&quot; /&gt;

This website called &quot;Electronic Press Scrutiny &amp;amp; Registeration System&quot; is just for Myanmar Press Scrutiny &amp;amp; Registeration System. It&apos;s just offline program. This program supports our clients to send their publications step by step through this program and comment to these.

Systems :

IIS, CFMX, SQL 2005
				
				</description>
				
				
				<category>Project</category>
				
				<category>Coldfusion</category>
				
				<category>MsSql</category>
				
				<pubDate>Fri, 27 Aug 2010 06:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2010/8/27/electronic-press-scrutiny-registeration-system</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>PHP Demo project</title>
				<link>http://www.ppshein.net/index.cfm/2010/8/27/php-demo-project</link>
				<description>
				
				One of my friends gave a chance to me to do outsource PHP project for one training center. Her client want to advertise their trainings, their products and their news through internet. It&apos;s simple project but their main point is use can know on the fly the total price of computer once he/she choose each device. It&apos;s create by ajax.

Main website :  http://ppshein.freehostia.com/

Compare price : http://ppshein.freehostia.com/compare.php
				
				</description>
				
				
				<category>PHP</category>
				
				<category>Project</category>
				
				<pubDate>Fri, 27 Aug 2010 06:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2010/8/27/php-demo-project</guid>
				
				
			</item>
			
		 	
			</channel></rss>