<?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:atom="http://www.w3.org/2005/Atom" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Mach-II</title>
    <link>http://blog.mach-ii.com</link>
    <description>A blog for all things Mach-II.</description>
    <generator>posterous.com</generator>
    <link xmlns="http://www.w3.org/2005/Atom" type="application/json" href="http://posterous.com/api/sup_update#ff1cd5f8d" rel="http://api.friendfeed.com/2008/03#sup" />
    
    
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/machii" /><feedburner:info uri="machii" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://posterous.superfeedr.com/" /><item>
      <pubDate>Mon, 16 Aug 2010 14:45:33 -0700</pubDate>
      <title>Introducing New Team Mach-II Member: Brian Klaas</title>
      <link>http://feedproxy.google.com/~r/machii/~3/GL9Njy55v24/introducing-new-team-mach-ii-member-brian-kla</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/introducing-new-team-mach-ii-member-brian-kla</guid>
      <description>&lt;p&gt;
	      Team Mach-II proudly welcomes &lt;a href="http://www.iterateme.com/blog/"&gt;Brian Klaas&lt;/a&gt; to the team.  For those of your around for while, you've probably seen Brian play devil's advocate a few times with the team over the years on the &lt;a href="http://groups.google.com/group/mach-ii-developers?hl=en"&gt;Mach-II Google Group&lt;/a&gt;.  We're happy to see Brian on the team as each new member brings us new perspectives and talents to the table.  On a personal note, Brian works at the Johns Hopkins University (my alma mater).  I did not get the chance to meet Brian while I was at school, however I am proud that one of the wings of the university is actively using Mach-II.  You have quite a proud alumnus here.&lt;p /&gt;  Here is a brief interview with Brian as we hope it helps you get to know him a little better.  Welcome to the team Brian! We're lucky to have you!&lt;br /&gt; &lt;b&gt;&lt;br /&gt; &lt;/b&gt; &lt;hr size="2" /&gt;&lt;b&gt;&lt;br /&gt; Tell us a little about who you are and what makes you tick...&lt;/b&gt;&lt;p /&gt;  I'm in charge of eLearning technologies at the &lt;a href="http://www.jhsph.edu/"&gt;Johns Hopkins Bloomberg School of Public Health&lt;/a&gt;. I lead a group of 6 excellent employees who design, build, and deploy custom applications for online learning and training here at the School. We serve a global audience of about 7,000 people and the School was recently ranked as having the &lt;a href="http://grad-schools.usnews.rankingsandreviews.com/best-graduate-schools/top-public-health-schools/rankings/"&gt;#1 online program in Public Health&lt;/a&gt;. &lt;p /&gt;  While my primary role is that of architect and strategy lead, I also write a whole lot of CF code when I'm not collaborating with our customers about upgrades to existing applications and the development of new applications. I love that I get to mix customer research, UI experimentation, and code development in my day-to-day job. I also do quite a bit of face-to-face training with faculty and staff here at the School, and teach an "Introduction to Online Learning" course (offered only online, of course) that's taken by about 2,500 people every year. &lt;p /&gt;  I'm a terribly lazy if super-detail-oriented person when it comes to writing code. I like everything to look just so while letting a framework do a lot of the complex, heavy work for me. That's part of the reason why I really like Mach-II.&lt;p /&gt;  &lt;b&gt;What was the first thing you ever did with a computer that made you proud of your accomplishment?&lt;/b&gt;&lt;p /&gt;  I built a small Pac Man-style game in BASIC for my Atari 400 that eventually got published in a small, now-defunct magazine. I don't have a copy of the magazine nor the code any more, but at the time I thought it was pretty cool that I was a published computer programmer at age 14. (So, yes, I just totally dated myself.)&lt;p /&gt;  &lt;b&gt;What got you started using Mach-II?&lt;/b&gt;&lt;p /&gt;  When CF added support for CFCs in version 6, I had reached a point in my career where I felt like I knew a whole lot about developing using CF and procedural development styles. I had written some Java applets and a couple Java-based socket servers in the years prior to that, and wanted to make the leap, full time, to object-based Web application development. While I knew that CF MX wasn't purely object-oriented, it was object-based and that was reason enough for me to get started. Around that same time, Sean Corfield wrote pretty extensively about this new framework for building Web applications with CF called Mach-II. I figured that if that smarty thought Mach-II was good enough for both him and Macromedia, it was worth my time.&lt;p /&gt;  My first Mach-II application wound up being this huge training application with over 2000 lines in the main Mach-II XML configuration file. So much for learning via a small test application! I cringe every time I look at how that app is architected, but it was an indelible learning experience. Now I won't develop a CF Web application without Mach-II.&lt;p /&gt;  &lt;b&gt;Mach-II has matured a lot since its inception. What are your favorite Mach-II features as of today?&lt;/b&gt;&lt;p /&gt;  Modules top my list. My team recently released a project with 22 modules, and the flexibility that the Mach-II module architecture brings to the table allowed us to develop these modules in tandem, mock out what we needed until implementation, then swap out implementations simply and easily. Module inheritance when dealing with things like ColdSpring-managed beans is simple and elegant, and configuration inheritance and module-level changes are a snap.&lt;p /&gt;  I'm also a big fan of the call-method command introduced in Mach-II 1.8. I wrote a &lt;a href="http://www.iterateme.com/blog/index.cfm/2010/2/19/MachII-Call-Method-Command-How-Do-I-Love-Thee"&gt;blog post declaring my love for the call-method command&lt;/a&gt;.&lt;p /&gt;  &lt;b&gt;Everybody brings unique ideas and skills to the table. What one thing you feel you bring to Team Mach-II?&lt;/b&gt;&lt;p /&gt;  I have a hard time keeping my mouth shut, so I feel that I bring a need to talk about the framework, document the framework, and help the super-smart folks actually writing the code come up with requirements that really meet the needs of the developers (current and potential) who use Mach-II.&lt;p /&gt;  &lt;b&gt;It's an impossibility to spend 100% in front of a keyboard. What do you do for fun?&lt;/b&gt;&lt;p /&gt;  Half my fun comes from being in front of the keyboard, just not doing work. I've played World of Warcraft for five years now, and have been the leader of a great little guild for two of those years. I've learned a lot about design from the geniuses at Blizzard, and the game is hella fun to play.&lt;p /&gt;  During the spring and summer, when I can actually be outside and not suffer frostbite, I spend quite a bit of time in the garden. My partner has transformed our bland backyard in to something of a paradise, with a couple of ponds, multiple waterfalls, and tons of beautiful foliage. It's a lot of work to maintain, but the dirt feels great in my hands. &lt;p /&gt;  &lt;b&gt;If you were not a programmer, what would you want to do with your life?&lt;/b&gt;&lt;p /&gt;  I'd go back to directing theater. I ran a theater company here in Baltimore for 11 years, and while it was a transformative experience, when it all ended, I was very happy to get my life back. I do miss the process, though, and the people. The creative process in theater is incredible, with so many people contributing to this dynamic thing called the performance, and I do miss taking that journey on a regular basis. I've always said that if I were to win the lottery, I'd start another theater company after I got back from my summer in Provence.
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/introducing-new-team-mach-ii-member-brian-kla"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/introducing-new-team-mach-ii-member-brian-kla#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/machii/~4/GL9Njy55v24" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/introducing-new-team-mach-ii-member-brian-kla</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 09 Aug 2010 11:56:00 -0700</pubDate>
      <title>Introducing New Team Mach-II Member: Jorge Loyo</title>
      <link>http://feedproxy.google.com/~r/machii/~3/1c_Q8cFHrpE/introducing-new-team-mach-ii-member-jorge-loy</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/introducing-new-team-mach-ii-member-jorge-loy</guid>
      <description>&lt;p&gt;
	&lt;p&gt;It's exciting times at the Mach-II Project.&amp;nbsp; Just after our 7th birthday, we are proud to announce that Jorge Loyo has joined Team Mach-II.&amp;nbsp; Welcome aboard Jorge! Below is Jorge's bio:&lt;p /&gt;  &lt;a href='http://posterous.com/getfile/files.posterous.com/mach-ii/bghDGOjDOtmTDAAtYX86bVqq4BXb5bGzOazhv2LLRWOzXPmNqxzmZnRhOZ6C/Jorge_Loyo.jpg'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/mach-ii/5aO2YsNBI48CRjFBry7QwtLb7YNYEw8vaThCktsXmzHdaGqPDcmSL1OnOoPc/Jorge_Loyo.jpg.scaled.500.jpg" width="500" height="375"/&gt;&lt;/a&gt;
