<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>coldfusionBloggers.org Feed</title>
    <link>http://www.coldfusionbloggers.org</link>
    <description>Feed of the latest items aggregated.</description>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ColdfusionbloggersorgFeed" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>cf.Objective() 2010 - Call For Speakers</title>
      <link>http://feedproxy.google.com/~r/ColdfusionbloggersorgFeed/~3/jtrzxlJoF4c/cfObjective_2010__Call_For_Speakers</link>
      <description>&lt;a href="http://cfobjective.com"&gt;cf.Objective()&lt;/a&gt; 2010 is ramping up and is ready for the public call for speakers and topics! We have the same broad tracks as last year:
&lt;ul&gt;
&lt;li&gt;Architecture &amp;amp; Design in Software&lt;/li&gt;
&lt;li&gt;RIA: Flex/Ajax/AIR...&lt;img src="http://feeds.feedburner.com/~r/ColdfusionbloggersorgFeed/~4/jtrzxlJoF4c" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 12 Nov 2009 18:30:50 GMT</pubDate>
      <author>Sean Corfield</author>
      <comments>http://corfield.org</comments>
      <guid isPermaLink="false">36181</guid>
    <feedburner:origLink>http://corfield.org/entry/cfObjective_2010__Call_For_Speakers</feedburner:origLink></item>
    <item>
      <title>Little known but helpfull ColdFusion function daysInMonth</title>
      <link>http://feedproxy.google.com/~r/ColdfusionbloggersorgFeed/~3/QlFq_U0X2qM/little-known-but-helpfull-coldfusion.html</link>
      <description>Need to find out how many days left in the month?&lt;br /&gt;&lt;br /&gt;Here the solution.&lt;br /&gt;&lt;br /&gt;&lt;textarea class="cf" cols="60" id="code" name="code" rows="8"&gt;&lt;br /&gt;Total days in month: &lt;cfoutput&gt;#daysInMonth(now())#&lt;/cfoutput&gt;&lt;br /&gt;&lt;br /&gt;Today's day of the month: &lt;cfoutput&gt;#dateFormat(now(),"dd")#&lt;/cfoutput&gt;&lt;br /&gt;&lt;br /&gt;Days till end of month : &lt;cfoutput&gt;#daysInMonth(now())-dateFormat(now(),"dd")#&lt;/cfoutput&gt;&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://cf9.kukiel.net/demos/daysinmonth/" target="_blank"&gt;Here it is in action.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8359992897615744154-7783610159479881685?l=blog.kukiel.net'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColdfusionbloggersorgFeed/~4/QlFq_U0X2qM" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 12 Nov 2009 18:04:07 GMT</pubDate>
      <author>A little bit of what interests me.</author>
      <comments>http://blog.kukiel.net/</comments>
      <guid isPermaLink="false">36180</guid>
    <feedburner:origLink>http://blog.kukiel.net/2009/11/little-known-but-helpfull-coldfusion.html</feedburner:origLink></item>
    <item>
      <title>SQL Server Trick: Script to Reseed All Tables</title>
      <link>http://feedproxy.google.com/~r/ColdfusionbloggersorgFeed/~3/yXkoGyoVqYU/sql-server-trick-script-to-reseed-all-tables</link>
      <description>&lt;p&gt;Sometimes, IDENTITY seeds get messed up, especially after a db restore, so this script comes in handy. It even gives a little report on what the previous value was and what the new values is. For tables that don't have IDENTITY values, it gives a clean error and skips them. Nice and easy.&lt;/p&gt;

