<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Against All Odds</title>
	<atom:link href="http://ppshein.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ppshein.wordpress.com</link>
	<description>All of my solutions in my web developer life.</description>
	<lastBuildDate>Mon, 16 Nov 2009 07:31:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ppshein.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/5c7d9584ae0c9554627c3a575a746e86?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Against All Odds</title>
		<link>http://ppshein.wordpress.com</link>
	</image>
			<item>
		<title>Coldfusion Force Download</title>
		<link>http://ppshein.wordpress.com/2009/11/16/coldfusion-force-download/</link>
		<comments>http://ppshein.wordpress.com/2009/11/16/coldfusion-force-download/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 07:31:20 +0000</pubDate>
		<dc:creator>ppshein</dc:creator>
				<category><![CDATA[Informations]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[force download]]></category>

		<guid isPermaLink="false">http://ppshein.wordpress.com/?p=261</guid>
		<description><![CDATA[Don&#8217;t you wanna display image file on client browsers when users downloading? It&#8217;s kinda simple, use following code :
&#160;
&#60;cfheader name=&#8221;Content-Type&#8221; value=&#8221;unknown&#8221;&#62;
&#60;cfheader name=&#8221;Content-Disposition&#8221; value=&#8221;attachment; filename=FileName.jpg&#8221;&#62;
&#60;cfcontent type=&#8221;Application/Unknown&#8221; file=&#8221;/http//downloads/FileName.jpg&#8221; deletefile=&#8221;No&#8221;&#62;
 Tagged: coldfusion, force download      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppshein.wordpress.com&blog=2328232&post=261&subd=ppshein&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ppshein.wordpress.com/2009/11/16/coldfusion-force-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ppshein</media:title>
		</media:content>
	</item>
		<item>
		<title>Cfwindow</title>
		<link>http://ppshein.wordpress.com/2009/11/13/cfwindow/</link>
		<comments>http://ppshein.wordpress.com/2009/11/13/cfwindow/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 05:35:40 +0000</pubDate>
		<dc:creator>ppshein</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[cfwindow]]></category>
		<category><![CDATA[dialog]]></category>

		<guid isPermaLink="false">http://ppshein.wordpress.com/?p=259</guid>
		<description><![CDATA[I&#8217;ve read some good information from www.coldfusionjedi.com. I found that&#8217;s just like jQuery Dialog box. It has a lot of built-in functions like draggable, resizeable and so on. I&#8217;m now testing on it. That&#8217;s why I don&#8217;t have much of explanation about cfwindow. Check it out for example from
&#160;
http://www.coldfusionjedi.com/index.cfm/2007/6/20/ColdFusion-8-AJAX-UI-Windows

&#160;
 Tagged: cfwindow, dialog, jQuery   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppshein.wordpress.com&blog=2328232&post=259&subd=ppshein&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ppshein.wordpress.com/2009/11/13/cfwindow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ppshein</media:title>
		</media:content>
	</item>
		<item>
		<title>setInterval Javascript</title>
		<link>http://ppshein.wordpress.com/2009/11/13/setinterval-javascript/</link>
		<comments>http://ppshein.wordpress.com/2009/11/13/setinterval-javascript/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 03:40:09 +0000</pubDate>
		<dc:creator>ppshein</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[setInterval]]></category>

		<guid isPermaLink="false">http://ppshein.wordpress.com/?p=257</guid>
		<description><![CDATA[Like gmail, you can use auto fresh your page with setInterval funtion of javascript.
&#60;script&#62;
&#60;!&#8211;
intervalID = window.setInterval(&#8220;alert(&#8216;Hi&#8217;)&#8221;,  1000);
&#8211;&#62;
&#60;/script&#62;
 Tagged: Javascript, setInterval      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppshein.wordpress.com&blog=2328232&post=257&subd=ppshein&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ppshein.wordpress.com/2009/11/13/setinterval-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ppshein</media:title>
		</media:content>
	</item>
		<item>
		<title>Cflayout</title>
		<link>http://ppshein.wordpress.com/2009/11/13/cflayout/</link>
		<comments>http://ppshein.wordpress.com/2009/11/13/cflayout/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 02:46:28 +0000</pubDate>
		<dc:creator>ppshein</dc:creator>
				<category><![CDATA[Informations]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[cflayout]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[innerHTML]]></category>

		<guid isPermaLink="false">http://ppshein.wordpress.com/?p=254</guid>
		<description><![CDATA[I didn&#8217;t notice cflayout tag is just like DIV before. It&#8217;s not much different between cflayout and DIV. Sometimes, it just like iframe. But, we should know this tag will be useful for future. Here is example for cflayout.
&#160;
&#60;html&#62;
&#60;head&#62;
&#60;script type=&#8221;text/javascript&#8221; charset=&#8217;utf-8&#8242;&#62;
function CF_RunContent(src){
setTimeout(function(){document.getElementById(&#8216;Center&#8217;).innerHTML = src;},5);
}
&#60;/script&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;a href=&#8221;#&#8221; onclick=&#8221;ColdFusion.navigate(&#8216;mybio.cfm&#8217;,'Center&#8217;);&#8221;&#62;Bio&#60;/a&#62;
&#60;cflayout type=&#8221;border&#8221; name=&#8221;layoutborder&#8221;&#62;
&#60;cflayoutarea name=&#8221;Center&#8221; position=&#8221;top&#8221; style=&#8221;width:500px;height:200px&#8221; maxSize=&#8221;200&#8243;&#62;
Welcome
&#60;/cflayoutarea&#62;
&#60;/cflayout&#62;
&#60;/body&#62;
&#60;/html&#62;
 Tagged: cflayout, div, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppshein.wordpress.com&blog=2328232&post=254&subd=ppshein&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ppshein.wordpress.com/2009/11/13/cflayout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ppshein</media:title>
		</media:content>
	</item>
		<item>
		<title>Crop image proportionally with PHP</title>
		<link>http://ppshein.wordpress.com/2009/11/06/crop-image-proportionally-with-php/</link>
		<comments>http://ppshein.wordpress.com/2009/11/06/crop-image-proportionally-with-php/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 08:07:22 +0000</pubDate>
		<dc:creator>ppshein</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[crop]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://ppshein.wordpress.com/?p=251</guid>
		<description><![CDATA[First of all, I&#8217;m not PHP geek. But, PHP is my second expert language after CF. I&#8217;ve created some freelance projects with PHP . You can hire me if you have some freelance projects for low cost and full reliable.
When I surf website for cropping image, I found this site. It&#8217;s cool. Check it out.
http://deepliquid.com/projects/Jcrop/demos/crop.php
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppshein.wordpress.com&blog=2328232&post=251&subd=ppshein&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ppshein.wordpress.com/2009/11/06/crop-image-proportionally-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ppshein</media:title>
		</media:content>
	</item>
		<item>
		<title>Coldfuion Report Builder</title>
		<link>http://ppshein.wordpress.com/2009/11/06/coldfuion-report-builder/</link>
		<comments>http://ppshein.wordpress.com/2009/11/06/coldfuion-report-builder/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 05:53:37 +0000</pubDate>
		<dc:creator>ppshein</dc:creator>
				<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[crystal reports]]></category>
		<category><![CDATA[report builder]]></category>

		<guid isPermaLink="false">http://ppshein.wordpress.com/?p=248</guid>
		<description><![CDATA[Of the most powerful and convenient report builder is Coldfusion Report Builder. It&#8217;s absolutely just like crystal report. You can make your report design in CF report builder or you can use their built-in theme, either. Are you getting sick of writing query in cf report builder? It&#8217;s ok. You can write Query in your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppshein.wordpress.com&blog=2328232&post=248&subd=ppshein&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ppshein.wordpress.com/2009/11/06/coldfuion-report-builder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ppshein</media:title>
		</media:content>
	</item>
		<item>
		<title>CFQUERYPARAM and Oracle Databases</title>
		<link>http://ppshein.wordpress.com/2009/11/05/cfqueryparam-and-oracle-databases/</link>
		<comments>http://ppshein.wordpress.com/2009/11/05/cfqueryparam-and-oracle-databases/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:14:10 +0000</pubDate>
		<dc:creator>ppshein</dc:creator>
				<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[cfqueryparam]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://ppshein.wordpress.com/?p=246</guid>
		<description><![CDATA[I&#8217;ve already shown in my old posts about the benefit of using cfqueryparam tag. Using this tag can prevent SQL inject and output data format what SQL like.
Generally, we use old-fashioned style like
&#60;CFQUERY DATASOURCE=&#8221;DSN_NAME&#8221;&#62;
SELECT username
FROM users
WHERE user_id=#SESSION.USER_ID#
&#60;/CFQUERY&#62;
In modern style, we use cfqueryparam tag within cfquery tag like
&#160;
&#60;CFQUERY DATASOURCE=&#8221;DSN_NAME&#8221;&#62;
SELECT username
FROM users
WHERE user_id=&#60;cfqueryparam value=&#8221;#SESSION.USER_ID#&#8221; cfsqltype=&#8221;cf_sql_number&#8221;&#62;
&#60;/CFQUERY&#62;
&#160;
It&#8217;s ok for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppshein.wordpress.com&blog=2328232&post=246&subd=ppshein&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ppshein.wordpress.com/2009/11/05/cfqueryparam-and-oracle-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ppshein</media:title>
		</media:content>
	</item>
		<item>
		<title>Check mouse pointer location</title>
		<link>http://ppshein.wordpress.com/2009/11/02/check-mouse-pointer-location/</link>
		<comments>http://ppshein.wordpress.com/2009/11/02/check-mouse-pointer-location/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 08:12:49 +0000</pubDate>
		<dc:creator>ppshein</dc:creator>
				<category><![CDATA[Informations]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[pointer]]></category>

		<guid isPermaLink="false">http://ppshein.wordpress.com/?p=242</guid>
		<description><![CDATA[Do you want to check your mouse pointer location? It&#8217;s kinda simple. Check it out.
&#160;
&#60;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01//EN&#8221; &#8220;http://www.w3.org/TR/html4/strict.dtd&#8221;&#62;
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Browser Coordinate Computation Demo&#60;/title&#62;
&#60;script type=&#8221;text/javascript&#8221;&#62;
function move(e)
{
if (!e) e= event;
var docX,docY;
if (e.pageX == null)
{
// IE case
var d= (document.documentElement &#38;&#38;
document.documentElement.scrollLeft != null) ?
document.documentElement : document.body;
docX= e.clientX + d.scrollLeft;
docY= e.clientY + d.scrollTop;
}
else
{
// all other browsers
docX= e.pageX;
docY= e.pageY;
}
var coord= [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppshein.wordpress.com&blog=2328232&post=242&subd=ppshein&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ppshein.wordpress.com/2009/11/02/check-mouse-pointer-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ppshein</media:title>
		</media:content>
	</item>
		<item>
		<title>raphael js</title>
		<link>http://ppshein.wordpress.com/2009/10/30/raphael-js/</link>
		<comments>http://ppshein.wordpress.com/2009/10/30/raphael-js/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 08:41:48 +0000</pubDate>
		<dc:creator>ppshein</dc:creator>
				<category><![CDATA[Informations]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[raphaeljs]]></category>

		<guid isPermaLink="false">http://ppshein.wordpress.com/?p=240</guid>
		<description><![CDATA[I was speechless after surfing this website. All of his projects make me awe. We can refer or modify more useful projects by the way of learning his javascript projects.
Cheers,
http://raphaeljs.com/
&#160;
 Tagged: awesome, Javascript, raphaeljs      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppshein.wordpress.com&blog=2328232&post=240&subd=ppshein&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ppshein.wordpress.com/2009/10/30/raphael-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ppshein</media:title>
		</media:content>
	</item>
		<item>
		<title>Refresh parent window from child window with ShowModalDialog</title>
		<link>http://ppshein.wordpress.com/2009/10/28/refresh-parent-window-from-child-window-with-showmodaldialog/</link>
		<comments>http://ppshein.wordpress.com/2009/10/28/refresh-parent-window-from-child-window-with-showmodaldialog/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 02:31:33 +0000</pubDate>
		<dc:creator>ppshein</dc:creator>
				<category><![CDATA[Informations]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[showmodaldialog]]></category>

		<guid isPermaLink="false">http://ppshein.wordpress.com/?p=237</guid>
		<description><![CDATA[Yesterday, I was in problem. Because, my supervisor told me to refresh main window from child window when child window is closed. I thought, I could do it with window.opener.location.href. Actually, it doesn&#8217;t work because this new window is created by showmodaldialog of javascript. That&#8217;s why I was running through on it. Finally, I got [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ppshein.wordpress.com&blog=2328232&post=237&subd=ppshein&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ppshein.wordpress.com/2009/10/28/refresh-parent-window-from-child-window-with-showmodaldialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">ppshein</media:title>
		</media:content>
	</item>
	</channel>
</rss>