&lt;p /&gt;  &lt;strong&gt;&lt;big&gt;&lt;big&gt;Jorge Loyo - Developer &amp;amp; Resident Mexican (everyone needs one)&lt;/big&gt;&lt;/big&gt;&lt;/strong&gt;&lt;p /&gt;  Jorge Loyo was raised in the small town of Tuxtepec, Oaxaca, Mexico until the age of 14 when he left Mexico (legally, in case you were wondering) leaving family and friends behind to study at Valley Forge Military Academy &amp;amp; College in Wayne, PA. It was there that he completed his High school and Associate degree in business. He then ran away from the cold and moved to Florida where he attained his Bachelor degree in International Business, Finance and Management Information Systems from Florida International University as well as a Master of Science in MIS from the same institution.&lt;p /&gt;  Jorge worked for the University for several years developing various internal systems, some of which in his last year (2005) where written using Mach-II. Since 2006 Jorge has been working with an online retailer helping redesign and rewrite all their databases and online applications.&amp;nbsp; Also, he has been continuously assisting a Hispanic publishing group with their web infrastructure. Finally, in 2007 Jorge started his own Financial education business trying to help families become properly protected, debt-free and financially independent.&lt;p /&gt; &lt;/p&gt;
&lt;hr size="2" /&gt;
&lt;p&gt;&lt;br /&gt; We always like to have a quick interview with new team members so the Mach-II community can get to know them and I've been surprised a few times.&amp;nbsp; The team even now has a resident skydiver! Here is our interview:&lt;p /&gt;  &lt;strong&gt;Tell us a little about who you are and what makes you tick...&lt;/strong&gt;&lt;p /&gt;  Well, I like all types of music and really enjoy meeting new people. I love a good wine and spending time with family and friends, the more the better...&lt;br /&gt; What I do not like and try to stay as far away as possible from is negative people that all they do is find something to bitch and complaint about. People that believe some circumstance other than their own actions is not allowing them to succeed at something. People who believe that others are just lucky.&lt;p /&gt;  &lt;strong&gt;What was the first thing you ever did with a computer that made you proud of your accomplishment?&lt;/strong&gt;&lt;p /&gt;  My first event computer programming class (VB6) I created a small timesheet program to calculate the hours I was working at that time for the computer lab at the university... I felt soooo proud of what I did :-). I showed that little program to some guy who turned out to be looking for a developer and hired me as a programmer for the university...Nice.&lt;p /&gt;  &lt;strong&gt;What got you started using Mach-II?&lt;/strong&gt;&lt;p /&gt;  At the university there was a team of 4 developer with no prior experience, including myself, in programming so EVERYBODY was developing whichever way they thought was best... Maintaining the systems over the years became a nightmare and I wanted to put a stop to the madness by implementing ANYTHING to help us... I did a little research with another co-worker and found MachII. I haven't looked back since.&lt;p /&gt;  &lt;strong&gt;Mach-II has matured a lot since its inception. What are your favorite Mach-II features as of today?&lt;/strong&gt;&lt;p /&gt;  Wow, tough one since I like and rely on many features, but time savers/code minimizers have been call-method, view-loaders, subroutines, auto-injection and message-susbscribers. However, currently I am in love with the custom tags let's keep them coming, they are AWESOME. Also, I cannot wait to use the EndPoints.&lt;p /&gt;  &lt;strong&gt;Everybody brings unique ideas and skills to the table. What one thing you feel you bring to Team Mach-II?&lt;/strong&gt;&lt;p /&gt;  I don't know if there is one unique skill or idea in particular because as all other teammates must do all the time, I like to think of what else could MachII do, what else could make my life easier... I like to think of all possible features that could be included.&lt;p /&gt;  One thing I can say, once something is in my head I will not sleep until I have it done. I will ask for help if I need it and won't pretend I can take on the world alone. I don't like to let teammates down and I will do everything possible to contribute to the framework.&lt;p /&gt;  &lt;strong&gt;It's an impossibility to spend 100% in front of a keyboard. What do you do for fun?&lt;/strong&gt;&lt;p /&gt;  Believe it or not, I am either at my job, at home, training new teammates for my business or meeting with clients.&lt;br /&gt; I am a licensed skydiver and love martial arts, but I haven't practiced in some time, I've resorted to simply running, swimming and boxing whenever I can squeeze in a few minutes in my day.&lt;br /&gt; &amp;nbsp;&lt;br /&gt; &lt;strong&gt;If you were not a programmer, what would you want to do with your life?&lt;/strong&gt;&lt;p /&gt;  If I wasn't a programmer and didn't have my business, which I love. I would be a professional skydiver... I would compete in team jumps and travel to world to do base jumps from everywhere I could.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/introducing-new-team-mach-ii-member-jorge-loy"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/introducing-new-team-mach-ii-member-jorge-loy#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/machii/~4/1c_Q8cFHrpE" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
      <media:content url="http://posterous.com/getfile/files.posterous.com/mach-ii/bghDGOjDOtmTDAAtYX86bVqq4BXb5bGzOazhv2LLRWOzXPmNqxzmZnRhOZ6C/Jorge_Loyo.jpg" type="image/jpeg" width="640" height="480">
        <media:thumbnail url="http://posterous.com/getfile/files.posterous.com/mach-ii/5aO2YsNBI48CRjFBry7QwtLb7YNYEw8vaThCktsXmzHdaGqPDcmSL1OnOoPc/Jorge_Loyo.jpg.scaled.500.jpg" width="500" height="375" />
      </media:content>
    <feedburner:origLink>http://blog.mach-ii.com/introducing-new-team-mach-ii-member-jorge-loy</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 04 Aug 2010 12:31:00 -0700</pubDate>
      <title>Happy 7th Birthday Mach-II!</title>
      <link>http://feedproxy.google.com/~r/machii/~3/FEjrW0ADDL0/happy-7th-birthday-mach-ii</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/happy-7th-birthday-mach-ii</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Time flies doesn't it?&amp;nbsp; This month celebrates our 7th birthday as a project.&amp;nbsp; We've grown up a bit since our humble beginnings in August 2003 and past several large milestones so far.&amp;nbsp; We've had 13 stable releases since we started and we have 2 more (1.8.1 maintenance release for 1.8.0 and 1.9.0 Integrity) in the wings being worked on.&amp;nbsp; We've seen the torch passed from the original authors of the framework to the current Team Mach-II a few years ago.&amp;nbsp; We think things are going absolutely fabulously.&lt;/p&gt;
