<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>OscarArevalo.com</title>
			<link>http://www.oscararevalo.com/index.cfm</link>
			<description>About ColdFusion and Developing Software</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 16:42:58 -0500</pubDate>
			<lastBuildDate>Thu, 15 Apr 2010 18:46:00 -0500</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>oarevalo@gmail.com</managingEditor>
			<webMaster>oarevalo@gmail.com</webMaster>
			
			<item>
				<title>Version 3.1.570 Released</title>
				<link>http://www.oscararevalo.com/index.cfm/2010/4/15/Version-31570-Released</link>
				<description>
				
				The new update for HomePortals is now released. The current version is 3.1.570; This is a roll up of all the latest bug fixes since the last release. If you use the nightly build then you will not notice any difference right now. 

The full post about what is new/fixed on this release is here: 

&lt;a href=&quot;http://www.homeportals.net/blog/index.cfm/2010/4/15/Version-31570-Released&quot;&gt;http://www.homeportals.net/blog/index.cfm/2010/4/15/Version-31570-Released&lt;/a&gt;

All comments are welcome! 
				</description>
				
				<category>Homeportals</category>				
				
				<category>Coldfusion</category>				
				
				<category>frameworks</category>				
				
				<pubDate>Thu, 15 Apr 2010 18:46:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2010/4/15/Version-31570-Released</guid>
				
			</item>
			
			<item>
				<title>Introducing the New HomePortals CMS Plugin</title>
				<link>http://www.oscararevalo.com/index.cfm/2010/3/1/Introducing-the-New-HomePortals-CMS-Plugin</link>
				<description>
				
				A few days ago I released the &lt;a href=&quot;http://www.oscararevalo.com/index.cfm/2010/2/24/Available-Update-for-HomePortals-and-ColdBricks&quot;&gt;latest update&lt;/a&gt; to the &lt;a href=&quot;http://www.homeportals.net&quot;&gt;HomePortals framework&lt;/a&gt; and its counterpart management platform &lt;a href=&quot;http://www.coldbricks.com&quot;&gt;ColdBricks&lt;/a&gt;. Besides the obligatory bug fixes and improvements, there was one new major feature on this release: the CMS Plugin. The CMS Plugin is a HomePortals extension to provide content management and site administration features to any HomePortals-based application without requiring the use of an external application (like ColdBricks) or building your own administration features.  [More]
				</description>
				
				<category>Homeportals</category>				
				
				<category>Coldfusion</category>				
				
				<category>ColdBricks</category>				
				
				<pubDate>Mon, 01 Mar 2010 00:09:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2010/3/1/Introducing-the-New-HomePortals-CMS-Plugin</guid>
				
			</item>
			
			<item>
				<title>Available Update for HomePortals and ColdBricks</title>
				<link>http://www.oscararevalo.com/index.cfm/2010/2/24/Available-Update-for-HomePortals-and-ColdBricks</link>
				<description>
				
				I just pushed new updated versions of &lt;a href=&quot;http://www.homeportals.net&quot;&gt;HomePortals&lt;/a&gt; and &lt;a href=&quot;http://www.coldbricks.com&quot;&gt;ColdBricks&lt;/a&gt; to their respective sites and are now available for download. As usual the updates contain multiple bug fixes and small improvements here and there. However there are a couple of features that are worth mentioning.  [More]
				</description>
				
				<category>Homeportals</category>				
				
				<category>Coldfusion</category>				
				
				<category>ColdBricks</category>				
				
				<category>frameworks</category>				
				
				<pubDate>Wed, 24 Feb 2010 17:35:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2010/2/24/Available-Update-for-HomePortals-and-ColdBricks</guid>
				
			</item>
			
			<item>
				<title>Update to &apos;Core&apos; Framework. Now in GitHub!</title>
				<link>http://www.oscararevalo.com/index.cfm/2010/2/10/Update-to-Core-Framework-Now-in-GitHub</link>
				<description>
				
				A while ago I shared a small &lt;a href=&quot;http://www.oscararevalo.com/index.cfm/2008/7/29/A-Peek-Inside-the-Software-Factory-Core-Framework&quot;&gt;framework&lt;/a&gt; I created which I use to develop pretty much all of my projects (both open source and paid engagements). The framework, as is usual for web frameworks, follows the MVC and Front Controller patterns; also like Sean Corfield&apos;s &lt;a href=&quot;http://fw1.riaforge.org/&quot;&gt;FW/1&lt;/a&gt; and Barney&apos;s &lt;a href=&quot;http://www.barneyb.com/barneyblog/projects/fb3lite/&quot;&gt;FB3 Lite&lt;/a&gt; (and many others) it has an emphasis on minimalism and makes an effort to stay out of the way as much as possible. I recently made some changes to the framework and wanted to share them with the community.  [More]
				</description>
				
				<category>Architecture</category>				
				
				<category>Core</category>				
				
				<category>Coldfusion</category>				
				
				<category>frameworks</category>				
				
				<pubDate>Wed, 10 Feb 2010 03:31:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2010/2/10/Update-to-Core-Framework-Now-in-GitHub</guid>
				
			</item>
			
			<item>
				<title>Model-Glue / HomePortals Sample Application</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/11/17/ModelGlue--HomePortals-Sample-Application</link>
				<description>
				
				A few weeks ago I &lt;a href=&quot;http://www.oscararevalo.com/index.cfm/2009/10/30/HomePortalsColdBox-Integration-Revisited&quot;&gt;wrote&lt;/a&gt; about how to use the layout management features of HomePortals on a ColdBox 3 application. This time I want to show how to do the same but with an application built with the &lt;a href=&quot;http://www.model-glue.com/coldfusion.cfm&quot;&gt;Model-Glue framework&lt;/a&gt; and also explain a bit more of why would you want to do so in the first place.  [More]
				</description>
				
				<category>Homeportals</category>				
				
				<category>Coldfusion</category>				
				
				<category>frameworks</category>				
				
				<category>Model-Glue</category>				
				
				<pubDate>Tue, 17 Nov 2009 18:10:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/11/17/ModelGlue--HomePortals-Sample-Application</guid>
				
			</item>
			
			<item>
				<title>miniwiki: a minimalist wiki</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/11/2/miniwiki-a-minimalist-wiki</link>
				<description>
				
				Miniwiki is a very basic and light wiki application for any CFML engine. Although it is designed to have a very small footprint, it can be easily customized in terms of skinning and layout. 