&lt;p&gt;&lt;script type="syntaxhighlighter" class="brush: sql"&gt;&lt;![CDATA[
EXEC sp_msforeachtable @command1 = 'DBCC CHECKIDENT (''?'', RESEED)'
]]&gt;&lt;/script&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/TheByteStopsHere/rss/~4/g6huJouHq-I" height="1" width="1"/&gt;&lt;img src="http://feeds.feedburner.com/~r/ColdfusionbloggersorgFeed/~4/yXkoGyoVqYU" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 12 Nov 2009 17:30:50 GMT</pubDate>
      <author>The Byte Stops Here</author>
      <comments>http://www.bytestopshere.com</comments>
      <guid isPermaLink="false">36179</guid>
    <feedburner:origLink>http://feedproxy.google.com/~r/TheByteStopsHere/rss/~3/g6huJouHq-I/sql-server-trick-script-to-reseed-all-tables</feedburner:origLink></item>
    <item>
      <title>Using extra CFC attributes for documentation</title>
      <link>http://feedproxy.google.com/~r/ColdfusionbloggersorgFeed/~3/io8wG8LgL0o/</link>
      <description>&lt;p&gt;For the &lt;a href="http://cfwheels.org/docs"&gt;ColdFusion on Wheels &lt;abbr title="Application Programming Interface"&gt;API&lt;/abbr&gt; documentation&lt;/a&gt;, we chose to do something a little unconventional (but pretty cool). Using some extra &lt;abbr title="ColdFusion Component"&gt;CFC&lt;/abbr&gt; attributes and &lt;abbr title="ColdFusion Markup Language"&gt;CFML&lt;/abbr&gt;'s &lt;code&gt;&lt;a href="http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7dd9.html"&gt;GetMetaData()&lt;/a&gt;&lt;/code&gt; function, we wrote a pretty cool documentation parser for ColdFusion on Wheels.&lt;/p&gt;
&lt;p&gt;Read on for an example of what we did.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ColdfusionbloggersorgFeed/~4/io8wG8LgL0o" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 12 Nov 2009 17:30:41 GMT</pubDate>
      <author>Polymorphism</author>
      <comments>http://www.clearcrystalmedia.com/pm/</comments>
      <guid isPermaLink="false">36178</guid>
    <feedburner:origLink>http://feeds.clearcrystalmedia.com/~r/polymorphism/~3/8309nbKrM2I/</feedburner:origLink></item>
    <item>
      <title>Apache: 'No jerks allowed' | The Open Road - CNET News</title>
      <link>http://feedproxy.google.com/~r/ColdfusionbloggersorgFeed/~3/tbySFDTWaN8/apache-no-jerks-allowed-the-open-road-cnet-ne</link>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_short_quote"&gt;You see a lot of people doing open source, but not a lot of people doing open development...At some open-source projects [Erenkrantz mentioned Mozilla], all of the technical decisions, even if the license is open source, are not subject to public comment. At Apache, everything is done in the open over public forums.&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://news.cnet.com/8301-13505_3-10396229-16.html?part=rss&amp;amp;tag=feed&amp;amp;subj=TheOpenRoad"&gt;news.cnet.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;This is the exact philosophy we follow on the Mach-II project, and I feel it's one of the secrets of our continued success. Letting our community know what we have planned and getting feedback before writing any code helps us meet the needs of our users better by giving them exactly what they need, not what we think they need. Springing features on users is no way to do a truly open source project. Involve your community at all levels and it pays off big time.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://mpwoodward.posterous.com/apache-no-jerks-allowed-the-open-road-cnet-ne"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://mpwoodward.posterous.com/apache-no-jerks-allowed-the-open-road-cnet-ne#comment"&gt;Leave a comment&amp;nbsp;&amp;nbsp;&amp;raquo;&lt;/a&gt;

&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/MattWoodwardsPosterous/~4/IS73cMwTRTU" height="1" width="1"/&gt;&lt;img src="http://feeds.feedburner.com/~r/ColdfusionbloggersorgFeed/~4/tbySFDTWaN8" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 12 Nov 2009 17:01:12 GMT</pubDate>
      <author>Matthew's posterous</author>
      <comments>http://mpwoodward.posterous.com/</comments>
      <guid isPermaLink="false">36177</guid>
    <feedburner:origLink>http://feedproxy.google.com/~r/MattWoodwardsPosterous/~3/IS73cMwTRTU/apache-no-jerks-allowed-the-open-road-cnet-ne</feedburner:origLink></item>
    <item>
      <title>FuseGuard Released - Protects your ColdFusion Apps</title>
      <link>http://feedproxy.google.com/~r/ColdfusionbloggersorgFeed/~3/OuWCOnHa_qg/728.cfm</link>
      <description>&lt;p&gt;I am happy to announce today the release of &lt;a href="http://foundeo.com/security/"&gt;FuseGuard Web Application Firewall for ColdFusion&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;FuseGuard 2.0 is the new name for &lt;em&gt;Foundeo Web Application Firewall&lt;/em&gt;, but we did a bit more than just change the name!&lt;/p&gt;