&lt;p&gt;The best gift you can bring to the party is to bring the gift of your time by contributing back the framework you know and love.&amp;nbsp; There's plenty to do from documenation, sample applications, enhancements to the dashboard, new things for the website and more.&amp;nbsp; If you don't know how to get involved, feel free to ping us at team [at] mach-ii.com for help.&amp;nbsp; Or you can promote the framework by writing a blog post about one of the features you are using in the framework (ping us so we can feature your blog post ).&lt;/p&gt;
&lt;p&gt;Happy 7th Birthday Mach-II! May we see many more years in this new age of CFML development.&lt;/p&gt;
&lt;p&gt;&lt;a href='http://posterous.com/getfile/files.posterous.com/temp-2010-08-04/DrldrpkltcmHhqCwHzJkpADtpjGiiuDyezbfyelzDnAHDmJcItrGlfwfzxon/Mach-II_Wordle.png.scaled1000.png'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/temp-2010-08-04/DrldrpkltcmHhqCwHzJkpADtpjGiiuDyezbfyelzDnAHDmJcItrGlfwfzxon/Mach-II_Wordle.png.scaled500.png" width="500" height="387"/&gt;&lt;/a&gt;
&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/happy-7th-birthday-mach-ii"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/happy-7th-birthday-mach-ii#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/machii/~4/FEjrW0ADDL0" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
      <media:content url="http://posterous.com/getfile/files.posterous.com/temp-2010-08-04/DrldrpkltcmHhqCwHzJkpADtpjGiiuDyezbfyelzDnAHDmJcItrGlfwfzxon/Mach-II_Wordle.png" type="image/png" width="976" height="756">
        <media:thumbnail url="http://posterous.com/getfile/files.posterous.com/temp-2010-08-04/DrldrpkltcmHhqCwHzJkpADtpjGiiuDyezbfyelzDnAHDmJcItrGlfwfzxon/Mach-II_Wordle.png.scaled500.png" width="500" height="387" />
      </media:content>
    <feedburner:origLink>http://blog.mach-ii.com/happy-7th-birthday-mach-ii</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 02 Aug 2010 19:08:28 -0700</pubDate>
      <title>CounterMarch Systems Blog: Mach-II is (still) awesome</title>
      <link>http://feedproxy.google.com/~r/machii/~3/uPWbkIj_dCo/countermarch-systems-blog-mach-ii-is-still-aw</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/countermarch-systems-blog-mach-ii-is-still-aw</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote&gt;&lt;div&gt;
		&lt;p&gt;&lt;/p&gt;&lt;p&gt;Mach-II rocks. It is one of the more "mature" surviving ColdFusion application frameworks, and as such doesn't get nearly the amount of buzz that the new (interesting, different, creative, awesome-in-their-own-way) frameworks get. If you're looking at frameworks, I encourage you to take a look at the amazingly capable &lt;a href="http://www.mach-ii.com"&gt;Mach-II&lt;/a&gt; - we've had fantastic success with it!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Things I really, really like about Mach-II:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Backwards compatibility&lt;/h3&gt;
&lt;p&gt;Take an old (Mach-II 1.1 app, circa 2006) and update the framework to 1.8 (released 2009). Replace the application.cfm file with application.cfc, comment out everything in index.cfm and *boom*...you're done. I can't really assess how challenging it is for the team to maintain backwards compatibility, but I sure do appreciate how simple it is to upgrade. Instant feature add with zero headaches.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Coldspring integration&lt;/h3&gt;
&lt;div&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(255, 128, 0);"&gt;&amp;lt;include file=&lt;span style="color: rgb(0, 0, 255);"&gt;"./mach-ii_coldspringProperty.xml"&lt;/span&gt; /&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt; &lt;p&gt;&lt;/p&gt;&lt;p&gt;and in your listeners:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;span style="color: rgb(128, 0, 0);"&gt;&amp;lt;cfcomponent name=&lt;span style="color: rgb(0, 0, 255);"&gt;"mpListener"&lt;/span&gt; extends=&lt;span style="color: rgb(0, 0, 255);"&gt;"MachII.framework.Listener"&lt;/span&gt; &lt;/span&gt;&lt;p&gt;

