<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4742222999985096708</id><updated>2012-01-12T10:52:58.828-08:00</updated><category term='System Function Example'/><category term='Extensibility Function Example'/><category term='coldfusion cfcache example'/><category term='Mathematical Function Example'/><category term='coldfusion other tags example'/><category term='cfimage example'/><category term='cfscript example'/><category term='cfchart example'/><category term='Date and Time Function Example'/><category term='cfdump example'/><category term='Conversion Function Example'/><category term='cfgrid example'/><category term='cfdocument example'/><category term='coldfusion cfdiv example'/><category term='cfsetting example'/><category term='cfswitch example'/><category term='cfwindow example'/><category term='cfcalendar example'/><category term='cfmenu example'/><category term='cfsilent example'/><category term='Other Function Example'/><category term='Query Function Example'/><category term='Image Function Example'/><category term='cftable example'/><category term='Decision Function Example'/><category term='cfdirectory example'/><category term='cfoutput example'/><category term='cfformgroup example'/><category term='Ajax Example'/><category term='cfinput example'/><category term='cfform example'/><category term='cfcomponent example'/><category term='coldfusion cfbreak example'/><category term='cftextarea example'/><category term='Array Function Example'/><category term='coldfusion basic example'/><category term='International Function Example'/><category term='Structure Function Example'/><category term='cfhttp example'/><category term='Security Function Example'/><category term='cfpod example'/><category term='cfloop example'/><category term='cfquery example'/><category term='cfajaximport example'/><category term='cffunction example'/><category term='cfapplication example'/><category term='cfpresentation example'/><category term='cfmap example'/><category term='coldfusion cfdbinfo example'/><category term='coldfusion cflogin example'/><category term='coldfusion cfflush example'/><category term='String Function Example'/><category term='cffile example'/><category term='coldfusion cflocation example'/><category term='coldfusion cfabort example'/><category term='cflayout example'/><category term='List Function Example'/><category term='cfslider example'/><category term='cfargument example'/><category term='cfinvoke example'/><category term='Display and Formatting Function Example'/><category term='Dynamic Evaluation Function Example'/><category term='cftry example'/><category term='cfselect example'/><title type='text'>coldfusion example</title><subtitle type='html'>adobe coldfusion example</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://coldfusion-example.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default?start-index=101&amp;max-results=100'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>581</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7753418627424764163</id><published>2011-03-29T08:48:00.000-07:00</published><updated>2011-03-29T08:59:10.437-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate earth type google map in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate earth type google map in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmaptypeearth.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate earth type google map in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:IndianRed; font-style:italic"&amp;gt;
 cfmap tag - how to generate earth
    &amp;lt;br /&amp;gt; type google map in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="Pink" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;cfmap 
    centeraddress="Nebraska"
    height="425"    
    width="650"
    hideborder="no"
    title="earth type google map (Nebraska)"
    zoomlevel="6"
    zoomcontrol="large3d"
    typecontrol="none"
    type="earth"
    &amp;gt;
&amp;lt;/cfmap&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-au9qwIvrlDM/TZH_WieeBLI/AAAAAAAABwE/TPQGhW4YosU/s1600/cfmaptypeearth.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 354px;" src="http://4.bp.blogspot.com/-au9qwIvrlDM/TZH_WieeBLI/AAAAAAAABwE/TPQGhW4YosU/s400/cfmaptypeearth.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589529375220303026" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-viCGJbIUBRU/TZIBujSs3lI/AAAAAAAABwM/IU130_MA5Xk/s1600/cfmaptypeearth1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 353px;" src="http://3.bp.blogspot.com/-viCGJbIUBRU/TZIBujSs3lI/AAAAAAAABwM/IU130_MA5Xk/s400/cfmaptypeearth1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589531986779496018" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7753418627424764163?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7753418627424764163'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7753418627424764163'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-earth-type.html' title='cfmap tag - how to generate earth type google map in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-au9qwIvrlDM/TZH_WieeBLI/AAAAAAAABwE/TPQGhW4YosU/s72-c/cfmaptypeearth.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-819338209550324699</id><published>2011-03-29T08:27:00.000-07:00</published><updated>2011-03-29T08:30:15.904-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate terrain type google map in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate terrain type google map in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmaptypeterrain.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate terrain type google map in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkOrchid; font-style:italic"&amp;gt;
 cfmap tag - how to generate terrain
    &amp;lt;br /&amp;gt; type google map in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="Orchid" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;cfmap 
    centeraddress="Mississippi"
    height="425"    
    width="650"
    hideborder="no"
    title="terrain type google map (Mississippi)"
    zoomlevel="6"
    zoomcontrol="large3d"
    typecontrol="none"
    type="terrain"
    &amp;gt;
&amp;lt;/cfmap&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-sR7yM9ZVxtk/TZH6wcJXVgI/AAAAAAAABv0/sBbbsR7ketw/s1600/cfmaptypeterrain.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 353px;" src="http://4.bp.blogspot.com/-sR7yM9ZVxtk/TZH6wcJXVgI/AAAAAAAABv0/sBbbsR7ketw/s400/cfmaptypeterrain.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589524322639631874" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-B6_EYYuoRHI/TZH667Q5JrI/AAAAAAAABv8/CvT-XuCr1vs/s1600/cfmaptypeterrain1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 354px;" src="http://4.bp.blogspot.com/-B6_EYYuoRHI/TZH667Q5JrI/AAAAAAAABv8/CvT-XuCr1vs/s400/cfmaptypeterrain1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589524502791399090" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-819338209550324699?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/819338209550324699'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/819338209550324699'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-terrain-type.html' title='cfmap tag - how to generate terrain type google map in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-sR7yM9ZVxtk/TZH6wcJXVgI/AAAAAAAABv0/sBbbsR7ketw/s72-c/cfmaptypeterrain.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8328676541453680121</id><published>2011-03-29T07:15:00.001-07:00</published><updated>2011-03-29T07:17:41.114-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate hybrid type google map in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate hybrid type google map in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmaptypehybrid.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate hybrid type google map in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;
 cfmap tag - how to generate hybrid
    &amp;lt;br /&amp;gt; type google map in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="500" align="left" color="CadetBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;cfmap 
    centeraddress="Colorado"
    height="425"    
    width="650"
    hideborder="no"
    title="hybrid type google map (Colorado)"
    zoomlevel="6"
    zoomcontrol="small3d"
    typecontrol="none"
    type="hybrid"
    &amp;gt;
&amp;lt;/cfmap&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/--FGJzMbmJmQ/TZHpjsMdP0I/AAAAAAAABvc/p3ARYzrqs1k/s1600/cfmaptypehybrid.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 352px;" src="http://3.bp.blogspot.com/--FGJzMbmJmQ/TZHpjsMdP0I/AAAAAAAABvc/p3ARYzrqs1k/s400/cfmaptypehybrid.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589505411911597890" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-WpdsBztnifw/TZHp5t5oHUI/AAAAAAAABvk/chAjw76fueg/s1600/cfmaptypehybrid1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 353px;" src="http://2.bp.blogspot.com/-WpdsBztnifw/TZHp5t5oHUI/AAAAAAAABvk/chAjw76fueg/s400/cfmaptypehybrid1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589505790326611266" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8328676541453680121?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8328676541453680121'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8328676541453680121'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-hybrid-type.html' title='cfmap tag - how to generate hybrid type google map in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/--FGJzMbmJmQ/TZHpjsMdP0I/AAAAAAAABvc/p3ARYzrqs1k/s72-c/cfmaptypehybrid.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5111998935489021584</id><published>2011-03-29T07:02:00.000-07:00</published><updated>2011-03-29T07:05:32.106-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate satellite type google map in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate satellite type google map in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmaptypesatellite.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate satellite type google map in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate satellite
    &amp;lt;br /&amp;gt; type google map in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="500" align="left" color="LightBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;cfmap 
    centeraddress="Alaska"
    height="400"    
    width="600"
    hideborder="no"
    title="satellite type google map (Alaska)"
    zoomlevel="5"
    typecontrol="none"
    type="satellite"
    &amp;gt;
&amp;lt;/cfmap&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-5yAqhqZ6dHM/TZHmti0m8EI/AAAAAAAABvM/G9uDsVYM2hs/s1600/cfmaptypesatellite.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 366px;" src="http://4.bp.blogspot.com/-5yAqhqZ6dHM/TZHmti0m8EI/AAAAAAAABvM/G9uDsVYM2hs/s400/cfmaptypesatellite.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589502282659459138" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-NxZfrHWv0FQ/TZHnCAkNXPI/AAAAAAAABvU/kBVqby-p19s/s1600/cfmaptypesatellite1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 366px;" src="http://1.bp.blogspot.com/-NxZfrHWv0FQ/TZHnCAkNXPI/AAAAAAAABvU/kBVqby-p19s/s400/cfmaptypesatellite1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589502634241121522" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5111998935489021584?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5111998935489021584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5111998935489021584'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-satellite.html' title='cfmap tag - how to generate satellite type google map in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-5yAqhqZ6dHM/TZHmti0m8EI/AAAAAAAABvM/G9uDsVYM2hs/s72-c/cfmaptypesatellite.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8283461486955952941</id><published>2011-03-29T06:26:00.000-07:00</published><updated>2011-03-29T06:29:23.338-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map with advanced type control in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map with advanced type control in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmaptypecontroladvanced.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map with advanced type control in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; with advanced type control in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="500" align="left" color="DarkGreen" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="10" style="border:1px solid DarkGreen; background-color:ForestGreen;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Arizona"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with basic type control"
                zoomlevel="5"
                typecontrol="basic"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Arizona"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with advanced type control"
                zoomlevel="5"
                typecontrol="advanced"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-5wjwuS6fCBQ/TZHeTM4WBzI/AAAAAAAABu8/OCruoySAZKo/s1600/cfmaptypecontroladvanced.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 289px;" src="http://2.bp.blogspot.com/-5wjwuS6fCBQ/TZHeTM4WBzI/AAAAAAAABu8/OCruoySAZKo/s400/cfmaptypecontroladvanced.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589493033999927090" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-o1zUDrM6ieI/TZHej0MZ69I/AAAAAAAABvE/KsKZYrtrR_4/s1600/cfmaptypecontroladvanced1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://4.bp.blogspot.com/-o1zUDrM6ieI/TZHej0MZ69I/AAAAAAAABvE/KsKZYrtrR_4/s400/cfmaptypecontroladvanced1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589493319430958034" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8283461486955952941?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8283461486955952941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8283461486955952941'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_6277.html' title='cfmap tag - how to generate google map with advanced type control in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-5wjwuS6fCBQ/TZHeTM4WBzI/AAAAAAAABu8/OCruoySAZKo/s72-c/cfmaptypecontroladvanced.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7388118411778930933</id><published>2011-03-29T06:09:00.000-07:00</published><updated>2011-03-29T06:12:14.433-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map without type control in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map without type control in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmaptypecontrolnone.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map without type control in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; without type control in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="500" align="left" color="DarkOrchid" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="10" style="border:1px solid DarkOrchid; background-color:Orchid;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Utah"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with basic type control"
                zoomlevel="5"
                typecontrol="basic"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Utah"
                height="350"    
                width="350"
                hideborder="no"
                title="Map without type control"
                zoomlevel="5"
                typecontrol="none"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-Ch_djIlqW78/TZHaSmqlWXI/AAAAAAAABus/K5AiCNICB6g/s1600/cfmaptypecontrolnone.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 289px;" src="http://3.bp.blogspot.com/-Ch_djIlqW78/TZHaSmqlWXI/AAAAAAAABus/K5AiCNICB6g/s400/cfmaptypecontrolnone.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589488625695152498" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-z2aklD9I6qw/TZHak5d0kaI/AAAAAAAABu0/pgGS7pkTdOs/s1600/cfmaptypecontrolnone1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://3.bp.blogspot.com/-z2aklD9I6qw/TZHak5d0kaI/AAAAAAAABu0/pgGS7pkTdOs/s400/cfmaptypecontrolnone1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589488939979542946" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7388118411778930933?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7388118411778930933'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7388118411778930933'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_29.html' title='cfmap tag - how to generate google map without type control in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-Ch_djIlqW78/TZHaSmqlWXI/AAAAAAAABus/K5AiCNICB6g/s72-c/cfmaptypecontrolnone.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3168519933249620070</id><published>2011-03-28T09:11:00.000-07:00</published><updated>2011-03-28T09:14:54.087-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map with small3d or large3d zoom control in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map with small3d or large3d zoom control in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapzoomcontrolsmall3d.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map with small3d or large3d zoom control in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; with small3d or large3d zoom control in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="575" align="left" color="RoyalBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="10" style="border:1px solid RoyalBlue; background-color:CornFlowerBlue;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Illinois"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with small3d zoom control"
                zoomlevel="5"
                zoomcontrol="small3d"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Illinois"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with large3d zoom control"
                zoomlevel="5"
                zoomcontrol="large3d"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-VtlVh58wyug/TZCzhpe5KWI/AAAAAAAABuc/m0y53Qw0tSc/s1600/cfmapzoomcontrolsmall3d.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://2.bp.blogspot.com/-VtlVh58wyug/TZCzhpe5KWI/AAAAAAAABuc/m0y53Qw0tSc/s400/cfmapzoomcontrolsmall3d.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589164528219269474" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-FrNStVQrhv8/TZCz1d5rK0I/AAAAAAAABuk/cdyT_dEsc5I/s1600/cfmapzoomcontrolsmall3d1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://3.bp.blogspot.com/-FrNStVQrhv8/TZCz1d5rK0I/AAAAAAAABuk/cdyT_dEsc5I/s400/cfmapzoomcontrolsmall3d1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589164868707756866" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3168519933249620070?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3168519933249620070'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3168519933249620070'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_1782.html' title='cfmap tag - how to generate google map with small3d or large3d zoom control in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-VtlVh58wyug/TZCzhpe5KWI/AAAAAAAABuc/m0y53Qw0tSc/s72-c/cfmapzoomcontrolsmall3d.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5844643383307995236</id><published>2011-03-28T09:03:00.000-07:00</published><updated>2011-03-28T09:05:19.513-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map with large zoom control in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map with large zoom control in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapzoomcontrollarge.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map with large zoom control in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; with large zoom control in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="550" align="left" color="Purple" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="10" style="border:1px solid MediumPurple; background-color:Purple;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Kansas"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with small zoom control"
                zoomlevel="5"
                zoomcontrol="small"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Kansas"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with large zoom control"
                zoomlevel="5"
                zoomcontrol="large"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-ok3ifM6IfcQ/TZCxaENiD8I/AAAAAAAABuM/fE3ruPaEnbw/s1600/cfmapzoomcontrollarge.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 287px;" src="http://1.bp.blogspot.com/-ok3ifM6IfcQ/TZCxaENiD8I/AAAAAAAABuM/fE3ruPaEnbw/s400/cfmapzoomcontrollarge.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589162198932000706" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-21Iiz1B_UCo/TZCxofPhCAI/AAAAAAAABuU/jCrFEQprVqw/s1600/cfmapzoomcontrollarge1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://1.bp.blogspot.com/-21Iiz1B_UCo/TZCxofPhCAI/AAAAAAAABuU/jCrFEQprVqw/s400/cfmapzoomcontrollarge1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589162446706247682" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5844643383307995236?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5844643383307995236'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5844643383307995236'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_9861.html' title='cfmap tag - how to generate google map with large zoom control in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-ok3ifM6IfcQ/TZCxaENiD8I/AAAAAAAABuM/fE3ruPaEnbw/s72-c/cfmapzoomcontrollarge.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5159499747932033812</id><published>2011-03-28T08:43:00.000-07:00</published><updated>2011-03-28T08:46:06.338-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map without zoom control in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map without zoom control in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapzoomcontrol.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map without zoom control in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; without zoom control in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="550" align="left" color="SaddleBrown" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="10" style="border:1px solid Maroon; background-color:Magenta;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Wisconsin"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with zoom control"
                zoomlevel="5"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Wisconsin"
                height="350"    
                width="350"
                hideborder="no"
                title="Map without zoom control"
                zoomcontrol="none"
                zoomlevel="5"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-dVg65K-NMoA/TZCs5YZbFsI/AAAAAAAABt8/yCLRk5N754M/s1600/cfmapzoomcontrol.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://3.bp.blogspot.com/-dVg65K-NMoA/TZCs5YZbFsI/AAAAAAAABt8/yCLRk5N754M/s400/cfmapzoomcontrol.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589157239368390338" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-ztxBVcYsJns/TZCtIYpbPCI/AAAAAAAABuE/mFiNKf8_1nY/s1600/cfmapzoomcontrol1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://3.bp.blogspot.com/-ztxBVcYsJns/TZCtIYpbPCI/AAAAAAAABuE/mFiNKf8_1nY/s400/cfmapzoomcontrol1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589157497133546530" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5159499747932033812?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5159499747932033812'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5159499747932033812'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_4175.html' title='cfmap tag - how to generate google map without zoom control in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-dVg65K-NMoA/TZCs5YZbFsI/AAAAAAAABt8/yCLRk5N754M/s72-c/cfmapzoomcontrol.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5656647605164817199</id><published>2011-03-28T07:59:00.000-07:00</published><updated>2011-03-28T08:01:43.404-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map with specific starting zoom level in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map with specific starting zoom level in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapzoomlevel.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map with specific starting zoom level in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; with specific starting zoom level in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="550" align="left" color="SaddleBrown" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="10" style="border:1px solid DarkViolet; background-color:Violet;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Iowa"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with starting zoom level 3"
                zoomlevel="3"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Iowa"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with starting zoom level 5"
                zoomlevel="5"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-Q5o5-Su1Hr4/TZCicNqwVJI/AAAAAAAABts/deWEibPOLfc/s1600/cfmapzoomlevel.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://3.bp.blogspot.com/-Q5o5-Su1Hr4/TZCicNqwVJI/AAAAAAAABts/deWEibPOLfc/s400/cfmapzoomlevel.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589145743155811474" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-EDfPAUdKBGI/TZCiuYh5uCI/AAAAAAAABt0/isFlgFoYIkM/s1600/cfmapzoomlevel1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://1.bp.blogspot.com/-EDfPAUdKBGI/TZCiuYh5uCI/AAAAAAAABt0/isFlgFoYIkM/s400/cfmapzoomlevel1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589146055309113378" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5656647605164817199?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5656647605164817199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5656647605164817199'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_2633.html' title='cfmap tag - how to generate google map with specific starting zoom level in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-Q5o5-Su1Hr4/TZCicNqwVJI/AAAAAAAABts/deWEibPOLfc/s72-c/cfmapzoomlevel.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1856995964744015882</id><published>2011-03-28T07:44:00.000-07:00</published><updated>2011-03-28T07:46:36.994-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map with a title in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map with a title in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmaptitle.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map with a title in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; with a title in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="475" align="left" color="IndianRed" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="10" style="border:1px solid OliveDrab; background-color:Olive;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Connecticut"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with title [Connecticut city]"
                zoomlevel="5"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Connecticut"
                height="350"    
                width="350"
                hideborder="yes"
                zoomlevel="5"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-p8QckuSMuQU/TZCe9f9moqI/AAAAAAAABtc/oKUqvwjXOlQ/s1600/cfmaptitle.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 289px;" src="http://2.bp.blogspot.com/-p8QckuSMuQU/TZCe9f9moqI/AAAAAAAABtc/oKUqvwjXOlQ/s400/cfmaptitle.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589141916955878050" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-qnTOU5zDKXE/TZCfKhs8W4I/AAAAAAAABtk/PKfZV1lPRo4/s1600/cfmaptitle1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://1.bp.blogspot.com/-qnTOU5zDKXE/TZCfKhs8W4I/AAAAAAAABtk/PKfZV1lPRo4/s400/cfmaptitle1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589142140761168770" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1856995964744015882?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1856995964744015882'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1856995964744015882'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_5901.html' title='cfmap tag - how to generate google map with a title in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-p8QckuSMuQU/TZCe9f9moqI/AAAAAAAABtc/oKUqvwjXOlQ/s72-c/cfmaptitle.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7778415469337636118</id><published>2011-03-28T07:29:00.000-07:00</published><updated>2011-03-28T07:31:33.642-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map with center address tool tip (short description) in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map with center address tool tip (short description) in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmaptip.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map with center address tool tip (short description) in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map with center address
    &amp;lt;br /&amp;gt; tool tip (short description) in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="575" align="left" color="Crimson" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="10" style="border:1px solid DeepPink; background-color:Pink;"&amp;gt;
 &amp;lt;tr&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Nevada"
                height="350"    
                width="350"
                hideborder="no"
                title="Map without tip"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Nevada"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with tip"
                tip="Nevada City"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/--g_C2Vn-dFA/TZCbf44lCrI/AAAAAAAABtM/PzAW00Aljsw/s1600/cfmaptip.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://3.bp.blogspot.com/--g_C2Vn-dFA/TZCbf44lCrI/AAAAAAAABtM/PzAW00Aljsw/s400/cfmaptip.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589138109714729650" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-UE3NcBC6oUo/TZCbqD8M9UI/AAAAAAAABtU/Bb1uMZz2WYQ/s1600/cfmaptip1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 287px;" src="http://3.bp.blogspot.com/-UE3NcBC6oUo/TZCbqD8M9UI/AAAAAAAABtU/Bb1uMZz2WYQ/s400/cfmaptip1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589138284481410370" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7778415469337636118?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7778415469337636118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7778415469337636118'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_5117.html' title='cfmap tag - how to generate google map with center address tool tip (short description) in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/--g_C2Vn-dFA/TZCbf44lCrI/AAAAAAAABtM/PzAW00Aljsw/s72-c/cfmaptip.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-9074862504099885106</id><published>2011-03-28T02:25:00.000-07:00</published><updated>2011-03-28T02:27:48.632-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to disable scrollwheelzoom (mouse wheel zooming) in google map in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to disable scrollwheelzoom (mouse wheel zooming) in google map in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     ComboBoxChangeDataSource.aspx
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to disable scrollwheelzoom (mouse wheel zooming) in google map in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to disable scrollwheelzoom
    &amp;lt;br /&amp;gt; (mouse wheel zooming) in google map in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="DarkBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="10" style="border:1px solid IndianRed; background-color:Tomato;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Minnesota"
                height="350"    
                width="350"
                hideborder="no"
                title="scrollwheelzoom enable"
                scrollwheelzoom="yes"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Minnesota"
                height="350"    
                width="350"
                hideborder="no"
                title="scrollwheelzoom disable"
                scrollwheelzoom="no"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-yDqhSGEGwFc/TZBUOfwH-jI/AAAAAAAABs8/RDsRRtsZhaw/s1600/cfmapscrollwheelzoom.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://3.bp.blogspot.com/-yDqhSGEGwFc/TZBUOfwH-jI/AAAAAAAABs8/RDsRRtsZhaw/s400/cfmapscrollwheelzoom.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589059745585035826" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-0T9FwiFBPn8/TZBUd5-x0fI/AAAAAAAABtE/XDOhNp5lROQ/s1600/cfmapscrollwheelzoom1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://3.bp.blogspot.com/-0T9FwiFBPn8/TZBUd5-x0fI/AAAAAAAABtE/XDOhNp5lROQ/s400/cfmapscrollwheelzoom1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589060010323857906" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-9074862504099885106?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/9074862504099885106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/9074862504099885106'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-disable_28.html' title='cfmap tag - how to disable scrollwheelzoom (mouse wheel zooming) in google map in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-yDqhSGEGwFc/TZBUOfwH-jI/AAAAAAAABs8/RDsRRtsZhaw/s72-c/cfmapscrollwheelzoom.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6317205225772556966</id><published>2011-03-28T02:12:00.000-07:00</published><updated>2011-03-28T02:17:21.526-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map with overview panel in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map with overview panel in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapoverview.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map with overview panel in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; with overview panel in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="DarkBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="5" style="border:1px solid DarkKhaki; background-color:Khaki;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Maryland"
                height="350"    
                width="350"
                hideborder="no"
                title="Map without overview panel"
                overview="no"
                zoomlevel="5"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Maryland"
                height="350"    
                width="350"
                hideborder="no"
                title="Map with overview panel"
                overview="yes"
                zoomlevel="5"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-txqGlGIoia8/TZBRKmbxioI/AAAAAAAABss/vTLfGUREzXE/s1600/cfmapoverview.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 288px;" src="http://2.bp.blogspot.com/-txqGlGIoia8/TZBRKmbxioI/AAAAAAAABss/vTLfGUREzXE/s400/cfmapoverview.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589056380124367490" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-DO38JP1cNCI/TZBSBi7FRpI/AAAAAAAABs0/l1MRqA_QKT8/s1600/cfmapoverview1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 286px;" src="http://2.bp.blogspot.com/-DO38JP1cNCI/TZBSBi7FRpI/AAAAAAAABs0/l1MRqA_QKT8/s400/cfmapoverview1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589057324074747538" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6317205225772556966?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6317205225772556966'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6317205225772556966'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_28.html' title='cfmap tag - how to generate google map with overview panel in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-txqGlGIoia8/TZBRKmbxioI/AAAAAAAABss/vTLfGUREzXE/s72-c/cfmapoverview.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1103148854914225356</id><published>2011-03-28T01:53:00.000-07:00</published><updated>2011-03-28T01:56:38.793-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to disable doubleclickzoom in google map in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to disable doubleclickzoom in google map in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapdoubleclickzoom.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to disable doubleclickzoom in google map in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to disable doubleclickzoom
    &amp;lt;br /&amp;gt; in google map in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="DarkBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;table cellpadding="10" style="border:1px solid SaddleBrown; background-color:SandyBrown;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Kentucky"
                height="350"    
                width="350"
                hideborder="no"
                title="doubleclickzoom enable"
                doubleclickzoom="yes"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Kentucky"
                height="350"    
                width="350"
                hideborder="no"
                title="doubleclickzoom disable"
                doubleclickzoom="no"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-HxWEvN3Tyng/TZBMy3BW8YI/AAAAAAAABsU/Bs54pYct_B4/s1600/cfmapdoubleclickzoom.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 289px;" src="http://4.bp.blogspot.com/-HxWEvN3Tyng/TZBMy3BW8YI/AAAAAAAABsU/Bs54pYct_B4/s400/cfmapdoubleclickzoom.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589051574213603714" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-o8DTGOe0Xt0/TZBM-y1bl0I/AAAAAAAABsc/TBB9qkF41bo/s1600/cfmapdoubleclickzoom1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 289px;" src="http://1.bp.blogspot.com/-o8DTGOe0Xt0/TZBM-y1bl0I/AAAAAAAABsc/TBB9qkF41bo/s400/cfmapdoubleclickzoom1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589051779248265026" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-5ma39gzBU8k/TZBNKL73d_I/AAAAAAAABsk/pJGwydaYoiE/s1600/cfmapdoubleclickzoom2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 289px;" src="http://2.bp.blogspot.com/-5ma39gzBU8k/TZBNKL73d_I/AAAAAAAABsk/pJGwydaYoiE/s400/cfmapdoubleclickzoom2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589051974964705266" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1103148854914225356?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1103148854914225356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1103148854914225356'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-disable.html' title='cfmap tag - how to disable doubleclickzoom in google map in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-HxWEvN3Tyng/TZBMy3BW8YI/AAAAAAAABsU/Bs54pYct_B4/s72-c/cfmapdoubleclickzoom.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6308181253821489539</id><published>2011-03-28T01:40:00.000-07:00</published><updated>2011-03-28T01:42:21.157-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to disable continuouszoom (smooth zooming) in google map in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to disable continuouszoom (smooth zooming) in google map in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapcontinuouszoom.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to disable continuouszoom (smooth zooming) in google map in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to disable continuouszoom
    &amp;lt;br /&amp;gt; (smooth zooming) in google map in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="DarkBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;
&amp;lt;table cellpadding="10" style="border:1px solid OrangeRed; background-color:Orange;"&amp;gt;
 &amp;lt;tr valign="top"&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Texas"
                height="300"    
                width="300"
                hideborder="no"
                title="Enable continuouszoom"
                continuouszoom="yes"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Texas"
                height="300"    
                width="300"
                hideborder="no"
                title="Disable continuouszoom"
                continuouszoom="no"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-8s5FIZzREJk/TZBJrrveM-I/AAAAAAAABsE/WG9DBPatSgY/s1600/cfmapcontinuouszoom.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 304px;" src="http://3.bp.blogspot.com/-8s5FIZzREJk/TZBJrrveM-I/AAAAAAAABsE/WG9DBPatSgY/s400/cfmapcontinuouszoom.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589048152391824354" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-m7a211us8tM/TZBJ0tX6tOI/AAAAAAAABsM/ozdZ-tcs1cw/s1600/cfmapcontinuouszoom1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 302px;" src="http://3.bp.blogspot.com/-m7a211us8tM/TZBJ0tX6tOI/AAAAAAAABsM/ozdZ-tcs1cw/s400/cfmapcontinuouszoom1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589048307448722658" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6308181253821489539?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6308181253821489539'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6308181253821489539'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-disable-continuouszoom.html' title='cfmap tag - how to disable continuouszoom (smooth zooming) in google map in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-8s5FIZzREJk/TZBJrrveM-I/AAAAAAAABsE/WG9DBPatSgY/s72-c/cfmapcontinuouszoom.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-2744294848757320055</id><published>2011-03-28T01:23:00.000-07:00</published><updated>2011-03-28T01:26:20.760-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate collapsible google map in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate collapsible google map in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapcollapsible.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate collapsible google map in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate collapsible
    &amp;lt;br /&amp;gt; google map in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="DarkGreen" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;cfmap 
    name="CollapsibleGoogleMap"
    centeraddress="Kansas"
    height="350"    
    width="650"
    hideborder="no"
    title="Map with collapsible attribute true"
    collapsible="yes"
    zoomlevel="5"
    &amp;gt;