&lt;p&gt;The biggest new features added to version 2 are the Web Based manager, and the database logger. The web manager main function is to provide reporting for the attacks against your server, but it also allows you to view configuration, and manage users.&lt;/p&gt;
&lt;p&gt;The database logger currently supports logging to a MySQL, SQLServer, or Apache Derby database. We have made it really easy to create a database, and datasource using the embedded Apache Derby database support in ColdFusion 8 and 9 (just give it your coldfusion administrator username and password, and a datasource name).&lt;/p&gt;
&lt;p&gt;On the security side of the product, the biggest improvement there is the &lt;strong&gt;File Upload Filter&lt;/strong&gt;. This filter can block a file upload request before your &lt;code&gt;cffile&lt;/code&gt; tag is executed based on a whitelist, or blacklist of file extensions that you specify. This means it can block those pesky MIME type spoofing attacks, and even the execute before delete vulnerability that caused &lt;a href="http://forta.com/blog/index.cfm/2009/9/20/Yes-I-Was-Hacked"&gt;Ben Forta's site to get hacked&lt;/a&gt; (existed prior versions of FCKeditor and Galleon Forums)&lt;/p&gt;
&lt;p&gt;We also lowered the price on the standard version from $500 to $349, and the server edition was lowered from $1299 to $999&lt;/p&gt;
&lt;p&gt;I would like to invite you to &lt;a href="http://foundeo.com/security/"&gt;check it out&lt;/a&gt; and request a demo!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/ColdfusionbloggersorgFeed/~4/OuWCOnHa_qg" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 12 Nov 2009 16:30:19 GMT</pubDate>
      <author>ColdFusion, Java, and Web Development</author>
      <comments>http://www.petefreitag.com/</comments>
      <guid isPermaLink="false">36176</guid>
    <feedburner:origLink>http://www.petefreitag.com/item/728.cfm</feedburner:origLink></item>
    <item>
      <title>Deleting Trac Spam with Selenium</title>
      <link>http://feedproxy.google.com/~r/ColdfusionbloggersorgFeed/~3/9ABjEs8d5WI/</link>
      <description>The CFEclipse Trac wiki has been polluted with spam for quite some time now.&amp;#160; We&amp;#8217;ve finally got the spam under control but faced a big task of going in and cleaning up all the spam related pages.&amp;#160; I started doing it manually and quickly realized this was something I could automate with a bit of [...]&lt;img src="http://feeds.feedburner.com/~r/ColdfusionbloggersorgFeed/~4/9ABjEs8d5WI" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 12 Nov 2009 15:04:55 GMT</pubDate>
      <author>thecrumb</author>
      <comments>http://www.thecrumb.com</comments>
      <guid isPermaLink="false">36175</guid>
    <feedburner:origLink>http://www.thecrumb.com/2009/11/12/deleting-trac-spam-with-selenium/</feedburner:origLink></item>
    <item>
      <title>BR6 Papagaio do Futuro</title>
      <link>http://feedproxy.google.com/~r/ColdfusionbloggersorgFeed/~3/bnXRdqjF0Lw/</link>
      <description>Recorded in October, 2008, at Vokal Xtravaganzza, Slovenia, in the same festival day where it has been recorded the amazing videos Africa and Aquarela do Brasil by Perpetuum Jazzile, BR6 is André Protasio, Crismarie Hackenberg, Deco Fiori, Marcelo Caldi, Naife Simões and Simône&lt;img src="http://feeds.feedburner.com/~r/ColdfusionbloggersorgFeed/~4/bnXRdqjF0Lw" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 12 Nov 2009 15:01:14 GMT</pubDate>
      <author>Ricardo Parente</author>
      <comments>http://ricardo.parente.us/</comments>
      <guid isPermaLink="false">36174</guid>
    <feedburner:origLink>http://ricardo.parente.us/2009/11/br6-papagaio-do-futuro/</feedburner:origLink></item>
    <item>
      <title>Simple Query of Query</title>
      <link>http://feedproxy.google.com/~r/ColdfusionbloggersorgFeed/~3/XlW25940I-s/post_Simple_Query_of_Query-16514.html</link>
      <description>A large data set can cause performance problems if an application needs to query the database to drill down into the data to get to specific details.&lt;img src="http://feeds.feedburner.com/~r/ColdfusionbloggersorgFeed/~4/XlW25940I-s" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 12 Nov 2009 15:00:11 GMT</pubDate>
      <author>Adobe ColdFusion Cookbook</author>
      <comments>http://cookbooks.adobe.com/coldfusion</comments>
      <guid isPermaLink="false">36173</guid>
    <feedburner:origLink>http://cookbooks.adobe.com/post_Simple_Query_of_Query-16514.html</feedburner:origLink></item>
    <item>
      <title>Start and Stop ColdFusion 9 with a batch file</title>
      <link>http://feedproxy.google.com/~r/ColdfusionbloggersorgFeed/~3/PBwoxKBdYTU/start-and-stop-coldfusion-9-with-batch.html</link>
      <description>I swap between ColdFusion 8 and 9.  I'd rather not have them both running locally at the same time.  I have start stop batch files for CF8 so my laptop boots quicker and I start CF when I need it so I also made some for CF9.  The main difference is the addition of solr service.&lt;br /&gt;&lt;br /&gt;startcf9.bat:&lt;br /&gt;&lt;textarea class="java" cols="60" id="code" name="code" rows="8"&gt;&lt;br /&gt;@echo off&lt;br /&gt;echo Starting ColdFusion 9&lt;br /&gt;echo ======================================================&lt;br /&gt;net start "ColdFusion 9 Application Server"&lt;br /&gt;net start "ColdFusion 9 ODBC Agent"&lt;br /&gt;net start "ColdFusion 9 ODBC Server"&lt;br /&gt;net start "ColdFusion 9 .NET service"&lt;br /&gt;net start "ColdFusion 9 solr service"&lt;br /&gt;echo ======================================================&lt;br /&gt;echo ColdFusion 9 Started&lt;br /&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;stopcf9.bat:&lt;br /&gt;&lt;textarea class="java" cols="60" id="code" name="code" rows="8"&gt;&lt;br /&gt;@echo off&lt;br /&gt;echo Stopping ColdFusion 9&lt;br /&gt;echo ======================================================&lt;br /&gt;net stop "ColdFusion 9 Application Server"&lt;br /&gt;net stop "ColdFusion 9 ODBC Agent"&lt;br /&gt;net stop "ColdFusion 9 ODBC Server"&lt;br /&gt;net stop "ColdFusion 9 .NET service"&lt;br /&gt;net stop "ColdFusion 9 solr service"&lt;br /&gt;echo ======================================================&lt;br /&gt;echo ColdFusion 9 Stopped&lt;br /&gt;&lt;/textarea&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8359992897615744154-8073265751026885217?l=blog.kukiel.net'/&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/ColdfusionbloggersorgFeed/~4/PBwoxKBdYTU" height="1" width="1"/&gt;</description>
      <pubDate>Thu, 12 Nov 2009 14:48:19 GMT</pubDate>
      <author>A little bit of what interests me.</author>
      <comments>http://blog.kukiel.net/</comments>
      <guid isPermaLink="false">36172</guid>
    <feedburner:origLink>http://blog.kukiel.net/2009/11/start-and-stop-coldfusion-9-with-batch.html</feedburner:origLink></item>
  </channel>
</rss>