depends=&lt;span style="color: rgb(0, 0, 255);"&gt;"howConfigManager,mpManager,reportManager,notificationManager"&lt;/span&gt;&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;I don't think it gets much easier than that. Instant Coldspring integration for dependency injection (and more), radically simplifying the configuration of all of my listener and model cfcs.  Now we've got all the power of Coldspring cleanly available to our Mach-II application.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Faster Fixes&lt;/h3&gt;
&lt;p&gt;Knowing where to find things is one of the hallmarks of any good framework.  Some do it by convention, some by configuration. Mach-II falls into the latter camp but that's perfectly fine by me.  Getting back into the mental model of an application months (or years) after deployment is a challenge but by simply cracking open mach-ii.xml I can see what happens where within seconds and bend it to my will.  I love this.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Modularity&lt;/h3&gt;
&lt;p&gt;This wasn't in the framework back in the 1.0 and 1.1 days (when we created some mammoth apps), but by 1.5 (which came out in 2008) the ability to break up large Mach-II applications into separate modules was baked in and oh-so-handy. It's two years later and we've been able to make the easy changes to break those older apps into a collection of modularized sub-apps for much easier maintenance.  Perfect example is an extranet: lots of only slightly related apps put under one common umbrella sharing security or UI components. This is easy to implement and support in a well-designed Mach-II application. All of our more recent apps make use of this feature.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;The Team&lt;/h3&gt;
&lt;p&gt;The people who created and have since improved and evolved Mach-II are some of the smartest folks who are or have been involved in the ColdFusion community.  &lt;a href="http://www.mach-ii.com/index.cfm/go/contributors/"&gt;Look at this list&lt;/a&gt;.  Not only have they created something awesome, but they're incredibly responsive on the &lt;a href="http://trac.mach-ii.com/machii/wiki"&gt;wiki&lt;/a&gt;, &lt;a href="http://groups.google.com/group/mach-ii-%0D%0Adevelopers"&gt;development Google group&lt;/a&gt;, and &lt;a href="http://groups.google.com/group/mach-ii-for-%0D%0Acoldfusion"&gt;framework users Google group&lt;/a&gt;.  They use this framework at their day jobs so you know that each release has been painstakingly designed, implemented, tested, re-tested, piloted and then released.  Plus, they're open to new ideas (even if you personally have no idea how to make them happen!).  Code is great, but the people are the best.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;The View Loader&lt;/h3&gt;
&lt;p&gt;This is where some of those "convention-based" concepts have crept in to Mach-II much to the benefit of the users.  Back in the "bad old days" your mach-ii.xml file would contain a block that looked sorta like this, except far longer:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;page-views&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;page-view name=&lt;span style="color: rgb(0, 0, 255);"&gt;"showWelcome"&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;page=&lt;span style="color: rgb(0, 0, 255);"&gt;"views/showWelcome.cfm"&lt;/span&gt; /&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;page-view name=&lt;span style="color: rgb(0, 0, 255);"&gt;"showHome"&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;page=&lt;span style="color: rgb(0, 0, 255);"&gt;"views/home.cfm"&lt;/span&gt; /&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;page-view name=&lt;span style="color: rgb(0, 0, 255);"&gt;"baseTemplate"&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;page=&lt;span style="color: rgb(0, 0, 255);"&gt;"views/baseTemplate2010.cfm"&lt;/span&gt; /&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;page-view name=&lt;span style="color: rgb(0, 0, 255);"&gt;"blankTemplate"&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;page=&lt;span style="color: rgb(0, 0, 255);"&gt;"views/blankTemplate.cfm"&lt;/span&gt; /&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;page-view name=&lt;span style="color: rgb(0, 0, 255);"&gt;"welcomeLanding"&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;page=&lt;span style="color: rgb(0, 0, 255);"&gt;"views/welcome_landing.cfm"&lt;/span&gt; /&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;page-view name=&lt;span style="color: rgb(0, 0, 255);"&gt;"showSendPassword"&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;page=&lt;span style="color: rgb(0, 0, 255);"&gt;"views/showSendPassword.cfm"&lt;/span&gt; /&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;page-view name=&lt;span style="color: rgb(0, 0, 255);"&gt;"showAppHelp"&lt;/span&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;page=&lt;span style="color: rgb(0, 0, 255);"&gt;"views/showAppHelp.cfm"&lt;/span&gt; /&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;(and so on)&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Each page would have a page-view defined. Someone called shenanigans on it and now we have the PatternViewLoader to replace ALL of it!&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;page-views&amp;gt;&lt;/span&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span style="color: rgb(128, 128, 128);"&gt;&lt;em&gt;&amp;lt;!-- This would load all views with the pattern of &lt;span style="color: rgb(0, 0, 255);"&gt;"/views/**/*.cfm"&lt;/span&gt; which is the most basic and common pattern --&amp;gt;&lt;/em&gt;&lt;/span&gt;&lt;br /&gt;
    &lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;view-loader type=&lt;span style="color: rgb(0, 0, 255);"&gt;"MachII.framework.viewLoaders.PatternViewLoader"&lt;/span&gt; /&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="color: rgb(0, 0, 128);"&gt;&amp;lt;/page-views&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;So, so simple. Love this line of the config file more than any other.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Better apps, faster.&lt;/h3&gt;
&lt;p&gt;Take Mach-II off the shelf and use it as your "glue."  Add Coldspring to manage your model.  Use ColdFusion 9's new Hibernate ORM capabilities to cut the lines of code in your model by a huge factor. Redirect some of the saved time into building a better UI using jQuery, improving your cross-browser capabilities with clean CSS and making your client happier by communicating more frequently.  Result: a better app, designed to be maintainable and much more in line with your client's spoken and unspoken expectations. How could any craftsman not feel good about that? Mach-II is a key component to that successful formula for us.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.mach-ii.com/"&gt;Try Mach-II&lt;/a&gt;. Need help? &lt;a href="http://groups.google.com/group/mach-ii-for-coldfusion"&gt;Talk to the team on the list&lt;/a&gt;.  Build great things.&lt;/p&gt; 
		&lt;/div&gt;&lt;/blockquote&gt;&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://www.countermarch.com/blog/index.cfm/2010/7/29/MachII-is-still-awesome"&gt;countermarch.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;Thanks for your kind words Steve.  Team Mach-II loves to hear it when people say things "just work".  I hope to hear more posts from you on Mach-II in the future.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/countermarch-systems-blog-mach-ii-is-still-aw"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/countermarch-systems-blog-mach-ii-is-still-aw#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/machii/~4/uPWbkIj_dCo" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/countermarch-systems-blog-mach-ii-is-still-aw</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 02 Aug 2010 16:04:00 -0700</pubDate>
      <title>Dashboard 1.1 RC1 Available for Mach-II 1.8.0+</title>
      <link>http://feedproxy.google.com/~r/machii/~3/KA6rmes49kc/dashboard-11-rc1-available-for-mach-ii-180</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/dashboard-11-rc1-available-for-mach-ii-180</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;span style="font-size: medium;"&gt;Team Mach-II is proud to release the Mach-II Dashboard 1.1.0 - Release Candidate 1 (RC1).&amp;nbsp; This version of the dashboard is for Mach-II 1.8.0+ and include a bunch of new features not available in the previous version of the dashboard:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: medium;"&gt;Reload individual listeners, plugins, filters or properties &lt;em&gt;&lt;strong&gt;without&lt;/strong&gt;&lt;/em&gt; reloading the entire application&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: medium;"&gt;The ability to use Google Charts instead of the built-in charting in your CFML engine&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: medium;"&gt;On-demand JVM garbage collection button&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: medium;"&gt;New AJAX interface&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: medium;"&gt;New RegEx tester tool with RegEx Quick Reference Guide&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://www.mach-ii.com/code/MachIIDashboard_1-1-0_RC1.zip"&gt;&lt;span style="font-size: x-large;"&gt;Download the Mach-II Dashboard 1.1 RC1 now&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/yBeyzrHDyizBcBgjmlFommapuHidxDhAtIsgGrkzratgCChIwhHEHqBDaCkp/dashboard_regex.png.scaled500.png" width="500" height="1244"/&gt;
