<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>coldfusionBloggers.org Feed</title>
    <link>http://www.coldfusionbloggers.org</link>
    <description>Feed of the latest items aggregated.</description>
    <item>
      <title>ColdBox Training in 11 days few seats open</title>
      <link>http://blog.coldbox.org/post.cfm/coldbox-training-in-11-days-few-seats-open</link>
      <description>&lt;p&gt;Just a reminder that our&amp;#160;&lt;a href="http://www.coldbox.org/index.cfm/events/ca-feb-2010"&gt;Ontario, California ColdBox training &lt;/a&gt;is in 11 days and only a few seats are left. &amp;#160;So book your training today to reserve your seat.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;OVERVIEW&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Core ColdBox is our 2-day flagship intensive training course that will get you started with ColdBox even if you have no previous OO experience. The course is constructed in such a manner that both gurus and novices can take advantage of our materials. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.coldboxframework.com/index.cfm/courses/cbox101"&gt;More Information and Requirements&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;SCHEDULE&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt; February 20, Saturday - CBOX 101 - Day 1&lt;/p&gt;
&lt;p&gt;February 21, Sunday - CBOX 101 - Day 2&lt;/p&gt;
&lt;p&gt;* The night of the 20th we will have a group dinner (optional) and a open BOF.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;div style="display: inline;"&gt;&lt;iframe src="http://www.eventbrite.com/tickets-external?eid=508667438&amp;ref=etckt" frameborder="0" marginwidth="5" marginheight="5" vspace="0" hspace="0" width="100%" height="421" allowtransparency="true" scrolling="auto"&gt;&lt;/iframe&gt;&lt;a href="http://www.eventbrite.com/r/etckt"&gt;&lt;img src="http://www.eventbrite.com/s.gif" alt="Events" border="0"/&gt;&lt;/a&gt;&lt;/div&gt;</description>
      <pubDate>Tue, 09 Feb 2010 02:15:14 GMT</pubDate>
      <author>ColdBox Blog</author>
      <comments>http://blog.coldboxframework.com</comments>
      <guid isPermaLink="false">38875</guid>
    </item>
    <item>
      <title>MySQL Data truncation: Incorrect datetime value</title>
      <link>http://www.john-sieber.com/post.cfm/mysql-data-truncation-incorrect-datetime-value</link>
      <description>&lt;p&gt;The MySQL error, Data truncation: Incorrect datetime value, is rather
obvious and is caused by trying to insert a non datetime value into a
datetime field in MYSQL 5.1. I was surprised to find the same code
would run without error on MySQL 4.1. Apparently, earlier versions of
MySQL would convert incorrect datetime values into 0000-00-00 00:00:00
and proceed without error. It seems that throwing the error is a better
option to alert the developer of a problem if they are attempting to
insert a non datetime value into a datetime value field.&lt;/p&gt;</description>
      <pubDate>Tue, 09 Feb 2010 00:30:40 GMT</pubDate>
      <author>Thoughts from the mountains</author>
      <comments>http://john-sieber.com</comments>
      <guid isPermaLink="false">38874</guid>
    </item>
    <item>
      <title>Creating 301 Redirects on IIS7</title>
      <link>http://www.john-sieber.com/post.cfm/creating-301-redirects-on-iis7</link>
      <description>&lt;p&gt;I've been moving a site from Windows Server 2003 to Windows Server
2008 and thought I would mention one of the items I ran into this
evening.I needed to setup 301 redirects for some old domain names that
we no longer use and at first glance could not figure out where to do
so.&lt;/p&gt;
&lt;p&gt;One of the first items I 
need to remind myself of when working with IIS7 is to stop looking for 
obvious features aimlessly, but instead head to the Roles section of the
 Server Manager to install the feature. Many of the commonly used 
features in IIS7 are not installed by default and require being added as
 a Server role. HTTP Redirection is one of those features and if you 
want to redirect old domains to a current domain you will need to 
install the feautre.&lt;/p&gt;
&lt;p&gt;One problem that I ran into when setting up my old 
domains was what to select as the Physical Path when creating the site. 
The wizard forces you to pick a path even if you plan to redirect the 
site to a url. I made the mistake of selecting the root folder of the 
site I planned on redirecting to, which of course caused an error for 
both sites due to a continuous redirection. After creating an empty 
directory for the&amp;#160; site I wanted to redirect, I was able to correctly 
point it to the correct url.&lt;/p&gt;
&lt;p&gt;
One nice feature added to IIS7 is that by default, it will redirect to
a relative path passing all url variables without using the $v and $p
parameters.Once you get used to the new interface for creating http
redirections I think you will find it to be an improvement over IIS6.&lt;/p&gt;</description>
      <pubDate>Tue, 09 Feb 2010 00:00:58 GMT</pubDate>
      <author>Thoughts from the mountains</author>
      <comments>http://john-sieber.com</comments>
      <guid isPermaLink="false">38873</guid>
    </item>
    <item>
      <title>HTML Formatter ColdFusion-friendly code cleanup tool</title>
      <link>http://www.miuaiga.com/index.cfm/2010/2/8/HTML-Formatter-ColdFusionfriendly-code-cleanup-tool</link>
      <description>&lt;p&gt;No matter how clean your code, there's something to be said for a fast, clean pre-launch cleanup with a reliable code formatter . My favorite by far is the HTML Formatter from LogicHammer.com:&amp;nbsp; &lt;a href="http://www.logichammer.com/html-formatter/" target="_blank"&gt;http://www.logichammer.com/html-formatter/&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;Complete with a full set of ColdFusion-friendly options, this simple tool makes cleaning your code a snap. I use it as I'm working, to clean up the work-so-far at any point, and before final launch to make sure the production code will be as easy as possible to maintain and revisit later on. It is a standalone executable, which means there's no installation, and you can put in anywhere you like on your hard drive.&lt;/p&gt;