&amp;lt;/cfmap&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-Os0BZATqFZY/TZBFyb8QsCI/AAAAAAAABrs/gfyqBfbCPl8/s1600/cfmapcollapsible.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 309px;" src="http://4.bp.blogspot.com/-Os0BZATqFZY/TZBFyb8QsCI/AAAAAAAABrs/gfyqBfbCPl8/s400/cfmapcollapsible.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5589043870363070498" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-OvU0TqItxCc/TZBF6T2iFbI/AAAAAAAABr0/BXZN7W91Go4/s1600/cfmapcollapsible1.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 236px;" src="http://2.bp.blogspot.com/-OvU0TqItxCc/TZBF6T2iFbI/AAAAAAAABr0/BXZN7W91Go4/s400/cfmapcollapsible1.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5589044005630514610" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-edGdCZOY1Ag/TZBGEqgAf7I/AAAAAAAABr8/v7u_u130pFk/s1600/cfmapcollapsible2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 311px;" src="http://1.bp.blogspot.com/-edGdCZOY1Ag/TZBGEqgAf7I/AAAAAAAABr8/v7u_u130pFk/s400/cfmapcollapsible2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5589044183508746162" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-2744294848757320055?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2744294848757320055'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2744294848757320055'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-collapsible.html' title='cfmap tag - how to generate collapsible google map in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-Os0BZATqFZY/TZBFyb8QsCI/AAAAAAAABrs/gfyqBfbCPl8/s72-c/cfmapcollapsible.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8486900506838899792</id><published>2011-03-27T09:09:00.000-07:00</published><updated>2011-03-27T09:11:43.037-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map with scale control in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map with scale control in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapshowscale.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map with scale control in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; with scale control in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="DarkBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;
&amp;lt;table cellpadding="5" style="border:1px solid LightBlue; background-color:CadetBlue;"&amp;gt;
 &amp;lt;tr&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Beijing"
                height="300"    
                width="300"
                hideborder="no"
                title="Map without scale control"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Beijing"
                height="300"    
                width="300"
                hideborder="no"
                title="Map with scale control"
                showscale="yes"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-VNHqe6DER6Q/TY9hTVGvroI/AAAAAAAABrc/dzPjaejsImc/s1600/cfmapshowscale.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 303px;" src="http://2.bp.blogspot.com/-VNHqe6DER6Q/TY9hTVGvroI/AAAAAAAABrc/dzPjaejsImc/s400/cfmapshowscale.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5588792647300918914" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-d9LL9lZNMUg/TY9hn0IbNuI/AAAAAAAABrk/THgq-MDaYBc/s1600/cfmapshowscale1.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 302px;" src="http://4.bp.blogspot.com/-d9LL9lZNMUg/TY9hn0IbNuI/AAAAAAAABrk/THgq-MDaYBc/s400/cfmapshowscale1.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5588792999226848994" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8486900506838899792?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8486900506838899792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8486900506838899792'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_7212.html' title='cfmap tag - how to generate google map with scale control in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-VNHqe6DER6Q/TY9hTVGvroI/AAAAAAAABrc/dzPjaejsImc/s72-c/cfmapshowscale.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6142723679295040267</id><published>2011-03-27T08:54:00.000-07:00</published><updated>2011-03-27T08:56:58.976-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map without center marker icon in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map without center marker icon in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapshowhidecentermarker.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map without center marker icon in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; without center marker icon in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="CadetBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;
&amp;lt;table cellpadding="5" style="border:1px solid LightBlue; background-color:AliceBlue;"&amp;gt;
 &amp;lt;tr&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Shanghai"
                height="300"    
                width="300"
                hideborder="no"
                title="Map with center marker icon"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Shanghai"
                height="300"    
                width="300"
                hideborder="no"
                title="Map without center marker icon"
                showcentermarker="no"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-e4d0inIGH2A/TY9d6-j2PtI/AAAAAAAABrM/jNUE_oGTwms/s1600/cfmapshowhidecentermarker.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 302px;" src="http://3.bp.blogspot.com/-e4d0inIGH2A/TY9d6-j2PtI/AAAAAAAABrM/jNUE_oGTwms/s400/cfmapshowhidecentermarker.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5588788930397224658" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-saf7KUUNj7Q/TY9eKo948XI/AAAAAAAABrU/qozfkioBbeE/s1600/cfmapshowhidecentermarker1.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 305px;" src="http://4.bp.blogspot.com/-saf7KUUNj7Q/TY9eKo948XI/AAAAAAAABrU/qozfkioBbeE/s400/cfmapshowhidecentermarker1.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5588789199478780274" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6142723679295040267?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6142723679295040267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6142723679295040267'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map_27.html' title='cfmap tag - how to generate google map without center marker icon in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-e4d0inIGH2A/TY9d6-j2PtI/AAAAAAAABrM/jNUE_oGTwms/s72-c/cfmapshowhidecentermarker.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7556474516752397523</id><published>2011-03-27T08:34:00.000-07:00</published><updated>2011-03-27T08:36:53.802-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to generate google map with custom marker icon in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to generate google map with custom marker icon in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapcustommarkericon.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to generate google map with custom marker icon in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to generate google map
    &amp;lt;br /&amp;gt; with custom marker icon in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="DarkBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;
&amp;lt;table cellpadding="3"&amp;gt;
 &amp;lt;tr&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Tokyo"
                height="300"    
                width="300"
                hideborder="no"
                title="Map with default marker icon"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Tokyo"
                height="300"    
                width="300"
                hideborder="no"
                title="Map with custom marker icon"
                markericon="images/markericon.png"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-PA3HnnZ33mY/TY9ZPLEkvFI/AAAAAAAABq8/_cZOvK7qq6E/s1600/cfmapcustommarkericon.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 302px;" src="http://2.bp.blogspot.com/-PA3HnnZ33mY/TY9ZPLEkvFI/AAAAAAAABq8/_cZOvK7qq6E/s400/cfmapcustommarkericon.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5588783779794959442" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-7ndzDMqCmpY/TY9ZdApYg9I/AAAAAAAABrE/XXcwmcrmS-4/s1600/cfmapcustommarkericon1.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 303px;" src="http://2.bp.blogspot.com/-7ndzDMqCmpY/TY9ZdApYg9I/AAAAAAAABrE/XXcwmcrmS-4/s400/cfmapcustommarkericon1.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5588784017514726354" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7556474516752397523?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7556474516752397523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7556474516752397523'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-generate-google-map.html' title='cfmap tag - how to generate google map with custom marker icon in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-PA3HnnZ33mY/TY9ZPLEkvFI/AAAAAAAABq8/_cZOvK7qq6E/s72-c/cfmapcustommarkericon.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1997614187149290015</id><published>2011-03-27T07:19:00.000-07:00</published><updated>2011-03-27T07:21:11.555-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>cfmap tag - how to change marker color in google map in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfmap tag - how to change marker color in google map in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapmarkercolor.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfmap tag - how to change marker color in google map in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfmap tag - how to change marker color
    &amp;lt;br /&amp;gt; in google map in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="DarkBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;
&amp;lt;table&amp;gt;
 &amp;lt;tr&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Dhaka"
                height="300"    
                width="300"
                hideborder="no"
                title="Marker color: DeepPink"
                markercolor="FF1493"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
            &amp;lt;cfmap 
                centeraddress="Mumbai"
                height="300"    
                width="300"
                hideborder="no"
                title="Marker color: Orange"
                markercolor="FFA500"
                &amp;gt;
            &amp;lt;/cfmap&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-EBvBnuDPtjE/TY9Hmy4VPFI/AAAAAAAABqs/xuTE-HqjR1I/s1600/cfmapmarkercolor.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 298px;" src="http://2.bp.blogspot.com/-EBvBnuDPtjE/TY9Hmy4VPFI/AAAAAAAABqs/xuTE-HqjR1I/s400/cfmapmarkercolor.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588764394408721490" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-bIg5QJTxnsg/TY9HvNblXLI/AAAAAAAABq0/6zq4OxRx9xA/s1600/cfmapmarkercolor1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 302px;" src="http://3.bp.blogspot.com/-bIg5QJTxnsg/TY9HvNblXLI/AAAAAAAABq0/6zq4OxRx9xA/s400/cfmapmarkercolor1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588764538974854322" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1997614187149290015?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1997614187149290015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1997614187149290015'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/cfmap-tag-how-to-change-marker-color-in.html' title='cfmap tag - how to change marker color in google map in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-EBvBnuDPtjE/TY9Hmy4VPFI/AAAAAAAABqs/xuTE-HqjR1I/s72-c/cfmapmarkercolor.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-4882453130598540791</id><published>2011-03-27T07:02:00.000-07:00</published><updated>2011-03-27T07:04:03.541-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>How to generate google map with specific latitude and longitude as map center address</title><content type='html'>&lt;div class="cfposttitle"&gt;
How to generate google map with specific latitude and longitude as map center address
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmaplatitudelongitude.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;How to generate google map with specific latitude and longitude as map center address&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 How to generate google map with specific
    &amp;lt;br /&amp;gt; latitude and longitude as map center address
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="525" align="left" color="DarkBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;cfmap 
    centerlatitude="23.7230556"
    centerlongitude="90.4086111"
    height="350"    
    width="600"
    hideborder="no"
    title="Map center latitude:23.7230556 and longitude:90.4086111 [Dhaka City]"
    &amp;gt;
&amp;lt;/cfmap&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-NIbRYb7e9Bo/TY9DjCSB-PI/AAAAAAAABqc/oqSuXAqp4rQ/s1600/cfmaplatitudelongitude.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 333px;" src="http://3.bp.blogspot.com/-NIbRYb7e9Bo/TY9DjCSB-PI/AAAAAAAABqc/oqSuXAqp4rQ/s400/cfmaplatitudelongitude.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588759931777054962" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-8QeUczvghNg/TY9DtqUGmXI/AAAAAAAABqk/MydJSrKd_nA/s1600/cfmaplatitudelongitude1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 333px;" src="http://2.bp.blogspot.com/-8QeUczvghNg/TY9DtqUGmXI/AAAAAAAABqk/MydJSrKd_nA/s400/cfmaplatitudelongitude1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588760114321856882" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-4882453130598540791?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4882453130598540791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4882453130598540791'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/how-to-generate-google-map-with_27.html' title='How to generate google map with specific latitude and longitude as map center address'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-NIbRYb7e9Bo/TY9DjCSB-PI/AAAAAAAABqc/oqSuXAqp4rQ/s72-c/cfmaplatitudelongitude.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-2818021268178349429</id><published>2011-03-27T06:40:00.000-07:00</published><updated>2011-03-27T06:42:19.105-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>How to generate google map with a specific city in map center address</title><content type='html'>&lt;div class="cfposttitle"&gt;
How to generate google map with a specific city in map center address
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfmapcenteraddress.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;How to generate google map with a specific city in map center address&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 How to generate google map with a
    &amp;lt;br /&amp;gt; specific city in map center address
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="450" align="left" color="Pink" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;cfmap 
 centeraddress="Mumbai"
    height="350"    
    width="600"
    hideborder="no"
    title="Mumbai in google map as center address"
    &amp;gt;
&amp;lt;/cfmap&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-9w0NFMz3j_s/TY8-e0kRYuI/AAAAAAAABqM/RDEqt5nGytc/s1600/cfmapcenteraddress.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 332px;" src="http://2.bp.blogspot.com/-9w0NFMz3j_s/TY8-e0kRYuI/AAAAAAAABqM/RDEqt5nGytc/s400/cfmapcenteraddress.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588754361817850594" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-EkSR4ZnVJtc/TY8-nqm7obI/AAAAAAAABqU/nnLhG6ZE5JQ/s1600/cfmapcenteraddress1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 333px;" src="http://3.bp.blogspot.com/-EkSR4ZnVJtc/TY8-nqm7obI/AAAAAAAABqU/nnLhG6ZE5JQ/s400/cfmapcenteraddress1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588754513763475890" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-2818021268178349429?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2818021268178349429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2818021268178349429'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/how-to-generate-google-map-with.html' title='How to generate google map with a specific city in map center address'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-9w0NFMz3j_s/TY8-e0kRYuI/AAAAAAAABqM/RDEqt5nGytc/s72-c/cfmapcenteraddress.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7436948199508969255</id><published>2011-03-27T06:09:00.000-07:00</published><updated>2011-03-27T06:12:01.438-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfajaximport example'/><title type='text'>How to use cfajaximport params attribute to specify Google map API Key in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
How to use cfajaximport params attribute to specify Google map API Key in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     cfajaximportparams.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;How to use cfajaximport params attribute to specify Google map API Key in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 How to use cfajaximport params attribute
    &amp;lt;br /&amp;gt; to specify Google map API Key in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="400" align="left" color="PowderBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own Google map API Key here'}#"&amp;gt;

&amp;lt;cfmap 
 centeraddress="Dhaka"
    height="375"    
    width="625"
    hideborder="no"
    title="Dhaka in google map as center address"
    &amp;gt;
&amp;lt;/cfmap&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-0g-VOdPjFhQ/TY83Pc5X3bI/AAAAAAAABp8/FVbWeYSN0ls/s1600/cfajaximportparams.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 336px;" src="http://2.bp.blogspot.com/-0g-VOdPjFhQ/TY83Pc5X3bI/AAAAAAAABp8/FVbWeYSN0ls/s400/cfajaximportparams.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588746401184472498" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-Z20JkJLH0VA/TY83YZLfL9I/AAAAAAAABqE/OAtF66o3Aio/s1600/cfajaximportparams1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 338px;" src="http://2.bp.blogspot.com/-Z20JkJLH0VA/TY83YZLfL9I/AAAAAAAABqE/OAtF66o3Aio/s400/cfajaximportparams1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588746554805530578" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7436948199508969255?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7436948199508969255'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7436948199508969255'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/how-to-use-cfajaximport-params.html' title='How to use cfajaximport params attribute to specify Google map API Key in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-0g-VOdPjFhQ/TY83Pc5X3bI/AAAAAAAABp8/FVbWeYSN0ls/s72-c/cfajaximportparams.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5198822402510471572</id><published>2011-03-27T01:31:00.001-07:00</published><updated>2011-03-27T01:33:05.721-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfmap example'/><title type='text'>How to use cfmap in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
How to use cfmap in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     howtousecfmap.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;How to use cfmap in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body style="margin:5px 5px 5px 15px;"&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 How to use cfmap in coldfusion
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="400" align="left" color="PowderBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- 
Generate a Google map api key for this domain
http://localhost:8500/
----------------
Use your own google map api key to test this example
 ---&amp;gt;

&amp;lt;cfajaximport params="#{googlemapkey='please use your own google map api key here'}#"&amp;gt;

&amp;lt;cfmap 
 centeraddress="Florida"
    height="400"    
    width="650"
    hideborder="no"
    title="Florida in google map"
    &amp;gt;
&amp;lt;/cfmap&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-8fLDwn1ggpg/TY717B9VTLI/AAAAAAAABps/ifEJQXzBYe0/s1600/howtousecfmap.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 321px;" src="http://2.bp.blogspot.com/-8fLDwn1ggpg/TY717B9VTLI/AAAAAAAABps/ifEJQXzBYe0/s400/howtousecfmap.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588674582100135090" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-PHYkEccspxA/TY72DACkfoI/AAAAAAAABp0/cQ7CQgFQyjg/s1600/howtousecfmap1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 321px;" src="http://1.bp.blogspot.com/-PHYkEccspxA/TY72DACkfoI/AAAAAAAABp0/cQ7CQgFQyjg/s400/howtousecfmap1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588674719024184962" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5198822402510471572?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5198822402510471572'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5198822402510471572'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/how-to-use-cfmap-in-coldfusion.html' title='How to use cfmap in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-8fLDwn1ggpg/TY717B9VTLI/AAAAAAAABps/ifEJQXzBYe0/s72-c/howtousecfmap.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6518300371665589554</id><published>2011-03-26T10:24:00.001-07:00</published><updated>2011-03-26T10:27:00.975-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfcomponent example'/><title type='text'>How to invoke component method by using url</title><content type='html'>&lt;div class="cfposttitle"&gt;
How to invoke component method by using url
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     artscomponent.cfc
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;cfcomponent displayname="ArtsCFC" hint="Art Discover"&amp;gt;
 &amp;lt;cffunction name="GetArts" access="remote" output="yes"&amp;gt;
  &amp;lt;cfargument name="ArtistID" type="numeric" required="yes"&amp;gt;
  &amp;lt;cfargument name="MaximumPrice" type="numeric" required="yes"&amp;gt;

        &amp;lt;cfquery name="ArtDetails" datasource="cfcodeexplorer"&amp;gt;
            Select ArtName, Description, Price
            From ART Where ArtistID = #arguments.ArtistID# And Price &amp;lt;= #arguments.MaximumPrice#
        &amp;lt;/cfquery&amp;gt;
  &amp;lt;cfdump var="#ArtDetails#"&amp;gt;

 &amp;lt;/cffunction&amp;gt;
&amp;lt;/cfcomponent&amp;gt;
&lt;/pre&gt;
  
&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     invokecomponentbyurl.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;How to invoke component method by using url&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 How to invoke component method by using url
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="425" align="left" color="PowderBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;a href="artscomponent.cfc?method=GetArts&amp;ArtistID=1&amp;MaximumPrice=12000"&amp;gt;
    Invoke component method GetArts
    &amp;lt;br /&amp;gt;
    By URL with parameters ArtistID = 1 &amp; Maximum Price = 12000
&amp;lt;/a&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-lw_8mMG26SI/TY4hQ7VkHkI/AAAAAAAABpc/dOuQtOa98ic/s1600/invokecomponentbyurl.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 240px;" src="http://4.bp.blogspot.com/-lw_8mMG26SI/TY4hQ7VkHkI/AAAAAAAABpc/dOuQtOa98ic/s400/invokecomponentbyurl.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588440762303127106" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-N0480irTp3w/TY4hXt6uMDI/AAAAAAAABpk/fwrwc8ce550/s1600/invokecomponentbyurl1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 195px;" src="http://1.bp.blogspot.com/-N0480irTp3w/TY4hXt6uMDI/AAAAAAAABpk/fwrwc8ce550/s400/invokecomponentbyurl1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588440878959964210" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6518300371665589554?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6518300371665589554'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6518300371665589554'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/how-to-invoke-component-method-by-using_26.html' title='How to invoke component method by using url'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-lw_8mMG26SI/TY4hQ7VkHkI/AAAAAAAABpc/dOuQtOa98ic/s72-c/invokecomponentbyurl.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6591229965800170107</id><published>2011-03-26T10:03:00.000-07:00</published><updated>2011-03-26T10:05:32.412-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfcomponent example'/><title type='text'>How to invoke component method by using form</title><content type='html'>&lt;div class="cfposttitle"&gt;
How to invoke component method by using form
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     artscomponent.cfc
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;cfcomponent displayname="ArtsCFC" hint="Art Discover"&amp;gt;
 &amp;lt;cffunction name="GetArts" access="remote" output="yes"&amp;gt;
  &amp;lt;cfargument name="ArtistID" type="numeric" required="yes"&amp;gt;
  &amp;lt;cfargument name="MaximumPrice" type="numeric" required="yes"&amp;gt;

        &amp;lt;cfquery name="ArtDetails" datasource="cfcodeexplorer"&amp;gt;
            Select ArtName, Description, Price
            From ART Where ArtistID = #arguments.ArtistID# And Price &amp;lt;= #arguments.MaximumPrice#
        &amp;lt;/cfquery&amp;gt;
  &amp;lt;cfdump var="#ArtDetails#"&amp;gt;

 &amp;lt;/cffunction&amp;gt;
&amp;lt;/cfcomponent&amp;gt;
&lt;/pre&gt;
  
&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     invokecomponentform.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;How to invoke component method by using form&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 How to invoke component method by using form
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="400" align="left" color="PowderBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;cfform name="ArtsForm" method="post" action="artscomponent.cfc?method=GetArts"&amp;gt;
 &amp;lt;table&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td&amp;gt;
             Artists ID
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
    &amp;lt;cfinput type="text" name="ArtistID" validate="integer" required="yes" message="Input a valid artist id"&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td&amp;gt;
             Maximum Price
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
    &amp;lt;cfinput type="text" name="MaximumPrice" validate="integer" required="yes" message="Input a valid price"&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr align="right"&amp;gt;
         &amp;lt;td colspan="2"&amp;gt;
       &amp;lt;cfinput type="submit" name="SubmitBtn" value="Get Arts"&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfform&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-HUpmoqdWqr4/TY4cf18IzhI/AAAAAAAABpE/RlEGnLc5u8Y/s1600/invokecomponentform.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 242px;" src="http://4.bp.blogspot.com/-HUpmoqdWqr4/TY4cf18IzhI/AAAAAAAABpE/RlEGnLc5u8Y/s400/invokecomponentform.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588435520994201106" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/--x0C4Z65UuY/TY4couDoUxI/AAAAAAAABpM/Lv_GrCvvrys/s1600/invokecomponentform1.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 261px;" src="http://3.bp.blogspot.com/--x0C4Z65UuY/TY4couDoUxI/AAAAAAAABpM/Lv_GrCvvrys/s400/invokecomponentform1.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588435673496965906" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/-UdTn6yEV1dw/TY4cvetOepI/AAAAAAAABpU/xE2pMOZH2do/s1600/invokecomponentform2.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 239px;" src="http://4.bp.blogspot.com/-UdTn6yEV1dw/TY4cvetOepI/AAAAAAAABpU/xE2pMOZH2do/s400/invokecomponentform2.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588435789635549842" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6591229965800170107?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6591229965800170107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6591229965800170107'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/how-to-invoke-component-method-by-using.html' title='How to invoke component method by using form'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-HUpmoqdWqr4/TY4cf18IzhI/AAAAAAAABpE/RlEGnLc5u8Y/s72-c/invokecomponentform.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1560155238322634988</id><published>2011-03-26T08:56:00.000-07:00</published><updated>2011-03-26T08:59:04.208-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfcomponent example'/><title type='text'>How to invoke component in session scope</title><content type='html'>&lt;div class="cfposttitle"&gt;
How to invoke component in session scope
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     artscomponent.cfc
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;cfcomponent displayname="ArtsCFC" hint="Art Discover"&amp;gt;
 &amp;lt;cffunction name="GetArts" access="remote" returntype="query"&amp;gt;
  &amp;lt;cfargument name="ArtistID" type="numeric" required="yes"&amp;gt;
  &amp;lt;cfargument name="MaximumPrice" type="numeric" required="yes"&amp;gt;

        &amp;lt;cfquery name="ArtDetails" datasource="cfcodeexplorer"&amp;gt;
        Select ArtName, Description, Price
        From ART Where ArtistID = #arguments.ArtistID# And Price &amp;lt;= #arguments.MaximumPrice#
        &amp;lt;/cfquery&amp;gt;

  &amp;lt;cfreturn ArtDetails&amp;gt;
 &amp;lt;/cffunction&amp;gt;
&amp;lt;/cfcomponent&amp;gt;
&lt;/pre&gt;
  
&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     setsession.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfcomponent tag - how to use component in session scope&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 cfcomponent tag - how to use component in session scope
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="500" align="left" color="PowderBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;!--- you need to set sessionmanagement="yes" in
cfapplication tag in application.cfm page to use session
---&amp;gt;
  
&amp;lt;cfset session.artsObject = CreateObject("component","artscomponent") &amp;gt;
&amp;lt;a href="componentsession.cfm"&amp;gt;Go to componentsession.cfm&amp;lt;/a&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     componentsession.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;How to invoke component in session scope&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 How to invoke component in session scope
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="400" align="left" color="PowderBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;cfset ArtistID = 1&amp;gt;
&amp;lt;cfset MaximumPrice = 13000&amp;gt;
&amp;lt;cfset Arts = session.artsObject.GetArts(ArtistID,MaximumPrice)&amp;gt;
&amp;lt;cfdump var="#Arts#"&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/-5xb_x3uq01Q/TY4MwNN64yI/AAAAAAAABo0/ijnfIa_8FZQ/s1600/setsession.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 223px;" src="http://3.bp.blogspot.com/-5xb_x3uq01Q/TY4MwNN64yI/AAAAAAAABo0/ijnfIa_8FZQ/s400/setsession.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588418209934664482" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/-vB4Z_RFixEI/TY4M3uSeWjI/AAAAAAAABo8/9T5g-sUdzHw/s1600/componentsession.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 262px;" src="http://1.bp.blogspot.com/-vB4Z_RFixEI/TY4M3uSeWjI/AAAAAAAABo8/9T5g-sUdzHw/s400/componentsession.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588418339071220274" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1560155238322634988?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1560155238322634988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1560155238322634988'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/how-to-invoke-component-in-session.html' title='How to invoke component in session scope'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-5xb_x3uq01Q/TY4MwNN64yI/AAAAAAAABo0/ijnfIa_8FZQ/s72-c/setsession.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-2287202173421190758</id><published>2011-03-26T08:45:00.000-07:00</published><updated>2011-03-26T08:46:54.535-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfscript example'/><title type='text'>How to invoke component in cfscript tag</title><content type='html'>&lt;div class="cfposttitle"&gt;
How to invoke component in cfscript tag
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     artscomponent.cfc
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;cfcomponent displayname="ArtsCFC" hint="Art Discover"&amp;gt;
 &amp;lt;cffunction name="GetArts" access="remote" returntype="query"&amp;gt;
  &amp;lt;cfargument name="ArtistID" type="numeric" required="yes"&amp;gt;
  &amp;lt;cfargument name="MaximumPrice" type="numeric" required="yes"&amp;gt;

        &amp;lt;cfquery name="ArtDetails" datasource="cfcodeexplorer"&amp;gt;
        Select ArtName, Description, Price
        From ART Where ArtistID = #arguments.ArtistID# And Price &amp;lt;= #arguments.MaximumPrice#
        &amp;lt;/cfquery&amp;gt;

  &amp;lt;cfreturn ArtDetails&amp;gt;
 &amp;lt;/cffunction&amp;gt;
&amp;lt;/cfcomponent&amp;gt;
&lt;/pre&gt;
  
&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     invokecomponentcfscript.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;How to invoke component in cfscript tag&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 How to invoke component in cfscript tag
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="400" align="left" color="PowderBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;cfscript&amp;gt;
 artsObject = CreateObject("component","artscomponent");
 artistID = 1;
 maximumPrice = 13000;
 arts = artsObject.GetArts(artistID,maximumPrice);
&amp;lt;/cfscript&amp;gt;

&amp;lt;cfdump var="#arts#"&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-4Yn829wB3Nw/TY4KM3fyyjI/AAAAAAAABos/9M1mSEjm1Gs/s1600/invokecomponentcfscript.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 259px;" src="http://2.bp.blogspot.com/-4Yn829wB3Nw/TY4KM3fyyjI/AAAAAAAABos/9M1mSEjm1Gs/s400/invokecomponentcfscript.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5588415403785374258" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-2287202173421190758?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2287202173421190758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2287202173421190758'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/how-to-invoke-component-in-cfscript-tag.html' title='How to invoke component in cfscript tag'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-4Yn829wB3Nw/TY4KM3fyyjI/AAAAAAAABos/9M1mSEjm1Gs/s72-c/invokecomponentcfscript.jpg' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5830192278658548686</id><published>2011-03-19T02:46:00.000-07:00</published><updated>2011-03-19T02:47:24.342-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfinvoke example'/><title type='text'>How to use argumentcollection attribute in cfinvoke tag</title><content type='html'>&lt;div class="cfposttitle"&gt;
How to use argumentcollection attribute in cfinvoke tag
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     artscomponent.cfc
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;cfcomponent displayname="ArtsCFC" hint="Art Discover"&amp;gt;
 &amp;lt;cffunction name="GetArts" access="remote" returntype="query"&amp;gt;
  &amp;lt;cfargument name="ArtistID" type="numeric" required="yes"&amp;gt;
  &amp;lt;cfargument name="MaximumPrice" type="numeric" required="yes"&amp;gt;

        &amp;lt;cfquery name="ArtDetails" datasource="cfcodeexplorer"&amp;gt;
        Select ArtName, Description, Price
        From ART Where ArtistID = #arguments.ArtistID# And Price &amp;lt;= #arguments.MaximumPrice#
        &amp;lt;/cfquery&amp;gt;

  &amp;lt;cfreturn ArtDetails&amp;gt;
 &amp;lt;/cffunction&amp;gt;