&lt;img src="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/fCrzykGnxhCJDmwHtDnykpedECwAgtCAqeeyyCswkDlyypFFmmhjjobrquDy/dashboard_caching.png.scaled500.png" width="500" height="1131"/&gt;
&lt;img src="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/hfHobfdcwFbapGfgGysieDkuHdBeIlsBpewidlHGdwuEIiGwwxufulmyhtBy/dashboard_config.png.scaled500.png" width="500" height="1106"/&gt;
&lt;a href='http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/xDHohJxgGIItscurudDnzvqfzgEDqhrIkGmartkridwevfbgjGCemcmCwofp/dashboard_information.png.scaled1000.png'&gt;&lt;img src="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/xDHohJxgGIItscurudDnzvqfzgEDqhrIkGmartkridwevfbgjGCemcmCwofp/dashboard_information.png.scaled500.png" width="500" height="516"/&gt;&lt;/a&gt;
&lt;div&gt;&lt;a href='http://blog.mach-ii.com/dashboard-11-rc1-available-for-mach-ii-180'&gt;See and download the full gallery on posterous&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/dashboard-11-rc1-available-for-mach-ii-180"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/dashboard-11-rc1-available-for-mach-ii-180#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/machii/~4/KA6rmes49kc" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
      <media:content url="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/yBeyzrHDyizBcBgjmlFommapuHidxDhAtIsgGrkzratgCChIwhHEHqBDaCkp/dashboard_regex.png" type="image/png" width="998" height="2484">
        <media:thumbnail url="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/yBeyzrHDyizBcBgjmlFommapuHidxDhAtIsgGrkzratgCChIwhHEHqBDaCkp/dashboard_regex.png.scaled500.png" width="500" height="1244" />
      </media:content>
      <media:content url="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/fCrzykGnxhCJDmwHtDnykpedECwAgtCAqeeyyCswkDlyypFFmmhjjobrquDy/dashboard_caching.png" type="image/png" width="998" height="2257">
        <media:thumbnail url="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/fCrzykGnxhCJDmwHtDnykpedECwAgtCAqeeyyCswkDlyypFFmmhjjobrquDy/dashboard_caching.png.scaled500.png" width="500" height="1131" />
      </media:content>
      <media:content url="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/hfHobfdcwFbapGfgGysieDkuHdBeIlsBpewidlHGdwuEIiGwwxufulmyhtBy/dashboard_config.png" type="image/png" width="998" height="2208">
        <media:thumbnail url="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/hfHobfdcwFbapGfgGysieDkuHdBeIlsBpewidlHGdwuEIiGwwxufulmyhtBy/dashboard_config.png.scaled500.png" width="500" height="1106" />
      </media:content>
      <media:content url="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/xDHohJxgGIItscurudDnzvqfzgEDqhrIkGmartkridwevfbgjGCemcmCwofp/dashboard_information.png" type="image/png" width="1008" height="1041">
        <media:thumbnail url="http://posterous.com/getfile/files.posterous.com/temp-2010-08-02/xDHohJxgGIItscurudDnzvqfzgEDqhrIkGmartkridwevfbgjGCemcmCwofp/dashboard_information.png.scaled500.png" width="500" height="516" />
      </media:content>
    <feedburner:origLink>http://blog.mach-ii.com/dashboard-11-rc1-available-for-mach-ii-180</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 29 Jul 2010 15:33:00 -0700</pubDate>
      <title>Mach-II BoF at CFUnited - Thursday July 29 - 6:30-7:30 in Conant</title>
      <link>http://feedproxy.google.com/~r/machii/~3/sejaQ8qG2d8/mach-ii-bof-at-cfunited-friday-july-29-630-73</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/mach-ii-bof-at-cfunited-friday-july-29-630-73</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Just a quick reminder that there is Birds of a Feather session for Mach-II at CFUnited this year.  This BoF is hosting by our very own Kurt Wiersma.&lt;/p&gt;