miniwiki uses a subset of reStructuredText as the syntax for the wiki pages, although it is trivially simple to replace the rendering mechanism to use WikiMedia syntax using the &lt;a href=&quot;http://wikiconverter.riaforge.org&quot;&gt;WikiConverter project&lt;/a&gt;.

miniwiki uses &lt;a href=&quot;http://www.homeportals.net&quot;&gt;HomePortals&lt;/a&gt; as the layout engine and also to manage and store the content.

miniwiki is entirely file-based, although since it uses HomePortals resource libraries to store content you can also make it store content in something more exotic as Amazon S3.

Here is a &lt;a href=&quot;/miniwiki/index.cfm&quot;&gt;demo&lt;/a&gt;, and you can download the project from RIAForge &lt;a href=&quot;http://miniwiki.riaforge.org&quot;&gt;here&lt;/a&gt;. 
				</description>
				
				<category>Homeportals</category>				
				
				<pubDate>Mon, 02 Nov 2009 02:10:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/11/2/miniwiki-a-minimalist-wiki</guid>
				
			</item>
			
			<item>
				<title>HomePortals/ColdBox Integration Revisited</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/10/30/HomePortalsColdBox-Integration-Revisited</link>
				<description>
				
				A while ago I &lt;a href=&quot;http://www.oscararevalo.com/index.cfm/2008/6/20/Using-HomePortals-and-ColdBox-Together&quot;&gt;wrote a post&lt;/a&gt; about how to integrate the &lt;a href=&quot;http://www.homeportals.net&quot;&gt;HomePortals&lt;/a&gt; layout rendering features into an a &lt;a href=&quot;http://www.coldboxframework.com&quot;&gt;ColdBox&lt;/a&gt; application. Since then a lot has changed on both the HomePortals and ColdBox camps so I&apos;ve been wanting to revisit that experiment and see if it could be made in an easier way now, using the advances on both frameworks. Read on for the findings.  [More]
				</description>
				
				<category>Homeportals</category>				
				
				<category>coldbox</category>				
				
				<category>ColdBricks</category>				
				
				<category>frameworks</category>				
				
				<pubDate>Fri, 30 Oct 2009 14:50:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/10/30/HomePortalsColdBox-Integration-Revisited</guid>
				
				<enclosure url="http://www.oscararevalo.com/enclosures/hpcbox.zip" length="13594" type="application/zip"/>
				
			</item>
			
			<item>
				<title>ColdBricks 1.1 Update: Custom Resource Libraries &amp; Extension Modules</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/10/27/ColdBricks-11-Update-Custom-Resource-Libraries--Extension-Modules</link>
				<description>
				
				A new update to &lt;a href=&quot;http://www.coldbricks.com/&quot;&gt;ColdBricks CMS&lt;/a&gt; is now available for everyone to download and play. This is still part of the greater 1.1 release but it adds some new interesting features that I thought would be interesting to blog about. Besides the obligatory bug fixes/performance enhancements, the two most prominent features are Custom Resource Libraries and the completion of a full modular architecture, including the option to install/uninstall modules directly by the end user.  [More]
				</description>
				
				<category>Homeportals</category>				
				
				<category>Coldfusion</category>				
				
				<category>ColdBricks</category>				
				
				<pubDate>Tue, 27 Oct 2009 17:57:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/10/27/ColdBricks-11-Update-Custom-Resource-Libraries--Extension-Modules</guid>
				
			</item>
			
			<item>
				<title>Got Bugs? There&apos;s An App For That!</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/10/15/Got-Bugs-Theres-An-App-For-That</link>
				<description>
				
				Ever wanted to check up on your trusty &lt;A href=&quot;http://bugloghq.riaforge.org&quot;&gt;BugLogHQ&lt;/a&gt; server to see whats going on with your apps on the go? Have an iPhone or iPod Touch? Well, today is your lucky day. I just pushed an update to BugLogHQ to include a custom web interface for the iPhone and iPod Touch. Even better, you can bookmark the app and add it to your Home screen and it will behave like a normal &apos;App Store&apos; application.  [More]
				</description>
				
				<category>BugLogHQ</category>				
				
				<pubDate>Thu, 15 Oct 2009 21:20:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/10/15/Got-Bugs-Theres-An-App-For-That</guid>
				
			</item>
			
			<item>
				<title>CFShell 0.2: Even More CLI Goodness for CFML Servers</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/10/9/CFShell-02-Even-More-CLI-Goodness-for-CFML-Servers</link>
				<description>
				
				Today I uploaded to RIAForge an update to &lt;a href=&quot;http://cfshell.riaforge.org/&quot;&gt;CFShell&lt;/a&gt;. This update focused on making the client behave more like a standard command line tool, and also added a couple of useful commands and shorthand expressions to the shell.  [More]
				</description>
				
				<category>Coldfusion</category>				
				
				<pubDate>Fri, 09 Oct 2009 01:13:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/10/9/CFShell-02-Even-More-CLI-Goodness-for-CFML-Servers</guid>
				
			</item>
			
			<item>
				<title>CFShell: A  command line interface for CFML engines</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/10/7/CFShell-A--command-line-interface-for-CFML-engines</link>
				<description>
				
				Many times when we are working on our ColdFusion apps there are situations in which we want to quickly evaluate something or try some one or two-liner snippets to do something quick. The typical process then is that we have to create a .cfm page, put in on the server, go to the browser and execute it. And that&apos;s pretty much the only way we have for interacting with the CFML engine. This contrasts with other languages like Ruby, Python, or even PHP in which you can quickly interact with the language directly from a command line or terminal window. Wouldn&apos;t it be nicer to have the inmmediate satisfaction of evaluating our CFML/cfscript statements interactively? Well, that&apos;s where &lt;a href=&quot;http://cfshell.riaforge.org/&quot;&gt;CFShell&lt;/a&gt; comes in.  [More]
				</description>
				
				<category>Coldfusion</category>				
				
				<category>General</category>				
				
				<pubDate>Wed, 07 Oct 2009 17:21:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/10/7/CFShell-A--command-line-interface-for-CFML-engines</guid>
				
			</item>
			
			<item>
				<title>Launched 2 New Homeportals/ColdBricks powered Websites</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/10/1/Launched-2-New-HomeportalsColdBricks-powered-Websites</link>
				<description>
				
				I wanted to quickly share that two new ColdFusion websites have been launched recently: &lt;a href=&quot;http://www.msdynamicswire.com&quot;&gt;MSDynamicsWire.com&lt;/a&gt; (a news portal) and &lt;a href=&quot;http://www.meancycles.com/owners&quot;&gt;Meancycles Owners Galleries&lt;/a&gt; (a social network). Both sites were developed using &lt;a href=&quot;http://www.homeportals.net&quot;&gt;HomePortals&lt;/a&gt; and &lt;a href=&quot;http://www.coldbricks.com&quot;&gt;ColdBricksCMS&lt;/a&gt;. 