&amp;lt;/cfcomponent&amp;gt;
&lt;/pre&gt;
  
&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
     argumentcollectionexample.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;How to use argumentcollection attribute in cfinvoke tag&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;
 How to use argumentcollection attribute in cfinvoke tag
    &amp;lt;br /&amp;gt; to pass all arguments as a structure
&amp;lt;/h2&amp;gt;  
&amp;lt;hr width="550" align="left" color="PowderBlue" /&amp;gt;  
&amp;lt;br /&amp;gt;

&amp;lt;cfset argsCollection.ArtistID = 1&amp;gt;
&amp;lt;cfset argsCollection.MaximumPrice = 12000&amp;gt;

&amp;lt;cfinvoke 
 component="artscomponent" 
    method="GetArts"
    returnvariable="ArtQuery" 
    argumentcollection="#argsCollection#"
    &amp;gt;

&amp;lt;cfdump var="#ArtQuery#" label="Arts Details"&amp;gt;    
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/-_jGxj9CmHLM/TYR7h0-E8lI/AAAAAAAABoc/HSrHPPFS_58/s1600/argumentcollectionexample.png"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 400px; height: 244px;" src="http://2.bp.blogspot.com/-_jGxj9CmHLM/TYR7h0-E8lI/AAAAAAAABoc/HSrHPPFS_58/s400/argumentcollectionexample.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5585725258931171922" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5830192278658548686?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5830192278658548686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5830192278658548686'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2011/03/how-to-use-argumentcollection-attribute.html' title='How to use argumentcollection attribute in cfinvoke tag'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-_jGxj9CmHLM/TYR7h0-E8lI/AAAAAAAABoc/HSrHPPFS_58/s72-c/argumentcollectionexample.png' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-903291508177096911</id><published>2009-12-23T01:06:00.000-08:00</published><updated>2010-11-03T11:30:34.679-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion other tags example'/><title type='text'>cfqueryparam- how to use cfqueryparam in cfquery tag</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfqueryparam- how to use cfqueryparam in cfquery tag
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
&lt;div class="filename"&gt;
Usingcfqueryparam.cfm
&lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfqueryparam- how to use cfqueryparam in cfquery tag&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;ColdFusion cfqueryparam tag example: how to use cfqueryparam&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="PowderBlue" /&amp;gt;
&amp;lt;br /&amp;gt;


&amp;lt;cfparam name="url.BookID" default="0"&amp;gt;

&amp;lt;cfquery name="Books" datasource="cfbookclub"&amp;gt;
 select BookID, Title from Books
    where BookID = &amp;lt;cfqueryparam value="#url.BookID#" cfsqltype="cf_sql_integer"&amp;gt;
&amp;lt;/cfquery&amp;gt;

&amp;lt;div style="font-family:'Courier New', Courier, monospace; font-size:large;"&amp;gt;
    &amp;lt;a href="Usingcfqueryparam.cfm?BookID=1"&amp;gt;Book ID = 1&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;
    &amp;lt;a href="Usingcfqueryparam.cfm?BookID=2"&amp;gt;Book ID = 2&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;
    &amp;lt;a href="Usingcfqueryparam.cfm?BookID=3"&amp;gt;Book ID = 3&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;
    &amp;lt;a href="Usingcfqueryparam.cfm?BookID=4"&amp;gt;Book ID = 4&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;table border="0" cellpadding="2" cellspacing="2" bgcolor="OrangeRed" width="350"&amp;gt;
 &amp;lt;tr style="background-color:DeepPink; color:Snow; font-weight:bold;"&amp;gt;
     &amp;lt;td&amp;gt;
   Book ID        
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
         Title
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput query="Books"&amp;gt;
        &amp;lt;tr style="color:Snow; background-color:HotPink; font-family:'Courier New', Courier, monospace;"&amp;gt;
            &amp;lt;td&amp;gt;
                #BookID#        
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                #Title#
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SzHdsIKf7TI/AAAAAAAABlw/K-O6j2wI32s/s1600-h/cfqueryparam.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 193px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SzHdsIKf7TI/AAAAAAAABlw/K-O6j2wI32s/s320/cfqueryparam.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418355576878918962" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SzHd07P8piI/AAAAAAAABl4/TQSF3XcoXxw/s1600-h/cfqueryparam1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 186px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SzHd07P8piI/AAAAAAAABl4/TQSF3XcoXxw/s320/cfqueryparam1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418355728030934562" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SzHd7ekyzDI/AAAAAAAABmA/jzbVoID9VRo/s1600-h/cfqueryparam2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 193px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SzHd7ekyzDI/AAAAAAAABmA/jzbVoID9VRo/s320/cfqueryparam2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418355840592825394" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-903291508177096911?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/903291508177096911'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/903291508177096911'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfqueryparam-how-to-use-cfqueryparam-in.html' title='cfqueryparam- how to use cfqueryparam in cfquery tag'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/SzHdsIKf7TI/AAAAAAAABlw/K-O6j2wI32s/s72-c/cfqueryparam.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1177847136691423502</id><published>2009-12-23T00:58:00.000-08:00</published><updated>2010-11-03T11:32:25.282-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion other tags example'/><title type='text'>cfqueryparam and cfsqltype - how to use cfsqltype in cfqueryparam tag</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfqueryparam and cfsqltype - how to use cfsqltype in cfqueryparam tag
&lt;/div&gt;


&lt;div class="filenamewrapper"&gt;
&lt;div class="filename"&gt;
Usingcfsqltype.cfm
&lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfqueryparam and cfsqltype - how to use cfsqltype in cfqueryparam tag&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;ColdFusion cfqueryparam tag example: how to use cfsqltype&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="PowderBlue" /&amp;gt;
&amp;lt;br /&amp;gt;


&amp;lt;cfparam name="url.EmpID" default="0"&amp;gt;

&amp;lt;cfquery name="qEmploees" datasource="cfdocexamples"&amp;gt;
 select Emp_ID, FirstName, LastName from Employee
    where Emp_ID = &amp;lt;cfqueryparam value="#url.EmpID#" cfsqltype="cf_sql_integer"&amp;gt;
&amp;lt;/cfquery&amp;gt;

&amp;lt;div style=" font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif; font-size:large;"&amp;gt;
    &amp;lt;a href="Usingcfsqltype.cfm?EmpID=1"&amp;gt;Employee ID = 1&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;
    &amp;lt;a href="Usingcfsqltype.cfm?EmpID=2"&amp;gt;Employee ID = 2&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;
    &amp;lt;a href="Usingcfsqltype.cfm?EmpID=3"&amp;gt;Employee ID = 3&amp;lt;/a&amp;gt; &amp;lt;br /&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;table border="0" cellpadding="2" cellspacing="2" bgcolor="OrangeRed" width="350"&amp;gt;
 &amp;lt;tr style="background-color:DeepPink; color:Snow; font-weight:bold;"&amp;gt;
     &amp;lt;td&amp;gt;
   Employee ID        
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
         First Name
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
         Last Name
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput query="qEmploees"&amp;gt;
        &amp;lt;tr style="color:Snow; background-color:HotPink; font-family:'Courier New', Courier, monospace;"&amp;gt;
            &amp;lt;td&amp;gt;
                #EmpID#        
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                #FirstName#
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                #LastName#
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SzHbvoKzyaI/AAAAAAAABlY/Q2P4VAHiepw/s1600-h/cfsqltype.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 198px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SzHbvoKzyaI/AAAAAAAABlY/Q2P4VAHiepw/s320/cfsqltype.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418353437986507170" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/SzHb44rfifI/AAAAAAAABlg/VXz627yr3L8/s1600-h/cfsqltype1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 183px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/SzHb44rfifI/AAAAAAAABlg/VXz627yr3L8/s320/cfsqltype1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418353597037382130" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SzHcBYqL8tI/AAAAAAAABlo/LuCoFKW7HuM/s1600-h/cfsqltype2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 190px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SzHcBYqL8tI/AAAAAAAABlo/LuCoFKW7HuM/s320/cfsqltype2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418353743060792018" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1177847136691423502?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1177847136691423502'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1177847136691423502'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfqueryparam-and-cfsqltype-how-to-use.html' title='cfqueryparam and cfsqltype - how to use cfsqltype in cfqueryparam tag'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SzHbvoKzyaI/AAAAAAAABlY/Q2P4VAHiepw/s72-c/cfsqltype.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8994917347651870452</id><published>2009-12-23T00:51:00.000-08:00</published><updated>2011-06-15T12:22:18.385-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>Session scopes query caching - how to cache query data in session scope</title><content type='html'>&lt;div class="cfposttitle"&gt;
Session scopes query caching - how to cache query data in session scope
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  QueryCacheSessionScope.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;Session scopes query caching - how to cache query data in session scope&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;ColdFusion query caching example: how to cache query in session scope&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="LightPink" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;!--at first enable session management in application.cfm file--&amp;gt;

&amp;lt;cfset Session.UserName="cfsuman"&amp;gt;

&amp;lt;cfquery name="Session.Authors" datasource="cfbookclub" maxrows="2"&amp;gt;
 select AuthorID, FirstName, LastName from Authors
&amp;lt;/cfquery&amp;gt;

&amp;lt;cfdump var="#Session#" label="Session"&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;table border="0" cellpadding="2" cellspacing="2" bgcolor="OrangeRed"&amp;gt;
 &amp;lt;tr style="background-color:DeepPink; color:Snow; font-weight:bold;"&amp;gt;
     &amp;lt;td&amp;gt;
   Author ID        
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
         First Name
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
         Last Name
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput query="Session.Authors"&amp;gt;
        &amp;lt;tr style="color:Snow; background-color:HotPink; font-family:'Courier New', Courier, monospace;"&amp;gt;
            &amp;lt;td&amp;gt;
                #AuthorID#        
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                #FirstName#
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                #LastName#
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SzHaIVuwW9I/AAAAAAAABlQ/TmLm3eWG2hE/s1600-h/QueryCacheSessionScope.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 251px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SzHaIVuwW9I/AAAAAAAABlQ/TmLm3eWG2hE/s320/QueryCacheSessionScope.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418351663510477778" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8994917347651870452?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8994917347651870452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8994917347651870452'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/session-scopes-query-caching-how-to.html' title='Session scopes query caching - how to cache query data in session scope'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SzHaIVuwW9I/AAAAAAAABlQ/TmLm3eWG2hE/s72-c/QueryCacheSessionScope.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3352765670295427380</id><published>2009-12-23T00:46:00.000-08:00</published><updated>2011-06-15T12:19:40.692-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>Server scopes query caching - how to cache query data in server scope</title><content type='html'>&lt;div class="cfposttitle"&gt;
Server scopes query caching - how to cache query data in server scope
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  QueryCacheServerScope.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;Server scopes query caching - how to cache query data in server scope&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;ColdFusion query caching example: how to cache query in server scope&amp;lt;/h2&amp;gt;
&amp;lt;hr width="750" align="left" color="LightBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset server.admin="cfsuman"&amp;gt;

&amp;lt;cfquery name="server.Books" datasource="cfbookclub" maxrows="3"&amp;gt;
 select BookID, Title from Books
&amp;lt;/cfquery&amp;gt;

&amp;lt;cfdump var="#server#" label="server scopes"&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;table border="0" cellpadding="2" cellspacing="2" bgcolor="OrangeRed"&amp;gt;
 &amp;lt;tr style="background-color:DeepPink; color:Snow; font-weight:bold;"&amp;gt;
     &amp;lt;td&amp;gt;
   Book ID        
        &amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;
         Title
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput query="server.Books"&amp;gt;
        &amp;lt;tr style="color:Snow; background-color:HotPink; font-family:'Courier New', Courier, monospace;"&amp;gt;
            &amp;lt;td&amp;gt;
                #BookID#        
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                #Title#
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SzHZCDM4yYI/AAAAAAAABlI/iZ4F_TTwnWY/s1600-h/QueryCacheServerScope.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 254px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SzHZCDM4yYI/AAAAAAAABlI/iZ4F_TTwnWY/s320/QueryCacheServerScope.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418350455945742722" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3352765670295427380?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3352765670295427380'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3352765670295427380'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/server-scopes-query-caching-how-to.html' title='Server scopes query caching - how to cache query data in server scope'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/SzHZCDM4yYI/AAAAAAAABlI/iZ4F_TTwnWY/s72-c/QueryCacheServerScope.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3709643308200245559</id><published>2009-12-23T00:42:00.000-08:00</published><updated>2011-06-15T12:16:32.654-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>Application scopes query caching - how to cache query data in Application scope</title><content type='html'>&lt;div class="cfposttitle"&gt;
Application scopes query caching - how to cache query data in Application scope
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  QueryCacheApplicationScope.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;Application scopes query caching - how to cache query data in Application scope&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;ColdFusion query caching example: how to cache query in Application scope&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="LightPink" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfquery name="Application.Authors" datasource="cfbookclub" maxrows="2"&amp;gt;
 select AuthorID, FirstName, LastName from Authors
&amp;lt;/cfquery&amp;gt;

&amp;lt;cfdump var="#Application#" label="Application Scopes"&amp;gt;


&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SzHX8yt9w-I/AAAAAAAABlA/pbGcZFZaFMg/s1600-h/cfqueryCacheApplicationScope.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 222px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SzHX8yt9w-I/AAAAAAAABlA/pbGcZFZaFMg/s320/cfqueryCacheApplicationScope.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418349266110104546" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3709643308200245559?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3709643308200245559'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3709643308200245559'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/application-scopes-query-caching-how-to.html' title='Application scopes query caching - how to cache query data in Application scope'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/SzHX8yt9w-I/AAAAAAAABlA/pbGcZFZaFMg/s72-c/cfqueryCacheApplicationScope.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7694304340567186580</id><published>2009-12-23T00:36:00.000-08:00</published><updated>2011-06-15T12:12:33.202-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>cfif NOT EQUAL operator - how to use (NOT EQUAL) operator in cfif condition</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfif NOT EQUAL operator - how to use (NOT EQUAL) operator in cfif condition
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfifNOTEQUALOperator.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfif NOT EQUAL operator - how to use (NOT EQUAL) operator in cfif condition&amp;lt;/title&amp;gt;
    &amp;lt;style type="text/css"&amp;gt;
  .divCSS
  {
   background-color:OrangeRed;
   color:White;
   font-family:Georgia, "Times New Roman", Times, serif;
   font-size:X-large;
   width:425px;
   height:70px;
   text-align:center;
   padding-top:25px;
   }
 &amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SeaGreen; font-style:italic"&amp;gt;coldfusion cfif tag example: how to use "NOT EQUAL" operator&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="LawnGreen" /&amp;gt;
&amp;lt;br /&amp;gt;


&amp;lt;cfset UserID=5&amp;gt;

&amp;lt;div class="divCSS"&amp;gt;
 &amp;lt;cfif UserID NOT EQUAL 2 &amp;gt;
        Sorry you are not allowed!
    &amp;lt;cfelse&amp;gt;
        Wellcome admin!
    &amp;lt;/cfif&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SzHWkp5LNII/AAAAAAAABk4/7WnKWRyXjmI/s1600-h/cfifNotEqualOperator.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 176px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SzHWkp5LNII/AAAAAAAABk4/7WnKWRyXjmI/s320/cfifNotEqualOperator.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418347751912715394" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7694304340567186580?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7694304340567186580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7694304340567186580'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfif-not-equal-operator-how-to-use-not.html' title='cfif NOT EQUAL operator - how to use (NOT EQUAL) operator in cfif condition'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SzHWkp5LNII/AAAAAAAABk4/7WnKWRyXjmI/s72-c/cfifNotEqualOperator.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8086417480399272132</id><published>2009-12-23T00:31:00.000-08:00</published><updated>2011-06-15T12:09:09.213-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>cfif NEQ operator - how to use (NEQ) operator in cfif condition</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfif NEQ operator - how to use (NEQ) operator in cfif condition
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfifNEQOperator.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfif NEQ operator - how to use (NEQ) operator in cfif condition&amp;lt;/title&amp;gt;
    &amp;lt;style type="text/css"&amp;gt;
  .divCSS
  {
   background-color:Crimson;
   color:White;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:large;
   width:400px;
   height:60px;
   text-align:center;
   padding-top:10px;
   border:thick;
   border-style:dotted;
   }
 &amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SeaGreen; font-style:italic"&amp;gt;coldfusion cfif tag example: how to use "NEQ" operator&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="LawnGreen" /&amp;gt;
&amp;lt;br /&amp;gt;


&amp;lt;cfset UserRole="Guest"&amp;gt;

&amp;lt;div class="divCSS"&amp;gt;
 &amp;lt;cfif UserRole NEQ "Admin" &amp;gt;
        Sorry guest are not allowed to see the secret number!
    &amp;lt;cfelse&amp;gt;
        Wellcome!&amp;lt;br /&amp;gt; your secret number is: 255
    &amp;lt;/cfif&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SzHVgNCV5-I/AAAAAAAABkw/8nT48QCtWWs/s1600-h/cfifNEQOperator.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 194px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SzHVgNCV5-I/AAAAAAAABkw/8nT48QCtWWs/s320/cfifNEQOperator.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418346575935432674" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8086417480399272132?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8086417480399272132'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8086417480399272132'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfif-neq-operator-how-to-use-neq.html' title='cfif NEQ operator - how to use (NEQ) operator in cfif condition'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SzHVgNCV5-I/AAAAAAAABkw/8nT48QCtWWs/s72-c/cfifNEQOperator.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3828184096996790234</id><published>2009-12-23T00:22:00.000-08:00</published><updated>2011-06-15T12:07:34.569-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>cfif IS operator - how to use (IS) operator in cfif tag</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfif IS operator - how to use (IS) operator in cfif tag
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfifISOperator.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfif IS operator - how to use (IS) operator in cfif tag&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;coldfusion cfif tag example: how to use (IS) operator&amp;lt;/h2&amp;gt;
&amp;lt;hr width="450" align="left" color="PowderBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset UserColor="OrangeRed"&amp;gt;

&amp;lt;cfif UserColor IS "OrangeRed" &amp;gt;
 &amp;lt;!-- only for example i use a div here--&amp;gt;
 &amp;lt;div 
     style="color:Snow; 
            background-color:OrangeRed; 
               font-size:x-large; 
               height:150px; 
               width:350px; 
               text-align:center;
               padding-top:25px;"
               &amp;gt;
     UserColor is OrangeRed.
    &amp;lt;/div&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SzHTg1Ym5kI/AAAAAAAABko/dH17djOp_A0/s1600-h/cfifISOperator.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 214px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SzHTg1Ym5kI/AAAAAAAABko/dH17djOp_A0/s320/cfifISOperator.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418344387742983746" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3828184096996790234?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3828184096996790234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3828184096996790234'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfif-is-operator-how-to-use-is-operator.html' title='cfif IS operator - how to use (IS) operator in cfif tag'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SzHTg1Ym5kI/AAAAAAAABko/dH17djOp_A0/s72-c/cfifISOperator.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3349193087579661643</id><published>2009-12-22T23:55:00.000-08:00</published><updated>2011-06-15T12:04:00.076-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>cfif IS NOT operator - how to use (IS NOT) operator in cfif conditional processing</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfif IS NOT operator - how to use (IS NOT) operator in cfif conditional processing
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfifISNOTOperator.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfif IS NOT operator - how to use (IS NOT) operator in cfif conditional processing&amp;lt;/title&amp;gt;
    &amp;lt;style type="text/css"&amp;gt;
  .divCSS
  {
   background-color:DeepPink;
   color:Snow;
   font-family:"Courier New", Courier, monospace;
   font-size:large;
   width:450px;
   height:75px;
   text-align:center;
   padding-top:25px;
   }
 &amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SeaGreen; font-style:italic"&amp;gt;coldfusion cfif tag example: how to use "IS NOT" operator&amp;lt;/h2&amp;gt;
&amp;lt;hr width="550" align="left" color="DarkSeaGreen" /&amp;gt;
&amp;lt;br /&amp;gt;


&amp;lt;cfset PreferedColor="DodgerBlue"&amp;gt;

&amp;lt;div class="divCSS"&amp;gt;
 &amp;lt;cfif PreferedColor IS NOT "Crimson"&amp;gt;
        Your prefered color is not: Crimson
    &amp;lt;cfelse&amp;gt;
        Your prefered color is: Crimson    
    &amp;lt;/cfif&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SzHSbOismzI/AAAAAAAABkg/iZMyQoen3Zg/s1600-h/cfifISNOTOperator1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 180px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SzHSbOismzI/AAAAAAAABkg/iZMyQoen3Zg/s320/cfifISNOTOperator1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418343191905344306" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3349193087579661643?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3349193087579661643'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3349193087579661643'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfif-is-not-operator-how-to-use-is-not.html' title='cfif IS NOT operator - how to use (IS NOT) operator in cfif conditional processing'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/SzHSbOismzI/AAAAAAAABkg/iZMyQoen3Zg/s72-c/cfifISNOTOperator1.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-2254387168975713121</id><published>2009-12-22T23:49:00.000-08:00</published><updated>2011-06-15T12:00:59.062-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>cfif EQUAL operator - how to use EQUAL operator in cfif condition</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfif EQUAL operator - how to use EQUAL operator in cfif condition
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfifEqualOperator.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfif EQUAL operator - how to use EQUAL operator in cfif condition&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:OrangeRed; font-style:italic"&amp;gt;coldfusion cfif tag example: how to use EQUAL operator&amp;lt;/h2&amp;gt;
&amp;lt;hr width="550" align="left" color="LightPink" /&amp;gt;
&amp;lt;br /&amp;gt;


&amp;lt;cfset FavoriteColor="Orange"&amp;gt;

&amp;lt;cfif FavoriteColor EQUAL "Orange" &amp;gt;
 &amp;lt;!-- for example i use a div here--&amp;gt;
 &amp;lt;div 
     style="color:Snow; 
            background-color:Orange; 
               font-family:Tahoma, Geneva, sans-serif;
               font-weight:bold;
               font-size:x-large; 
               height:150px; 
               width:350px; 
               text-align:center;
               padding-top:25px;
               border:dotted;"
               &amp;gt;
     This is Orange Color
    &amp;lt;/div&amp;gt;
&amp;lt;/cfif&amp;gt;


&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/SzHLl1ij5WI/AAAAAAAABjg/Oet9Sef4vD8/s1600-h/cfifEQUALOperator.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 204px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/SzHLl1ij5WI/AAAAAAAABjg/Oet9Sef4vD8/s320/cfifEQUALOperator.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418335677591053666" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-2254387168975713121?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2254387168975713121'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2254387168975713121'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfif-equal-operator-how-to-use-equal.html' title='cfif EQUAL operator - how to use EQUAL operator in cfif condition'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_o3LEncglyOk/SzHLl1ij5WI/AAAAAAAABjg/Oet9Sef4vD8/s72-c/cfifEQUALOperator.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3859667779962461275</id><published>2009-12-22T23:45:00.000-08:00</published><updated>2011-06-15T11:57:21.342-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>cfif EQ operator - how to use EQ operator in cfif conditional processing</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfif EQ operator - how to use EQ operator in cfif conditional processing
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfifEQOperator.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfif EQ operator - how to use EQ operator in cfif conditional processing&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:OrangeRed; font-style:italic"&amp;gt;coldfusion cfif tag example: how to use EQ operator&amp;lt;/h2&amp;gt;
&amp;lt;hr width="550" align="left" color="LightPink" /&amp;gt;
&amp;lt;br /&amp;gt;


&amp;lt;cfset BGColor="DeepPink"&amp;gt;

&amp;lt;cfif BGColor EQ "DeepPink"&amp;gt;
 &amp;lt;!-- for example i use a table here--&amp;gt;
 &amp;lt;table 
     border="2" 
        bordercolor="Pink" 
        bgcolor="DeepPink" 
        style="color:Snow; font-weight:bold;"
        width="350"
        &amp;gt;
     &amp;lt;tr style="font-size:large; font-family:'Courier New', Courier, monospace"&amp;gt;
         &amp;lt;td&amp;gt;Employee ID&amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;Name&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;Jenny Jones&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td&amp;gt;Kak&amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;Pakhi&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfif&amp;gt;


&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SzHKu-3WN9I/AAAAAAAABjY/eCTIQX7tPVQ/s1600-h/cfifEQOperator.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 205px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SzHKu-3WN9I/AAAAAAAABjY/eCTIQX7tPVQ/s320/cfifEQOperator.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5418334735201351634" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3859667779962461275?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3859667779962461275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3859667779962461275'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfif-eq-operator-how-to-use-eq-operator.html' title='cfif EQ operator - how to use EQ operator in cfif conditional processing'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SzHKu-3WN9I/AAAAAAAABjY/eCTIQX7tPVQ/s72-c/cfifEQOperator.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7557026329377345858</id><published>2009-12-21T12:25:00.000-08:00</published><updated>2011-06-15T11:55:37.239-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>ColdFusion Variables and Expressions - how to use in coldfusion application</title><content type='html'>&lt;div class="cfposttitle"&gt;
ColdFusion Variables and Expressions - how to use in coldfusion application
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  Expressions.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;ColdFusion Variables and Expressions - how to use in coldfusion application&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;ColdFusion Variables and Expressions example: how to use&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="LightPink" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset Expression1=2*2&amp;gt;
&amp;lt;cfset Expression2=2*(5+2)&amp;gt;
&amp;lt;cfset Expression3=Expression1+Expression2&amp;gt;
&amp;lt;cfset Expression4=Expression1*Expression2&amp;gt;

&amp;lt;table border="0" cellpadding="2" cellspacing="2" bgcolor="DeepPink"&amp;gt;
 &amp;lt;tr style="background-color:Crimson; color:Snow; font-size:large;"&amp;gt;
     &amp;lt;td&amp;gt;Variable=Expression&amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;Output&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;Expression1=2*2&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#Expression1#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;Expression2=2*(5+2)&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#Expression2#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;Expression3=Expression1+Expression2&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#Expression3#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;Expression4=Expression1*Expression2&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#Expression4#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
 &amp;lt;/cfoutput&amp;gt;    
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sy_aFdt_ijI/AAAAAAAABjQ/0uAktDGhYDI/s1600-h/Expressions.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 203px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sy_aFdt_ijI/AAAAAAAABjQ/0uAktDGhYDI/s320/Expressions.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417788664161733170" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7557026329377345858?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7557026329377345858'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7557026329377345858'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/coldfusion-variables-and-expressions.html' title='ColdFusion Variables and Expressions - how to use in coldfusion application'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_o3LEncglyOk/Sy_aFdt_ijI/AAAAAAAABjQ/0uAktDGhYDI/s72-c/Expressions.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3730450859789582538</id><published>2009-12-21T12:23:00.000-08:00</published><updated>2011-09-11T12:13:02.040-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>coldfusion variable prefixes - how to use in coldfusion application</title><content type='html'>&lt;div class="cfposttitle"&gt;
coldfusion variable prefixes - how to use in coldfusion application
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  VariablePrefixes.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;coldfusion variable prefixes - how to use in coldfusion application&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;coldfusion variable prefixes example: how to use&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="LightBlue" /&amp;gt;
&amp;lt;br /&amp;gt;
&amp;lt;!--enable session management in application.cfm file--&amp;gt;

&amp;lt;cfset Variables.MyNumber=2&amp;gt;
&amp;lt;cfset Session.MyNumber=5&amp;gt;
&amp;lt;cfset Application.MyNumber=10&amp;gt;
&amp;lt;cfset Total=MyNumber+MyNumber+MyNumber&amp;gt;
&amp;lt;cfset TotalWithPrefixes=Variables.MyNumber+Session.MyNumber+Application.MyNumber&amp;gt;


&amp;lt;table border="0" cellpadding="2" cellspacing="2" bgcolor="OrangeRed"&amp;gt;
 &amp;lt;tr style="background-color:Crimson; color:Snow; font-size:large;"&amp;gt;
     &amp;lt;td&amp;gt;Variable=Value&amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;Output&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;Variables.MyNumber=2&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#Variables.MyNumber#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;Session.MyNumber=5&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#Session.MyNumber#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;Application.MyNumber=10&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#Application.MyNumber#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;Total=MyNumber+MyNumber+MyNumber&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#Total#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;TotalWithPrefixes=Variables.MyNumber+Session.MyNumber+Application.MyNumber&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#TotalWithPrefixes#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
 &amp;lt;/cfoutput&amp;gt;    
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sy_ZUrGhIFI/AAAAAAAABjI/U_9qSCaRcoY/s1600-h/VariablePrefixes.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 178px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sy_ZUrGhIFI/AAAAAAAABjI/U_9qSCaRcoY/s320/VariablePrefixes.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417787825940668498" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3730450859789582538?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3730450859789582538'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3730450859789582538'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/coldfusion-variable-prefixes-how-to-use.html' title='coldfusion variable prefixes - how to use in coldfusion application'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sy_ZUrGhIFI/AAAAAAAABjI/U_9qSCaRcoY/s72-c/VariablePrefixes.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7185264961964874534</id><published>2009-12-21T12:18:00.000-08:00</published><updated>2011-06-15T11:43:58.486-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>coldfusion variable exists test - how to verify presence of a variable</title><content type='html'>&lt;div class="cfposttitle"&gt;
coldfusion variable exists test - how to verify presence of a variable
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  VariableExists.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;coldfusion variable exists test - how to verify presence of a variable&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DeepPink; font-style:italic"&amp;gt;coldfusion variable exists test example: how to&amp;lt;/h2&amp;gt;
&amp;lt;hr width="450" align="left" color="Salmon" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset DefaultColor="DodgerBlue"&amp;gt;