&lt;p&gt;When: Thursday, July 29th from 6:30 - 7:30&lt;/p&gt;
&lt;p&gt;Where: CFUnited - Conant&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;Whether or not you are a user of Mach II consider attending this  discussion about Mach II and building object orientated applications. We  will chat about the news on the latest features in 1.8 and 1.9  releases, how to get started learning the framework and OO programming,  and where Mach II is headed in the future. We will also share tips,  tricks and resources for using Mach II to build powerful CF  applications. We would love to hear how you have used the framework to  build cool applications. We value the community's feedback about Mach II  and look forward to seeing you there.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We've recently committed some great features into Mach-II Integrity (1.9) such as metadata based REST support where you code in CFML not XML!  Thanks to Doug Smith and the guys at Dave Ramsey for working with us to create a killer new feature for Mach-II.  &lt;strong&gt;If you looking to do REST based services in the future, this BoF is not to miss!&lt;/strong&gt;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/mach-ii-bof-at-cfunited-friday-july-29-630-73"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/mach-ii-bof-at-cfunited-friday-july-29-630-73#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/machii/~4/sejaQ8qG2d8" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/mach-ii-bof-at-cfunited-friday-july-29-630-73</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 07 Jun 2010 13:35:00 -0700</pubDate>
      <title>FAQ: How-To Clear Your Template Cache in Adobe CF, OpenBD and Railo</title>
      <link>http://feedproxy.google.com/~r/machii/~3/vm3QDPm6goY/faq-how-to-clear-your-template-cache-in-adobe</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/faq-how-to-clear-your-template-cache-in-adobe</guid>
      <description>&lt;p&gt;
	&lt;p&gt;&lt;a href="http://blog.mach-ii.com/experiment-using-twitter-to-farm-out-wiki-wor"&gt;Yet another successful colaboration has occurred&lt;/a&gt; to get an FAQ setup for Mach-II on how to clear and shut off your template cache in Adobe CF, OpenBD and Railo.  Be sure to check it out on the wiki:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span style="font-size: large;"&gt;&lt;a href="http://trac.mach-ii.com/machii/wiki/FAQ-Listener-Plugin-Filter-Does-Not-Reload"&gt;How To Clear Your Template Cache - Instructions for Adobe CF, OpenBD and Railo&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;We're using Twitter to now help us broadcast small items that the community can help the project with.  So if you're interested, be sure to help us out.  No account is necessary to contribute - our wiki is anonymous write access:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span class="status-body" style="font-size: large;"&gt;&lt;span class="status-content"&gt;&lt;span class="entry-content"&gt;Help us add examples using Listeners via &amp;lt;notify&amp;gt; and &amp;lt;publish&amp;gt; commands on the wiki. Anon write access: &lt;a href="http://is.gd/cBG1q" class="tweet-url web" rel="nofollow" target="_blank"&gt;http://is.gd/cBG1q&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/faq-how-to-clear-your-template-cache-in-adobe"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/faq-how-to-clear-your-template-cache-in-adobe#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/machii/~4/vm3QDPm6goY" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/faq-how-to-clear-your-template-cache-in-adobe</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 03 Jun 2010 17:32:00 -0700</pubDate>
      <title>Experiment: Using Twitter to farm out wiki work load for small contributions</title>
      <link>http://feedproxy.google.com/~r/machii/~3/LZtJrVGQvK0/experiment-using-twitter-to-farm-out-wiki-wor</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/experiment-using-twitter-to-farm-out-wiki-wor</guid>
      <description>&lt;p&gt;
	&lt;p&gt;I had an interesting idea today for the &lt;a href="http://trac.mach-ii.com/machii/"&gt;Mach-II wiki&lt;/a&gt;. We have TO-DO tags on wiki entries that need additional content.  Why not broadcast an URL each day asking for somebody to contribut content for that block in the wiki?  So the experiment ensued! I broadcasted the&lt;a href="http://twitter.com/mach_ii/status/15353075952"&gt; first tweet about this for a short "how-to"&lt;/a&gt; and already had &lt;a href="http://twitter.com/webRat/status/15377212296"&gt;Todd Rafferty to respond&lt;/a&gt; and fill in that section.  Considering as a success, I've &lt;a href="http://twitter.com/mach_ii/status/15378021618"&gt;broadcasted another one&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span class="status-body" style="font-size: large;"&gt;&lt;span class="status-content"&gt;&lt;span class="entry-content"&gt;Help us add examples using Listeners via &amp;lt;notify&amp;gt; and &amp;lt;publish&amp;gt; commands on the wiki. Anon write access: &lt;a href="http://is.gd/cBG1q" class="tweet-url web" rel="nofollow" target="_blank"&gt;http://is.gd/cBG1q&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;So get cracking on that entry -- maybe this is a new avenue for us to get people more involved in the wiki!  Help us make this a success.&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/experiment-using-twitter-to-farm-out-wiki-wor"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/experiment-using-twitter-to-farm-out-wiki-wor#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/machii/~4/LZtJrVGQvK0" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/experiment-using-twitter-to-farm-out-wiki-wor</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 27 May 2010 13:33:32 -0700</pubDate>
      <title>My favourite application framework in the ColdFusion world: Mach-II (via Nukleos)</title>
      <link>http://feedproxy.google.com/~r/machii/~3/iPFRrpJLV2c/my-favourite-application-framework-in-the-col</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/my-favourite-application-framework-in-the-col</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote&gt;&lt;div&gt;&lt;p&gt;Mach-II is my favourite application framework in the ColdFusion world, and yesterday &lt;a href="http://trac.mach-ii.com/machii/wiki/WhatsNewInMachII1.8" target="_blank"&gt;Mach-II version 1.8&lt;/a&gt; was released. At work I have been developing my own additions to a much older version of Mach-II, to facilitate the development of our own intranet apps. I guess I’ll have a lot of catching up to do with all the new stuff that has been added in versions 1.6 and 1.8. Aaah, if only the days were longer (but then we would be working longer too, of course ;-)…&lt;/p&gt;
&lt;/div&gt;&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://nukleos.wordpress.com/2010/05/18/new-official-version-of-mach-ii/"&gt;nukleos.wordpress.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;Thanks for the kind words from Wouter about Mach-II being his "favourite" framework in CFML.  Team Mach-II was excited to learn that Mach-II is being used at Dexia for development of intranet applications.   Dexia is a large financial institution (6 billion euros in revenue) based in Belgium.&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/my-favourite-application-framework-in-the-col"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/my-favourite-application-framework-in-the-col#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/machii/~4/iPFRrpJLV2c" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/my-favourite-application-framework-in-the-col</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 27 May 2010 00:02:00 -0700</pubDate>
      <title>Claiming Mach-II on Technorati</title>
      <link>http://feedproxy.google.com/~r/machii/~3/bGGSXsd-fv8/claiming-mach-ii-on-technorati</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/claiming-mach-ii-on-technorati</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Technorati has changed it's way you can claim a blog on the network.  So here isthe authorization post.&lt;/p&gt;
&lt;p&gt;&lt;span class="status"&gt;NQECAYJ7M5BW&lt;/span&gt;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/claiming-mach-ii-on-technorati"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/claiming-mach-ii-on-technorati#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/machii/~4/bGGSXsd-fv8" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/claiming-mach-ii-on-technorati</feedburner:origLink></item>
    <item>
      <pubDate>Wed, 26 May 2010 13:25:15 -0700</pubDate>
      <title>BOF on Mach II at CFUnited 2010</title>
      <link>http://feedproxy.google.com/~r/machii/~3/-1k9T_ElLKw/bof-on-mach-ii-at-cfunited-2010</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/bof-on-mach-ii-at-cfunited-2010</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_long_quote"&gt;&lt;p&gt;We have another BOF posted on the schedule! &lt;/p&gt;&lt;p&gt;&lt;a&gt;BOF: Mach II - We are Community Driven&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Whether or not you are a user of Mach II consider attending this discussion about Mach II and building object-orientated applications. We will chat about the news on the latest features in 1.8 and 1.9 releases, how to get started learning the framework and OO programming, and where Mach II is headed in the future. We will also share tips, tricks and resources for using Mach II to build powerful CF applications. We would love to hear how you have used the framework to build cool applications. We value the community's feedback about Mach II and look forward to seeing you there.&lt;/p&gt;&lt;p&gt;This BOF will be hosted by &lt;a&gt;Kurt Wiersma&lt;/a&gt; on &lt;b&gt;Thursday, July 29th at 6:30 pm.&lt;/b&gt; Make sure to add this in to your schedule!&lt;/p&gt;&lt;p&gt;Kurt will also be presenting on &lt;a href="http://cfunited.com/2010/topics/392-real-world-coldspring"&gt;Real World ColdSpring&lt;/a&gt; and &lt;a href="http://cfunited.com/2010/topics/408-setting-up-a-solid-local-development-environment"&gt;Setting up a Solid Local Development Environment&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Happy scheduling!&lt;/p&gt;&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://cfunited.com/blog/index.cfm/2010/5/25/BOF-on-Mach-II"&gt;cfunited.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;We encourage everybody to add this to your schedule.  Kurt will have some really cool stuff to show off to all of you!&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/bof-on-mach-ii-at-cfunited-2010"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/bof-on-mach-ii-at-cfunited-2010#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/machii/~4/-1k9T_ElLKw" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/bof-on-mach-ii-at-cfunited-2010</feedburner:origLink></item>
    <item>
      <pubDate>Mon, 24 May 2010 20:21:00 -0700</pubDate>
      <title>Mach-II Simplicity (1.8) CFC API Reference Documentation Available</title>
      <link>http://feedproxy.google.com/~r/machii/~3/8KrvzeY6uVc/mach-ii-simplicity-18-cfc-api-reference-docum</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/mach-ii-simplicity-18-cfc-api-reference-docum</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Team Mach-II is proud to announce the availability of Mach-II Simplicity CFC API reference documentation.  Special thanks to the &lt;a href="http://code.google.com/p/cfcdoc/"&gt;CFC.Doc&lt;/a&gt; open source project for offering the tool we use to generate the documentation. Now is the time to bookmark the online version or download the PDF or HTML zip versions.&lt;/p&gt;