&lt;p&gt;I simply create a taskbar shortcut on my Windows PC and drag the files I want to clean directly from the 'project' view in Eclipse onto the icon - couldn't be faster, simpler or easier. I prefer to have my original files altered, with the originals automatically put in a specified backup location - you can also assign the option to leave the original alone and create a cleaned-up copy.&lt;/p&gt;
&lt;p&gt;Among other fav features, HTML Formatter ships with a simple text-based config file which makes it incredibly easy to specify tags to ignore or to indent, and file extensions to be formatted or skipped ( you can run the formatting on specific files, or an entire directory).&lt;/p&gt;
&lt;p&gt;For only $14.99 you get all the features and 2 years of updates (there is also an 8.99 version with a basic feature set). The program's developer has answered every question I ask directly and has been very helpful with customizations, even building in some features I requested a while back (for the record - I'm not affiliated with logichammer in any way, just very pleased with this slick little tool).&lt;/p&gt;</description>
      <pubDate>Tue, 09 Feb 2010 00:00:40 GMT</pubDate>
      <author>Making It Up As I Go Along</author>
      <comments>http://www.miuaiga.com/</comments>
      <guid isPermaLink="false">38872</guid>
    </item>
    <item>
      <title>How to fix Flexlib WindowShade resize issues</title>
      <link>http://blog.classsoftware.com/index.cfm/2010/2/9/How-to-fix-FlexLib-WindowShade-resize-issues</link>
      <description>I'm involved in a project that is using the flexlib &lt;a href=""&gt;WindowShade&lt;/a&gt; component and it generally works well and unless it content is resized. Here's a simple fix for this.
				 [More]</description>
      <pubDate>Tue, 09 Feb 2010 00:00:24 GMT</pubDate>
      <author>Class Software</author>
      <comments>http://blog.classsoftware.com</comments>
      <guid isPermaLink="false">38871</guid>
    </item>
    <item>
      <title>generatePassword</title>
      <link>http://www.cflib.org/udf/generatePassword</link>
      <description>Generates a password the length you specify.</description>
      <pubDate>Tue, 09 Feb 2010 00:00:20 GMT</pubDate>
      <author>CFLib.org</author>
      <comments>http://www.cflib.org</comments>
      <guid isPermaLink="false">38870</guid>
    </item>
    <item>
      <title>isRFC3339</title>
      <link>http://www.cflib.org/udf/isRFC3339</link>
      <description>Compares a date/time string and validates it against the RFC 3339 - Date and Time on the Internet: Timestamps protocol.</description>
      <pubDate>Mon, 08 Feb 2010 23:00:21 GMT</pubDate>
      <author>CFLib.org</author>
      <comments>http://www.cflib.org</comments>
      <guid isPermaLink="false">38869</guid>
    </item>
    <item>
      <title>Topic Voting Opens to Public!</title>
      <link>http://cfunited.com/blog/index.cfm/2010/2/8/Topic-Voting-Opens-to-Public</link>
      <description>Hello world of all things ColdFusion, Flex and Air!  We are officially opening up the list of topics for the community to vote on! Our keen and trusty Advisory Board have voted on some of these topics already.  Some of the topics they are voting on as we speak (blog).  But we want to hear the voice of the people, the CF fanatics, the proud self-proclaimed geeks that truly represent what CFUnited is all about! Answer the call to action and make your voices heard!  Evaluate the topics submitted and &lt;b&gt;&lt;a href= "http://callforspeakers.cfconf.org/?event=vote&amp;eventId=188"&gt;VOTE&lt;/a&gt;&lt;/b&gt;  From gurus to newbies, everyone in the world and their dogs can vote (as long as they have an e-mail address) until &lt;b&gt;February 12, 2010&lt;/b&gt;.</description>
      <pubDate>Mon, 08 Feb 2010 18:45:08 GMT</pubDate>
      <author>CFUNITED blog</author>
      <comments>http://www.cfunited.com/blog</comments>
      <guid isPermaLink="false">38868</guid>
    </item>
    <item>
      <title>Three thoughts on social media for 2010</title>
      <link>http://www.acidlabs.org/2010/02/09/three-thoughts-on-social-media-for-2010/</link>
      <description>The hype around social media continues unabated &amp;#8211; business, marketing, government, NFPs; everyone is getting involved. But to my mind, we&amp;#8217;re still somewhat missing the point. Making it a part of our lives in a way that avoids the hype and adds real benefit to our own lives and the lives of others will be [...]</description>
      <pubDate>Mon, 08 Feb 2010 18:45:03 GMT</pubDate>
      <author>acidlabs</author>
      <comments>http://blog.acidlabs.org</comments>
      <guid isPermaLink="false">38866</guid>
    </item>
    <item>
      <title>The next step</title>
      <link>http://www.acidlabs.org/2010/02/07/the-next-step/</link>
      <description>An emergent theme of my posts of late has been change. Whether that&amp;#8217;s technology, user experience, reform of education, public sector and government, conferences or business (including my own), it&amp;#8217;s a constant.




Image by trib via Flickr



Equally, I&amp;#8217;ve had many conversations in physical and virtual environments about change. Those conversations, to my very great benefit, have [...]</description>
      <pubDate>Mon, 08 Feb 2010 18:45:03 GMT</pubDate>
      <author>acidlabs</author>
      <comments>http://blog.acidlabs.org</comments>
      <guid isPermaLink="false">38867</guid>
    </item>
  </channel>
</rss>


