<?xml version="1.0" encoding="utf-8"?>          <rss version="2.0">     <channel>     <title>Cozmo&apos;s Dev Blog - Tools</title>     <link>http://www.myinternetisbroken.com/index.cfm</link>     <description>The Dev Blog</description>     <language>en-us</language>     <pubDate>Sun, 05 Sep 2010 09:18:49-0700</pubDate>     <lastBuildDate>Tue, 19 May 2009 20:22:00-0700</lastBuildDate>     <generator>BlogCFC</generator>     <docs>http://blogs.law.harvard.edu/tech/rss</docs>     <managingEditor>coz@myinternetisbroken.com</managingEditor>     <webMaster>coz@myinternetisbroken.com</webMaster>          <item>      <title>Seeking  recommendations  for a drop down menu (tabs)</title>      <link>http://www.myinternetisbroken.com/index.cfm/2009/5/19/Seeking--recommendations--for-a-drop-down-menu-tabs</link>      <description>            I have a very finicky and non trivial CSS based layout that I have finally worked all the kinks out of. Actually it is only finicky in IE. Now the powers that be want to add drop down menus (tabs) the top nav bar that use the &lt;a href=&quot;http://www.alistapart.com/articles/slidingdoors/&quot; target=&quot;_blank&quot;&gt;sliding door rounded corner technique&lt;/a&gt;.  I have tried a bunch of menuing systems: Dynamic Drive menus, Spry, some jQuery plugins, Massimo&apos;s hiermenu and a bunch of stuff I found off of the Google and all of them have problems of one sort or another. I can&apos;t position it correctly, it trows off other page elementsm the drop down columns are mis-aligned etc... forever and ever, world with out end. Amen.  I posted this to CF_talk a few months back (the site got shelved since then and it is back in production) and though I would hit up the blogosphere.. Has anybody out there had any luck with this and can recommend a tabbed menu dropdown solution?  The primary requirement are: &lt;ul&gt;  &lt;li&gt;It can have sub menus&lt;/li&gt;  &lt;li&gt;W3C XHTML compliant.&lt;/li&gt;  &lt;li&gt;Allows for text based links&lt;/li&gt; &lt;/ul&gt;    These are the Menus that I have tried so far: &lt;ul&gt;     &lt;li&gt;&lt;a href=&quot;http://labs.adobe.com/technologies/spry/samples/menubar/MenuBarSample.html&quot;  target=&quot;_blank&quot;&gt;Spry Menu bar &lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href=&quot;http://www.massimocorner.com/&quot; target=&quot;_blank&quot;&gt;Massimo&apos;s hiermenu Hiermenu 1.1 &lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href=&quot;http://www.cssmenus.co.uk/&quot; target=&quot;_blank&quot;&gt;CSS menus&lt;/a&gt; &lt;/li&gt;     &lt;li&gt;&lt;a href=&quot;http://www.softcomplex.com/products/tigra_menu/&quot; target=&quot;_blank&quot;&gt;tigra menus &lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href=&quot;http://www.dynamicdrive.com&quot; target=&quot;_blank&quot;&gt;AnyLink CSS Menu (Dynamic Drive DHTML) &lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; (ot)     Pleas leave a comment below. Many TIA!!!       </description>            <category>Stupid Shite</category>                <category>Tools</category>                <category>Bad code</category>                <category>Interweb</category>                <category>Working Smart</category>                <pubDate>Tue, 19 May 2009 20:22:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2009/5/19/Seeking--recommendations--for-a-drop-down-menu-tabs</guid>           </item>          <item>      <title>The best  part about FOSS (Free and Open Source Software) is not that it is free.</title>      <link>http://www.myinternetisbroken.com/index.cfm/2009/5/7/The-best--part-about-FOSS-Free-and-Open-Source-Software-is-not-that-it-is-free</link>      <description>            I used to look at FOSS as a means to get free software: MySQL, Apache, Eclipse etc... FOSS is part of my day to day affairs and I dare say the best thing to ever happen to software and software developers.  But for me, FOSS is the best programming howto guide there is. It is like a living text book that is always getting better. I have learned more from reading other peoples source code than I have from any book, blog post or article. Being an autodidact, reading source code makes much sense than reading the English words used to describe the programming concepts.  Just this week I was asked to R&amp;D a bunch of stuff and I found solutions for all the CF stuff by going to either CFLib.org or RIAForge.org. (Mad props to Ray Camden for making those sites. You saved my ass twice this week dude! Rock On with your bad ass self!)  Those sites are gold mines for CF programming knowledge. I have been turned on to so many new ideas and concepts by the folks that have shared their work that I want to give a shout out and thank you to y&apos;all. &lt;h3&gt;Thank you!!&lt;/h3&gt; &lt;br /&gt;&lt;br /&gt;       </description>            <category>Working Smart</category>                <category>Tools</category>                <category>Open Sores</category>                <category>Learning</category>                <category>Gerneral Coolness</category>                <category>ColdFusion</category>                <pubDate>Thu, 07 May 2009 02:00:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2009/5/7/The-best--part-about-FOSS-Free-and-Open-Source-Software-is-not-that-it-is-free</guid>           </item>          <item>      <title>A Quick and Dirty CSS Viewer.</title>      <link>http://www.myinternetisbroken.com/index.cfm/2009/4/29/A-Quick-and-Dirty-CSS-browser</link>      <description>            When I work on a site with CSS that I am not familiar with I find this little widget to be very handy.  I simply took Shlomy Gantz&apos;s  &lt;a href=&quot;http://www.cflib.org/index.cfm?event=page.udfbyid&amp;udfid=1361&quot; target=&quot;_blank&quot;&gt;viewCSS() function&lt;/a&gt; from &lt;a href=&quot;http://www.cflib.org/&quot; target=&quot;_blank&quot;&gt;CFLib.org&lt;/a&gt;  and pointed it to my CSS files and voila I have a visual representation of all the CSS styles for the included style sheets. It is far from perfect and works best with text related CSS but the only real problem so far is that it tends to barf on /* CSS comments*/. But that is a pretty minor issue.   Here is a &lt;a href=&quot;http://www.myinternetisbroken.com/files/CSS_Browser.zip&quot; target=&quot;_blank&quot;&gt;zip file with the code&lt;/a&gt;.  &lt;a href=&quot;http://www.myinternetisbroken.com/CSS_Browser.cfm&quot; target=&quot;_blank&quot;&gt;Here are the Styles for this site&lt;/a&gt;  The code is ridiculously simple  &lt;code&gt; &lt;cfscript&gt; function viewCSS(cssCode) {  var i =&quot;&quot;;  var cssItem=&quot;&quot;;  var ret=&quot;&quot;;  for(i=1;i lte listlen(arguments.cssCode,&apos;}&apos;);i=i+1) {   cssItem = listgetAt(arguments.cssCode,i,&apos;}&apos;);   if(findNocase(&apos;{&apos;,cssItem)) ret = ret &amp; &apos;&lt;div style=&quot;#trim(mid(cssItem,findNocase(&quot;{&quot;,cssItem)+1,len(cssItem)))#&quot;&gt;#trim(mid(cssItem,1,findNocase(&quot;{&quot;,cssItem)-1))#&lt;/div&gt;&lt;br&gt;&apos;;  }  return ret; } &lt;/cfscript&gt;     &lt;!--- Include any CSS files you want to view ---&gt; &lt;cfsavecontent variable=&quot;cssTxt&quot;&gt;  &lt;cfinclude template=&quot;stylel_ie.css&quot;&gt;  &lt;cfinclude template=&quot;style.css&quot;&gt;  &lt;cfinclude template=&quot;form.css&quot;&gt; &lt;/cfsavecontent&gt; &lt;cfoutput&gt;#viewCSS(cssTxt)#&lt;/cfoutput&gt;  &lt;/code&gt;       </description>            <category>Tools</category>                <category>Working Smart</category>                <pubDate>Wed, 29 Apr 2009 17:28:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2009/4/29/A-Quick-and-Dirty-CSS-browser</guid>            <enclosure url="http://www.myinternetisbroken.com/enclosures/CSS_Browser.zip" length="1003" type="application/x-zip"/>           </item>          <item>      <title>WTF? Errr... I mean What the Font?</title>      <link>http://www.myinternetisbroken.com/index.cfm/2009/2/13/WTF-Errr-I-mean-What-the-Font</link>      <description>            This is a handy tool for figuring out what font is used in a graphic. All you do is upload an image that contains the font and it asks you to identify some highlighted letters and it will give the closest matches.  &lt;a href=&quot;http://new.myfonts.com/WhatTheFont/&quot; target=&quot;_blank&quot;&gt;http://new.myfonts.com/WhatTheFont/&lt;/a&gt;   It doesn&apos;t provide the font for download but if you Google the font name there is a good chance you can find a free version (or a free knock off version).       </description>            <category>Tools</category>                <category>Working Smart</category>                <pubDate>Fri, 13 Feb 2009 20:12:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2009/2/13/WTF-Errr-I-mean-What-the-Font</guid>           </item>          <item>      <title>Google Chrome Portable (Win only)</title>      <link>http://www.myinternetisbroken.com/index.cfm/2009/1/28/Google-Chrome-Portable-Win-only</link>      <description>            Download &lt;a href=&quot;http://www.softpedia.com/progDownload/Portable-Google-Chrome-Chromium-Download-108363.html&quot; target=&quot;_blank&quot;&gt;Google Chrome Portable&lt;/a&gt;  Google Chrome has some AWESOME debugging features including my favorite, Right Click &gt;&gt; Inspect Element. I would seriously recommend taking a look at Chrome for CSS debugging.  I looked at the user agent and it is nearly identical as Safari. It had almost the same build so (I would assume) they are essentially the same browser.  HTTP_USER_AGENT=Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.19 (KHTML, like Gecko) Chrome/1.0.154.42 Safari/525.19       </description>            <category>Tools</category>                <category>Working Smart</category>                <pubDate>Wed, 28 Jan 2009 23:56:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2009/1/28/Google-Chrome-Portable-Win-only</guid>           </item>          <item>      <title>Portable version of the Safari Web Browser</title>      <link>http://www.myinternetisbroken.com/index.cfm/2009/1/27/Portable-version-of-Safari-Web-Browser</link>      <description>            I am a huge fan of portable apps. I like being able to drop an app in a folder and not have to install it. You just put them on a portable or thumb drive and you are good to go. Actually I have a version of almost my *entire* dev environment (sans MSSQL, that is next) on a thumb drive. I can literally set up shop anywhere (on a Win box).  Any who, I needed to test a design against the &lt;a href=&quot;http://webkit.org/&quot; target=&quot;_blank&quot;&gt;WebKit&lt;/a&gt; browser, the engine behind Chrome, Safari and (I think) it is used by DW for it&apos;s Live View feature. So here are links to versions for both Mac and Windows:  &lt;a href=&quot;http://www.thindownload.com/app-download/47/Safari-Browser&quot; target=&quot;_blank&quot;&gt;&quot;http://www.thindownload.com/app-download/47/Safari-Browser (&lt;b&gt;Win)&lt;/b&gt;&lt;/a&gt;  &lt;a href=&quot;http://osxportableapps.sourceforge.net/p_safari/&quot; target=&quot;_blank&quot;&gt;http://osxportableapps.sourceforge.net/p_safari/ &lt;b&gt; (Mac)&lt;/b&gt;&lt;/a&gt;       </description>            <category>Tools</category>                <category>Simplicity</category>                <category>Working Smart</category>                <pubDate>Tue, 27 Jan 2009 19:51:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2009/1/27/Portable-version-of-Safari-Web-Browser</guid>           </item>          <item>      <title>Amazing Website To Build (CF) Eclipse installs</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/11/2/Amazing-Website-To-Build-CF-Eclipse-installs</link>      <description>            One of the biggest pains in the arse when dealing with some FOSS apps (LAMP especially) is dependency hell. If the app you need is not part of the package manager you can get into a day(s) long hunt for dependencies.  The same is true for Eclipse (to a lesser degree). Or rather it was.  Someone on CF_talk was having problems with installing CFEclipse on the latest version of Eclipse 3.4 (Ganymede). In the past a few people recommended Pulse (myself included) to deal with Eclipse&apos;s dependencies. Pulse is a great app that resolves dependencies (most of the time) when building Eclipse Distros. Pulse is an excellent product but has a bad habit of downloading a gig or more of files (in my case) to its plugin cache (depending on your builds).  Another option, and in my opinion a better option, is yoxos.com&apos;s On Demand website.  &lt;a href=&quot;http://yoxos.com/ondemand/&quot; target=&quot;_blank&quot;&gt;http://yoxos.com/ondemand/&lt;/a&gt;  Yoxos.com&apos;s On Demand website is an online tool for building custom Eclipse distros/installs. This site is one of the most amazing web based apps I have seen to in my life. The front end is damn near that of a desk top app, and the back end is even more impressive. It allows you to pick and choose from hundreds of plugins and automatically resolves dependencies so you can create custom Eclipse installs that you can save, merge and share.  I started messing around with the various plugins and found some of the most amazing tools like editors for PHP, SQL, CSS, (X)HTML, JavaScript and XML with support for Adobe AIR apps, all the major JS/AJAX libraries with code assist and inline help; wussywig HTML editors, JavaScript debuggers, XML schema editors, JavaScript/CSS/html function/property  browsers, Database development tools and editors, snippets etc. etc. Not to mention Eclipse is the defacto standard for Java development and supports most of it&apos;s tool kits as well as having plugins for just about every language under the sun.   And keep in mind that a lot of the above editors are not just text editors with color coding and rudimentary code complete but first class, full featured tools/IDE&apos;s like the ones that we used to (and still do) pay hundreds of dollars for.  Oh yeah. It is all FREE!!! FOSS, me love you long time!!       </description>            <category>CFEclipse</category>                <category>Tools</category>                <category>Open Sores</category>                <category>Learning</category>                <category>Eclipse</category>                <category>Java</category>                <category>Working Smart</category>                <pubDate>Sun, 02 Nov 2008 23:16:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/11/2/Amazing-Website-To-Build-CF-Eclipse-installs</guid>           </item>          <item>      <title>Mail Goggles - Beer Goggles for email.</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/10/9/Mail-Goggles--Beer-Goggles-for-email</link>      <description>            I have a 2 beer limit for sending email. This will help help enforce that limit.   From the Google Blog: &lt;a href=&quot;http://gmailblog.blogspot.com/2008/10/new-in-labs-stop-sending-mail-you-later.html&quot; target=&quot;_blank&quot;&gt;http://gmailblog.blogspot.com/2008/10/new-in-labs-stop-sending-mail-you-later.html&lt;/a&gt;   &quot;When you enable Mail Goggles, it will check that you&apos;re really sure you want to send that late night Friday email. And what better way to check than by making you solve a few simple math problems after you click send to verify you&apos;re in the right state of mind?  By default, Mail Goggles is only active late night on the weekend as that is the time you&apos;re most likely to need it. Once enabled, you can adjust when it&apos;s active in the General settings.&quot;  Some times Google is too cool for words.       </description>            <category>Stupid Shite</category>                <category>Tools</category>                <category>Life</category>                <pubDate>Thu, 09 Oct 2008 17:55:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/10/9/Mail-Goggles--Beer-Goggles-for-email</guid>           </item>          <item>      <title>Running on Railo - Breaking Radio Silence</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/10/5/Running-on-Railo--Breaking-Radio-Silence</link>      <description>            I moved my blog to a new VPS and it is running on Railo 3.0 Community. Hell YEAH!!!  I have a back log of blarg entries to get posted as well. I also posting a bunch of contributions to the community with more to come.  &lt;b&gt;&lt;u&gt;Uploaded so far are &lt;/b&gt;&lt;/u&gt;  - My CFEclipse Snippets&lt;br&gt; - Some UDFs &lt;br&gt; - CFC Generator Lite &lt;br&gt;  CFC Generator Lite is a HTML front end for creating cfc&apos;s for an entire database in one shot using Brian Rinaldi&apos;s outstanding Illudium PU-36 Code Generator.  &lt;b&gt;&lt;u&gt;In the pipe: &lt;/b&gt;&lt;/u&gt;  A how-to on getting Railo 3 running in a shared hosting environment with IIS on 2003 server using a hosting Control panel (Plesk 8.3) including gotchas and their work arounds.   A How-to on creating a simple ORM by abstracting your database using Brian Rinaldi&apos;s outstanding Illudium PU-36 Code Generator.       </description>            <category>CFEclipse</category>                <category>Tools</category>                <category>cfcgenerator</category>                <category>Open Sores</category>                <category>Working Smart</category>                <category>ColdFusion</category>                <pubDate>Sun, 05 Oct 2008 01:37:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/10/5/Running-on-Railo--Breaking-Radio-Silence</guid>           </item>          <item>      <title>Hello Maxthon</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/5/23/Hello-Maxthon</link>      <description>            I have a love hate relationship with FireFox (FF). It has two plugins that are indespensible for web development: &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1843&quot; target=&quot;_blank&quot;&gt;Firebug&lt;/a&gt; and &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/60&quot; target=&quot;_blank&quot;&gt;The web developers tool bar&lt;/a&gt;. But as I have posted before, it all but renders my laptop useless. I had to tweak it to death to get it to run acceptibly  on the workstation at work  I don&apos;t like IE 7. No reason really. I just don&apos;t like it. IE 6 is ok by not having tabs or plugins sucks.  On a friends advice I tried out Maxthon. It is basically IE 6 with FF like shell. It is not the greatest but I have tabs , all the tools I need for regular browsing and it is *only* eating up about 28 megs ram with 10 tabs open and hardley uses any processor. FF would be crawling under this sort of load, eating a couple hundred megs of ram and pegging the proccessor.  So if you need an alternitive for regular browsing you should give it a try.  &lt;a href=&quot;http://www.maxthon.com/&quot; target=&quot;_blank&quot;&gt;http://www.maxthon.com/&lt;/a&gt;       </description>            <category>Tools</category>                <category>Working Smart</category>                <pubDate>Fri, 23 May 2008 21:56:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/5/23/Hello-Maxthon</guid>           </item>          <item>      <title>FireFox - Just like a disfunctional relationship</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/3/23/FireFox--Just-like-a-disfunctional-relationship</link>      <description>            I loved firefox at one time. She had everything I wanted and needed, and more, from a browser. She was fast, nimble, extensible, she had and did everything I needed. And I do mean EVERYTHING. She was HOT!!  Then we got married. She put on a lot of weight, she became very sluggish and started to really slow me down. She uses all of my resources and will sit there and do nothing for long periods of time so I cannot do anything else but wait for her.  It is over baby. You are a fat, sluggish, resource hogging glutton that is taking more than you give.  I still love you, but I have to move on. And even though I will be dating your red headed step sister I will still want to see you from time to time so I can use firebug.  Open Source used to be so sexy. What happened to you? Are you becoming like Britteny Spears?       </description>            <category>Tools</category>                <category>Bad code</category>                <category>FireFox</category>                <category>Working Smart</category>                <pubDate>Sun, 23 Mar 2008 02:05:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/3/23/FireFox--Just-like-a-disfunctional-relationship</guid>           </item>          <item>      <title>I don&apos;t know shit....</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/2/16/And-one-IDE-to-rule-them-all</link>      <description>            If you are a CF developer (or web developer) and you are still using DreamWeaver or Homesite or CF studio and not using Eclipse or any other of the advanced IDE&apos;s like Komodo, Visual Studio, Aptana, NetBeans etc, &lt;b&gt;*you literally have no idea what you are missing out on*&lt;/b&gt;.   If you use F1 on DreamWeaver, Homesite or CF studio as a  &lt;b&gt;&lt;i&gt;primary source  &lt;/i&gt;&lt;/b&gt; of information about programming, CSS, HTML and your available options  &lt;b&gt;you are also missing a HUGE piece of information &lt;/b&gt;.  I have been using Eclipse for about 9 months now and the one thing it has taught me is how little I know. When I first fired up CF studio some 10 odd years ago I looked at all the CF related buttons and the options and felt clueless.   By using various Eclipse distros like the one provided by Pulse I feel even more clueless than I did 10 years ago. AND I have a working knowledge of web development and client and server side languages like JS, SQL, XML, XSL, HTML, XHTML, CSS, ASP, PHP, RegEx, CFML etc under my belt. As well as being exposed good doses of VB, ASP.NET,  C#, ROR, Java, PERL, Python etc over the years.  The one thing I am finding out that I don&apos;t know shit.  At FSU the is an engraving on Dodd Hall that reads &quot;The half of knowledge is to know where to find knowledge&quot;   Now I know the other half of knowledge is making sure that you are being exposed to *new* knowledge on a regular basis.  If you explore Eclipse it will end up teaching you more than you can possibly imagine.   Literally.       </description>            <category>Open Sores</category>                <category>IDE&apos;s</category>                <category>Eclipse</category>                <category>Learning</category>                <category>CFEclipse</category>                <category>Working Smart</category>                <category>Professional Development</category>                <category>Tools</category>                <category>ColdFusion</category>                <category>Rants</category>                <pubDate>Sat, 16 Feb 2008 03:39:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/2/16/And-one-IDE-to-rule-them-all</guid>           </item>          <item>      <title>My new favorite things: Groovy and Grails</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/2/13/My-new-favorite-things-Groovy-and-Grails</link>      <description>            I ran into it here. &lt;p&gt;&lt;a href=&quot;http://www.barneyb.com/barneyblog/2008/02/11/barney-and-the-holy-grail/&quot; target=&quot;_blank&quot;&gt;http://www.barneyb.com/barneyblog/2008/02/11/barney-and-the-holy-grail/&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;Sean Corfield wrote on it &lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://corfield.org/blog/index.cfm/do/blog.entry/entry/Grails__a_first_look&quot; target=&quot;_blank&quot;&gt;http://corfield.org/blog/index.cfm/do/blog.entry/entry/Grails__a_first_look&lt;/a&gt;&lt;/p&gt;    &lt;p&gt; I have been looking for a replacement for CF for some time now. I am not taking any chances and started learning Java. As you might know Java is huge and it is going to take a while to get up to speed with it. I have played with ROR and and Jruby I am not fond of the syntax or the development process &lt;/p&gt; &lt;p&gt;Enter Groovy and Grails. Grails makes some pretty complex and advanced techniques ridiculously easy to do. And the language is similar enough to CF and CF script to make the learning curve and barrier to entry not as steep as say Ruby or Java. And since it creates Java Byte code it should (in theory) run side by side with CF (That is this weekend&amp;#8217;s science experiment). Basically to lets you write Java apps with out having to actually write Java.&lt;/p&gt;   &lt;p&gt;&lt;a href=&quot;http://dev2dev.bea.com/pub/a/2006/10/introduction-groovy-grails.html&quot; target=&quot;_blank&quot;&gt;http://dev2dev.bea.com/pub/a/2006/10/introduction-groovy-grails.html&lt;/a&gt;&lt;/p&gt;   &lt;p&gt;&lt;a href=&quot;http://groovy.codehaus.org/&quot; target=&quot;_blank&quot;&gt;http://groovy.codehaus.org/&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;a href=&quot;http://grails.org/&quot; target=&quot;_blank&quot;&gt;http://grails.org/&lt;/a&gt;&lt;/p&gt; &lt;p&gt; &lt;br /&gt; &lt;/p&gt;       </description>            <category>Grails</category>                <category>Tools</category>                <category>Open Sores</category>                <category>Java</category>                <category>Working Smart</category>                <pubDate>Wed, 13 Feb 2008 20:54:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/2/13/My-new-favorite-things-Groovy-and-Grails</guid>           </item>          <item>      <title>CF 8 at work!!! YES!!!</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/1/31/CF-8-at-work-YES</link>      <description>            We pitched CF 8. Not really. The topic came up and our CTO looked at the specs and was all over the Exchange integration. His words &quot;This is Huge&quot;.  Cold fusion is the best web app server there is. Period.       </description>            <category>Tools</category>                <category>AJAX</category>                <category>ColdFusion</category>                <pubDate>Thu, 31 Jan 2008 00:39:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/1/31/CF-8-at-work-YES</guid>           </item>          <item>      <title>Some of my favorite things: CF, PHP, Java, ROR  all playing together. Literally.</title>      <link>http://www.myinternetisbroken.com/index.cfm/2008/1/19/Some-of-my-favorite-things-CF-PHP-Java-ROR-all-playing-together-Literally</link>      <description>            I am in search of the perfect application stack. There are many things about the above app stacks to love. I like them all.  I have used all of the above to varying degrees. I have been on the Java train for some time and have been trying to get my head around it for the last few months. I wrote a couple POC apps in ROR to see what the hype is about and have been using PHP for years. And CF has been by my side for the last 10 years or so... A while back I was giving jRuby a spin using GlassFish and NetBeans and I really liked it. I liked it a lot. I also liked working with Java in NetBeans.  The thing is, I can&apos;t get them to play together all under one roof.   CF runs on Java so that is a given. &lt;a href=&quot;http://php-java-bridge.sourceforge.net/pjb/&quot;  target=&quot;_blank&quot;&gt;PHP can play with Java&lt;/a&gt; a and ROR has been &lt;a href=&quot;http://jruby.codehaus.org/&quot; target=&quot;_blank&quot;&gt;ported to Java via JRuby&lt;/a&gt;y. CF can &lt;a href=&quot;http://corfield.org/blog/index.cfm/do/blog.entry/entry/ColdFusion_8_running_PHP&quot; target=&quot;_blank&quot;&gt;talk to PHP and Ruby&lt;/a&gt;. I just wish I could get the all to run together, on the same machine, on the same web/app server, on the same port.  So I tried to install CF 8 as a WAR file on &lt;a href=&quot;https://glassfish.dev.java.net/&quot; target=&quot;_blank&quot;&gt;GlassFish&lt;/a&gt; and it worked. But CF 8 Enterprise is $7500, so I tried installing Railo and that is running fine. I am about to see if I can get JRuby and php/Java bridge to run as well.  If I can get all of these to run on the same server (on the same port) I will have the perfect platform. The RAD capabilities of CF and ROR, the bazillion OS PHP web apps out there and the power of Java (and bazillion prebuilt Java apps and tags as well).       </description>            <category>Working Smart</category>                <category>Tools</category>                <category>Open Sores</category>                <category>Java</category>                <category>PHP</category>                <category>ColdFusion</category>                <category>Rants</category>                <pubDate>Sat, 19 Jan 2008 21:16:00-0700</pubDate>      <guid>http://www.myinternetisbroken.com/index.cfm/2008/1/19/Some-of-my-favorite-things-CF-PHP-Java-ROR-all-playing-together-Literally</guid>           </item>     </channel></rss>