&lt;p&gt;Online: &lt;a href="http://www.mach-ii.com/cfcdocs/1-8-0/index_frames.html"&gt;http://www.mach-ii.com/cfcdocs/1-8-0/index_frames.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PDF: &lt;a href="http://www.mach-ii.com/cfcdocs/1-8-0/Mach-II_1-8-0_CFCDoc.pdf"&gt;http://www.mach-ii.com/cfcdocs/1-8-0/Mach-II_1-8-0_CFCDoc.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;HTML Zip: &lt;a href="http://www.mach-ii.com/cfcdocs/1-8-0/Mach-II_1-8-0_CFCDoc.zip"&gt;http://www.mach-ii.com/cfcdocs/1-8-0/Mach-II_1-8-0_CFCDoc.zip&lt;/a&gt;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/mach-ii-simplicity-18-cfc-api-reference-docum"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/mach-ii-simplicity-18-cfc-api-reference-docum#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/machii/~4/8KrvzeY6uVc" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/mach-ii-simplicity-18-cfc-api-reference-docum</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 21 May 2010 09:49:56 -0700</pubDate>
      <title>Yearly Retrospective with Ways to Get Involved! Be a Community Steward.</title>
      <link>http://feedproxy.google.com/~r/machii/~3/ihTtEagjwaY/yearly-retrospective-with-ways-to-get-involve</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/yearly-retrospective-with-ways-to-get-involve</guid>
      <description>&lt;p&gt;
	&lt;p&gt;The past year has been a busy year for the project.  We thought it might be important to highlight a few big milestones for us:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Team Mach-II has added three new members (Adrian, Brian and Mike)&lt;/li&gt;
&lt;li&gt;We released Mach-II Simplicity (1.8) and started work on Mach-II Integrity (1.9) all while keeping Mach-II 1.8.1 (maintenance release) in the wings getting ready to go.&lt;/li&gt;
&lt;li&gt;We migrated to a new account at Codesion with custom domains for Trac and SVN.  This means &lt;a href="http://blog.mach-ii.com/our-new-infrastructure-urls-blog-trac-svn"&gt;all of our URLs changed&lt;/a&gt; so check that out.&lt;/li&gt;
&lt;li&gt;We moved our blog here to Posterous so more of the team can post and in the future we will be accepting posts from the community via moderation (future post to come).&lt;/li&gt;
&lt;li&gt;Fellow team member Brian FitzGerald started an awesome &lt;a href="http://trac.mach-ii.com/machii/wiki/Screencasts"&gt;MachStart screencasts series&lt;/a&gt; available on Vimeo.&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;/ul&gt;
&lt;p&gt;We wanted to get more of the Mach-II community involved and there are ways you can help the project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If you are a serious Mach-II user and you want to help steer future enhancements and features, then you &lt;span style="font-family: mceinline;"&gt;need to join the &lt;a href="http://groups.google.com/group/mach-ii-developers"&gt;Mach-II Framework Development Google Group&lt;/a&gt;.&lt;/span&gt; This is a different list from our normal &lt;a href="http://groups.google.com/group/mach-ii-for-coldfusion"&gt;Mach-II Users Google Group&lt;/a&gt;.  The framework development list is low traffic so don't worry about receiving a ton of messages.  It's a great way to see some of the stuff we talk about "behind the scenes."&lt;/li&gt;
&lt;li&gt;Be a guest contributor to the Mach-II Blog.  This is one of the reasons why we decided to move to Posterous for our blog because it offers guest posting via moderation.  We have not set up our guidelines for contributing, but we'll do that soon and blog on how you can be the next new MachStar on this blog.  Start thinking about what interests you with Mach-II.  This can be quickstarts, tips, tricks or even full tutorials.  No contribution to the blog is too small.  If you have questions, feel free to ping us at (team {at} mach-ii.com) with query and we'll respond ASAP.&lt;/li&gt;
&lt;li&gt;Test out our nightly builds for the framework and the dashboard.  They are not so nightly but they are updated when new features are put into the framework.  You can see the latest nightlies at &lt;a href="http://www.mach-ii.com/nightly/"&gt;http://www.mach-ii.com/nightly/&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;That's our short list of ideas for you to become a good community steward of the project.  Like Smokey Bear says "Only YOU can foster Mach-II development!" or if you don't help -- who will?&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/yearly-retrospective-with-ways-to-get-involve"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/yearly-retrospective-with-ways-to-get-involve#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/machii/~4/ihTtEagjwaY" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/yearly-retrospective-with-ways-to-get-involve</feedburner:origLink></item>
    <item>
      <pubDate>Fri, 07 May 2010 13:23:53 -0700</pubDate>
      <title>Nice Mach-II Kudos from Team DaveRamsey.com</title>
      <link>http://feedproxy.google.com/~r/machii/~3/hS8qO6pzzaY/nice-mach-ii-kudos-from-team-daveramseycom</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/nice-mach-ii-kudos-from-team-daveramseycom</guid>
      <description>&lt;p&gt;
	&lt;div class="posterous_bookmarklet_entry"&gt;
      &lt;blockquote class="posterous_long_quote"&gt;We have been a Mach-II shop for several years, but we recently rebuilt our primary web site, &lt;a href="http://www.daveramsey.com"&gt;daveramsey.com&lt;/a&gt;, into a 50 module Mach-II 1.8 application. We’ve found Mach-II to be an extremely powerful &lt;a href="http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller"&gt;Model-View-Controller&lt;/a&gt; framework that enables us to support our growing number of users. It provides a foundation we can build on that has helped us to roll out new features quickly, without compromising a strong MVC design. (I also had the honor of meeting team Mach-II at &lt;a href="http://bflex.info/"&gt;BFusion&lt;/a&gt;, and found Peter, Kurt, and Matt to be an outstanding group of committed, brilliant developers. We reviewed their work on Mach-II 1.8 while we were developing our new website, and found their code to be among the best ColdFusion code around. They set the bar for outstanding quality and community support.)&lt;/blockquote&gt;