Both sites show different level of integration and customization, as each serves a very different function, but they are good examples of the wide range of solutions that can be obtained by combining the HomePortals framework with the ColdBricksCMS platform.  [More]
				</description>
				
				<category>Homeportals</category>				
				
				<category>Coldfusion</category>				
				
				<category>ColdBricks</category>				
				
				<category>frameworks</category>				
				
				<pubDate>Thu, 01 Oct 2009 01:59:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/10/1/Launched-2-New-HomeportalsColdBricks-powered-Websites</guid>
				
			</item>
			
			<item>
				<title>Creating Your Own Alert Rules For BugLogHQ</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/9/25/Creating-Your-Own-Alert-Rules-For-BugLogHQ</link>
				<description>
				
				One very useful feature of &lt;a href=&quot;http://www.bugloghq.com&quot;&gt;BugLogHQ&lt;/a&gt; is the &apos;Rules&apos; feature. These are basically rules or conditions that get evaluated every time a bug report is processed and can be used to provide custom behaviour. Rules may be used for things like alerting you when some special condition happens; For example you can create a rule that will send you an email as soon as you receive a bug report with the words &quot;stack overflow&quot; on it, or to possibly send you an SMS message once the amount of errors on the last X minutes is greater than 100 errors, or well, you get the idea.