&amp;lt;cfif IsDefined("UserColor")&amp;gt;
 &amp;lt;cfset Color=UserColor&amp;gt; 
&amp;lt;cfelse&amp;gt;
 &amp;lt;cfset Color=DefaultColor&amp;gt; 
&amp;lt;/cfif&amp;gt;

&amp;lt;cfoutput&amp;gt;
    &amp;lt;div style="height:100px; width:250px; background-color:#Color#;"&amp;gt;
     
    &amp;lt;/div&amp;gt;
&amp;lt;/cfoutput&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sy_YHSP0CPI/AAAAAAAABjA/rigzbGjlmjA/s1600-h/VariableExists.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 211px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sy_YHSP0CPI/AAAAAAAABjA/rigzbGjlmjA/s320/VariableExists.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417786496418842866" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7185264961964874534?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7185264961964874534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7185264961964874534'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/coldfusion-variable-exists-test-how-to.html' title='coldfusion variable exists test - how to verify presence of a variable'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/Sy_YHSP0CPI/AAAAAAAABjA/rigzbGjlmjA/s72-c/VariableExists.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-4484274314772539015</id><published>2009-12-21T12:13:00.000-08:00</published><updated>2011-06-15T11:42:24.661-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>ColdFusion Variables are typeless - how to test variables typeless feature</title><content type='html'>&lt;div class="cfposttitle"&gt;
ColdFusion Variables are typeless - how to test variables typeless feature
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  TypelessVariables.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;ColdFusion Variables are typeless - how to test variables typeless feature&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SeaGreen; font-style:italic"&amp;gt;ColdFusion Variables are typeless example: how to verify&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="DarkSeaGreen" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset TestNumber=5&amp;gt;

&amp;lt;cfset TestString="20"&amp;gt;
&amp;lt;cfset SampleMath=TestNumber*TestString&amp;gt;
&amp;lt;cfset SampleString="First Number: " &amp; TestNumber &amp; " Second Number: " &amp; TestString&amp;gt;

&amp;lt;table border="0" cellpadding="2" cellspacing="2" bgcolor="OrangeRed"&amp;gt;
 &amp;lt;tr style="background-color:Crimson; color:Snow; font-size:large;"&amp;gt;
     &amp;lt;td&amp;gt;Variable=Value&amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;Output&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;TestNumber=5&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#TestNumber#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;TestString="20"&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#TestString#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;SampleMath=TestNumber*TestString&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#SampleMath#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;SampleString="First Number: " &amp; TestNumber &amp; " Second Number: " &amp; TestString&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#SampleString#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
 &amp;lt;/cfoutput&amp;gt;    
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sy_XMoK3qKI/AAAAAAAABi4/_BUyEdtji8o/s1600-h/VariablesTypeless.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 151px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sy_XMoK3qKI/AAAAAAAABi4/_BUyEdtji8o/s320/VariablesTypeless.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417785488691407010" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-4484274314772539015?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4484274314772539015'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4484274314772539015'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/coldfusion-variables-are-typeless-how.html' title='ColdFusion Variables are typeless - how to test variables typeless feature'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/Sy_XMoK3qKI/AAAAAAAABi4/_BUyEdtji8o/s72-c/VariablesTypeless.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5457738402496126506</id><published>2009-12-21T12:10:00.000-08:00</published><updated>2011-06-15T11:40:03.848-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>coldfusion functions masks - how to use masks in coldfusion functions</title><content type='html'>&lt;div class="cfposttitle"&gt;
coldfusion functions masks - how to use masks in coldfusion functions
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  FunctionsMasks.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;coldfusion functions masks - how to use masks in coldfusion functions&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;coldfusion functions masks example: how to use&amp;lt;/h2&amp;gt;
&amp;lt;hr width="450" align="left" color="LightBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset Salary=1525&amp;gt;
&amp;lt;cfset SalaryWithMask=NumberFormat(Salary,"$")&amp;gt;
&amp;lt;cfset ToDay=DateFormat(Now())&amp;gt;
&amp;lt;cfset ToDayWithMask=DateFormat(Now(),"mmmm-dd-yyyy")&amp;gt;

&amp;lt;table border="0" cellpadding="2" cellspacing="2" bgcolor="DeepPink" width="250"&amp;gt;
 &amp;lt;tr style="background-color:OrangeRed; color:Snow; font-size:large;"&amp;gt;
     &amp;lt;td&amp;gt;Variable=Value&amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;Output&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow; font-family:'Courier New', Courier, monospace"&amp;gt;
            &amp;lt;td&amp;gt;Salary=1525&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#Salary#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow; font-family:'Courier New', Courier, monospace"&amp;gt;
            &amp;lt;td&amp;gt;SalaryWithMask=NumberFormat(Salary,"$")&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#SalaryWithMask#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow; font-family:'Courier New', Courier, monospace"&amp;gt;
            &amp;lt;td&amp;gt;ToDay=DateFormat(Now())&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#ToDay#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:HotPink; color:Snow; font-family:'Courier New', Courier, monospace"&amp;gt;
            &amp;lt;td&amp;gt;ToDayWithMask=DateFormat(Now(),"mmmm-dd-yyyy")&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#ToDayWithMask#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sy_WYX_aswI/AAAAAAAABiw/xqR3ujoQU3s/s1600-h/FunctionsMasks.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 198px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sy_WYX_aswI/AAAAAAAABiw/xqR3ujoQU3s/s320/FunctionsMasks.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417784590995206914" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5457738402496126506?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5457738402496126506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5457738402496126506'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/coldfusion-functions-masks-how-to-use.html' title='coldfusion functions masks - how to use masks in coldfusion functions'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sy_WYX_aswI/AAAAAAAABiw/xqR3ujoQU3s/s72-c/FunctionsMasks.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5499767156379277058</id><published>2009-12-21T12:06:00.000-08:00</published><updated>2011-06-15T11:38:05.223-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>coldfusion dynamic variables - how to create and use in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
coldfusion dynamic variables - how to create and use in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  DynamicVariables.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;coldfusion dynamic variables - how to create and use in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;coldfusion dynamic variables example: how to use&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="LightBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset ColorName="Crimson"&amp;gt;
&amp;lt;cfset "#ColorName#"="Red type color"&amp;gt;

&amp;lt;cfdump var="#Variables#"&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;table border="0" cellpadding="2" cellspacing="2" bgcolor="DeepPink" width="250"&amp;gt;
 &amp;lt;tr style="background-color:Crimson; color:Snow; font-size:large;"&amp;gt;
     &amp;lt;td&amp;gt;Variable&amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;Output&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput&amp;gt;
        &amp;lt;tr style="background-color:OrangeRed; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;ColorName&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#ColorName#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;tr style="background-color:OrangeRed; color:Snow;"&amp;gt;
            &amp;lt;td&amp;gt;Crimson&amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;#Crimson#&amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
 &amp;lt;/cfoutput&amp;gt;    
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sy_Ve7QdlMI/AAAAAAAABio/E73yTjFgMtg/s1600-h/DynamicVariables.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 203px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sy_Ve7QdlMI/AAAAAAAABio/E73yTjFgMtg/s320/DynamicVariables.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417783604029527234" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5499767156379277058?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5499767156379277058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5499767156379277058'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/coldfusion-dynamic-variables-how-to.html' title='coldfusion dynamic variables - how to create and use in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_o3LEncglyOk/Sy_Ve7QdlMI/AAAAAAAABio/E73yTjFgMtg/s72-c/DynamicVariables.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7288214272185832853</id><published>2009-12-21T12:01:00.000-08:00</published><updated>2011-06-15T11:36:10.390-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfdump example'/><title type='text'>cfdump var expression - how to use expression in cfdump var attribute</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfdump var expression - how to use expression in cfdump var attribute
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfdumpVarExpression.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfdump var expression - how to use expression in cfdump var attribute&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkBlue; font-style:italic"&amp;gt;coldfusion cfdump var expression: how to use&amp;lt;/h2&amp;gt;
&amp;lt;hr width="450" align="left" color="LightBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset Number1=5&amp;gt;
&amp;lt;cfset Number2=10&amp;gt;

&amp;lt;table border="0" cellpadding="2" cellspacing="2" bgcolor="DeepPink" width="250"&amp;gt;
 &amp;lt;tr style="background-color:HotPink; color:Snow; font-size:large;"&amp;gt;
     &amp;lt;td&amp;gt;cfdump var&amp;lt;/td&amp;gt;
     &amp;lt;td&amp;gt;Output&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr style="background-color:OrangeRed; color:Snow;"&amp;gt;
        &amp;lt;td&amp;gt;var="#Number1#"&amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;&amp;lt;cfdump var="#Number1#"&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr style="background-color:OrangeRed; color:Snow;"&amp;gt;
        &amp;lt;td&amp;gt;var="#Number2#"&amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;&amp;lt;cfdump var="#Number2#"&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr style="background-color:OrangeRed; color:Snow;"&amp;gt;
        &amp;lt;td&amp;gt;var=#Number1*Number2#&amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;&amp;lt;cfdump var=#Number1*Number2#&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr style="background-color:OrangeRed; color:Snow;"&amp;gt;
        &amp;lt;td&amp;gt;var="#Number1+Number2#"&amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;&amp;lt;cfdump var="#Number1+Number2#"&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr style="background-color:OrangeRed; color:Snow;"&amp;gt;
        &amp;lt;td&amp;gt;var="#(100/5)*2#"&amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;&amp;lt;cfdump var="#(100/5)*2#"&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sy_USvlZHcI/AAAAAAAABig/RikNEp1E188/s1600-h/cfdumpVarExpression.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sy_USvlZHcI/AAAAAAAABig/RikNEp1E188/s320/cfdumpVarExpression.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417782295226031554" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7288214272185832853?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7288214272185832853'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7288214272185832853'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfdump-var-expression-how-to-use.html' title='cfdump var expression - how to use expression in cfdump var attribute'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sy_USvlZHcI/AAAAAAAABig/RikNEp1E188/s72-c/cfdumpVarExpression.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8750015242879388975</id><published>2009-12-21T01:22:00.000-08:00</published><updated>2011-06-15T11:34:17.574-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>DataSource List - how to get coldfusion DataSource list programmatically</title><content type='html'>&lt;div class="cfposttitle"&gt;
DataSource List - how to get coldfusion DataSource list programmatically
&lt;/div&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  GetDataSourceList.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;DataSource List - how to get coldfusion DataSource list programmatically&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;DataSource example: how to get DataSource list&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="LightPink" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfobject 
 action="create"
    type="java"
    class="coldfusion.server.ServiceFactory" 
    name="cfactory"
    &amp;gt;
&amp;lt;cfset DSourceStruct=cfactory.getDataSourceService().getDataSources()&amp;gt;
&amp;lt;cfset DSourceList=StructKeyList(DSourceStruct,",")&amp;gt;


&amp;lt;table border="1" cellpadding="2" cellspacing="2" bordercolor="Pink" bgcolor="DeepPink" width="350"&amp;gt;
 &amp;lt;tr style="color:Snow; font-weight:bold; font-size:large; font-family:'Courier New', Courier, monospace;" height="35"&amp;gt;
     &amp;lt;td&amp;gt;
         ColdFusion DataSource List
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput&amp;gt;
        &amp;lt;cfloop index="i" list="#DSourceList#"&amp;gt;
            &amp;lt;tr style="font-weight:bold; font-style:normal; color:Snow;"&amp;gt;
                &amp;lt;td bgcolor="HotPink"&amp;gt;
                    #i#
                &amp;lt;/td&amp;gt;
            &amp;lt;/tr&amp;gt;
            &amp;lt;/cfloop&amp;gt;
        &amp;lt;/cfoutput&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sy8-oF37F7I/AAAAAAAABiY/yAWzmGZi0qQ/s1600-h/DataSourceList.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 228px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sy8-oF37F7I/AAAAAAAABiY/yAWzmGZi0qQ/s320/DataSourceList.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417617735242422194" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8750015242879388975?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8750015242879388975'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8750015242879388975'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/datasource-list-how-to-get-coldfusion.html' title='DataSource List - how to get coldfusion DataSource list programmatically'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sy8-oF37F7I/AAAAAAAABiY/yAWzmGZi0qQ/s72-c/DataSourceList.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8887018528013807989</id><published>2009-12-21T01:19:00.000-08:00</published><updated>2011-06-15T11:31:51.394-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>server variables - how to dump and get output server variables</title><content type='html'>&lt;div class="cfposttitle"&gt;
server variables - how to dump and get output server variables
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  serverVariables.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;server variables - how to dump and get output server variables&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DodgerBlue; font-style:italic"&amp;gt;coldfusion server variables example: how to get output&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="PowderBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfdump var="#server#"&amp;gt;
&amp;lt;br /&amp;gt;


