<?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 - Coldfusion</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:51:50 -0700</pubDate>
			<lastBuildDate>Thu, 04 Apr 2013 08:52: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>CFDocument in fontembed</title>
				<link>http://www.ppshein.net/index.cfm/2013/4/4/CFDocument-in-fontembed</link>
				<description>
				
				Last 3 days, I&apos;m about to generate one of our reports to PDF with cfdocument but I don&apos;t know why our unicode font is missing as displaying &quot;blank&quot; in cfdocument even this font is in my pc. That&apos;s why I request my junior to  investigate the problem to be solved. After a day, she found how to display unicode font in cfdocument.

First of all, we need to install font in our server first. Then, we need to go CFAdmin &gt; Font Management and add installed font into coldfusion to be recognized. After all, we need to add &lt;b&gt;fontembed=&quot;yes&quot;&lt;/b&gt; in cfdocument as follow.

&lt;code&gt;
&lt;cfdocument format=&quot;pdf&quot; orientation=&quot;portrait&quot; backgroundvisible=&quot;true&quot; filename=&quot;pdf_#id#.pdf&quot; fontembed=&quot;yes&quot; overwrite=&quot;true&quot;&gt;
&lt;/code&gt;
				
				</description>
				
				
				<category>Coldfusion</category>
				
				<category>CF Tag</category>
				
				<pubDate>Thu, 04 Apr 2013 08:52:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2013/4/4/CFDocument-in-fontembed</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Remove MSWord comment in Coldfusion</title>
				<link>http://www.ppshein.net/index.cfm/2012/12/27/Remove-MSWord-comment-in-Coldfusion</link>
				<description>
				
				Today, I&apos;ve got problem because of messy of Microsoft Word comments in our database. It&apos;s because of our clients wrote some messages in MsWord and paste these into CFTextarea richtext data. That&apos;s why those data cannot be displayed at our project. It&apos;s my bad that I have not thought about how to prevent these kind of problems during project development.
				 [More]
				</description>
				
				
				<category>CF Function</category>
				
				<category>Coldfusion</category>
				
				<pubDate>Thu, 27 Dec 2012 02:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/12/27/Remove-MSWord-comment-in-Coldfusion</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Integreate Messi jQuery dialog with Coldfusion</title>
				<link>http://www.ppshein.net/index.cfm/2012/11/19/Integreate-Messi-jQuery-dialog-with-Coldfusion</link>
				<description>
				
				If you&apos;re getting sick of working with coldfusion built-in dialog? Here is beautiful &lt;a href=&quot;http://marcosesperon.es/apps/messi/&quot; target=&quot;_blank&quot;&gt;messi jQuery&lt;/a&gt; dialog can integrate with coldfusion.

Include JS and CSS in your CSS first.

&lt;code&gt;
&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;CSS/messi.css&quot;&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;JS/jquery.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;JS/messi.js&quot;&gt;&lt;/script&gt;
&lt;/code&gt;
				 [More]
				</description>
				
				
				<category>jQuery</category>
				
				<category>Coldfusion</category>
				
				<pubDate>Mon, 19 Nov 2012 02:37:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/11/19/Integreate-Messi-jQuery-dialog-with-Coldfusion</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>CFTransaction cannot work for different datasource</title>
				<link>http://www.ppshein.net/index.cfm/2012/11/4/CFTransaction-cannot-work-for-different-datasource</link>
				<description>
				
				Today, I&apos;ve found that CFTransaction cannot work for different datasource. This one is really bad for CFDevelopers like us. Because we need to use CFTransaction when we need to do long process for so many query transaction within our code with different datasource.
				 [More]
				</description>
				
				
				<category>Coldfusion</category>
				
				<category>CF Tag</category>
				
				<pubDate>Sun, 04 Nov 2012 19:37:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/11/4/CFTransaction-cannot-work-for-different-datasource</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Webservices without using cfinvoke</title>
				<link>http://www.ppshein.net/index.cfm/2012/8/14/Webservices-without-using-cfinvoke</link>
				<description>
				
				As we all know if webservices of another party using window NT authentication, we cannot use CFInvoke for calling webservices. At that time, we need another 3rd party webservices integrator for coldfusion to access another party. At that time, we need to use CFObject instead of CFInvoke.