&lt;div class="posterous_quote_citation"&gt;via &lt;a href="http://webmonkeyswithlaserbeams.wordpress.com/2010/05/04/a-javaruby-developer-appreciates-coldfusion/"&gt;webmonkeyswithlaserbeams.wordpress.com&lt;/a&gt;&lt;/div&gt;
    &lt;p&gt;Can't thank the fine folks at DaveRamsey.com enough for the kind words about Mach-II. We really enjoy working with those guys and they give us amazing feedback and suggestions, so it truly is a collaborative relationship. Working with our amazing users is the #1 thing that makes Mach-II better!&lt;/p&gt;&lt;/div&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/nice-mach-ii-kudos-from-team-daveramseycom"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/nice-mach-ii-kudos-from-team-daveramseycom#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/machii/~4/hS8qO6pzzaY" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/155127/fsf_buddy_icon.png</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/4aAU6kNGWD3r</posterous:profileUrl>
        <posterous:firstName>Matthew</posterous:firstName>
        <posterous:lastName>Woodward</posterous:lastName>
        <posterous:nickName>Matt</posterous:nickName>
        <posterous:displayName>Matthew Woodward</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/nice-mach-ii-kudos-from-team-daveramseycom</feedburner:origLink></item>
    <item>
      <pubDate>Tue, 04 May 2010 06:46:00 -0700</pubDate>
      <title>Mach-II Screencast on Templating in a Mach-II Application (Part I)</title>
      <link>http://feedproxy.google.com/~r/machii/~3/dk4Bvkav_dg/mach-ii-screencast-on-templating-in-a-mach-ii-0</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/mach-ii-screencast-on-templating-in-a-mach-ii-0</guid>
      <description>&lt;p&gt;
	&lt;p&gt;Greetings Mach-II users, fans, and lovers! We're pleased to announce the newest addition to our MachStart Screencast series. In this series, Brian FitzGerald of team Mach-II shows you just how easy it is to skin your Mach-II application. In this video, we look at how to grab any HTML template and apply it to your application, touch on the new View Loaders feature made available in Mach-II 1.8, take a look at Mach-II subroutines, and more! If you're new to Mach-II, don't miss this video!&lt;/p&gt;
&lt;p&gt;&lt;object data="http://vimeo.com/moogaloop.swf" type="application/x-shockwave-flash" height="375" width="500"&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="movie" value="http://vimeo.com/moogaloop.swf" /&gt;&lt;param name="flashvars" value="clip_id=11445048&amp;server=vimeo.com&amp;fullscreen=1&amp;show_title=1&amp;show_byline=1&amp;show_portrait=1&amp;color=00ADEF" /&gt;&lt;/object&gt;&lt;p /&gt; A few related links: &lt;br /&gt;Subroutines: &lt;a href="http://trac.mach-ii.com/machii/wiki/Subroutines%20"&gt;http://trac.mach-ii.com/machii/wiki/Subroutines &lt;/a&gt;&lt;br /&gt;Templating: &lt;a href="http://trac.mach-ii.com/machii/wiki/HowToCreateViewLayoutsTemplating%20"&gt;http://trac.mach-ii.com/machii/wiki/HowToCreateViewLayoutsTemplating &lt;/a&gt;&lt;br /&gt;View Loaders: &lt;a href="http://trac.mach-ii.com/machii/wiki/MachII1.8SpecificationViewLoaders"&gt;http://trac.mach-ii.com/machii/wiki/MachII1.8SpecificationViewLoaders&lt;/a&gt;&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/mach-ii-screencast-on-templating-in-a-mach-ii-0"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/mach-ii-screencast-on-templating-in-a-mach-ii-0#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/machii/~4/dk4Bvkav_dg" height="1" width="1"/&gt;</description>
    <feedburner:origLink>http://blog.mach-ii.com/mach-ii-screencast-on-templating-in-a-mach-ii-0</feedburner:origLink></item>
    <item>
      <pubDate>Thu, 29 Apr 2010 20:34:00 -0700</pubDate>
      <title>Our New Infrastructure URLs: Blog / Trac / SVN</title>
      <link>http://feedproxy.google.com/~r/machii/~3/uteZa503tds/our-new-infrastructure-urls-blog-trac-svn</link>
      <guid isPermaLink="false">http://blog.mach-ii.com/our-new-infrastructure-urls-blog-trac-svn</guid>
      <description>&lt;p&gt;
	&lt;p&gt;We've moved our Trac / SVN to a new account at Codesion which allowed us to have custom domains as well as expanded services.  Be sure to update your bookmarks now!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Trac -&amp;gt; &lt;a href="http://trac.mach-ii.com/machii"&gt;http://trac.mach-ii.com/machii&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;SVN -&amp;gt; &lt;a href="http://svn.mach-ii.com/machii"&gt;http://svn.mach-ii.com/machii&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you previously had an user account for Trac, you will be getting a new email with your user and password information. Check your email inbox for information.  If you don't have credentials, we'd love to see you showing the commitment that means we can make you a committer and have you join in.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Contributing -- Craig R. McClanahan -&amp;gt; &lt;a href="http://is.gd/bO4pW"&gt;http://is.gd/bO4pW&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Understanding Open Source -- Cameron Riley -&amp;gt; &lt;a href="http://is.gd/bO4ph"&gt;http://is.gd/bO4ph&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Team Mach-II will now be blogging at Posterous. This will make blogging easier for us as well add heavier integration to social services.   We'll leave our old blog up for archival purposes (a link to the archive is included in our "About Us" section below).  Posterous has a blogging platform and nice features for group and community blogging so we'll be soliciting for posts from our great community. We'll talk about it more in a future blog post.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Blog -&amp;gt; &lt;a href="http://blog.mach-ii.com"&gt;http://blog.mach-ii.com&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;Blog RSS / Atom -&amp;gt;&lt;a href="http://feeds.feedburner.com/machii"&gt;http://feeds.feedburner.com/machii&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Happy Mach-II-ing!&lt;/p&gt;
	
&lt;/p&gt;

&lt;p&gt;&lt;a href="http://blog.mach-ii.com/our-new-infrastructure-urls-blog-trac-svn"&gt;Permalink&lt;/a&gt; 

	| &lt;a href="http://blog.mach-ii.com/our-new-infrastructure-urls-blog-trac-svn#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/machii/~4/uteZa503tds" height="1" width="1"/&gt;</description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/266749/pjf.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/people/36jBHb75QjEl</posterous:profileUrl>
        <posterous:firstName>Peter J.</posterous:firstName>
        <posterous:lastName>Farrell</posterous:lastName>
        <posterous:nickName>MaestroFJP</posterous:nickName>
        <posterous:displayName>Peter J. Farrell</posterous:displayName>
      </posterous:author>
    <feedburner:origLink>http://blog.mach-ii.com/our-new-infrastructure-urls-blog-trac-svn</feedburner:origLink></item>
  </channel>
</rss>