&amp;lt;font style="font-weight:bold; color:SeaGreen; font-size:large;"&amp;gt;example server variable Output&amp;lt;/font&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;font style="color:DeepPink; font-weight:bold; font-family:'Courier New', Courier, monospace;"&amp;gt;
    PRODUCT VERSION[#server.ColdFusion.PRODUCTVERSION#]: &amp;lt;cfoutput&amp;gt;#server.ColdFusion.PRODUCTVERSION#&amp;lt;/cfoutput&amp;gt;
&amp;lt;/font&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sy89zd1oFyI/AAAAAAAABiQ/DcqMpbeWvDA/s1600-h/ServerVariables.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 276px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sy89zd1oFyI/AAAAAAAABiQ/DcqMpbeWvDA/s320/ServerVariables.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417616831142172450" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8887018528013807989?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8887018528013807989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8887018528013807989'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/server-variables-how-to-dump-and-get.html' title='server variables - how to dump and get output server variables'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/Sy89zd1oFyI/AAAAAAAABiQ/DcqMpbeWvDA/s72-c/ServerVariables.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-4704323276721431722</id><published>2009-12-21T01:15:00.000-08:00</published><updated>2011-06-15T12:25:40.719-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>nested functions - how to use nested functions in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
nested functions - how to use nested functions in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  NestedFunctions.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;nested functions - how to use nested functions in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DodgerBlue; font-style:italic"&amp;gt;coldfusion nested functions example: how to use&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="PowderBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset Today=UCase(DateFormat(Now(),"dd-mmmm-yyyy"))&amp;gt;

&amp;lt;font style="font-weight:bold; color:SeaGreen; font-size:X-large;"&amp;gt;ToDay Is: &amp;lt;/font&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;font style="color:DeepPink; font-weight:bold; font-size:large; font-family:'Courier New', Courier, monospace;"&amp;gt;
    &amp;lt;cfoutput&amp;gt;#ToDay#&amp;lt;/cfoutput&amp;gt;
&amp;lt;/font&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/Sy882CyW3zI/AAAAAAAABiI/YigJg9zikSA/s1600-h/NestedFunctions.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 207px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/Sy882CyW3zI/AAAAAAAABiI/YigJg9zikSA/s320/NestedFunctions.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417615775908683570" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-4704323276721431722?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4704323276721431722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4704323276721431722'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/nested-functions-how-to-use-nested.html' title='nested functions - how to use nested functions in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/Sy882CyW3zI/AAAAAAAABiI/YigJg9zikSA/s72-c/NestedFunctions.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6876580531811105508</id><published>2009-12-21T01:11:00.000-08:00</published><updated>2011-06-15T12:26:56.967-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion other tags example'/><title type='text'>cfobject type java - how to use in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfobject type java - how to use in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfobjectTypeJava.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfobject type java - how to use in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:HotPink; font-style:italic"&amp;gt;cfobject tag example: how to use type java&amp;lt;/h2&amp;gt;
&amp;lt;hr width="425" align="left" color="Pink" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfobject 
 action="create"
    type="java"
    class="coldfusion.server.ServiceFactory" 
    name="cfactory"
    &amp;gt;
&amp;lt;cfset DataSourceStruct=cfactory.getDataSourceService().getDataSources()&amp;gt;
&amp;lt;cfset DataSourceList=StructKeyList(DataSourceStruct,",")&amp;gt;


&amp;lt;table border="1" cellpadding="2" cellspacing="2" bordercolor="DarkSeaGreen" bgcolor="SeaGreen" width="275"&amp;gt;
 &amp;lt;tr style="color:Snow; font-weight:bold; font-size:large;"&amp;gt;
     &amp;lt;td&amp;gt;
         ColdFusion DataSource List
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput&amp;gt;
        &amp;lt;cfloop index="i" list="#DataSourceList#"&amp;gt;
            &amp;lt;tr style="font-weight:bold; font-style:normal; color:SeaGreen;"&amp;gt;
                &amp;lt;td bgcolor="DarkSeaGreen"&amp;gt;
                    #i#
                &amp;lt;/td&amp;gt;
            &amp;lt;/tr&amp;gt;
            &amp;lt;/cfloop&amp;gt;
        &amp;lt;/cfoutput&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sy88CURSmSI/AAAAAAAABiA/bvpl_MqkU-8/s1600-h/cfobjectTypeJava.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 213px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sy88CURSmSI/AAAAAAAABiA/bvpl_MqkU-8/s320/cfobjectTypeJava.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417614887248632098" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6876580531811105508?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6876580531811105508'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6876580531811105508'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfobject-type-java-how-to-use-in.html' title='cfobject type java - how to use in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sy88CURSmSI/AAAAAAAABiA/bvpl_MqkU-8/s72-c/cfobjectTypeJava.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7954870272526896343</id><published>2009-12-21T01:07:00.000-08:00</published><updated>2011-06-15T12:28:44.795-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion other tags example'/><title type='text'>cfobject action create - how to use in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfobject action create - how to use in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfobjectActionCreate.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfobject action create - how to use in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkSeaGreen; font-style:italic"&amp;gt;cfobject tag example: how to use action create&amp;lt;/h2&amp;gt;
&amp;lt;hr width="425" align="left" color="DarkSeaGreen" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfobject 
 action="create"
    type="java"
    class="coldfusion.server.ServiceFactory" 
    name="cfactory"
    &amp;gt;
&amp;lt;cfset DSStruct=cfactory.getDataSourceService().getDataSources()&amp;gt;
&amp;lt;cfset DSList=StructKeyList(DSStruct,",")&amp;gt;


&amp;lt;div style="color:DeepPink; font-weight:bold; font-size:large; font-style:italic;"&amp;gt;
 ColdFusion DataSource List:
    &amp;lt;ol&amp;gt;
        &amp;lt;cfoutput&amp;gt;
            &amp;lt;cfloop index="i" list="#DSList#"&amp;gt;
                &amp;lt;li&amp;gt;#i#&amp;lt;/li&amp;gt;
            &amp;lt;/cfloop&amp;gt;
        &amp;lt;/cfoutput&amp;gt;
  &amp;lt;/ol&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/Sy87H2wzMsI/AAAAAAAABh4/QGVhALDPcV4/s1600-h/cfobjectActionCreate.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 196px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/Sy87H2wzMsI/AAAAAAAABh4/QGVhALDPcV4/s320/cfobjectActionCreate.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417613882895315650" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7954870272526896343?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7954870272526896343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7954870272526896343'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfobject-action-create-how-to-use-in.html' title='cfobject action create - how to use in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/Sy87H2wzMsI/AAAAAAAABh4/QGVhALDPcV4/s72-c/cfobjectActionCreate.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6064829238419918618</id><published>2009-12-21T00:59:00.000-08:00</published><updated>2011-06-15T12:30:44.682-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion other tags example'/><title type='text'>cfcontent reset - how to use reset attribute when create dowloadable document</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfcontent reset - how to use reset attribute when create dowloadable document
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcontentReset.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfcontent reset - how to use reset attribute when create dowloadable document&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DeepPink; font-style:italic"&amp;gt;cfcontent tag example: how to use reset attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="475" align="left" color="Pink" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;a href="cfcontentReset1.cfm"&amp;gt;Click Here To Get Books List In A MSWord File&amp;lt;/a&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcontentReset1.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!--
    we set reset=no, so the generated msword document will shown this text also.
--&amp;gt;

&amp;lt;cfquery name="books" datasource="cfbookclub"&amp;gt;
 select BookID, Title from Books
&amp;lt;/cfquery&amp;gt;

&amp;lt;cfcontent type="application/msword" reset="no"&amp;gt;

Books Name
=============
&amp;lt;cfoutput query="books"&amp;gt;
 #BookID# #Title#
&amp;lt;/cfoutput&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sy85ENA9W5I/AAAAAAAABhg/e0YQvR4n0A8/s1600-h/cfcontentReset.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 198px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sy85ENA9W5I/AAAAAAAABhg/e0YQvR4n0A8/s320/cfcontentReset.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417611621125938066" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sy85MyjFfgI/AAAAAAAABho/aQkshmwlS4g/s1600-h/cfcontentReset1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 199px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sy85MyjFfgI/AAAAAAAABho/aQkshmwlS4g/s320/cfcontentReset1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417611768640142850" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sy85WCa94fI/AAAAAAAABhw/9M0NPMN-PaA/s1600-h/cfcontentReset2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 213px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sy85WCa94fI/AAAAAAAABhw/9M0NPMN-PaA/s320/cfcontentReset2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417611927519879666" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6064829238419918618?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6064829238419918618'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6064829238419918618'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfcontent-reset-how-to-use-reset.html' title='cfcontent reset - how to use reset attribute when create dowloadable document'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/Sy85ENA9W5I/AAAAAAAABhg/e0YQvR4n0A8/s72-c/cfcontentReset.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6854539802558666570</id><published>2009-12-21T00:48:00.000-08:00</published><updated>2011-06-15T12:33:02.891-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion other tags example'/><title type='text'>cfcontent application/msword - how to create Microsoft Word document  in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfcontent application/msword - how to create Microsoft Word document  in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcontentMSWord.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;cfcontent application/msword - how to create Microsoft Word document  in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkSeaGreen; font-style:italic"&amp;gt;cfcontent tag example: how to create Microsoft Word document&amp;lt;/h2&amp;gt;
&amp;lt;hr width="625" align="left" color="DarkSeaGreen" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;a href="cfcontentMSWord1.cfm"&amp;gt;Click Here To Get Authors List In A MSWord File&amp;lt;/a&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcontentMSWord1.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;cfquery name="authors" datasource="cfbookclub"&amp;gt;
 select FirstName, LastName from authors
&amp;lt;/cfquery&amp;gt;

&amp;lt;cfcontent type="application/msword" reset="yes"&amp;gt;
Authors Name
=============
&amp;lt;cfoutput query="authors"&amp;gt;
 #LastName# #FirstName#
&amp;lt;/cfoutput&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sy82jFLXjGI/AAAAAAAABhI/bDn_r0g6KiI/s1600-h/cfcontentMSWord.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 209px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sy82jFLXjGI/AAAAAAAABhI/bDn_r0g6KiI/s320/cfcontentMSWord.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417608853063175266" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sy82tM-MTfI/AAAAAAAABhQ/GuF-VVM6f_s/s1600-h/cfcontentMSWord1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 208px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sy82tM-MTfI/AAAAAAAABhQ/GuF-VVM6f_s/s320/cfcontentMSWord1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417609026954087922" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/Sy824idkA3I/AAAAAAAABhY/8cHCkpxOaCs/s1600-h/cfcontentMSWord2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 290px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/Sy824idkA3I/AAAAAAAABhY/8cHCkpxOaCs/s320/cfcontentMSWord2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417609221701370738" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6854539802558666570?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6854539802558666570'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6854539802558666570'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/cfcontent-applicationmsword-how-to.html' title='cfcontent application/msword - how to create Microsoft Word document  in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sy82jFLXjGI/AAAAAAAABhI/bDn_r0g6KiI/s72-c/cfcontentMSWord.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6912645617213049890</id><published>2009-12-21T00:38:00.000-08:00</published><updated>2011-06-15T12:34:54.628-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion basic example'/><title type='text'>Application Variables - how to create and dump Application variables</title><content type='html'>&lt;div class="cfposttitle"&gt;
Application Variables - how to create and dump Application variables
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  application.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;cfapplication 
 name="cfexample"
    clientmanagement="yes" 
    sessionmanagement="yes" 
    sessiontimeout="#CreateTimeSpan(0,0,30,0)#"
    &amp;gt;

&amp;lt;cfset Application.Author.Name="cfsuman"&amp;gt;
&amp;lt;cfset Application.Author.FavoriteColor="DeepPink"&amp;gt;

&amp;lt;cfset Application.DSName="cfbookclub"&amp;gt;
&amp;lt;cfset Application.Description="ColdFusion Example"&amp;gt;
&lt;/pre&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  ApplicationVariables.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
    &amp;lt;title&amp;gt;Application Variables: how to create and dump Application variables&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;ColdFusion Application Variables example: how to create and dump&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="LightPink" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfdump var="#Application#"&amp;gt;
&amp;lt;br /&amp;gt;


&amp;lt;font style="font-weight:bold; color:Green; font-size:large;"&amp;gt;Example Application Variable Output&amp;lt;/font&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;font style="color:OrangeRed; font-weight:bold; font-family:'Courier New', Courier, monospace;"&amp;gt;
    DataSource Name[#Application.DSName#]: &amp;lt;cfoutput&amp;gt;#Application.DSName#&amp;lt;/cfoutput&amp;gt;
&amp;lt;/font&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sy80SfwoAlI/AAAAAAAABhA/aqEEge_QhDo/s1600-h/ApplicationVariables.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 194px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sy80SfwoAlI/AAAAAAAABhA/aqEEge_QhDo/s320/ApplicationVariables.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5417606369117733458" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6912645617213049890?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6912645617213049890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6912645617213049890'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/12/application-variables-how-to-create-and.html' title='Application Variables - how to create and dump Application variables'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/Sy80SfwoAlI/AAAAAAAABhA/aqEEge_QhDo/s72-c/ApplicationVariables.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1879487651692101330</id><published>2009-07-27T11:09:00.000-07:00</published><updated>2011-11-25T11:02:32.030-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfhttp example'/><title type='text'>cfhttp: how to use columns attribute when read a csv file in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfhttp: how to use columns attribute when read a csv file in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  employee1.csv
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
1, Jenny, Jones
2, Anne, Joli
3, Sonia, Fara
&lt;/pre&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfhttpColumns.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfhttp: how to use columns attribute when read a csv file in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:IndianRed; font-style:italic"&amp;gt;cfhttp tag example: how to use columns attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="IndianRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfhttp 
  method="get"
    url="http://localhost:8500/cfexample/employee1.csv" 
    name="EmployeeData"
    columns="EmpID,FirstName,LastName"
    firstRowAsHeaders="no"
    &amp;gt;
&amp;lt;/cfhttp&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="IndianRed"&amp;gt;
    &amp;lt;tr bgcolor="Crimson" style="color:White; font-weight:bold"&amp;gt;
        &amp;lt;td&amp;gt;
            Employee ID
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            First Name
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Last Name
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput query="EmployeeData"&amp;gt;
     &amp;lt;tr bgcolor="Snow" style="color:IndianRed; font-weight:normal"&amp;gt;
         &amp;lt;td&amp;gt;
                #EmpID#
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
                #FirstName#
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
                #LastName#
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sm3tfeea-nI/AAAAAAAABgI/8LFVWxQTV74/s1600-h/cfhttpColumns.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 239px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sm3tfeea-nI/AAAAAAAABgI/8LFVWxQTV74/s320/cfhttpColumns.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5363203856280517234" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/ajax-javascript-function-how-to-use.html"&gt;Ajax JavaScript Function: how to use ColdFusion.Window.onShow in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-use-cfwindow-in.html"&gt;cfwindow tag: how to use cfwindow in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html"&gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change_18.html"&gt;cfimage action captcha: how to change captcha height width in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsilent-how-to-use-cfsilent-for.html"&gt;cfsilent: how to use cfsilent for suppress output in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcache-tag-how-to-cache-web-page-in.html"&gt;cfcache tag: how to cache web page in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-day.html"&gt;cfcalendar tag: how to set change day names of calendar control in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-disable-date.html"&gt;cfcalendar tag: how to disable date range (startRange, endrange) in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-rich-text.html"&gt;cftextarea tag: how to use rich text area with basic toolbar in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1879487651692101330?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1879487651692101330'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1879487651692101330'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html' title='cfhttp: how to use columns attribute when read a csv file in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/Sm3tfeea-nI/AAAAAAAABgI/8LFVWxQTV74/s72-c/cfhttpColumns.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-4991868325549891972</id><published>2009-07-27T11:02:00.000-07:00</published><updated>2011-11-25T11:03:13.017-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfhttp example'/><title type='text'>cfhttp: how to use get method in cfhttp tag in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfhttp: how to use get method in cfhttp tag in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  employee2.csv
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
EmpID, FirstName, LastName
1, Jenny, Jones
2, Mona, Lisa
3, Faria, Ruma
4, Suria, Sen
&lt;/pre&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfhttpGetMethod.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfhttp: how to use get method in cfhttp tag in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DarkSeaGreen; font-style:italic"&amp;gt;cfhttp tag example: how to use get method&amp;lt;/h2&amp;gt;
&amp;lt;hr width="425" align="left" color="DarkSeaGreen" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfhttp 
 method="get"
    url="http://localhost:8500/cfexample/employee2.csv" 
    name="EmployeeList"
    &amp;gt;
&amp;lt;/cfhttp&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="CornFlowerBlue"&amp;gt;
    &amp;lt;tr bgcolor="DodgerBlue" style="color:Snow; font-weight:bold"&amp;gt;
        &amp;lt;td&amp;gt;
            Employee ID
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            First Name
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Last Name
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput query="EmployeeList"&amp;gt;
     &amp;lt;tr bgcolor="Snow" style="color:RoyalBlue; font-weight:normal"&amp;gt;
         &amp;lt;td&amp;gt;
                #EmpID#
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
                #FirstName#
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
                #LastName#
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/Sm3sIWc7ZQI/AAAAAAAABgA/bvfWiqHOFzE/s1600-h/cfhttpGetMethod.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 261px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/Sm3sIWc7ZQI/AAAAAAAABgA/bvfWiqHOFzE/s320/cfhttpGetMethod.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5363202359478150402" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-button-how-to-use-input.html"&gt;cfinput type button: how to use input type button in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-style-input.html"&gt;cfinput type text: how to style input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-resize-how-to-change.html"&gt;cfimage action resize: how to change image height width pngprogrammatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-read-how-to-read-image.html"&gt;cfimage action read: how to read an image into memory in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsilent-how-to-use-cfsilent-for.html"&gt;cfsilent: how to use cfsilent for suppress output in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-rich-text.html"&gt;cftextarea tag: how to use rich text area with basic toolbar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-use-cfwindow-in.html"&gt;cfwindow tag: how to use cfwindow in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-show-window-in.html"&gt;cfwindow tag: how to show window in specific x, y position (horizontal and vertical coordinate)&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfdiv-bind-how-to-show-query-data.html"&gt;cfdiv bind: how to show query data without page refresh in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-delimiter-attribute.html"&gt;cfhttp: how to use delimiter attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-4991868325549891972?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4991868325549891972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4991868325549891972'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html' title='cfhttp: how to use get method in cfhttp tag in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/Sm3sIWc7ZQI/AAAAAAAABgA/bvfWiqHOFzE/s72-c/cfhttpGetMethod.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5060233325477687788</id><published>2009-07-27T04:00:00.000-07:00</published><updated>2011-11-25T11:04:11.325-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfhttp example'/><title type='text'>cfhttp: how to use delimiter attribute when read a csv file in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfhttp: how to use delimiter attribute when read a csv file in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  employee.csv
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
Emp_ID; FirstName; LastName
1; Jenny; Jones
2; Anne; Patel
3; Sonia; Akter
&lt;/pre&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfhttpDelimiter.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfhttp: how to use delimiter attribute when read a csv file in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DeepPink; font-style:italic"&amp;gt;cfhttp tag example: how to use delimiter attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfhttp 
 method="get"
    url="http://localhost:8500/cfexample/employee.csv" 
    name="EmployeeData"
    delimiter=";"
    &amp;gt;
&amp;lt;/cfhttp&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Crimson"&amp;gt;
    &amp;lt;tr bgcolor="OrangeRed" style="color:Snow; font-weight:bold"&amp;gt;
        &amp;lt;td&amp;gt;
            Employee ID
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            First Name
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Last Name
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
 &amp;lt;cfoutput query="EmployeeData"&amp;gt;
     &amp;lt;tr bgcolor="Snow" style="color:Crimson; font-weight:normal"&amp;gt;
         &amp;lt;td&amp;gt;
                #Emp_ID#
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
                #FirstName#
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
                #LastName#
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sm2JDXcxH2I/AAAAAAAABf4/rXkEhTyciKA/s1600-h/cfhttpDelimiter.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sm2JDXcxH2I/AAAAAAAABf4/rXkEhTyciKA/s320/cfhttpDelimiter.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5363093422195416930" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsilent-how-to-use-cfsilent-for.html"&gt;cfsilent: how to use cfsilent for suppress output in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcache-tag-how-to-cache-web-page-in.html"&gt;cfcache tag: how to cache web page in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-day.html"&gt;cfcalendar tag: how to set change day names of calendar control in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-disable-date.html"&gt;cfcalendar tag: how to disable date range (startRange, endrange) in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-create-non.html"&gt;cfwindow tag: how to create non draggable window in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/ajax-javascript-function-how-to-hide.html"&gt;Ajax JavaScript Function: how to hide window programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-rich-text.html"&gt;cftextarea tag: how to use rich text area with basic toolbar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfdiv-bind-how-to-show-query-data.html"&gt;cfdiv bind: how to show query data without page refresh in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5060233325477687788?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5060233325477687788'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5060233325477687788'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-delimiter-attribute.html' title='cfhttp: how to use delimiter attribute when read a csv file in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_o3LEncglyOk/Sm2JDXcxH2I/AAAAAAAABf4/rXkEhTyciKA/s72-c/cfhttpDelimiter.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5829919908132610683</id><published>2009-06-24T14:06:00.000-07:00</published><updated>2011-11-25T23:42:54.393-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion cfdiv example'/><title type='text'>cfdiv bind: how to show query data without page refresh in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfdiv bind: how to show query data without page refresh in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfdivBind.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfdiv bind: how to show query data without page refresh in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;cfdiv tag example: how to show dynamic data&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="Crimson" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfquery name="qEmployeeID" datasource="cfdocexamples"&amp;gt;
 SELECT Emp_ID, FirstName FROM Employees
&amp;lt;/cfquery&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="SeaGreen"&amp;gt;
    &amp;lt;tr&amp;gt;
        &amp;lt;td colspan="2" bgcolor="DarkSeaGreen" style="color:Snow; font-size:large" align="center"&amp;gt;
            Explore Employee Details
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr valign="top"&amp;gt;
        &amp;lt;td style="color:DarkSeaGreen; font-weight:bold"&amp;gt;
            Select Employee
        &amp;lt;/td&amp;gt;
        &amp;lt;td &amp;gt;
            &amp;lt;cfform name="CalendarSelectedDateTest" method="post" format="html"&amp;gt;
                &amp;lt;cfselect name="EmployeeID" query="qEmployeeID" value="Emp_ID" display="FirstName" /&amp;gt;
            &amp;lt;/cfform&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;br /&amp;gt;

&amp;lt;cfdiv id="EmployeeDiv" bind="url:EmployeeDetails.cfm?Emp_ID={EmployeeID}"&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  EmployeeDetails.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;cfparam name="url.Emp_ID" default="0"&amp;gt;

&amp;lt;cfif url.Emp_ID gt 0&amp;gt;
    &amp;lt;cfquery name="qEmployee" datasource="cfdocexamples"&amp;gt;
        SELECT Emp_ID, FirstName, LastName, Email, Department FROM Employees
        WHERE Emp_ID= #url.Emp_ID#
    &amp;lt;/cfquery&amp;gt;

    &amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Orange"&amp;gt;
        &amp;lt;tr valign="top" style="color:Snow; background-color:OrangeRed; font-weight:bold"&amp;gt;
            &amp;lt;td&amp;gt;
                Employee ID
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                First Name
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                Last Name
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                Email
            &amp;lt;/td&amp;gt;
            &amp;lt;td&amp;gt;
                Department
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
        &amp;lt;cfoutput query="qEmployee"&amp;gt;
            &amp;lt;tr valign="top" style="color:OrangeRed;"&amp;gt;
                &amp;lt;td&amp;gt;
                   #qEmployee.Emp_ID#
                &amp;lt;/td&amp;gt;
                &amp;lt;td&amp;gt;
                   #qEmployee.FirstName#
                &amp;lt;/td&amp;gt;
                &amp;lt;td&amp;gt;
                   #qEmployee.LastName#
                &amp;lt;/td&amp;gt;
                &amp;lt;td&amp;gt;
                   #qEmployee.Email#
                &amp;lt;/td&amp;gt;
                &amp;lt;td&amp;gt;
                   #qEmployee.Department#
                &amp;lt;/td&amp;gt;
            &amp;lt;/tr&amp;gt;
        &amp;lt;/cfoutput&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfif&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SkKVYUnjfPI/AAAAAAAABfQ/eWs6Dw32pOg/s1600-h/cfdivbind.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 274px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SkKVYUnjfPI/AAAAAAAABfQ/eWs6Dw32pOg/s320/cfdivbind.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5351003552353582322" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SkKVmRl3afI/AAAAAAAABfY/Qre8nxX31_k/s1600-h/cfdivbind1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 242px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SkKVmRl3afI/AAAAAAAABfY/Qre8nxX31_k/s320/cfdivbind1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5351003792059361778" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkKV1eAhezI/AAAAAAAABfg/o6KAmYI0Rac/s1600-h/cfdivbind2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 260px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkKV1eAhezI/AAAAAAAABfg/o6KAmYI0Rac/s320/cfdivbind2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5351004053090433842" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-use-menustyle.html"&gt;cfmenu tag: how to use menustyle attribute in cfmenu in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-use-vertical-or.html"&gt;cfmenu tag: how to use vertical or horizontal type menu in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-button-how-to-use-input.html"&gt;cfinput type button: how to use input type button in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-button-how-to-style-input.html"&gt;cfinput type button: how to style input type button in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-rich-text.html"&gt;cftextarea tag: how to use rich text area with basic toolbar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-delimiter-attribute.html"&gt;cfhttp: how to use delimiter attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/ajax-javascript-function-how-to-use_01.html"&gt;Ajax JavaScript Function: how to use ColdFusion.Window.onHide in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-create-and-show.html"&gt;cfwindow tag: how to create and show window in browser center position&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html"&gt;cfhttp: how to use columns attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5829919908132610683?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5829919908132610683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5829919908132610683'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfdiv-bind-how-to-show-query-data.html' title='cfdiv bind: how to show query data without page refresh in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SkKVYUnjfPI/AAAAAAAABfQ/eWs6Dw32pOg/s72-c/cfdivbind.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-840305611447403303</id><published>2009-06-24T13:58:00.000-07:00</published><updated>2011-11-25T12:26:04.893-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cftextarea example'/><title type='text'>cftextarea tag: how to use rich text area with basic toolbar in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cftextarea tag: how to use rich text area with basic toolbar in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cftextareaRichText.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cftextarea tag: how to use rich text area with basic toolbar in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SaddleBrown; font-style:italic"&amp;gt;cftextarea example: how to use rich text area&amp;lt;/h2&amp;gt;
&amp;lt;hr width="450" align="left" color="SaddleBrown" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfif IsDefined("Form.SubmitColors")&amp;gt;
 &amp;lt;cfoutput&amp;gt;
      &amp;lt;h3 style="color:DeepPink;"&amp;gt;
             Your favorite colors are: #Form.Colors#
            &amp;lt;/h3&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfform name="RichTextAreaTest" method="post" format="html"&amp;gt;
 &amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="CornFlowerBlue"&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" bgcolor="DodgerBlue" style="color:Snow; font-size:large" align="center"&amp;gt;
             Favorite Colors Submit Form
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr valign="top"&amp;gt;
         &amp;lt;td style="color:DodgerBlue; font-weight:bold"&amp;gt;
             Favorite Colors
            &amp;lt;/td&amp;gt;
         &amp;lt;td width="250"&amp;gt;
             &amp;lt;cftextarea 
                 name="Colors"
                    required="yes"
                    message="Colors required."
                    richtext="yes"
                    toolbar="Basic"
                    /&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" align="right"&amp;gt;
       &amp;lt;cfinput 
                 name="SubmitColors" 
                    type="submit" 
                    value="Submit"
                    style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:DodgerBlue;"
                    &amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfform&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/SkKThB3FuuI/AAAAAAAABe4/9diw1se3Lsk/s1600-h/cftextareaRichText.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 287px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/SkKThB3FuuI/AAAAAAAABe4/9diw1se3Lsk/s320/cftextareaRichText.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5351001502914034402" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SkKTrSGijLI/AAAAAAAABfA/WnCsOaXLOVI/s1600-h/cftextareaRichText1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 277px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SkKTrSGijLI/AAAAAAAABfA/WnCsOaXLOVI/s320/cftextareaRichText1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5351001679072496818" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkKT12UzIoI/AAAAAAAABfI/4K1lMtmR1m0/s1600-h/cftextareaRichText2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 278px; height: 320px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkKT12UzIoI/AAAAAAAABfI/4K1lMtmR1m0/s320/cftextareaRichText2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5351001860594672258" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-set-change-menu.html"&gt;cfmenu tag: how to set, change menu background color in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-set-change-menu-font.html"&gt;cfmenu tag: how to set, change menu font in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-set-change-menu-font_01.html"&gt;cfmenu tag: how to set, change menu font color in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-set-change-menu_01.html"&gt;cfmenu tag: how to set, change menu selected font color in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-set-change-menu_772.html"&gt;cfmenu tag: how to set, change menu selected item color (background) in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfdiv-bind-how-to-show-query-data.html"&gt;cfdiv bind: how to show query data without page refresh in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-show-window-in.html"&gt;cfwindow tag: how to show window in specific x, y position (horizontal and vertical coordinate)&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfwindow-tag-example-how-to-use.html"&gt;cfwindow tag example: how to use refreshonshow property in cfwindow&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-delimiter-attribute.html"&gt;cfhttp: how to use delimiter attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-840305611447403303?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/840305611447403303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/840305611447403303'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-rich-text.html' title='cftextarea tag: how to use rich text area with basic toolbar in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_o3LEncglyOk/SkKThB3FuuI/AAAAAAAABe4/9diw1se3Lsk/s72-c/cftextareaRichText.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6520521205036012319</id><published>2009-06-24T13:51:00.000-07:00</published><updated>2011-11-25T12:26:55.437-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cftextarea example'/><title type='text'>cftextarea tag: how to use simple text area in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cftextarea tag: how to use simple text area in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cftextarea.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cftextarea tag: how to use simple text area in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SaddleBrown; font-style:italic"&amp;gt;cftextarea example: how to use&amp;lt;/h2&amp;gt;
&amp;lt;hr width="350" align="left" color="SaddleBrown" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfif IsDefined("Form.SubmitAddress")&amp;gt;
 &amp;lt;cfoutput&amp;gt;
  &amp;lt;h3 style="color:OrangeRed;"&amp;gt;
      Your Address: #Form.Address#
  &amp;lt;/h3&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfform name="TextAreaTest" method="post" format="html"&amp;gt;
 &amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Orange"&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" bgcolor="DeepPink" style="color:Snow; font-size:large" align="center"&amp;gt;
             Address Submit Form
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr valign="top"&amp;gt;
         &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
             Address
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
             &amp;lt;cftextarea 
                 name="Address"
                    required="yes"
                    message="Address required."
                    style="background-color:Wheat; color:RosyBrown; width:250px; height:25px; font-size:large; font-weight:bold; font-style:italic; font:'Comic Sans MS', cursive"
                    /&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" align="right"&amp;gt;
       &amp;lt;cfinput 
                 name="SubmitAddress" 
                    type="submit" 
                    value="Submit"
                    style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:OrangeRed;"
                    &amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfform&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkKR7gj0QxI/AAAAAAAABeg/-xxIFRYPT7o/s1600-h/cftextarea.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 224px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkKR7gj0QxI/AAAAAAAABeg/-xxIFRYPT7o/s320/cftextarea.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350999758808040210" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkKSFZwFk-I/AAAAAAAABeo/wfb8OS0A4As/s1600-h/cftextarea1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 251px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkKSFZwFk-I/AAAAAAAABeo/wfb8OS0A4As/s320/cftextarea1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350999928779150306" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SkKSOzp9qJI/AAAAAAAABew/Wb5x1isxZ-E/s1600-h/cftextarea2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 246px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SkKSOzp9qJI/AAAAAAAABew/Wb5x1isxZ-E/s320/cftextarea2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5351000090351610002" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-create-and-use.html"&gt;cfinput type text: how to create and use autosuggest in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-border-how-to-add.html"&gt;cfimage action border: how to add colored border in image programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfflush-how-to-use-interval-attribute.html"&gt;cfflush: how to use interval attribute with cfflush in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-disable-date.html"&gt;cfcalendar tag: how to disable date range (startRange, endrange) in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcase-tag-how-to-use-delimiters.html"&gt;cfcase tag: how to use delimiters attribute in cfcase tag with cfswitch in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-create-window-with_30.html"&gt;cfwindow tag: how to create window with internal content in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-set-minimum-height_30.html"&gt;cfwindow tag: how to set minimum height and width for a resizable window&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/how-to-create-authentication-system.html"&gt;How to create authentication system (cflogin, cfloginuser, cflogout) in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html"&gt;cfhttp: how to use columns attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6520521205036012319?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6520521205036012319'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6520521205036012319'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-simple-text.html' title='cftextarea tag: how to use simple text area in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/SkKR7gj0QxI/AAAAAAAABeg/-xxIFRYPT7o/s72-c/cftextarea.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8582805315281021612</id><published>2009-06-24T13:43:00.000-07:00</published><updated>2011-11-25T23:46:01.859-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion cflogin example'/><title type='text'>How to create authentication system (cflogin, cfloginuser, cflogout) in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
How to create authentication system (cflogin, cfloginuser, cflogout) in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfloginuser.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;How to create authentication system (cflogin, cfloginuser, cflogout) in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:OrangeRed; font-style:italic"&amp;gt;cfloginuser tag example: how to create simple login logout system&amp;lt;/h2&amp;gt;
&amp;lt;hr width="625" align="left" color="Crimson" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfif IsDefined("LoginButton")&amp;gt;
 &amp;lt;cfif Form.UserName eq "jenny" and Form.Password eq "password"&amp;gt;
     &amp;lt;cflogin&amp;gt;
   &amp;lt;cfloginuser name="jenny" password="password" roles="admin"&amp;gt;
        &amp;lt;/cflogin&amp;gt;
    &amp;lt;/cfif&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfif IsDefined("LogoutButton")&amp;gt;
 &amp;lt;cflogout&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfif IsUserLoggedIn() eq "Yes"&amp;gt;
 &amp;lt;cfform action="" method="post" name="LogoutForm"&amp;gt;
     &amp;lt;cfinput 
         type="submit" 
            name="LogoutButton" 
            value="Logout"
            style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:DeepPink;"
            &amp;gt;
    &amp;lt;/cfform&amp;gt;
    &amp;lt;h3 style="color:SeaGreen;"&amp;gt;
        Only logged in user can see this image.
    &amp;lt;/h3&amp;gt;
    &amp;lt;img src="Images/CuteBird.jpg" /&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfif IsUserLoggedIn() eq "No"&amp;gt;
    &amp;lt;cfform name="LoginForm" method="post" format="html"&amp;gt;
        &amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="SeaGreen"&amp;gt;
            &amp;lt;tr&amp;gt;
                &amp;lt;td colspan="2" bgcolor="DarkSeaGreen" style="color:Snow; font-size:large" align="center"&amp;gt;
                    User Login Form
                &amp;lt;/td&amp;gt;
            &amp;lt;/tr&amp;gt;
            &amp;lt;tr valign="top"&amp;gt;
                &amp;lt;td style="color:OliveDrab; font-weight:bold"&amp;gt;
                    UserName
                &amp;lt;/td&amp;gt;
                &amp;lt;td style="color:Crimson;"&amp;gt;
                    &amp;lt;cfinput 
                        name="UserName" 
                        type="text" 
                        style="background-color:OliveDrab; color:Snow; width:250px; height:25px; font-size:large; font-style:italic; font:'Comic Sans MS', cursive"
                        &amp;gt;
     *jenny                        
                &amp;lt;/td&amp;gt;
            &amp;lt;/tr&amp;gt;
            &amp;lt;tr valign="top"&amp;gt;
                &amp;lt;td style="color:OliveDrab; font-weight:bold"&amp;gt;
                    Password
                &amp;lt;/td&amp;gt;
                &amp;lt;td style="color:Crimson;"&amp;gt;
                    &amp;lt;cfinput 
                        name="Password" 
                        type="password"
                        style="background-color:OliveDrab; color:Snow; width:250px; height:25px; font-size:large; font-style:italic; font:'Comic Sans MS', cursive"
                        &amp;gt;
     *password                        
                &amp;lt;/td&amp;gt;
            &amp;lt;/tr&amp;gt;
            &amp;lt;tr valign="top"&amp;gt;
                &amp;lt;td colspan="2" align="right"&amp;gt;
                    &amp;lt;cfinput 
                        type="submit"
                        name="LoginButton" 
                        value="Login"
                        style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:OliveDrab;"
                        &amp;gt;
                &amp;lt;/td&amp;gt;
            &amp;lt;/tr&amp;gt;
        &amp;lt;/table&amp;gt;
    &amp;lt;/cfform&amp;gt;
&amp;lt;/cfif&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkKQEqQ00QI/AAAAAAAABeA/P_bOna9NdpQ/s1600-h/cflogin.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 190px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkKQEqQ00QI/AAAAAAAABeA/P_bOna9NdpQ/s320/cflogin.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350997717008306434" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkKQOmIYerI/AAAAAAAABeI/VccCemHPrKY/s1600-h/cflogin1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 215px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkKQOmIYerI/AAAAAAAABeI/VccCemHPrKY/s320/cflogin1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350997887697844914" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SkKQbLeH84I/AAAAAAAABeQ/2-Bv1f_FIps/s1600-h/cflogin2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 294px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SkKQbLeH84I/AAAAAAAABeQ/2-Bv1f_FIps/s320/cflogin2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350998103879578498" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SkKQof6GLtI/AAAAAAAABeY/WkXg_cNw3iw/s1600-h/cflogin3.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 198px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SkKQof6GLtI/AAAAAAAABeY/WkXg_cNw3iw/s320/cflogin3.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350998332703911634" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-create-and-use.html"&gt;cfinput type text: how to create and use autosuggest in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use.html"&gt;cfinput type text: how to use autosuggestbinddelay in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-style-input.html"&gt;cfinput type text: how to style input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-border-how-to-add.html"&gt;cfimage action border: how to add colored border in image programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-disable-date.html"&gt;cfcalendar tag: how to disable date range (startRange, endrange) in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcase-tag-how-to-use-delimiters.html"&gt;cfcase tag: how to use delimiters attribute in cfcase tag with cfswitch in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-create-non.html"&gt;cfwindow tag: how to create non draggable window in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-create-fixed-size.html"&gt;cfwindow tag: how to create fixed size (fixed height, width) window in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-simple-text.html"&gt;cftextarea tag: how to use simple text area in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html"&gt;cfhttp: how to use columns attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8582805315281021612?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8582805315281021612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8582805315281021612'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/how-to-create-authentication-system.html' title='How to create authentication system (cflogin, cfloginuser, cflogout) in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/SkKQEqQ00QI/AAAAAAAABeA/P_bOna9NdpQ/s72-c/cflogin.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-4387648857643006540</id><published>2009-06-23T04:12:00.000-07:00</published><updated>2011-11-25T12:20:14.948-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfswitch example'/><title type='text'>cfcase tag: how to use delimiters attribute in cfcase tag with cfswitch in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfcase tag: how to use delimiters attribute in cfcase tag with cfswitch in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcaseDelimiters.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfcase tag: how to use delimiters attribute in cfcase tag with cfswitch in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:OliveDrab; font-style:italic"&amp;gt;cfcase tag example: how to use delimiters attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="Olive" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfif IsDefined("Form.SubmitColor")&amp;gt;
 &amp;lt;cfoutput&amp;gt;
  &amp;lt;h3 style="color:OrangeRed;"&amp;gt;
            &amp;lt;cfswitch expression="#Form.Color#"&amp;gt;
                &amp;lt;cfcase value="Red;Crimson;IndianRed" delimiters=";"&amp;gt;
                    You choose red type color.
                &amp;lt;/cfcase&amp;gt;
                &amp;lt;cfcase value="Orange;OrangeRed" delimiters=";"&amp;gt;
                    You choose orange type color.
                &amp;lt;/cfcase&amp;gt;
                &amp;lt;cfcase value="DodgerBlue;CornFlowerBlue;Blue" delimiters=";"&amp;gt;
                    You choose blue type color.
                &amp;lt;/cfcase&amp;gt;
                &amp;lt;cfdefaultcase&amp;gt;
                    You choose unknown type color.
                &amp;lt;/cfdefaultcase&amp;gt;
            &amp;lt;/cfswitch&amp;gt;
  &amp;lt;/h3&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfform name="cfcaseTest" method="post" format="html"&amp;gt;
 &amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Orange"&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" bgcolor="DeepPink" style="color:Snow; font-size:large" align="center"&amp;gt;
             Submit Color
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr height="100" valign="top"&amp;gt;
         &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
             Color Name
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
    &amp;lt;cfinput 
                 name="Color" 
                    type="text" 
                    style="background-color:Wheat; color:RosyBrown; width:250px; height:25px; font-size:large; font-style:italic; font:'Comic Sans MS', cursive"
                    autosuggest="Red,Crimson,IndianRed,Orange,OrangeRed,DodgerBlue,CornFlowerBlue,Blue" 
                    &amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" align="right"&amp;gt;
       &amp;lt;cfinput 
                 name="SubmitColor" 
                    type="submit" 
                    value="Submit"
                    style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:OliveDrab;"
                    &amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfform&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SkC4xU81n3I/AAAAAAAABdg/4kOCxVRW-eI/s1600-h/cfcaseDelimiters.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 241px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SkC4xU81n3I/AAAAAAAABdg/4kOCxVRW-eI/s320/cfcaseDelimiters.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350479514893131634" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkC45r8mrHI/AAAAAAAABdo/YtNtt8uR6Xc/s1600-h/cfcaseDelimiters1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 238px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkC45r8mrHI/AAAAAAAABdo/YtNtt8uR6Xc/s320/cfcaseDelimiters1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350479658505120882" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkC5BTR7VJI/AAAAAAAABdw/uV18ERrpTfo/s1600-h/cfcaseDelimiters2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 234px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkC5BTR7VJI/AAAAAAAABdw/uV18ERrpTfo/s320/cfcaseDelimiters2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350479789322622098" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/SkC5IdxqS-I/AAAAAAAABd4/XI8l2K0rm-w/s1600-h/cfcaseDelimiters3.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 269px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/SkC5IdxqS-I/AAAAAAAABd4/XI8l2K0rm-w/s320/cfcaseDelimiters3.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350479912399162338" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-button-how-to-use-input.html"&gt;cfinput type button: how to use input type button in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-style-input.html"&gt;cfinput type text: how to style input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-validate-input.html"&gt;cfinput type text: how to validate input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-resize-how-to-change.html"&gt;cfimage action resize: how to change image height width pngprogrammatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-read-how-to-read-image.html"&gt;cfimage action read: how to read an image into memory in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-disable-date.html"&gt;cfcalendar tag: how to disable date range (startRange, endrange) in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-use-cfwindow-in.html"&gt;cfwindow tag: how to use cfwindow in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-create-and-show.html"&gt;cfwindow tag: how to create and show window in browser center position&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/how-to-create-authentication-system.html"&gt;How to create authentication system (cflogin, cfloginuser, cflogout) in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-simple-text.html"&gt;cftextarea tag: how to use simple text area in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-4387648857643006540?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4387648857643006540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4387648857643006540'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfcase-tag-how-to-use-delimiters.html' title='cfcase tag: how to use delimiters attribute in cfcase tag with cfswitch in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SkC4xU81n3I/AAAAAAAABdg/4kOCxVRW-eI/s72-c/cfcaseDelimiters.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7213984844801601719</id><published>2009-06-23T04:04:00.000-07:00</published><updated>2011-11-25T03:07:39.169-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfcalendar example'/><title type='text'>cfcalendar tag: how to disable date range (startRange, endrange) in calendar in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfcalendar tag: how to disable date range (startRange, endrange) in calendar in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcalendarStartRangeEndRange.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfcalendar tag: how to disable date range (startRange, endrange) in calendar in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:OliveDrab; font-style:italic"&amp;gt;cfcalendar tag example: how to use startrange, endrange attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="625" align="left" color="Olive" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfif IsDefined("Form.SubmitClassDate")&amp;gt;
 &amp;lt;cfoutput&amp;gt;
  &amp;lt;h3 style="color:DarkSeaGreen;"&amp;gt;
      Next Class Date Is: #DateFormat(Form.ClassDate)#
  &amp;lt;/h3&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfform name="CalendarStartRangeEndRangeTest" method="post" format="html"&amp;gt;
 &amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Olive"&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" bgcolor="OliveDrab" style="color:Snow; font-size:large" align="center"&amp;gt;
             Next Class Date Submit Form
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr valign="top"&amp;gt;
         &amp;lt;td style="color:OliveDrab; font-weight:bold"&amp;gt;
             Next Class Date
            &amp;lt;/td&amp;gt;
         &amp;lt;td &amp;gt;
             &amp;lt;cfcalendar 
                 name="ClassDate" 
                    startrange="#Now()#"
                    endrange="#DateAdd('d',4,Now())#"
                     /&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" align="right"&amp;gt;
       &amp;lt;cfinput 
                 name="SubmitClassDate" 
                    type="submit" 
                    value="Submit Date"
                    style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:OliveDrab;"
                    &amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfform&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SkC24k24GTI/AAAAAAAABdI/iQovAg9Rfjk/s1600-h/cfcalendarDisableDateRange.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 246px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SkC24k24GTI/AAAAAAAABdI/iQovAg9Rfjk/s320/cfcalendarDisableDateRange.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350477440398924082" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/SkC3CqC53eI/AAAAAAAABdQ/APTSGHc56LQ/s1600-h/cfcalendarDisableDateRange1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 247px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/SkC3CqC53eI/AAAAAAAABdQ/APTSGHc56LQ/s320/cfcalendarDisableDateRange1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350477613590240738" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SkC3LXmgrbI/AAAAAAAABdY/_TEQuDjyre8/s1600-h/cfcalendarDisableDateRange2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 267px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SkC3LXmgrbI/AAAAAAAABdY/_TEQuDjyre8/s320/cfcalendarDisableDateRange2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350477763258133938" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-create-and-use.html"&gt;cfinput type text: how to create and use autosuggest in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use.html"&gt;cfinput type text: how to use autosuggestbinddelay in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-style-input.html"&gt;cfinput type text: how to style input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcache-tag-how-to-cache-web-page-in.html"&gt;cfcache tag: how to cache web page in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-argument-with.html"&gt;cfargument tag: how to use argument with shorthand syntax in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcase-tag-how-to-use-delimiters.html"&gt;cfcase tag: how to use delimiters attribute in cfcase tag with cfswitch in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/ajax-javascript-function-how-to-use.html"&gt;Ajax JavaScript Function: how to use ColdFusion.Window.create in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/ajax-javascript-function-how-to-show.html"&gt;Ajax JavaScript Function: how to show window programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/how-to-create-authentication-system.html"&gt;How to create authentication system (cflogin, cfloginuser, cflogout) in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-simple-text.html"&gt;cftextarea tag: how to use simple text area in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7213984844801601719?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7213984844801601719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7213984844801601719'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-disable-date.html' title='cfcalendar tag: how to disable date range (startRange, endrange) in calendar in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SkC24k24GTI/AAAAAAAABdI/iQovAg9Rfjk/s72-c/cfcalendarDisableDateRange.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6829968818578470331</id><published>2009-06-23T03:58:00.000-07:00</published><updated>2011-11-25T03:28:48.965-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfcalendar example'/><title type='text'>cfcalendar tag: how to set change selected date in calendar in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfcalendar tag: how to set change selected date in calendar in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcalendarSelectedDate.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfcalendar tag: how to set change selected date in calendar in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;cfcalendar tag example: how to use selecteddate attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="Crimson" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfif IsDefined("Form.SubmitConferenceDate")&amp;gt;
 &amp;lt;cfoutput&amp;gt;
  &amp;lt;h3 style="color:SaddleBrown;"&amp;gt;
      Next Conference Date Is: #DateFormat(Form.ConferenceDate)#
  &amp;lt;/h3&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfform name="CalendarSelectedDateTest" method="post" format="html"&amp;gt;
 &amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Crimson"&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" bgcolor="IndianRed" style="color:Snow; font-size:large" align="center"&amp;gt;
             Conference Date Submit Form
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr valign="top"&amp;gt;
         &amp;lt;td style="color:IndianRed; font-weight:bold"&amp;gt;
             Next Conference Date
            &amp;lt;/td&amp;gt;
         &amp;lt;td &amp;gt;
             &amp;lt;cfcalendar 
                 name="ConferenceDate" 
                    selecteddate="#DateAdd('d',5,Now())#"
                     /&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" align="right"&amp;gt;
       &amp;lt;cfinput 
                 name="SubmitConferenceDate" 
                    type="submit" 
                    value="Submit Date"
                    style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:IndianRed;"
                    &amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfform&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SkC1aEttbhI/AAAAAAAABc4/MLyTBf2Gnzc/s1600-h/cfcalendarSelectedDate.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 275px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SkC1aEttbhI/AAAAAAAABc4/MLyTBf2Gnzc/s320/cfcalendarSelectedDate.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350475816862838290" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkC1j0v5J5I/AAAAAAAABdA/9lNJbwxb01U/s1600-h/cfcalendarSelectedDate1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 310px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkC1j0v5J5I/AAAAAAAABdA/9lNJbwxb01U/s320/cfcalendarSelectedDate1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350475984375719826" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsilent-how-to-use-cfsilent-for.html"&gt;cfsilent: how to use cfsilent for suppress output in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcache-tag-how-to-cache-web-page-in.html"&gt;cfcache tag: how to cache web page in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-day.html"&gt;cfcalendar tag: how to set change day names of calendar control in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-first.html"&gt;cfcalendar tag: how to set change first day of week in calendar control&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-month.html"&gt;cfcalendar tag: how to set change month names in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/imagenew-function-example-how-to-create.html"&gt;ImageNew function example: how to create a coldfusion image&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfpresentation-tag-how-to-use.html"&gt;cfpresentation tag: how to use cfpresentation in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/how-to-create-authentication-system.html"&gt;How to create authentication system (cflogin, cfloginuser, cflogout) in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-simple-text.html"&gt;cftextarea tag: how to use simple text area in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6829968818578470331?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6829968818578470331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6829968818578470331'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change.html' title='cfcalendar tag: how to set change selected date in calendar in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/SkC1aEttbhI/AAAAAAAABc4/MLyTBf2Gnzc/s72-c/cfcalendarSelectedDate.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7438881095162877707</id><published>2009-06-23T03:50:00.001-07:00</published><updated>2011-11-25T03:29:52.513-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfcalendar example'/><title type='text'>cfcalendar tag: how to set change month names in calendar in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfcalendar tag: how to set change month names in calendar in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcalendarMonthNames.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfcalendar tag: how to set change month names in calendar in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DodgerBlue; font-style:italic"&amp;gt;cfcalendar tag example: how to use monthnames attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="CornFlowerBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfif IsDefined("Form.SubmitNextMeetingDate")&amp;gt;
 &amp;lt;cfoutput&amp;gt;
  &amp;lt;h3 style="color:OrangeRed;"&amp;gt;
      Next Meeting Date Is: #DateFormat(Form.MeetingDate)#
  &amp;lt;/h3&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfform name="CalendarMonthNamesTest" method="post" format="html"&amp;gt;
 &amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="CornFlowerBlue"&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" bgcolor="DodgerBlue" style="color:Snow; font-size:large" align="center"&amp;gt;
             Next Meeting Date Submit Form
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr valign="top"&amp;gt;
         &amp;lt;td style="color:DodgerBlue; font-weight:bold"&amp;gt;
             Next Meeting Date
            &amp;lt;/td&amp;gt;
         &amp;lt;td &amp;gt;
             &amp;lt;cfcalendar 
                 name="MeetingDate" 
                    monthnames="Jan, Feb, March, April, May, Jun, July, August, September, October, November, December"
                     /&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" align="right"&amp;gt;
       &amp;lt;cfinput 
                 name="SubmitNextMeetingDate" 
                    type="submit" 
                    value="Submit Date"
                    style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:DodgerBlue;"
                    &amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfform&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SkCzbLlus9I/AAAAAAAABcg/j3WQ9T9DBfU/s1600-h/cfcalendarMonthNames.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 273px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SkCzbLlus9I/AAAAAAAABcg/j3WQ9T9DBfU/s320/cfcalendarMonthNames.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350473636865029074" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkCzkQ5jNAI/AAAAAAAABco/cKNUhNeF4fM/s1600-h/cfcalendarMonthNames1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 279px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkCzkQ5jNAI/AAAAAAAABco/cKNUhNeF4fM/s320/cfcalendarMonthNames1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350473792909161474" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SkCztsH8bmI/AAAAAAAABcw/PQMHYIZiNCQ/s1600-h/cfcalendarMonthNames2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 307px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SkCztsH8bmI/AAAAAAAABcw/PQMHYIZiNCQ/s320/cfcalendarMonthNames2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350473954836115042" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use-maxlength.html"&gt;cfinput type text: how to use maxLength in input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-show-error.html"&gt;cfinput type text: how to show error message when validation fails in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html"&gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-create-captcha-with-low.html"&gt;cfimage: how to create captcha with low, medium, high difficulty in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-day.html"&gt;cfcalendar tag: how to set change day names of calendar control in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-set-minimum-width.html"&gt;cfwindow tag: how to set minimum width for a resizable window in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-set-minimum-height.html"&gt;cfwindow tag: how to set minimum height for a resizable window in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-first.html"&gt;cfcalendar tag: how to set change first day of week in calendar control&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change.html"&gt;cfcalendar tag: how to set change selected date in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7438881095162877707?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7438881095162877707'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7438881095162877707'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-month.html' title='cfcalendar tag: how to set change month names in calendar in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SkCzbLlus9I/AAAAAAAABcg/j3WQ9T9DBfU/s72-c/cfcalendarMonthNames.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6360092619928312381</id><published>2009-06-23T03:43:00.001-07:00</published><updated>2011-11-25T03:30:38.460-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfcalendar example'/><title type='text'>cfcalendar tag: how to set change first day of week in calendar control</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfcalendar tag: how to set change first day of week in calendar control
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcalendarFirstDayOfWeek.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfcalendar tag: how to set change first day of week in calendar control&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SeaGreen; font-style:italic"&amp;gt;cfcalendar tag example: how to use firstdayofweek attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="SeaGreen" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfif IsDefined("Form.SubmitJoiningDate")&amp;gt;
 &amp;lt;cfoutput&amp;gt;
  &amp;lt;h3 style="color:IndianRed;"&amp;gt;
      Your joining date is: #DateFormat(Form.JoiningDate)#
  &amp;lt;/h3&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfform name="CalendarFirstDayOfWeekTest" method="post" format="html"&amp;gt;
 &amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="SeaGreen"&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" bgcolor="DarkSeaGreen" style="color:Snow; font-size:large" align="center"&amp;gt;
             Joining Date Submit Form
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr valign="top"&amp;gt;
         &amp;lt;td style="color:DarkSeaGreen; font-weight:bold"&amp;gt;
             Joining Date
            &amp;lt;/td&amp;gt;
         &amp;lt;td &amp;gt;
             &amp;lt;cfcalendar 
                 name="JoiningDate" 
                    firstdayofweek="3"
                     /&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" align="right"&amp;gt;
       &amp;lt;cfinput 
                 name="SubmitJoiningDate" 
                    type="submit" 
                    value="Submit Date"
                    style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:DarkSeaGreen;"
                    &amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfform&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SkCxzUi43II/AAAAAAAABcI/S6otDOaIeCM/s1600-h/cfcalendarFirstDayOfWeek.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 267px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SkCxzUi43II/AAAAAAAABcI/S6otDOaIeCM/s320/cfcalendarFirstDayOfWeek.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350471852562635906" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SkCx9Y4LBfI/AAAAAAAABcQ/DcMyS6K--44/s1600-h/cfcalendarFirstDayOfWeek1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 268px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SkCx9Y4LBfI/AAAAAAAABcQ/DcMyS6K--44/s320/cfcalendarFirstDayOfWeek1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350472025524340210" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/SkCyNf5KDnI/AAAAAAAABcY/y9mvWxRMYps/s1600-h/cfcalendarFirstDayOfWeek2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 298px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/SkCyNf5KDnI/AAAAAAAABcY/y9mvWxRMYps/s320/cfcalendarFirstDayOfWeek2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350472302285426290" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-day.html"&gt;cfcalendar tag: how to set change day names of calendar control in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-month.html"&gt;cfcalendar tag: how to set change month names in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change.html"&gt;cfcalendar tag: how to set change selected date in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/how-to-create-authentication-system.html"&gt;How to create authentication system (cflogin, cfloginuser, cflogout) in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-simple-text.html"&gt;cftextarea tag: how to use simple text area in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-delimiter-attribute.html"&gt;cfhttp: how to use delimiter attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/ajax-javascript-function-how-to-use_01.html"&gt;Ajax JavaScript Function: how to use ColdFusion.Window.onHide in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfwindow-tag-example-how-to-use.html"&gt;cfwindow tag example: how to use refreshonshow property in cfwindow&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html"&gt;cfhttp: how to use columns attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6360092619928312381?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6360092619928312381'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6360092619928312381'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-first.html' title='cfcalendar tag: how to set change first day of week in calendar control'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/SkCxzUi43II/AAAAAAAABcI/S6otDOaIeCM/s72-c/cfcalendarFirstDayOfWeek.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8831131685295600470</id><published>2009-06-23T03:36:00.000-07:00</published><updated>2011-11-25T03:31:19.737-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfcalendar example'/><title type='text'>cfcalendar tag: how to set change day names of calendar control in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfcalendar tag: how to set change day names of calendar control in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcalendarDayNames.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfcalendar tag: how to set change day names of calendar control in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SeaGreen; font-style:italic"&amp;gt;cfcalendar tag example: how to use daynames attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfif IsDefined("Form.SubmitArrivalDate")&amp;gt;
 &amp;lt;cfoutput&amp;gt;
  &amp;lt;h3 style="color:OrangeRed;"&amp;gt;
      Your arrival date is: #DateFormat(Form.ArrivalDate)#
  &amp;lt;/h3&amp;gt;
    &amp;lt;/cfoutput&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;cfform name="CalendarDayNamesTest" method="post" format="html"&amp;gt;
 &amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Orange"&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" bgcolor="DeepPink" style="color:Snow; font-size:large" align="center"&amp;gt;
             Arrival Date Submit Form
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr valign="top"&amp;gt;
         &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
             Arrival Date
            &amp;lt;/td&amp;gt;
         &amp;lt;td&amp;gt;
             &amp;lt;cfcalendar 
                 name="ArrivalDate" 
                    required="yes" 
                    daynames="Su, M, T, W, Th, F, Sa"
                     /&amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
     &amp;lt;tr&amp;gt;
         &amp;lt;td colspan="2" align="right"&amp;gt;
       &amp;lt;cfinput 
                 name="SubmitArrivalDate" 
                    type="submit" 
                    value="Submit Date"
                    style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:OrangeRed;"
                    &amp;gt;
            &amp;lt;/td&amp;gt;
        &amp;lt;/tr&amp;gt;
    &amp;lt;/table&amp;gt;
&amp;lt;/cfform&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SkCwV8pLDwI/AAAAAAAABbw/wZJaI8rpXs8/s1600-h/cfcalendarDayNames.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 266px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SkCwV8pLDwI/AAAAAAAABbw/wZJaI8rpXs8/s320/cfcalendarDayNames.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350470248418709250" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/SkCwfORXOsI/AAAAAAAABb4/ey-1oR8nj_w/s1600-h/cfcalendarDayNames1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 272px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/SkCwfORXOsI/AAAAAAAABb4/ey-1oR8nj_w/s320/cfcalendarDayNames1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350470407769504450" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SkCwofFFrUI/AAAAAAAABcA/iegfPaecdHw/s1600-h/cfcalendarDayNames2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 298px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SkCwofFFrUI/AAAAAAAABcA/iegfPaecdHw/s320/cfcalendarDayNames2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350470566900247874" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcache-tag-how-to-cache-web-page-in.html"&gt;cfcache tag: how to cache web page in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-argument-with.html"&gt;cfargument tag: how to use argument with shorthand syntax in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-first.html"&gt;cfcalendar tag: how to set change first day of week in calendar control&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-month.html"&gt;cfcalendar tag: how to set change month names in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change.html"&gt;cfcalendar tag: how to set change selected date in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-simple-text.html"&gt;cftextarea tag: how to use simple text area in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfdump-tag-how-to-get-output-in-file-or.html"&gt;cfdump tag: how to get output in a file or browser&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfdocument-tag-how-to-create-printable_16.html"&gt;cfdocument tag: how to create printable flashpaper (flash paper) format document in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html"&gt;cfhttp: how to use columns attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8831131685295600470?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8831131685295600470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8831131685295600470'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-day.html' title='cfcalendar tag: how to set change day names of calendar control in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SkCwV8pLDwI/AAAAAAAABbw/wZJaI8rpXs8/s72-c/cfcalendarDayNames.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1079534606754077280</id><published>2009-06-22T01:59:00.001-07:00</published><updated>2011-11-25T03:03:30.429-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfargument example'/><title type='text'>cfargument tag: how to use the arguments scope as an array in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfargument tag: how to use the arguments scope as an array in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfargumentScopeAsArray.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfargument tag: how to use the arguments scope as an array in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DodgerBlue; font-style:italic"&amp;gt;cfargument tag example: using the arguments scope as an array&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cffunction name="GetCenter" access="remote" returntype="query"&amp;gt;
 &amp;lt;cfargument name="Center_ID" type="numeric"&amp;gt;
    &amp;lt;cfquery name="qCenter" datasource="cfdocexamples"&amp;gt;
     SELECT Center_ID, Name, Address1 FROM CENTERS
        WHERE Center_ID= #arguments[1]#
    &amp;lt;/cfquery&amp;gt;
    &amp;lt;cfreturn qCenter&amp;gt;
&amp;lt;/cffunction&amp;gt;

&amp;lt;cfdump var="#GetCenter(3)#" label="CenterDetails"&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/Sj9H5_djgzI/AAAAAAAABbo/Q4GgXctpvIc/s1600-h/cfargumentScopeAsArray.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 230px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/Sj9H5_djgzI/AAAAAAAABbo/Q4GgXctpvIc/s320/cfargumentScopeAsArray.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350073943952950066" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html"&gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcache-tag-how-to-cache-web-page-in.html"&gt;cfcache tag: how to cache web page in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-argument-with.html"&gt;cfargument tag: how to use argument with shorthand syntax in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments.html"&gt;cfargument tag: how to use the arguments scope as a struct in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change.html"&gt;cfcalendar tag: how to set change selected date in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-simple-text.html"&gt;cftextarea tag: how to use simple text area in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfdocument-and-cfhttp-tag-how-to.html"&gt;cfdocument and cfhttp tag: how to display web pages in printable document&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfdump-tag-how-to-use-hide-attribute-in.html"&gt;cfdump tag: how to use hide attribute in cfdump for hide query columns&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html"&gt;cfhttp: how to use columns attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1079534606754077280?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1079534606754077280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1079534606754077280'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments_22.html' title='cfargument tag: how to use the arguments scope as an array in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/Sj9H5_djgzI/AAAAAAAABbo/Q4GgXctpvIc/s72-c/cfargumentScopeAsArray.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-2023203432384527927</id><published>2009-06-22T01:56:00.000-07:00</published><updated>2011-11-25T03:04:42.590-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfargument example'/><title type='text'>cfargument tag: how to use the arguments scope as a struct in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfargument tag: how to use the arguments scope as a struct in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfargumentScopeAsStruct.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfargument tag: how to use the arguments scope as a struct in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SteelBlue; font-style:italic"&amp;gt;cfargument tag example: using the arguments scope as a struct&amp;lt;/h2&amp;gt;
&amp;lt;hr width="625" align="left" color="SteelBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cffunction name="GetDepartment" access="remote" returntype="query"&amp;gt;
 &amp;lt;cfargument name="Dept_ID" type="string"&amp;gt;
    &amp;lt;cfquery name="qDepartment" datasource="cfdocexamples"&amp;gt;
     SELECT Dept_ID, Dept_Name FROM DEPARTMENTS
        WHERE Dept_ID= '#arguments.Dept_ID#'
    &amp;lt;/cfquery&amp;gt;
    &amp;lt;cfreturn qDepartment&amp;gt;
&amp;lt;/cffunction&amp;gt;

&amp;lt;cfdump var="#GetDepartment('MATH')#" label="DepartmentDetails"&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sj9HST9_DPI/AAAAAAAABbg/vTzTQm_-Veo/s1600-h/cfargumentScopeAsStruct.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sj9HST9_DPI/AAAAAAAABbg/vTzTQm_-Veo/s320/cfargumentScopeAsStruct.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350073262262914290" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html"&gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-create-captcha-with-low.html"&gt;cfimage: how to create captcha with low, medium, high difficulty in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfflush-how-to-use-interval-attribute.html"&gt;cfflush: how to use interval attribute with cfflush in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcache-tag-how-to-cache-web-page-in.html"&gt;cfcache tag: how to cache web page in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-argument-with.html"&gt;cfargument tag: how to use argument with shorthand syntax in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfdocument-scope-currentpagenumber-how.html"&gt;cfdocument scope currentpagenumber: how to show current page number in printable document&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfdocument-tag-how-to-use-pagebreak.html"&gt;cfdocument tag: how to use pagebreak (page break) as cfdocumentitem type in printable document&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments_22.html"&gt;cfargument tag: how to use the arguments scope as an array in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-2023203432384527927?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2023203432384527927'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2023203432384527927'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments.html' title='cfargument tag: how to use the arguments scope as a struct in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_o3LEncglyOk/Sj9HST9_DPI/AAAAAAAABbg/vTzTQm_-Veo/s72-c/cfargumentScopeAsStruct.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3520856779570902138</id><published>2009-06-22T01:53:00.000-07:00</published><updated>2011-11-25T03:05:47.916-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfargument example'/><title type='text'>cfargument tag: how to use argument with shorthand syntax in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfargument tag: how to use argument with shorthand syntax in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfargument.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfargument tag: how to use argument with shorthand syntax in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SeaGreen; font-style:italic"&amp;gt;cfargument tag example: argument with shorthand syntax&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cffunction name="GetEmployee" access="remote" returntype="query"&amp;gt;
 &amp;lt;cfargument name="EmployeeID" type="numeric"&amp;gt;
    &amp;lt;cfquery name="qEmployee" datasource="cfdocexamples"&amp;gt;
     SELECT Emp_ID, FirstName, LastName, Email FROM EMPLOYEES
        WHERE Emp_ID= #EmployeeID#
    &amp;lt;/cfquery&amp;gt;
    &amp;lt;cfreturn qEmployee&amp;gt;
&amp;lt;/cffunction&amp;gt;

&amp;lt;cfdump var="#GetEmployee(3)#" label="EmployeeDetails"&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sj9GnA2kp1I/AAAAAAAABbY/6EVyNj9feNM/s1600-h/cfargumentShorthandSyntax.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 220px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sj9GnA2kp1I/AAAAAAAABbY/6EVyNj9feNM/s320/cfargumentShorthandSyntax.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350072518397175634" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-datefield-how-to-use_07.html"&gt;cfinput type datefield: how to use daynames in input type datefield&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use-maxlength.html"&gt;cfinput type text: how to use maxLength in input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-show-error.html"&gt;cfinput type text: how to show error message when validation fails in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html"&gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-create-captcha-with-low.html"&gt;cfimage: how to create captcha with low, medium, high difficulty in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcache-tag-how-to-cache-web-page-in.html"&gt;cfcache tag: how to cache web page in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfchart-tag-how-to-set-change-chart_12.html"&gt;cfchart tag: how to set change chart data background color (databackgroundcolor)&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfchart-tag-how-to-create-and-design_3917.html"&gt;cfchart tag: how to create and design pie type chart in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments.html"&gt;cfargument tag: how to use the arguments scope as a struct in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments_22.html"&gt;cfargument tag: how to use the arguments scope as an array in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3520856779570902138?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3520856779570902138'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3520856779570902138'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-argument-with.html' title='cfargument tag: how to use argument with shorthand syntax in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_o3LEncglyOk/Sj9GnA2kp1I/AAAAAAAABbY/6EVyNj9feNM/s72-c/cfargumentShorthandSyntax.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6753592593197785023</id><published>2009-06-22T01:48:00.000-07:00</published><updated>2011-11-25T23:39:13.269-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion cfcache example'/><title type='text'>cfcache tag: how to cache web page in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfcache tag: how to cache web page in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfcache.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfcache tag: how to cache web page in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SteelBlue; font-style:italic"&amp;gt;cfcache tag example: how to cache web pages&amp;lt;/h2&amp;gt;
&amp;lt;hr width="450" align="left" color="SteelBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfcache timespan="#CreateTimeSpan(0,0,5,0)#"&amp;gt;

&amp;lt;cfoutput&amp;gt;
 &amp;lt;h3 style="color:DeepPink"&amp;gt;
      This page create at #TimeFormat(Now())# and cache for 5 minutes.
    &amp;lt;/h3&amp;gt;
&amp;lt;/cfoutput&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sj9FvrfWq_I/AAAAAAAABbQ/VGnqbkhb6MI/s1600-h/cfcache.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 224px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sj9FvrfWq_I/AAAAAAAABbQ/VGnqbkhb6MI/s320/cfcache.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5350071567769840626" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-resize-how-to-change.html"&gt;cfimage action resize: how to change image height width pngprogrammatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html"&gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change_18.html"&gt;cfimage action captcha: how to change captcha height width in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsilent-how-to-use-cfsilent-for.html"&gt;cfsilent: how to use cfsilent for suppress output in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-argument-with.html"&gt;cfargument tag: how to use argument with shorthand syntax in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfchart-tag-how-to-use-cfchart-without.html"&gt;cfchart tag: how to use cfchart without query in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfchart-tag-how-to-create-and-design_12.html"&gt;cfchart tag: how to create and design bar type chart in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments.html"&gt;cfargument tag: how to use the arguments scope as a struct in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments_22.html"&gt;cfargument tag: how to use the arguments scope as an array in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6753592593197785023?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6753592593197785023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6753592593197785023'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfcache-tag-how-to-cache-web-page-in.html' title='cfcache tag: how to cache web page in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_o3LEncglyOk/Sj9FvrfWq_I/AAAAAAAABbQ/VGnqbkhb6MI/s72-c/cfcache.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8124794290774619003</id><published>2009-06-21T09:00:00.000-07:00</published><updated>2011-11-25T11:05:05.717-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfhttp example'/><title type='text'>cfhttp: how to read a csv file and return query object by cfhttp in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfhttp: how to read a csv file and return query object by cfhttp in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  employee.csv
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
Emp_ID, FirstName, LastName
1, Jenny, Jones
2, Anne, Karina
3, Sonia, Suma
&lt;/pre&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfhttpCSV.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfhttp: how to read a csv file and return query object by cfhttp in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DeepPink; font-style:italic"&amp;gt;cfhttp tag example: how to read .csv file data&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfhttp 
 method="get"
    url="http://localhost:8500/cfexample/employee.csv" 
    name="EmployeeData"
    &amp;gt;
&amp;lt;/cfhttp&amp;gt;

&amp;lt;cfdump var="#EmployeeData#" label="Employee List"&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sj5ZVLogmRI/AAAAAAAABbI/1eYJP0uLJIw/s1600-h/cfhttp.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 233px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sj5ZVLogmRI/AAAAAAAABbI/1eYJP0uLJIw/s320/cfhttp.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349811627797551378" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsilent-how-to-use-cfsilent-for.html"&gt;cfsilent: how to use cfsilent for suppress output in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfslider-tag-how-to-use-cfslider-in.html"&gt;cfslider tag: how to use cfslider in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-use-firstrowasheaders.html"&gt;cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments.html"&gt;cfargument tag: how to use the arguments scope as a struct in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments_22.html"&gt;cfargument tag: how to use the arguments scope as an array in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-delimiter-attribute.html"&gt;cfhttp: how to use delimiter attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfchart-tag-how-to-use-pieslicestyle.html"&gt;cfchart tag: how to use pieslicestyle property in pie chart in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfchart-tag-how-to-use-sortxaxis.html"&gt;cfchart tag: how to use sortxaxis property in cfchart in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html"&gt;cfhttp: how to use columns attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8124794290774619003?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8124794290774619003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8124794290774619003'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-read-csv-file-and-return.html' title='cfhttp: how to read a csv file and return query object by cfhttp in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sj5ZVLogmRI/AAAAAAAABbI/1eYJP0uLJIw/s72-c/cfhttp.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1620479116087146173</id><published>2009-06-21T08:56:00.000-07:00</published><updated>2011-11-25T11:05:55.166-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfhttp example'/><title type='text'>cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  user.csv
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
1; Jenny; jenney@test.com
2; Sonia; sonia@test.com
3; Kak; kak@test.com
4; Moyna; moyna@test.com
&lt;/pre&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfhttpFirstrowasheaders.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:OrangeRed; font-style:italic"&amp;gt;cfhttp tag example: how to use columns attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfhttp 
 method="get"
    url="http://localhost:8500/cfexample/user.csv" 
    name="UserData"
 firstrowasheaders="no"
    columns="UserID, Name, Email"
    delimiter=";"
    &amp;gt;
&amp;lt;/cfhttp&amp;gt;

&amp;lt;cfdump var="#UserData#" label="User List"&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/Sj5YZpyR8mI/AAAAAAAABbA/p8Th1tKb7E8/s1600-h/cfhttpColumns.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 238px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/Sj5YZpyR8mI/AAAAAAAABbA/p8Th1tKb7E8/s320/cfhttpColumns.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349810605099446882" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html"&gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change_18.html"&gt;cfimage action captcha: how to change captcha height width in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-write-how-to-compress.html"&gt;cfimage action write: how to compress jpeg  image programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfflush-how-to-use-interval-attribute.html"&gt;cfflush: how to use interval attribute with cfflush in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsilent-how-to-use-cfsilent-for.html"&gt;cfsilent: how to use cfsilent for suppress output in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfchart-tag-how-to-create-flash-format.html"&gt;cfchart tag: how to create flash format chart in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfchart-tag-how-to-use-xoffset-and.html"&gt;cfchart tag: how to use xoffset and yoffset in chart in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfslider-tag-how-to-use-cfslider-in.html"&gt;cfslider tag: how to use cfslider in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-read-csv-file-and-return.html"&gt;cfhttp: how to read a csv file and return query object by cfhttp in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1620479116087146173?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1620479116087146173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1620479116087146173'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-use-firstrowasheaders.html' title='cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/Sj5YZpyR8mI/AAAAAAAABbA/p8Th1tKb7E8/s72-c/cfhttpColumns.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-4589757084134396549</id><published>2009-06-20T12:08:00.000-07:00</published><updated>2011-11-25T12:19:27.765-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfslider example'/><title type='text'>cfslider tag: how to use cfslider in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfslider tag: how to use cfslider in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfslider.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfslider tag: how to use cfslider in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DeepPink; font-style:italic"&amp;gt;cfslider tag example: how to use&amp;lt;/h2&amp;gt;
&amp;lt;hr width="400" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfparam name="Form.AngleSlider" default="0"&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Orange"&amp;gt;
    &amp;lt;tr valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
     &amp;lt;td colspan="2"&amp;gt;
            &amp;lt;cfform name="SliderTestForm" method="post"&amp;gt;
                Angle
                &amp;lt;cfslider 
                    name="AngleSlider" 
                    value="180" 
                    range="0,360"
                    label="Value: " 
                    refreshlabel="yes"
                    width="360"
                    height="50"
                    &amp;gt;360
                &amp;lt;cfinput 
                    type="submit" 
                    name="SubmitButton" 
                    value="RotateImage"
                    style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:SeaGreen;"
                    /&amp;gt;        
            &amp;lt;/cfform&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr bgcolor="OrangeRed" style="color:Snow; font-size:large" align="center"&amp;gt;
     &amp;lt;td&amp;gt;
         Original Image
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
         Image Rotate &amp;lt;cfoutput&amp;gt;#Form.AngleSlider#&amp;lt;/cfoutput&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
     &amp;lt;td&amp;gt;
         &amp;lt;img src="Images/Butterfly8.jpg"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            &amp;lt;cfimage action="rotate" angle="#Form.AngleSlider#" source="Images/Butterfly8.jpg" name="ModifiedImage"&amp;gt;
            &amp;lt;cfimage action="writetobrowser" source="#ModifiedImage#"&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sj0y1wIyv5I/AAAAAAAABag/T7xLO-EjAtk/s1600-h/cfslider.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 261px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sj0y1wIyv5I/AAAAAAAABag/T7xLO-EjAtk/s320/cfslider.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349487831422254994" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/Sj0zJwnR3zI/AAAAAAAABao/rUhu82uc9wM/s1600-h/cfslider1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 259px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/Sj0zJwnR3zI/AAAAAAAABao/rUhu82uc9wM/s320/cfslider1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349488175147507506" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sj0zcUj928I/AAAAAAAABaw/6xnPUHAwV04/s1600-h/cfslider2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 274px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sj0zcUj928I/AAAAAAAABaw/6xnPUHAwV04/s320/cfslider2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349488494034934722" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sj0ztCgZVtI/AAAAAAAABa4/HTgBwrYRwwQ/s1600-h/cfslider3.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 274px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sj0ztCgZVtI/AAAAAAAABa4/HTgBwrYRwwQ/s320/cfslider3.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349488781245896402" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsilent-how-to-use-cfsilent-for.html"&gt;cfsilent: how to use cfsilent for suppress output in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-use-firstrowasheaders.html"&gt;cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-read-csv-file-and-return.html"&gt;cfhttp: how to read a csv file and return query object by cfhttp in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-rich-text.html"&gt;cftextarea tag: how to use rich text area with basic toolbar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfdiv-bind-how-to-show-query-data.html"&gt;cfdiv bind: how to show query data without page refresh in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-delimiter-attribute.html"&gt;cfhttp: how to use delimiter attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cflayout-tag-how-to-use-splitter-in.html"&gt;cflayout tag: how to use splitter in a border type layout in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfchart-tag-how-to-use-3d-chart-in.html"&gt;cfchart tag: how to use 3d chart in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html"&gt;cfhttp: how to use columns attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-4589757084134396549?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4589757084134396549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/4589757084134396549'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfslider-tag-how-to-use-cfslider-in.html' title='cfslider tag: how to use cfslider in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sj0y1wIyv5I/AAAAAAAABag/T7xLO-EjAtk/s72-c/cfslider.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3466456633790571331</id><published>2009-06-20T11:57:00.000-07:00</published><updated>2011-11-25T12:18:38.589-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfsilent example'/><title type='text'>cfsilent: how to use cfsilent for suppress output in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfsilent: how to use cfsilent for suppress output in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfsilent.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfsilent: how to use cfsilent for suppress output in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DeepPink; font-style:italic"&amp;gt;cfsilent tag example: how to use cfsilent&amp;lt;/h2&amp;gt;
&amp;lt;hr width="400" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;h3 style="color:DarkSeaGreen"&amp;gt;
 cfsilent tag block start...
&amp;lt;/h3&amp;gt;
&amp;lt;cfsilent&amp;gt;
 &amp;lt;cfquery name="qEmployee" datasource="cfdocexamples" maxrows="5"&amp;gt;
     SELECT Emp_ID, FirstName, LastName FROM EMPLOYEE
    &amp;lt;/cfquery&amp;gt;
    
    &amp;lt;cfdump var="#qEmployee#"&amp;gt;
&amp;lt;/cfsilent&amp;gt;

&amp;lt;h3 style="color:DarkSeaGreen"&amp;gt;
 ....cfsilent tag block end
&amp;lt;/h3&amp;gt;

&amp;lt;cfdump label="Employee List" var="#qEmployee#"&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sj0xG3nkwZI/AAAAAAAABaY/DxG_IRu67hQ/s1600-h/cfsilent.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 317px; height: 320px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sj0xG3nkwZI/AAAAAAAABaY/DxG_IRu67hQ/s320/cfsilent.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349485926464930194" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfslider-tag-how-to-use-cfslider-in.html"&gt;cfslider tag: how to use cfslider in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-use-firstrowasheaders.html"&gt;cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-read-csv-file-and-return.html"&gt;cfhttp: how to read a csv file and return query object by cfhttp in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments.html"&gt;cfargument tag: how to use the arguments scope as a struct in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments_22.html"&gt;cfargument tag: how to use the arguments scope as an array in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-first.html"&gt;cfcalendar tag: how to set change first day of week in calendar control&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/ajax-how-to-select-layout-tab.html"&gt;Ajax: how to select layout tab programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/ajax-how-to-disable-layout-tab.html"&gt;Ajax: how to disable layout tab programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change-month.html"&gt;cfcalendar tag: how to set change month names in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change.html"&gt;cfcalendar tag: how to set change selected date in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3466456633790571331?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3466456633790571331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3466456633790571331'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfsilent-how-to-use-cfsilent-for.html' title='cfsilent: how to use cfsilent for suppress output in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/Sj0xG3nkwZI/AAAAAAAABaY/DxG_IRu67hQ/s72-c/cfsilent.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-2226698020815712616</id><published>2009-06-20T11:54:00.000-07:00</published><updated>2011-11-25T12:17:12.853-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfsetting example'/><title type='text'>cfsetting: how to use enablecfoutputonly attribute in cfsetting</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfsetting: how to use enablecfoutputonly attribute in cfsetting
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfsettingEnablecfoutputonly.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfsetting: how to use enablecfoutputonly attribute in cfsetting&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DeepPink; font-style:italic"&amp;gt;cfsetting tag example: how to use enablecfoutputonly attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset MyRandomNumber=RandRange(1,100)&amp;gt;

&amp;lt;cfsetting enablecfoutputonly="no"&amp;gt;
&amp;lt;h3 style="color:SeaGreen"&amp;gt;
 My random number: &amp;lt;cfoutput&amp;gt;#MyRandomNumber#&amp;lt;/cfoutput&amp;gt;
&amp;lt;/h3&amp;gt;

&amp;lt;cfsetting enablecfoutputonly="yes"&amp;gt;
&amp;lt;h3 style="color:SeaGreen"&amp;gt;
 My random number: &amp;lt;cfoutput&amp;gt;#MyRandomNumber#&amp;lt;/cfoutput&amp;gt;
&amp;lt;/h3&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/Sj0wYQTDztI/AAAAAAAABaQ/oCJSPYpOjXo/s1600-h/cfsettingEnablecfoutputonly.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 215px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/Sj0wYQTDztI/AAAAAAAABaQ/oCJSPYpOjXo/s320/cfsettingEnablecfoutputonly.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349485125635919570" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfflush-how-to-use-interval-attribute.html"&gt;cfflush: how to use interval attribute with cfflush in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-cfsetting-tag-in.html"&gt;cfsetting: how to use cfsetting tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-use-firstrowasheaders.html"&gt;cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-read-csv-file-and-return.html"&gt;cfhttp: how to read a csv file and return query object by cfhttp in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments.html"&gt;cfargument tag: how to use the arguments scope as a struct in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfwindow-tag-how-to-create-window-with.html"&gt;cfwindow tag: how to create window with custom body style in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/cfwindow-tag-how-to-create-window-with_02.html"&gt;cfwindow tag: how to create window with custom header and body style&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments_22.html"&gt;cfargument tag: how to use the arguments scope as an array in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change.html"&gt;cfcalendar tag: how to set change selected date in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-2226698020815712616?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2226698020815712616'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2226698020815712616'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-enablecfoutputonly.html' title='cfsetting: how to use enablecfoutputonly attribute in cfsetting'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/Sj0wYQTDztI/AAAAAAAABaQ/oCJSPYpOjXo/s72-c/cfsettingEnablecfoutputonly.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-6195684129421775309</id><published>2009-06-20T11:50:00.000-07:00</published><updated>2011-11-25T12:17:57.106-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfsetting example'/><title type='text'>cfsetting: how to use cfsetting tag in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfsetting: how to use cfsetting tag in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfsetting.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfsetting: how to use cfsetting tag in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;cfsetting tag example: how to use&amp;lt;/h2&amp;gt;
&amp;lt;hr width="525" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfsetting enablecfoutputonly="no"&amp;gt;
&amp;lt;h3 style="color:DarkSeaGreen"&amp;gt;
 This text is visible because cfsetting enablecfoutputonly="no"
&amp;lt;/h3&amp;gt;
&amp;lt;cfsetting enablecfoutputonly="yes"&amp;gt;
 This text is hide because cfsetting enablecfoutputonly="yes"

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sj0vmp4n8RI/AAAAAAAABaI/BL7Tv_0JAsA/s1600-h/cfsetting.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 212px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sj0vmp4n8RI/AAAAAAAABaI/BL7Tv_0JAsA/s320/cfsetting.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349484273510904082" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfflush-how-to-use-interval-attribute.html"&gt;cfflush: how to use interval attribute with cfflush in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-enablecfoutputonly.html"&gt;cfsetting: how to use enablecfoutputonly attribute in cfsetting&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-use-firstrowasheaders.html"&gt;cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-read-csv-file-and-return.html"&gt;cfhttp: how to read a csv file and return query object by cfhttp in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-argument-with.html"&gt;cfargument tag: how to use argument with shorthand syntax in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-create-non_30.html"&gt;cfwindow tag: how to create non resizable window in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/05/ajax-javascript-function-how-to-use_01.html"&gt;Ajax JavaScript Function: how to use ColdFusion.Window.onHide in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments.html"&gt;cfargument tag: how to use the arguments scope as a struct in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments_22.html"&gt;cfargument tag: how to use the arguments scope as an array in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-6195684129421775309?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6195684129421775309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/6195684129421775309'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-cfsetting-tag-in.html' title='cfsetting: how to use cfsetting tag in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sj0vmp4n8RI/AAAAAAAABaI/BL7Tv_0JAsA/s72-c/cfsetting.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5960599488215510952</id><published>2009-06-20T11:47:00.000-07:00</published><updated>2011-11-25T23:44:22.752-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='coldfusion cfflush example'/><title type='text'>cfflush: how to use interval attribute with cfflush in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfflush: how to use interval attribute with cfflush in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfflush.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfflush: how to use interval attribute with cfflush in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DeepPink; font-style:italic"&amp;gt;cfflush tag example: how to use cfflush&amp;lt;/h2&amp;gt;
&amp;lt;hr width="400" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfflush interval="1"&amp;gt;

&amp;lt;cfoutput&amp;gt;
    &amp;lt;cfloop index="i" from=1 to="500000"&amp;gt;
        &amp;lt;cfif i EQ 100000 or  i EQ 200000 or  i EQ 300000 or  i EQ 400000 or  i EQ 500000&amp;gt;
            &amp;lt;h3 style="color:SeaGreen"&amp;gt;
                The loop current index is: #i#
                &amp;lt;br /&amp;gt;
            &amp;lt;/h3&amp;gt;            
        &amp;lt;/cfif&amp;gt;
    &amp;lt;/cfloop&amp;gt;
&amp;lt;/cfoutput&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sj0uMIF7uBI/AAAAAAAABZw/YCXfC76u44A/s1600-h/cfflush.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 235px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sj0uMIF7uBI/AAAAAAAABZw/YCXfC76u44A/s320/cfflush.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349482718251694098" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sj0ugNkmmzI/AAAAAAAABZ4/GcEq3xa-sOg/s1600-h/cfflush1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 241px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sj0ugNkmmzI/AAAAAAAABZ4/GcEq3xa-sOg/s320/cfflush1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349483063319894834" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sj0uzar5E3I/AAAAAAAABaA/OHTRzJgLpuU/s1600-h/cfflush2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 274px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sj0uzar5E3I/AAAAAAAABaA/OHTRzJgLpuU/s320/cfflush2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349483393257640818" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html"&gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-cfsetting-tag-in.html"&gt;cfsetting: how to use cfsetting tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-enablecfoutputonly.html"&gt;cfsetting: how to use enablecfoutputonly attribute in cfsetting&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-use-firstrowasheaders.html"&gt;cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-read-csv-file-and-return.html"&gt;cfhttp: how to read a csv file and return query object by cfhttp in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments.html"&gt;cfargument tag: how to use the arguments scope as a struct in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-create-window-with_30.html"&gt;cfwindow tag: how to create window with internal content in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-set-minimum-width.html"&gt;cfwindow tag: how to set minimum width for a resizable window in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments_22.html"&gt;cfargument tag: how to use the arguments scope as an array in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfcalendar-tag-how-to-set-change.html"&gt;cfcalendar tag: how to set change selected date in calendar in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5960599488215510952?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5960599488215510952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5960599488215510952'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfflush-how-to-use-interval-attribute.html' title='cfflush: how to use interval attribute with cfflush in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/Sj0uMIF7uBI/AAAAAAAABZw/YCXfC76u44A/s72-c/cfflush.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-2834270108828950100</id><published>2009-06-20T11:37:00.000-07:00</published><updated>2011-11-25T02:49:42.448-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfajaximport example'/><title type='text'>cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfajaximport.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DeepPink; font-style:italic"&amp;gt;cfajaximport tag example: how to use&amp;lt;/h2&amp;gt;
&amp;lt;hr width="400" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfajaximport tags="cfwindow"&amp;gt;

&amp;lt;a href="JavaScript:ColdFusion.Window.create('ImageWindow','Butterfly Image','Image.cfm',{width:450, height:375})"&amp;gt;
 &amp;lt;h3 style="color:RosyBrown"&amp;gt;
        &amp;lt;b&amp;gt;Click to see butterfly image&amp;lt;/b&amp;gt;
    &amp;lt;/h3&amp;gt;
&amp;lt;/a&amp;gt;


&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sj0sywWeIbI/AAAAAAAABZg/tMicour2rhU/s1600-h/cfajaximport.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 221px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sj0sywWeIbI/AAAAAAAABZg/tMicour2rhU/s320/cfajaximport.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349481182870249906" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sj0tDJNLJeI/AAAAAAAABZo/Fc8NiPL3VsA/s1600-h/cfajaximport1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 294px; height: 320px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sj0tDJNLJeI/AAAAAAAABZo/Fc8NiPL3VsA/s320/cfajaximport1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5349481464420050402" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use-range-for_9595.html"&gt;cfinput type text: how to use range for only validate minimum integer value in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-border-how-to-add.html"&gt;cfimage action border: how to add colored border in image programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create.html"&gt;cfimage action captcha: how to create captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-resize-how-to-change.html"&gt;cfimage action resize: how to change image height width pngprogrammatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-read-how-to-read-image.html"&gt;cfimage action read: how to read an image into memory in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfflush-how-to-use-interval-attribute.html"&gt;cfflush: how to use interval attribute with cfflush in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-use-cfwindow-in.html"&gt;cfwindow tag: how to use cfwindow in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfwindow-tag-how-to-create-non-closable.html"&gt;cfwindow tag: how to create non closable window in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-cfsetting-tag-in.html"&gt;cfsetting: how to use cfsetting tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-enablecfoutputonly.html"&gt;cfsetting: how to use enablecfoutputonly attribute in cfsetting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-2834270108828950100?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2834270108828950100'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2834270108828950100'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfajaximport-tag-how-to-use.html' title='cfajaximport tag: how to use cfajaximport for using ajax feature in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sj0sywWeIbI/AAAAAAAABZg/tMicour2rhU/s72-c/cfajaximport.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7252240256216160568</id><published>2009-06-18T11:17:00.000-07:00</published><updated>2011-11-25T11:06:57.103-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action captcha: how to create and use captcha in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action captcha: how to create and use captcha in coldfusion
&lt;/div&gt;


&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageCaptchaHowToUse.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action captcha: how to create and use captcha in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Orangered; font-style:italic"&amp;gt;cfimage tag example: how to create and use captcha&amp;lt;/h2&amp;gt;
&amp;lt;hr width="550" align="left" color="Orangered" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfif IsDefined("Form.Submit") and Form.ValidateCaptcha EQ "Captcha"&amp;gt;
 &amp;lt;h3 style="color:SeaGreen; font-style:italic"&amp;gt;
    &amp;lt;cfoutput&amp;gt;#Form.Email# successfully subscribe our newsletter.&amp;lt;/cfoutput&amp;gt;
    &amp;lt;/h3&amp;gt;
&amp;lt;/cfif&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Orange"&amp;gt;
    &amp;lt;tr bgcolor="OrangeRed" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td colspan="2"&amp;gt;
            Subscribe our newsletter
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;cfform name="NewsletterForm" action="" method="post"&amp;gt;    
    &amp;lt;tr valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
     &amp;lt;td&amp;gt;
         Input Captcha Text
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage 
             action="captcha" 
                difficulty="medium" 
                text="Captcha"
                /&amp;gt;
   &amp;lt;br /&amp;gt;                
         &amp;lt;cfinput 
             name="ValidateCaptcha" 
                type="text" 
                required="yes" 
                message="Input Captcha Text"
                style="background-color:Wheat; color:RosyBrown; height:25px; font-size:large; font-style:italic; font:'Comic Sans MS', cursive"
                /&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
     &amp;lt;td&amp;gt;
   Email
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
         &amp;lt;cfinput 
             name="Email" 
                type="text" 
                validate="email" 
                required="yes" 
                message="Email required."
                style="background-color:Wheat; color:RosyBrown; height:25px; font-size:large; font-style:italic; font:'Comic Sans MS', cursive"
                /&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
     &amp;lt;td align="right" colspan="2"&amp;gt;
   &amp;lt;cfinput 
             type="submit" 
                name="Submit" 
                value="Subscribe"
                style="height:45px; width:150px; font-size:large; font-style:italic; font-weight:bold; color:OrangeRed;"
                &amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/cfform&amp;gt;    
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SjqE5aHhRFI/AAAAAAAABZI/D7CsmFnmvQw/s1600-h/CaptchaHowToUse.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 245px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SjqE5aHhRFI/AAAAAAAABZI/D7CsmFnmvQw/s320/CaptchaHowToUse.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348733629254157394" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SjqFC_9XQpI/AAAAAAAABZQ/VpDJc-uEXps/s1600-h/CaptchaHowToUse1.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 234px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SjqFC_9XQpI/AAAAAAAABZQ/VpDJc-uEXps/s320/CaptchaHowToUse1.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348733794030928530" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SjqFL3frq_I/AAAAAAAABZY/JpQ3Ml3oA2A/s1600-h/CaptchaHowToUse2.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 263px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SjqFL3frq_I/AAAAAAAABZY/JpQ3Ml3oA2A/s320/CaptchaHowToUse2.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348733946377776114" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-border-how-to-add.html"&gt;cfimage action border: how to add colored border in image programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create.html"&gt;cfimage action captcha: how to create captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change_18.html"&gt;cfimage action captcha: how to change captcha height width in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-write-how-to-compress.html"&gt;cfimage action write: how to compress jpeg  image programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-generate-random-captcha.html"&gt;cfimage: how to generate random captcha text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/ajax-javascript-function-how-to-show_29.html"&gt;Ajax JavaScript Function: how to show hide window programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/ajax-javascript-function-how-to-create.html"&gt;Ajax JavaScript Function: how to create window programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/ajax-javascript-function-how-to-show.html"&gt;Ajax JavaScript Function: how to show window programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-delimiter-attribute.html"&gt;cfhttp: how to use delimiter attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7252240256216160568?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7252240256216160568'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7252240256216160568'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create_18.html' title='cfimage action captcha: how to create and use captcha in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/SjqE5aHhRFI/AAAAAAAABZI/D7CsmFnmvQw/s72-c/CaptchaHowToUse.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5787615138393910512</id><published>2009-06-18T11:12:00.000-07:00</published><updated>2011-11-25T11:08:09.007-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage: how to generate random captcha text in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage: how to generate random captcha text in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageCaptchaRandomText.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage: how to generate random captcha text in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:OrangeRed; font-style:italic"&amp;gt;cfimage tag example: how to generate random captcha text&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfset MyRandomNumber=RandRange(1000,10000)&amp;gt;
&amp;lt;cfset MyRandomText1="CF#MyRandomNumber#"&amp;gt;

&amp;lt;cfset MyRandomNumber=RandRange(1000,10000)&amp;gt;
&amp;lt;cfset MyRandomText2="CF#MyRandomNumber#"&amp;gt;

&amp;lt;cfset MyRandomNumber=RandRange(1000,10000)&amp;gt;
&amp;lt;cfset MyRandomText3="CF#MyRandomNumber#"&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="SeaGreen"&amp;gt;
    &amp;lt;tr bgcolor="DarkSeaGreen" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            captcha random text
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            captcha random text
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            captcha random text
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="75" valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
        &amp;lt;td &amp;gt;
   &amp;lt;cfimage 
             action="captcha"
                difficulty="medium"
                text="#MyRandomText1#" 
                /&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage 
             action="captcha"
                difficulty="medium"
                text="#MyRandomText2#" 
                /&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage 
             action="captcha"
                difficulty="medium"
                text="#MyRandomText3#" 
                /&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/SjqDpeQUIbI/AAAAAAAABZA/Uh8wAcjQSAw/s1600-h/CaptchaRandomText.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 201px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/SjqDpeQUIbI/AAAAAAAABZA/Uh8wAcjQSAw/s320/CaptchaRandomText.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348732255975252402" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-style-input.html"&gt;cfinput type text: how to style input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use-maxlength.html"&gt;cfinput type text: how to use maxLength in input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-show-error.html"&gt;cfinput type text: how to show error message when validation fails in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-border-how-to-add.html"&gt;cfimage action border: how to add colored border in image programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create.html"&gt;cfimage action captcha: how to create captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change_18.html"&gt;cfimage action captcha: how to change captcha height width in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/ajax-javascript-function-how-to-create.html"&gt;Ajax JavaScript Function: how to create window programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/ajax-javascript-function-how-to-hide.html"&gt;Ajax JavaScript Function: how to hide window programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-write-how-to-compress.html"&gt;cfimage action write: how to compress jpeg  image programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create_18.html"&gt;cfimage action captcha: how to create and use captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5787615138393910512?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5787615138393910512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5787615138393910512'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-generate-random-captcha.html' title='cfimage: how to generate random captcha text in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_o3LEncglyOk/SjqDpeQUIbI/AAAAAAAABZA/Uh8wAcjQSAw/s72-c/CaptchaRandomText.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1546047937072274903</id><published>2009-06-18T11:09:00.000-07:00</published><updated>2011-11-25T11:08:49.855-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action write: how to compress jpeg  image programmatically in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action write: how to compress jpeg  image programmatically in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageCompress.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action write: how to compress jpeg  image programmatically in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;cfimage tag example: how to compress jpeg image&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfimage source="Images/Orchid1.jpg" action="write" destination="Images/Orchid1New.jpg" quality=".4" overwrite="yes" /&amp;gt;


&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="PapayaWhip"&amp;gt;
    &amp;lt;tr bgcolor="Orange" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            Image Preview
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            after compress: quality .4
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top"&amp;gt;
        &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
   &amp;lt;img src="Images/Orchid1.jpg" height="296" width="334"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;img src="Images/Orchid1New.jpg"/&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SjqC5IWaPcI/AAAAAAAABY4/ZvN4sw2PeXM/s1600-h/cfimageCompress.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 239px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SjqC5IWaPcI/AAAAAAAABY4/ZvN4sw2PeXM/s320/cfimageCompress.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348731425461517762" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-use-menustyle.html"&gt;cfmenu tag: how to use menustyle attribute in cfmenu in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-use-vertical-or.html"&gt;cfmenu tag: how to use vertical or horizontal type menu in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-create-and-use-menu.html"&gt;cfmenu tag: how to create and use menu in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-border-how-to-add.html"&gt;cfimage action border: how to add colored border in image programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create.html"&gt;cfimage action captcha: how to create captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change_18.html"&gt;cfimage action captcha: how to change captcha height width in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfscript-tag-how-to-use-for-loop-in.html"&gt;cfscript tag: How to use for loop in cfscript&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/cfpresentation-tag-how-to-present-query.html"&gt;cfpresentation tag: how to present query data in cfpresentation&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-generate-random-captcha.html"&gt;cfimage: how to generate random captcha text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create_18.html"&gt;cfimage action captcha: how to create and use captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1546047937072274903?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1546047937072274903'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1546047937072274903'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-write-how-to-compress.html' title='cfimage action write: how to compress jpeg  image programmatically in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/SjqC5IWaPcI/AAAAAAAABY4/ZvN4sw2PeXM/s72-c/cfimageCompress.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1890282323159680601</id><published>2009-06-18T11:05:00.000-07:00</published><updated>2011-11-25T11:09:42.638-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action captcha: how to change captcha height width in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action captcha: how to change captcha height width in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageCaptchaHeightWidth.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action captcha: how to change captcha height width in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SeaGreen; font-style:italic"&amp;gt;cfimage tag example: how to change captcha height width&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="DarkSeaGreen" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Pink"&amp;gt;
    &amp;lt;tr bgcolor="Crimson" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            captcha height 75* width 300
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            captcha height 100* width 350
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
        &amp;lt;td &amp;gt;
   &amp;lt;cfimage 
             action="captcha" 
                difficulty="medium" 
                fonts="Comic Sans MS" 
                fontsize="35" 
                text="Resize"
                height="75"
                width="300"
                /&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage 
             action="captcha" 
                difficulty="medium" 
                fonts="Comic Sans MS" 
                fontsize="35" 
                text="Resize"
                height="100"
                width="350"
                /&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SjqCE8GrBaI/AAAAAAAABYw/ixvBN6oFxxU/s1600-h/CaptchaHeightWidth.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 188px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SjqCE8GrBaI/AAAAAAAABYw/ixvBN6oFxxU/s320/CaptchaHeightWidth.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348730528821085602" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-style-input.html"&gt;cfinput type text: how to style input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-validate-input.html"&gt;cfinput type text: how to validate input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-create-and-use_08.html"&gt;cfinput type text: how to create and use static autosuggest in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use-maxlength.html"&gt;cfinput type text: how to use maxLength in input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-show-error.html"&gt;cfinput type text: how to show error message when validation fails in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-write-how-to-compress.html"&gt;cfimage action write: how to compress jpeg  image programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/03/cfgrid-tag-how-to-display-data-in-html.html"&gt;cfgrid tag: how to display data in a html format grid&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/04/how-to-write-single-or-multiple-line.html"&gt;How to write single or multiple line comment in cfscript tag&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-generate-random-captcha.html"&gt;cfimage: how to generate random captcha text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create_18.html"&gt;cfimage action captcha: how to create and use captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1890282323159680601?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1890282323159680601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1890282323159680601'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change_18.html' title='cfimage action captcha: how to change captcha height width in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/SjqCE8GrBaI/AAAAAAAABYw/ixvBN6oFxxU/s72-c/CaptchaHeightWidth.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5073093940534765050</id><published>2009-06-18T11:01:00.000-07:00</published><updated>2011-11-25T11:10:25.085-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action captcha: how to change font size in captcha</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action captcha: how to change font size in captcha
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageCaptchaFontSize.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action captcha: how to change font size in captcha&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Orangered; font-style:italic"&amp;gt;cfimage tag example: how to change font size in captcha&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="Orangered" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="RosyBrown"&amp;gt;
    &amp;lt;tr bgcolor="SaddleBrown" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            captcha font size: 35
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            captcha font size: 25
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
        &amp;lt;td &amp;gt;
   &amp;lt;cfimage 
             action="captcha" 
                difficulty="medium" 
                fonts="Comic Sans MS" 
                fontsize="35" 
                text="FontSize"
                /&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage 
             action="captcha" 
                difficulty="medium" 
                fonts="Comic Sans MS" 
                fontsize="25" 
                text="FontSize"
                /&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/SjqBHD_4uLI/AAAAAAAABYo/QqQ_lkVLc8o/s1600-h/CaptchaFontSize.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 214px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/SjqBHD_4uLI/AAAAAAAABYo/QqQ_lkVLc8o/s320/CaptchaFontSize.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348729465788217522" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-style-input.html"&gt;cfinput type text: how to style input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use-maxlength.html"&gt;cfinput type text: how to use maxLength in input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-show-error.html"&gt;cfinput type text: how to show error message when validation fails in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use-range-for_9595.html"&gt;cfinput type text: how to use range for only validate minimum integer value in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-how-to-use-validateat-onserver.html"&gt;cfinput: how to use validateAt onserver in input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html"&gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/03/cfformgroup-tag-how-to-use-panel-in.html"&gt;cfformgroup tag: how to use panel in flash format form&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/03/how-to-use-cflayout-with-cflayoutarea.html"&gt;How to use cflayout with cflayoutarea, type tab and tab position bottom&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-create-captcha-with-low.html"&gt;cfimage: how to create captcha with low, medium, high difficulty in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-use-fonts.html"&gt;cfimage action captcha: how to use fonts attribute for create captcha&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5073093940534765050?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5073093940534765050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5073093940534765050'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change.html' title='cfimage action captcha: how to change font size in captcha'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/SjqBHD_4uLI/AAAAAAAABYo/QqQ_lkVLc8o/s72-c/CaptchaFontSize.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8861998012454577027</id><published>2009-06-18T10:58:00.000-07:00</published><updated>2011-11-25T11:11:46.952-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action captcha: how to use fonts attribute for create captcha</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action captcha: how to use fonts attribute for create captcha
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageCaptchaFonts.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action captcha: how to use fonts attribute for create captcha&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DodgerBlue; font-style:italic"&amp;gt;cfimage tag example: how to use fonts in captcha&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="CornFlowerBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Orange"&amp;gt;
    &amp;lt;tr bgcolor="OrangeRed" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            captcha font: Verdana
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            captcha font: Comic Sans MS
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
        &amp;lt;td &amp;gt;
   &amp;lt;cfimage action="captcha" fontsize="30" difficulty="medium" fonts="Verdana" text="FontsTest"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage action="captcha" fontsize="30" difficulty="medium" fonts="Comic Sans MS" text="FontsTest"/&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SjqAWnOdUcI/AAAAAAAABYg/rG43zT1j9nQ/s1600-h/CaptchaFonts.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 209px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SjqAWnOdUcI/AAAAAAAABYg/rG43zT1j9nQ/s320/CaptchaFonts.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348728633430987202" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html"&gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-create-captcha-with-low.html"&gt;cfimage: how to create captcha with low, medium, high difficulty in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change.html"&gt;cfimage action captcha: how to change font size in captcha&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/how-to-create-authentication-system.html"&gt;How to create authentication system (cflogin, cfloginuser, cflogout) in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cftextarea-tag-how-to-use-simple-text.html"&gt;cftextarea tag: how to use simple text area in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfdiv-bind-how-to-show-query-data.html"&gt;cfdiv bind: how to show query data without page refresh in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/03/cffile-tag-how-to-move-file.html"&gt;cffile tag: how to move file programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/03/cfselect-tag-how-to-use-cfselect-with_03.html"&gt;cfselect tag: how to use cfselect with multiple selection mode&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-delimiter-attribute.html"&gt;cfhttp: how to use delimiter attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8861998012454577027?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8861998012454577027'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8861998012454577027'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-use-fonts.html' title='cfimage action captcha: how to use fonts attribute for create captcha'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/SjqAWnOdUcI/AAAAAAAABYg/rG43zT1j9nQ/s72-c/CaptchaFonts.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3366838155401376910</id><published>2009-06-18T10:54:00.000-07:00</published><updated>2011-11-25T11:12:27.212-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage: how to create captcha with low, medium, high difficulty in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage: how to create captcha with low, medium, high difficulty in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageCaptchaDifficulty.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage: how to create captcha with low, medium, high difficulty in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:OrangeRed; font-style:italic"&amp;gt;cfimage tag example: how to create captcha with various difficulty&amp;lt;/h2&amp;gt;
&amp;lt;hr width="675" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="SeaGreen"&amp;gt;
    &amp;lt;tr bgcolor="DarkSeaGreen" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            captcha difficulty: low
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            captcha difficulty: medium
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            captcha difficulty: high
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
        &amp;lt;td &amp;gt;
   &amp;lt;cfimage action="captcha" difficulty="low" text="ColdFusion"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage action="captcha" difficulty="medium" text="ColdFusion"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage action="captcha" difficulty="high" text="ColdFusion"/&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_o3LEncglyOk/Sjp_fUBjPpI/AAAAAAAABYY/hO8o_WH3roY/s1600-h/CaptchaDifficulty.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 214px;" src="http://1.bp.blogspot.com/_o3LEncglyOk/Sjp_fUBjPpI/AAAAAAAABYY/hO8o_WH3roY/s320/CaptchaDifficulty.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348727683383770770" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html"&gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-use-fonts.html"&gt;cfimage action captcha: how to use fonts attribute for create captcha&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change.html"&gt;cfimage action captcha: how to change font size in captcha&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-generate-random-captcha.html"&gt;cfimage: how to generate random captcha text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create_18.html"&gt;cfimage action captcha: how to create and use captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-cfsetting-tag-in.html"&gt;cfsetting: how to use cfsetting tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/02/cfdbinfo-tag-how-to-get-system-table.html"&gt;cfdbinfo tag: how to get system table name list from a datasource&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/02/cfdirectory-tag-how-to-delete-directory.html"&gt;cfdirectory tag: how to delete directory programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-enablecfoutputonly.html"&gt;cfsetting: how to use enablecfoutputonly attribute in cfsetting&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-read-csv-file-and-return.html"&gt;cfhttp: how to read a csv file and return query object by cfhttp in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3366838155401376910?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3366838155401376910'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3366838155401376910'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-create-captcha-with-low.html' title='cfimage: how to create captcha with low, medium, high difficulty in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_o3LEncglyOk/Sjp_fUBjPpI/AAAAAAAABYY/hO8o_WH3roY/s72-c/CaptchaDifficulty.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-5651223839644735735</id><published>2009-06-18T10:51:00.000-07:00</published><updated>2011-11-25T11:13:20.863-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action writetobrowser: how to write an image to the browser in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action writetobrowser: how to write an image to the browser in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageActionWriteToBrowser.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action writetobrowser: how to write an image to the browser in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;cfimage tag example: how to write an image to the browser&amp;lt;/h2&amp;gt;
&amp;lt;hr width="600" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfimage source="Images/Bee2.jpg" action="border" color="Green" name="ImageBee" thickness="3" /&amp;gt;


&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="SeaGreen"&amp;gt;
    &amp;lt;tr bgcolor="DarkSeaGreen" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            Image Preview
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Image write to browser
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top"&amp;gt;
        &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
   &amp;lt;img src="Images/Bee2.jpg" height="330" width="300"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage action="writetobrowser" source="#ImageBee#"&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/Sjp-nxBkTNI/AAAAAAAABYQ/ErR6JX7n7M4/s1600-h/cfimageActionWritetobrowser.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 277px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/Sjp-nxBkTNI/AAAAAAAABYQ/ErR6JX7n7M4/s320/cfimageActionWritetobrowser.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348726729095793874" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-how-to-create-captcha-with-low.html"&gt;cfimage: how to create captcha with low, medium, high difficulty in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-use-fonts.html"&gt;cfimage action captcha: how to use fonts attribute for create captcha&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change.html"&gt;cfimage action captcha: how to change font size in captcha&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-cfsetting-tag-in.html"&gt;cfsetting: how to use cfsetting tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfsetting-how-to-use-enablecfoutputonly.html"&gt;cfsetting: how to use enablecfoutputonly attribute in cfsetting&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-use-firstrowasheaders.html"&gt;cfhttp: how to use firstrowasheaders, delimiter, columns attribute to read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/cfoutput-tag-example-how-to-get-output_838.html"&gt;cfoutput tag example: how to get output of a query (defined start rows) in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/cfquery-tag-example-how-to-insert-data.html"&gt;cfquery tag example: how to insert data&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfhttp-how-to-read-csv-file-and-return.html"&gt;cfhttp: how to read a csv file and return query object by cfhttp in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfargument-tag-how-to-use-arguments_22.html"&gt;cfargument tag: how to use the arguments scope as an array in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-5651223839644735735?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5651223839644735735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/5651223839644735735'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-writetobrowser-how-to.html' title='cfimage action writetobrowser: how to write an image to the browser in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/Sjp-nxBkTNI/AAAAAAAABYQ/ErR6JX7n7M4/s72-c/cfimageActionWritetobrowser.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-3619462640227273792</id><published>2009-06-18T10:46:00.000-07:00</published><updated>2011-11-25T11:14:03.872-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action write: how to write an image to a file in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action write: how to write an image to a file in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageActionWrite.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action write: how to write an image to a file in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;cfimage tag example: how to write an image to a file&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfimage source="Images/Orchid.jpg" action="write" destination="Images/OrchidNew.jpg" quality=".5" overwrite="yes" /&amp;gt;


&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Gray"&amp;gt;
    &amp;lt;tr bgcolor="DimGray" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            Image Preview
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Image after write
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top"&amp;gt;
        &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
   &amp;lt;img src="Images/Orchid.jpg" height="400" width="453" /&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;img src="Images/OrchidNew.jpg" height="400" width="453" /&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/Sjp9lsJU7SI/AAAAAAAABYI/TPydjHnjsF0/s1600-h/cfimageActionWrite.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 210px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/Sjp9lsJU7SI/AAAAAAAABYI/TPydjHnjsF0/s320/cfimageActionWrite.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348725593914797346" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-datefield-how-to-use_07.html"&gt;cfinput type datefield: how to use daynames in input type datefield&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-datefield-how-to-validate.html"&gt;cfinput type datefield: how to validate input type datefield in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-create-and-use.html"&gt;cfinput type text: how to create and use autosuggest in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use.html"&gt;cfinput type text: how to use autosuggestbinddelay in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-style-input.html"&gt;cfinput type text: how to style input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-resize-how-to-change.html"&gt;cfimage action resize: how to change image height width pngprogrammatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/cfcase-tag-example-how-to-use-cfcase.html"&gt;cfcase tag example: how to use cfcase tag in cfswitch tag&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/cfloop-tag-example-how-to-loop-over_2980.html"&gt;cfloop tag example: how to loop over a time range in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-read-how-to-read-image.html"&gt;cfimage action read: how to read an image into memory in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-rotate-how-to-rotate.html"&gt;cfimage action rotate: how to rotate image programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-3619462640227273792?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3619462640227273792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/3619462640227273792'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-write-how-to-write-image.html' title='cfimage action write: how to write an image to a file in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/Sjp9lsJU7SI/AAAAAAAABYI/TPydjHnjsF0/s72-c/cfimageActionWrite.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-2692602068316304966</id><published>2009-06-18T10:42:00.000-07:00</published><updated>2011-11-25T11:14:46.041-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action rotate: how to rotate image programmatically in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action rotate: how to rotate image programmatically in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageActionRotate.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action rotate: how to rotate image programmatically in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;cfimage tag example: how to use rotate attribute&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfimage source="Images/Butterfly.jpg" action="rotate" angle="60" name="ButterflyRotate"&amp;gt;


&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="DarkSeaGreen"&amp;gt;
    &amp;lt;tr bgcolor="SeaGreen" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            Original Image
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Modified Image: after Rotate
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top"&amp;gt;
        &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
   &amp;lt;img src="Images/Butterfly.jpg" height="360" width="306"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            &amp;lt;cfimage source="#ButterflyRotate#" action="writetobrowser"&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/Sjp8o2o8VRI/AAAAAAAABYA/kuldl68PvMY/s1600-h/cfimageActionRotate.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 258px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/Sjp8o2o8VRI/AAAAAAAABYA/kuldl68PvMY/s320/cfimageActionRotate.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348724548759737618" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-set-change-menu_01.html"&gt;cfmenu tag: how to set, change menu selected font color in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-set-change-menu_772.html"&gt;cfmenu tag: how to set, change menu selected item color (background) in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use-range-for_9595.html"&gt;cfinput type text: how to use range for only validate minimum integer value in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-how-to-use-validateat-onserver.html"&gt;cfinput: how to use validateAt onserver in input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-resize-how-to-change.html"&gt;cfimage action resize: how to change image height width pngprogrammatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-read-how-to-read-image.html"&gt;cfimage action read: how to read an image into memory in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/isvalid-function-example-how-to_4307.html"&gt;IsValid function example: how to determine whether a value is a valid string&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/setvariable-function-example-how-to-set.html"&gt;SetVariable function example: how to set a variable with name and value&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-write-how-to-write-image.html"&gt;cfimage action write: how to write an image to a file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create_18.html"&gt;cfimage action captcha: how to create and use captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-2692602068316304966?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2692602068316304966'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2692602068316304966'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-rotate-how-to-rotate.html' title='cfimage action rotate: how to rotate image programmatically in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/Sjp8o2o8VRI/AAAAAAAABYA/kuldl68PvMY/s72-c/cfimageActionRotate.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-8783568627544530804</id><published>2009-06-18T10:37:00.000-07:00</published><updated>2011-11-25T11:15:31.493-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action read: how to read an image into memory in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action read: how to read an image into memory in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageActionRead.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action read: how to read an image into memory in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;cfimage tag example: how to read an image&amp;lt;/h2&amp;gt;
&amp;lt;hr width="525" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfimage source="Images/Butterfly6.jpg" action="read" name="ImageRead" isbase64="no"&amp;gt;


&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="SeaGreen"&amp;gt;
    &amp;lt;tr bgcolor="DarkSeaGreen" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            Image Preview
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Image read from memory
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top"&amp;gt;
        &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
   &amp;lt;img src="Images/Butterfly6.jpg" height="300" width="400"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            &amp;lt;cfimage action="writetobrowser" source="#ImageRead#"&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/Sjp7tUGsxyI/AAAAAAAABX4/jlN3kiSj9is/s1600-h/cfimageActionRead.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 198px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/Sjp7tUGsxyI/AAAAAAAABX4/jlN3kiSj9is/s320/cfimageActionRead.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5348723525877024546" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-datefield-how-to-use_07.html"&gt;cfinput type datefield: how to use daynames in input type datefield&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-datefield-how-to-validate.html"&gt;cfinput type datefield: how to validate input type datefield in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-create-and-use.html"&gt;cfinput type text: how to create and use autosuggest in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use.html"&gt;cfinput type text: how to use autosuggestbinddelay in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-resize-how-to-change.html"&gt;cfimage action resize: how to change image height width pngprogrammatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-rotate-how-to-rotate.html"&gt;cfimage action rotate: how to rotate image programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/isuserinanyrole-function-example-how-to.html"&gt;IsUserInAnyRole function example: how to determine whether an authenticated user belongs to any role&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/isvalid-function-example-how-to_3823.html"&gt;IsValid function example: how to determine whether a value is a valid Euro date&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-write-how-to-write-image.html"&gt;cfimage action write: how to write an image to a file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change.html"&gt;cfimage action captcha: how to change font size in captcha&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-8783568627544530804?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8783568627544530804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/8783568627544530804'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-read-how-to-read-image.html' title='cfimage action read: how to read an image into memory in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_o3LEncglyOk/Sjp7tUGsxyI/AAAAAAAABX4/jlN3kiSj9is/s72-c/cfimageActionRead.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-2780188075040024007</id><published>2009-06-16T10:34:00.000-07:00</published><updated>2011-11-25T11:16:14.700-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action resize: how to change image height width programmatically</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action resize: how to change image height width programmatically
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageActionResize.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action resize: how to change image height width programmatically&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:SeaGreen; font-style:italic"&amp;gt;cfimage tag example: how to resize image&amp;lt;/h2&amp;gt;
&amp;lt;hr width="525" align="left" color="DarkSeaGreen" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfimage source="Images/Dog3.jpg" action="resize" name="ResizedImage" height="150" width="200"&amp;gt;


&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="DarkSeaGreen"&amp;gt;
    &amp;lt;tr bgcolor="SeaGreen" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            Image Preview
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Image after resize
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top"&amp;gt;
        &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
   &amp;lt;img src="Images/Dog3.jpg" height="300" width="400"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage action="writetobrowser" source="#ResizedImage#"&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_o3LEncglyOk/SjfX35LaSFI/AAAAAAAABXw/b38H0lKHJKI/s1600-h/cfimageActionResize.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 259px;" src="http://3.bp.blogspot.com/_o3LEncglyOk/SjfX35LaSFI/AAAAAAAABXw/b38H0lKHJKI/s320/cfimageActionResize.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5347980437767211090" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-set-change-menu_01.html"&gt;cfmenu tag: how to set, change menu selected font color in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfmenu-tag-how-to-set-change-menu_772.html"&gt;cfmenu tag: how to set, change menu selected item color (background) in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-read-how-to-read-image.html"&gt;cfimage action read: how to read an image into memory in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-rotate-how-to-rotate.html"&gt;cfimage action rotate: how to rotate image programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-write-how-to-write-image.html"&gt;cfimage action write: how to write an image to a file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-delimiter-attribute.html"&gt;cfhttp: how to use delimiter attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/encrypt-function-example-how-to-encrypt.html"&gt;Encrypt function example: how to encrypt a string using a specific algorithm and encoding method&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/hash-function-example-how-to-use-hash_4123.html"&gt;Hash function example: how to use Hash function with MD5 algorithm&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-get-method-in-cfhttp.html"&gt;cfhttp: how to use get method in cfhttp tag in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html"&gt;cfhttp: how to use columns attribute when read a csv file in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-2780188075040024007?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2780188075040024007'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/2780188075040024007'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-resize-how-to-change.html' title='cfimage action resize: how to change image height width programmatically'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_o3LEncglyOk/SjfX35LaSFI/AAAAAAAABXw/b38H0lKHJKI/s72-c/cfimageActionResize.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-7323563988189290</id><published>2009-06-16T10:19:00.000-07:00</published><updated>2011-11-25T11:16:59.654-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action info: how to get image information programmatically in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action info: how to get image information programmatically in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageActionInfo.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action info: how to get image information programmatically in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:DodgerBlue; font-style:italic"&amp;gt;cfimage tag example: how to get image information&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="DodgerBlue" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfimage source="Images/Doll.jpg" action="info" structname="ImageInfoStruct"&amp;gt;


&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="Wheat"&amp;gt;
    &amp;lt;tr bgcolor="Tan" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            Image Preview
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Image Information
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top"&amp;gt;
        &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
   &amp;lt;img src="Images/Doll.jpg" height="360" width="306" /&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            &amp;lt;cfdump var="#ImageInfoStruct#" label="Image Info"&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SjfUZ3CTNQI/AAAAAAAABXo/UrknQQHc56M/s1600-h/cfimageActionInfo.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 250px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SjfUZ3CTNQI/AAAAAAAABXo/UrknQQHc56M/s320/cfimageActionInfo.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5347976623261168898" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-datefield-how-to-use_07.html"&gt;cfinput type datefield: how to use daynames in input type datefield&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-datefield-how-to-validate.html"&gt;cfinput type datefield: how to validate input type datefield in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-create-and-use.html"&gt;cfinput type text: how to create and use autosuggest in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use.html"&gt;cfinput type text: how to use autosuggestbinddelay in input type text&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-border-how-to-add.html"&gt;cfimage action border: how to add colored border in image programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create.html"&gt;cfimage action captcha: how to create captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/imagesetantialiasing-function-example.html"&gt;ImageSetAntiAliasing function example: how to switches antialiasing on or off in rendered graphics&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/isimage-function-example-how-to.html"&gt;IsImage function example: how to determine whether a variable returns a coldfusion image&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-convert-how-to-convert.html"&gt;cfimage action convert: how to convert image file format jpg to gif programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change.html"&gt;cfimage action captcha: how to change font size in captcha&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-7323563988189290?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7323563988189290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/7323563988189290'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-info-how-to-get-image.html' title='cfimage action info: how to get image information programmatically in coldfusion'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/SjfUZ3CTNQI/AAAAAAAABXo/UrknQQHc56M/s72-c/cfimageActionInfo.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-1443846678663058937</id><published>2009-06-16T09:46:00.000-07:00</published><updated>2011-11-25T11:17:59.097-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action convert: how to convert image file format jpg to gif programmatically</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action convert: how to convert image file format jpg to gif programmatically
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageActionConvert.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action convert: how to convert image file format jpg to gif pngprogrammatically&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;cfimage tag example: how to convert image file format&amp;lt;/h2&amp;gt;
&amp;lt;hr width="575" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;cfimage source="Images/CuteFlower1.jpg" action="convert" destination="Images/CuteFlower1.gif" overwrite="yes" quality=".5"&amp;gt;


&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="IndianRed"&amp;gt;
    &amp;lt;tr bgcolor="Crimson" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            Image Preview .jpg
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Image Preview .gif [converted]
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top"&amp;gt;
        &amp;lt;td style="color:RosyBrown; font-weight:bold"&amp;gt;
   &amp;lt;img src="Images/CuteFlower1.jpg" height="480" width="480"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;img src="Images/CuteFlower1.gif" height="480" width="480"/&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_o3LEncglyOk/SjfMmLKGRwI/AAAAAAAABXg/of0QsCPQ_84/s1600-h/cfimageActionConvert.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 225px;" src="http://4.bp.blogspot.com/_o3LEncglyOk/SjfMmLKGRwI/AAAAAAAABXg/of0QsCPQ_84/s320/cfimageActionConvert.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5347968038727993090" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-style-input.html"&gt;cfinput type text: how to style input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use-maxlength.html"&gt;cfinput type text: how to use maxLength in input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-show-error.html"&gt;cfinput type text: how to show error message when validation fails in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-type-text-how-to-use-range-for_9595.html"&gt;cfinput type text: how to use range for only validate minimum integer value in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfinput-how-to-use-validateat-onserver.html"&gt;cfinput: how to use validateAt onserver in input type text in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-border-how-to-add.html"&gt;cfimage action border: how to add colored border in image programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/imagegetheight-function-example-how-to.html"&gt;ImageGetHeight function example: how to get the height of an image in pixels&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/imageoverlay-function-example-how-to.html"&gt;ImageOverlay function example: how to overlay one image on another image&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-create.html"&gt;cfimage action captcha: how to create captcha in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-info-how-to-get-image.html"&gt;cfimage action info: how to get image information programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4742222999985096708-1443846678663058937?l=coldfusion-example.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1443846678663058937'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4742222999985096708/posts/default/1443846678663058937'/><link rel='alternate' type='text/html' href='http://coldfusion-example.blogspot.com/2009/06/cfimage-action-convert-how-to-convert.html' title='cfimage action convert: how to convert image file format jpg to gif programmatically'/><author><name>sk. saiful alam</name><uri>http://www.blogger.com/profile/07617738081836521137</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_o3LEncglyOk/SjfMmLKGRwI/AAAAAAAABXg/of0QsCPQ_84/s72-c/cfimageActionConvert.gif' height='72' width='72'/></entry><entry><id>tag:blogger.com,1999:blog-4742222999985096708.post-2525382902437367060</id><published>2009-06-16T09:36:00.000-07:00</published><updated>2011-11-25T11:18:40.658-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='cfimage example'/><title type='text'>cfimage action captcha: how to create captcha in coldfusion</title><content type='html'>&lt;div class="cfposttitle"&gt;
cfimage action captcha: how to create captcha in coldfusion
&lt;/div&gt;

&lt;div class="filenamewrapper"&gt;
    &lt;div class="filename"&gt;
  cfimageActionCaptcha.cfm
    &lt;/div&gt;
&lt;/div&gt;

&lt;pre class="xhtml" name="code"&gt;
&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt;
&amp;lt;html xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;cfimage action captcha: how to create captcha in coldfusion&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;h2 style="color:Crimson; font-style:italic"&amp;gt;cfimage tag example: how to create captcha&amp;lt;/h2&amp;gt;
&amp;lt;hr width="500" align="left" color="OrangeRed" /&amp;gt;
&amp;lt;br /&amp;gt;

&amp;lt;table border="1" cellpadding="5" cellspacing="0" bordercolor="OrangeRed"&amp;gt;
    &amp;lt;tr bgcolor="OrangeRed" style="color:Snow; font-size:large" align="center"&amp;gt;
        &amp;lt;td&amp;gt;
            Sample captcha: Captcha
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
            Sample captcha: ColdFusion
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr height="100" valign="top" style="color:RosyBrown; font-weight:bold"&amp;gt;
        &amp;lt;td &amp;gt;
   &amp;lt;cfimage action="captcha" difficulty="medium" text="Captcha"/&amp;gt;
        &amp;lt;/td&amp;gt;
        &amp;lt;td&amp;gt;
   &amp;lt;cfimage action="captcha" difficulty="low" text="ColdFusion"/&amp;gt;
        &amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;

&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;

&lt;br/&gt;&lt;br/&gt;
&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_o3LEncglyOk/SjfKIOtUa6I/AAAAAAAABXY/-Y1OfmbQems/s1600-h/cfimageActionCaptcha.gif"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 320px; height: 251px;" src="http://2.bp.blogspot.com/_o3LEncglyOk/SjfKIOtUa6I/AAAAAAAABXY/-Y1OfmbQems/s320/cfimageActionCaptcha.gif" border="0" alt=""id="BLOGGER_PHOTO_ID_5347965325261695906" /&gt;&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;


&lt;div class="RelatedHeader"&gt;
 Related coldfusion example
&lt;/div&gt;

&lt;div id="RelatedExamples"&gt;
&lt;ul&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-border-how-to-add.html"&gt;cfimage action border: how to add colored border in image programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-convert-how-to-convert.html"&gt;cfimage action convert: how to convert image file format jpg to gif programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-info-how-to-get-image.html"&gt;cfimage action info: how to get image information programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-rotate-how-to-rotate.html"&gt;cfimage action rotate: how to rotate image programmatically in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-write-how-to-write-image.html"&gt;cfimage action write: how to write an image to a file in coldfusion&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-use-fonts.html"&gt;cfimage action captcha: how to use fonts attribute for create captcha&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/imagedrawrect-function-example-how-to.html"&gt;ImageDrawRect function example: how to draw a rectangle on a coldfusion image programmatically&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2008/12/imageflip-function-example-how-to-flip.html"&gt;ImageFlip function example: how to flip an image antidiagonal&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/06/cfimage-action-captcha-how-to-change.html"&gt;cfimage action captcha: how to change font size in captcha&lt;/a&gt;&lt;/li&gt;
 &lt;li&gt;&lt;a href="http://coldfusion-example.blogspot.com/2009/07/cfhttp-how-to-use-columns-attribute.html"&gt;cfhttp