In this article I want to go over how rules are implemented and give a brief example of how to create your own rules and add them to your BugLogHQ instance.  [More]
				</description>
				
				<category>Coldfusion</category>				
				
				<category>BugLogHQ</category>				
				
				<pubDate>Fri, 25 Sep 2009 19:41:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/9/25/Creating-Your-Own-Alert-Rules-For-BugLogHQ</guid>
				
			</item>
			
			<item>
				<title>BugLogHQ 1.4 is now available</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/9/23/BugLogHQ-14-is-now-available</link>
				<description>
				
				The newest release for BugLogHQ is now available for download at &lt;a href=&quot;http://bugloghq.riaforge.org/&quot;&gt;RIAForge&lt;/a&gt;. This new version has lots of new additions and improvements that will make it even more powerful and easier to use. 

Here are some of the highlights of the new version:

&lt;b&gt;&amp;raquo; Asynchronous processing of bug reports and rules.&lt;/b&gt; I think this is the single most important feature of the release, so I&apos;ll go into a bit of detail here. In the previous versions every time the listener received a bug from another application it had to parse the bug, add one or more records to the database and process any rules that were defined; although this implementation responded very well (even collecting errors for a 30+ server deployment on a &lt;a href=&quot;http://www.sandals.com&quot;&gt;really high traffic website&lt;/a&gt;), it was obvious that this approach was not going to be very scalable, especially if many rules were defined for processing. So, on the new version the receiving and processing of bugs are two independent processes; that way BugLog can receive a bug and return a response to the caller application almost immediately since there is virtually no processing done at that time. It&apos;s responsibility of another process fired at regular intervals to process all bug reports on a queue along with any rules that are defined and this process can now takes its sweet time to do whatever it needs to do without the pressure of having to return a response to the caller application.  [More]
				</description>
				
				<category>Coldfusion</category>				
				
				<category>BugLogHQ</category>				
				
				<pubDate>Wed, 23 Sep 2009 00:47:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/9/23/BugLogHQ-14-is-now-available</guid>
				
			</item>
			
			<item>
				<title>ColdBricksCMS - ModuleMaker Demo Screencast</title>
				<link>http://www.oscararevalo.com/index.cfm/2009/6/26/ColdBricksCMS--ModuleMaker-Demo</link>
				<description>
				
				One of the new features I really like on the new ColdBricks release is the Module Maker. This feature allows you to create your own customizable widgets or modules that you can add to your own ColdBricks sites.

To better demonstrate the capabilities of the Module Maker, I recorded a quick screen cast (using &lt;a href=&quot;http://www.screentoaster&quot;&gt;ScreenToaster&lt;/a&gt;) of how to quickly create a widget from Amazon and add it to a site. 

Here is the video: 

&lt;object id=&apos;stVUlSRERIR11ZQF1fWl1bX1FU&apos; width=&apos;425&apos; height=&apos;344&apos; type=&apos;application/x-shockwave-flash&apos; data=&apos;http://www.screentoaster.com/swf/STPlayer.swf&apos;  codebase=&apos;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0&apos;&gt;&lt;param name=&apos;movie&apos; value=&apos;http://www.screentoaster.com/swf/STPlayer.swf&apos;/&gt;&lt;param name=&apos;allowFullScreen&apos; value=&apos;true&apos;/&gt;&lt;param name=&apos;allowScriptAccess&apos; value=&apos;always&apos;/&gt;&lt;param name=&apos;flashvars&apos; value=&apos;video=stVUlSRERIR11ZQF1fWl1bX1FU&apos;/&gt;&lt;/object&gt;&lt;div style=&apos;width: 425px; text-align: right;&apos;&gt;&lt;a href=&apos;http://www.screentoaster.com/&apos;&gt;Record your screencast online&lt;/a&gt;&lt;/div&gt;

Cheers! 
				</description>
				
				<category>ColdBricks</category>				
				
				<pubDate>Fri, 26 Jun 2009 05:04:00 -0500</pubDate>
				<guid>http://www.oscararevalo.com/index.cfm/2009/6/26/ColdBricksCMS--ModuleMaker-Demo</guid>
				
			</item>
			</channel></rss>