&lt;code&gt;
&lt;!--- Include .NET webservices DLL file ---&gt;
&lt;cfobject type=&quot;.NET&quot; name=&quot;webServiceName&quot; class=&quot;ViewUserLibrary.UserManagementService&quot; assembly=&quot;C:\ViewUserLibrary.dll&quot; /&gt;
&lt;!--- call webservices URL ---&gt;
&lt;cfset webServiceName.set_wsdl(&quot;http://10.168.7.71:8080/oaswebservices/OASWebSvcPatientMgmt.asmx?wsdl&quot;) /&gt;
&lt;!--- Window NT Username ---&gt;
&lt;cfset webServiceName.set_userId( &quot;CTTT24&quot; ) /&gt;
&lt;!--- Window NT Password ---&gt;
&lt;cfset webServiceName.set_password( &quot;passwd78&quot; ) /&gt;
&lt;!--- Window NT Domain ---&gt;
&lt;cfset webServiceName.set_domain( &quot;CGHAD&quot; ) /&gt;
&lt;cfset dataSetResult = webServiceName.viewUserInfo(&quot;CG&quot;,&quot;PPShein&quot;)/&gt;

&lt;!--- Dump it ---&gt;
&lt;cfdump var=&quot;#dataSetResult#&quot;/&gt;
&lt;/code&gt;
				
				</description>
				
				
				<category>CF Function</category>
				
				<category>Coldfusion</category>
				
				<category>CF Tag</category>
				
				<category>.NET</category>
				
				<pubDate>Tue, 14 Aug 2012 22:06:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/8/14/Webservices-without-using-cfinvoke</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>My UDF is released at cflib</title>
				<link>http://www.ppshein.net/index.cfm/2012/7/24/My-UDF-is-released-at-cflib</link>
				<description>
				
				Today, I&apos;ve received email from &lt;a href=&quot;http://www.cflib.org&quot; target=&quot;_blank&quot;&gt;CFLib.org&lt;/a&gt; that my UDF called &lt;b&gt;&quot;getProfileStringUTF8&quot;&lt;/b&gt;. It supports to translate any unicode-based language instead of using GetProfileString which doesn&apos;t support Unicode (UTF-8).

You can download and check this one here.

&lt;a href=&quot;http://www.cflib.org/udf/getProfileStringUTF8&quot; target=&quot;_blank&quot;&gt;getProfileStringUTF8&lt;/a&gt;
				
				</description>
				
				
				<category>Coldfusion</category>
				
				<category>CF Tag</category>
				
				<pubDate>Tue, 24 Jul 2012 18:02:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/7/24/My-UDF-is-released-at-cflib</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Replace Javascript Confirm box with CFMessagebox</title>
				<link>http://www.ppshein.net/index.cfm/2012/6/19/Replace-Javascript-Confirm-box-with-CFMessagebox</link>
				<description>
				
				In my previous post &lt;a href=&quot;http://www.ppshein.net/index.cfm/2012/6/7/To-replace-javascript-alert-with-CFMessagebox&quot; target=&quot;_blank&quot;&gt;(here to view)&lt;/a&gt;, I&apos;ve mentioned how to replace Javascript Alert box with CFMessageBox. Here again, to replace Javascript Confirm box with CFMessage.

&lt;!--- Below is to dynamically create CFMessage box in Javascript ---&gt;
&lt;code&gt;
function DisplayMessageConfirm (obj, messageText) {
	var RandCount = Math.random();
	
	ColdFusion.MessageBox.create(obj + RandCount, &apos;confirm&apos;, &apos;CESID&apos;, messageText, onfinish, {width:300, modal:true});
	ColdFusion.MessageBox.show(obj + RandCount);
}
&lt;/code&gt;
				 [More]
				</description>
				
				
				<category>CF Function</category>
				
				<category>Coldfusion</category>
				
				<category>CF Tag</category>
				
				<pubDate>Tue, 19 Jun 2012 02:24:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/6/19/Replace-Javascript-Confirm-box-with-CFMessagebox</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>To replace javascript alert with CFMessagebox</title>
				<link>http://www.ppshein.net/index.cfm/2012/6/7/To-replace-javascript-alert-with-CFMessagebox</link>
				<description>
				
				Before my development, I&apos;ve already used native javascript alert for client side validation message. Some people might complaint why I used native javascript alert instead of jQuery dialogbox, it&apos;s because of I don&apos;t want to include so many script tags and CSS tags for jQuery mobile.

Today, I&apos;ve got an idea to replace native javascript alert with cfmessagebox. This function will support to display cfmessagebox instead of javascript alert whenever we have put javascript alert in our coding.
				 [More]
				</description>
				
				
				<category>Coldfusion</category>
				
				<category>Javascript</category>
				
				<pubDate>Thu, 07 Jun 2012 19:27:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/6/7/To-replace-javascript-alert-with-CFMessagebox</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Parsing List Value in Oracle</title>
				<link>http://www.ppshein.net/index.cfm/2012/4/24/Parsing-List-Value-in-Oracle</link>
				<description>
				
				Being Coldfusion programmer, parsing list value in coldfusion is very simple. If list value is &quot;list1|list2|list3|list4&quot;, we can parse with ListToArray in Coldfusion as follow.

&lt;code&gt;
&lt;cfset MyListValue = &quot;list1|list2|list3|list4&quot;&gt;
&lt;cfset getListDump = ListToArray(MyListValue, &quot;|&quot;, true)&gt;
&lt;cfdump var=&quot;#getListDump#&quot;&gt;
&lt;/code&gt;

Above coding, we must need to assign true for &lt;b&gt;includeEmptyFields&lt;/b&gt; if list value will contain empty. In Oracle, it&apos;s touch to parse and we need to write Oracle function.
				 [More]
				</description>
				
				
				<category>Oracle</category>
				
				<category>Coldfusion</category>
				
				<pubDate>Tue, 24 Apr 2012 09:32:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/4/24/Parsing-List-Value-in-Oracle</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Get Javascript value from Coldfusion in same page</title>
				<link>http://www.ppshein.net/index.cfm/2012/2/10/Get-Javascript-value-from-Coldfusion-in-same-page</link>
				<description>
				
				Today, I&apos;ve found funny resolution to get javascript value from Coldfusion in same page without reloading. I&apos;m not sure whether it might be useful or not, but for me it&apos;s kinda useful.

&lt;b&gt;Usage&lt;/b&gt;

&lt;code&gt;
&lt;cfsavecontent variable=&quot;JSvalue&quot;&gt;
	&lt;script&gt;
		var whatisyourname = &quot;ppshein&quot;;
		document.write(whatisyourname);
	&lt;/script&gt;
&lt;/cfsavecontent&gt;

&lt;cfoutput&gt;#JSvalue#&lt;/cfoutput&gt;
&lt;/code&gt;
				
				</description>
				
				
				<category>Coldfusion</category>
				
				<category>Javascript</category>
				
				<pubDate>Fri, 10 Feb 2012 07:05:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/2/10/Get-Javascript-value-from-Coldfusion-in-same-page</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Coldfusion documentation application is in Android market</title>
				<link>http://www.ppshein.net/index.cfm/2012/1/6/Coldfusion-documentation-application-is-in-Android-market</link>
				<description>
				
				Today, I&apos;m glad to inform to all that my Coldfusion documentation application is in Android market now. I&apos;m planning to add more cool features in it just like tablet version and so on.

&lt;a href=&quot;https://market.android.com/details?id=com.cfdocumentation&quot; target=&quot;_blank&quot;&gt;&lt;h3&gt;Coldfusion Documentation&lt;/h3&gt;&lt;/a&gt;
				
				</description>
				
				
				<category>Coldfusion</category>
				
				<category>Android</category>
				
				<pubDate>Fri, 06 Jan 2012 06:34:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/1/6/Coldfusion-documentation-application-is-in-Android-market</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Android Coldfusion documentation application</title>
				<link>http://www.ppshein.net/index.cfm/2012/1/1/Android-Coldfusion-documentation-application</link>
				<description>
				
				Today, I&apos;ve finalised Android Coldfusion documentation application for Coldfusion developer. This one is my third android application for my Android developer life and enhance more features which not included in my later applications.

In this Coldfusion documentation application, you can search functions and tags of Coldfusion and view all lists of functions and tags either. Likewise, functions and tags which you search are not in this documentation, you can search similar functions and tags of CF.
				 [More]
				</description>
				
				
				<category>Coldfusion</category>
				
				<category>Android</category>
				
				<pubDate>Sun, 01 Jan 2012 06:37:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2012/1/1/Android-Coldfusion-documentation-application</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>CFIDE with multiple instance</title>
				<link>http://www.ppshein.net/index.cfm/2011/12/23/CFIDE-with-multiple-instance</link>
				<description>
				
				Today I got the problem that I cannot use following sentence in one of my instance.

&lt;code&gt;
&lt;cftextarea skin=&quot;silver&quot; toolbar=&quot;Basic&quot; richtext=&quot;true&quot; name=&quot;body&quot; required=&quot;true&quot;&gt; 
&lt;/code&gt;

And hit JS error and don&apos;t know why. That&apos;s why I just go viewsource and found that CFIDE is missing for one of my CF instances. I cannot convince why Adobe cannot include CFIDE for multiple instances installation. That&apos;s why I know there is two ways to solve this bug of Coldfusion multiple instance installation.
				 [More]
				</description>
				
				
				<category>CF Function</category>
				
				<category>Coldfusion</category>
				
				<category>CF Tag</category>
				
				<pubDate>Fri, 23 Dec 2011 23:13:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/12/23/CFIDE-with-multiple-instance</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Get free exam simulator from uCertify</title>
				<link>http://www.ppshein.net/index.cfm/2011/11/29/Get-free-exam-simulator-from-uCertify</link>
				<description>
				
				&lt;p&gt;
	&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
	&lt;a href=&quot;http://www.ucertify.com/&quot; target=&quot;_blank&quot;&gt;uCertify&lt;/a&gt;, leading IT certification provider company is willing to spring for a license, that&amp;#39;s a full license, for any of their test prep kits for one of my blog readers. The only requirement to get the full license is that you write a review of the software, within 30 days, that will be a guest post here on this blog.&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	So, I am offering this to all of my blog readers. Today is Nov 30, 2011. To get a chance to win the prep kit license, &lt;a href=&quot;http://www.ucertify.com/download/&quot; target=&quot;_blank&quot;&gt;go to the ucertify&lt;/a&gt; site and take a look at the available tests. Decide which you would like to take.&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Once you&amp;#39;ve made your choice, come back here and post a comment about which you would like and why you want to take it. Doesn&amp;#39;t have to be anything big; just a couple of sentences is fine.&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Make sure you either leave a real email address or you are signed in when you leave the comment. You don&amp;#39;t need to leave your email address in the text of your comment if you are signed in. I can send you a message via the it toolbox messaging system in that case.&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	I will randomly choose the winner from the comments on Dec 10, 2011. So, you have about 10 days to post a comment.&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	Once I have notified the winner and they agree to review the software in a guest post here on this blog, I will give the info to Ucertify and they&amp;#39;ll hand out the license.&lt;/div&gt;
&lt;div&gt;
	&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
	The guest post doesn&amp;#39;t need to be huge. At least a few hundred words which is just a page or two of double spaced text. As an example, this &amp;nbsp;blog post is over 400 words. I&amp;#39;ll be glad to proofread and edit it if you would like me to mail me (pyaephyoeshein[at]gmail[dot]com).&lt;/div&gt;
				
				</description>
				
				
				<category>Oracle</category>
				
				<category>PHP</category>
				
				<category>Coldfusion</category>
				
				<category>uCertify</category>
				
				<category>MsSql</category>
				
				<pubDate>Tue, 29 Nov 2011 20:15:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/11/29/Get-free-exam-simulator-from-uCertify</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Get IPv6 address</title>
				<link>http://www.ppshein.net/index.cfm/2011/11/27/Get-IPv6-address</link>
				<description>
				
				Today, I&apos;ve found how to get IP address of IPv6. Because we&apos;re using IPv6 address in our office and normally so far to use for IPv4 in Window7. That&apos;s why I gotta retrieve address of IPv6. On the other hand, CGI variable can retrieve IPv4 address of client machine. 

How to get IPv6 is as follow. First of all, we need to create Java object first which called &quot;&lt;b&gt;java.net.InetAddress&lt;/b&gt;&quot;. Then, write as follow.
				 [More]
				</description>
				
				
				<category>Coldfusion</category>
				
				<category>CF Tag</category>
				
				<pubDate>Sun, 27 Nov 2011 03:52:00 -0700</pubDate>
				<guid>http://www.ppshein.net/index.cfm/2011/11/27/Get-IPv6-address</guid>
				
				
			</item>
			
		 	
			</channel></rss>