<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>San Diego Hosting and Web Design Blog &#187; ColdFusion</title>
	<atom:link href="http://www.ephost.com/blog/index.php/category/coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ephost.com/blog</link>
	<description>A blog about Web Hosting, Web Design, Business and ColdFusion</description>
	<lastBuildDate>Wed, 11 Aug 2010 15:06:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why choose ColdFusion?</title>
		<link>http://www.ephost.com/blog/index.php/why-choose-coldfusion/</link>
		<comments>http://www.ephost.com/blog/index.php/why-choose-coldfusion/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 15:02:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Web Design & SEO]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.ephost.com/blog/?p=59</guid>
		<description><![CDATA[I am pretty passionate about this topic because of the way ColdFusion has changed my life. I went from playing around with HTML to professionally building complex web based applications  in a short period of time. Some of the stuff anyone can do with ColdFusion is amazing and simply a standard feature of the software.]]></description>
			<content:encoded><![CDATA[<p>If you are a professional web developer or an amateur looking to spice up their website you should know there are more options than PHP or ASP.NET to script interactive web pages. Adobe ColdFusion has been around for more than 10 years and is ideally suited to all levels of skill. I am pretty passionate about this topic because of the way ColdFusion has changed my life. I went from playing around with HTML to professionally building complex web based applications  in a short period of time. Some of the stuff anyone can do with ColdFusion is amazing and simply a standard feature of the software.</p>
<p><span id="more-59"></span></p>
<p>End-users are sometimes intimidated by the ominous sounding name, and naturally have some objections. To clear things up here some some facts:</p>
<ul>
<li>It&#8217;s free for the end-user.</li>
<li>It&#8217;s supported by most major hosts.</li>
<li>There are many ColdFusion Web Developers.</li>
<li>The developers that use ColdFusion are passionate about it.</li>
</ul>
<p>To clear up some things for developers:</p>
<ul>
<li>It&#8217;s free for the web developer.</li>
<li>It&#8217;s VERY easy to learn and can applications can be developed fast.</li>
<li>It includes all of the tools you need now and the in the future. e.g. AJAX without having to learn Javascript!</li>
<li>It&#8217;s made by Adobe and has built-in hooks with many of their products.</li>
</ul>
<p>To address the last item in more detail Adobe makes Flash, PDF, Dreamweaver, Illustrator and Photoshop. Almost every web developer has one, if not all, of these core web development tools. Why not use the scripting tool made by the same company?</p>
<p>What makes ColdFusion so special is that it&#8217;s tag based. While more advanced methods of scripting are available in ColdFusion, most developers (pro&#8217;s or not) use ColdFusion tags to accomplish most tasks. In a nutshell they have incorporated all of the behind-the-scenes scripting into an easy-to-use tag.</p>
<p>For example, if you want to send an email using ColdFusion you write:</p>
<p><code><br />
&lt; cfmail to="someone@someplace.com" from="me@somewhere.com" subject="My Email Subject" &gt;<br />
Hello this is an email sent from ColdFusion!<br />
&lt; /cfmail &gt;<br />
</code></p>
<p>Wow! That&#8217;s easy compared to PHP or ASP.NET. Generally it&#8217;s substantially less text to write- but in most cases it&#8217;s just plain intuitive compared to other scripting languages. Note: spaces have been added after the greater-than and less-than signs so it will display in this blog post.</p>
<p>For those of you who are current ASP.NET or PHP developers you&#8217;ll find this is the case with almost all tasks. If you are thinking that equals less abilities or less sophistication you&#8217;ll be surprised to learn about the plethora of available tag parameters, integration of OOP techniques, and web service components that are also available.</p>
<p>For amateur web developers this is an excellent way to jump right in and get the job-at-hand completed without learning complicated scripting techniques.</p>
<p>To learn more about ColdFusion visit Adobe&#8217;s website:</p>
<p><a href="http://www.adobe.com/coldfusion">http://www.adobe.com/coldfusion</a></p>
<p>* Remember that that you don&#8217;t have to buy, or even download ColdFusion to try it, it&#8217;s already enabled in your EPhost web hosting account and ready to try today.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ephost.com/blog/index.php/why-choose-coldfusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion 8</title>
		<link>http://www.ephost.com/blog/index.php/coldfusion-8/</link>
		<comments>http://www.ephost.com/blog/index.php/coldfusion-8/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 20:15:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.ephost.com/blog/?p=9</guid>
		<description><![CDATA[I got off to a late start getting ColdFusion 8 installed across our shared web servers, but now that it&#8217;s here- I have to say that I am really excited about some of the new features. Most especially there are a handful of new/upgraded tags, .NET integration, and built in MySQL compatibility.
Some of the new [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I got off to a late start getting ColdFusion 8 installed across our shared web servers, but now that it&#8217;s here- I have to say that I am really excited about some of the new features. Most especially there are a handful of new/upgraded tags, .NET integration, and built in MySQL compatibility.</p>
<div class="wp-caption aligncenter" style="width: 258px"><a href="http://www.adobe.com/products/coldfusion/demos/ajax_uic/"><img title="CFGRID" src="http://www.adobe.com/products/coldfusion/images/ajaxGrid_248x160.jpg" alt="" width="248" height="160" /></a><p class="wp-caption-text">CFGRID Demo Video</p></div>
<p>Some of the new tags can be found using <a title="ColdFusion 8 Demos" href="http://www.adobe.com/products/coldfusion/demos/" target="_blank">this link</a>. Personally, I am excited about the AJAX features of cfajaximport, cflayout, cfwindow and others. This opens-up a wide variety of new CRUD interfaces to be built for slick user GUI&#8217;s and no-refresh page interaction. It would have been nice if Flash Forms wasn&#8217;t so slow and that Flex wasn&#8217;t a whole new thing to learn.  Some upgraded tags include &#8220;cfform type=HTML&#8221; which turns the whole thing into an AJAX interface and &#8220;cftextarea richtext=yes&#8221; which adds a VERY slick WYSIWYG text editor. The editor is probably one of the best I&#8217;ve seen&#8211; clean code, templates, image insertion and the ability to show your paragraph blocks. Cflayout now includes a tab navigator to create tabbed pages. Interestingly, it can also dynamically pull in another page from a remote source to fill the contents of the tab&#8217;s page.</p>
<p><span id="more-9"></span></p>
<p>Other tags include cfpdf, cfpresentation, and cfimage. Cfpdf makes it possible for fillable PDF form data to be pulled or stored in a database. I can think of dozens of uses for this.  Cfpresentation can be used to create dynamic Flash-Based presentations from database data. In fact, cfpresentations can be saved and reused in Adobe Acrobat Connect Pro webinars. Cfimage enables users to perform dynamic image manipulation- including the creation of CAPTCHA images. Previously we had to make use of CFX tags to accomplish this task.</p>
<div class="wp-caption aligncenter" style="width: 258px"><a href="http://www.adobe.com/products/coldfusion/demos/pdf_forms/"><img title="CFPDF Demo" src="http://www.adobe.com/products/coldfusion/images/pdf_248x160.jpg" alt="" width="248" height="160" /></a><p class="wp-caption-text">CFPDF Demo Video</p></div>
<div class="wp-caption aligncenter" style="width: 258px"><a href="http://www.adobe.com/products/coldfusion/demos/presentation/"><img title="CFPRESENTATION" src="http://www.adobe.com/products/coldfusion/images/cf8_presentation_248x160.jpg" alt="" width="248" height="160" /></a><p class="wp-caption-text">CFPRESENTATION Demo Video</p></div>
<p style="text-align: center;">
<p>ColdFusion 8 can now be integrated with ASP.NET. Admittedly, I know little of this but apparently you can now make use of ASP.NET objects from within your ColdFusion code. I would think this would be very useful if you need to marry two applications (.NET and CF) together.</p>
<p>While MySQL ColdFusion ODBC DSNs could be manually added before with some work, it&#8217;s now just a normal feature of the software and can be added through our Helm control panel system. This opens up enterprise database features previously unavailable to those without MS SQL. It also adds extended functionality for Windows ColdFusion programmers to make use of data stored in popular PHP applications (like WordPress). I can&#8217;t tell you how many times I would like to modify or extend a PHP application with some new feature but, since I am not a PHP guy, there was nothing I could do. Now, I can use CF to enhance a PHP application even if it&#8217;s not directly integrated into the application.</p>
<p>There are many more performance and security related upgrades to ColdFusion 8 but I am afraid that&#8217;s a topic for another day.</p>
<p>I hope that you plan to make use of these new technologies &#8211; I know I will!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ephost.com/blog/index.php/coldfusion-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.ephost.com/blog/index.php/welcome/</link>
		<comments>http://www.ephost.com/blog/index.php/welcome/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 16:58:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Web Design & SEO]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Joe Rebis]]></category>

		<guid isPermaLink="false">http://www.ephost.com/blog/?p=22</guid>
		<description><![CDATA[In these economic times it&#8217;s more important than ever to make myself and experience available to everyone who wants to listen. I&#8217;ve started this blog to discuss in a candid sort of way various topics including business, web design, ColdFusion, and web hosting. Whether directly or indirectly I hope that you&#8217;ll take this information and [...]]]></description>
			<content:encoded><![CDATA[<p>In these economic times it&#8217;s more important than ever to make myself and experience available to everyone who wants to listen. I&#8217;ve started this blog to discuss in a candid sort of way various topics including business, web design, ColdFusion, and web hosting. Whether directly or indirectly I hope that you&#8217;ll take this information and apply it to your own situation. I&#8217;ve always felt that two heads are better than one, so I invite your participation by registering and commenting on my posts.</p>
<p>One aspect behind our new website and this blog has been to make sure that you are aware that real-people do exist behind my company, and that we aren&#8217;t just some faceless enterprise that offers web hosting and web design. There is nothing worse to me than seeing someone get caught up in a web hosting or design situation only to find out that when times get tough, the company that was so attractive in the first place, falls short of offering any real help or advice. That&#8217;s just not how we operate.</p>
<p>When considering various mediums for sharing ideas with you we decided against, for now, using a forum system on the site. While a generally good idea for customers to share and exchange ideas&#8211; I&#8217;ve often seen where it becomes both a crutch and a diversion for a company. Instead of providing good customer service they become referrers of people to the forum. Instead on working on customer solutions that benefit everyone, they are fielding specifics from the handful that use the forum. Until we are able to devote the time it&#8217;s off list for now. Instead we&#8217;ll be focusing on the blog, writing helpful knowledge base articles, and producing video tutorials.</p>
<p>There are so many things that I have learned about the Internet and business over the last 12 years and I am excited to be able to share them with you. Please take a moment to register on the blog to get the latest posts and, most importantly, to be able to comment and share your experiences.</p>
<p>Best,</p>
<p>Joe Rebis<br />
President<br />
EPhost, Inc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ephost.com/blog/index.php/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
