rss
twitter
    Find out what I'm doing, Follow Me :)

CF Dude Splash Screen for Eclipse

Taking some inspiration from Ray Camden, I decided that I wanted to tweak some of the visual aspects of Eclipse.

See, I have ColdFusion Builder installed as a plug-in, rather than the stand alone version. As a result, I don't get the cool icons or splash screen, but I wanted to change that. I was able to find where Eclipse keeps the 'splash screen' image and I created my own - here is how you can too.

  1. Shut down Eclipse or CF Builder.
  2. Save the image below to your computer.

    (Isn't that just an awesome picture? Ray and I literally spent minutes on it)
  3. Search your Eclipse or CF Builder directory for a file named 'splash.bmp'.
  4. Rename this file to something like 'splash_old.bmp'.
  5. Copy the image you saved in step 2 to the directory where 'splash.bmp' was found.
  6. Start Eclipse or CF Builder.
  7. Enjoy!

I should note that I did find a configuration file that could be edited to tell Eclipse what file to use, but rather than totally messing up my set up, I figured it would be easier to just rename the files.

I am an ACP - Adobe Community Professional

Yesterday, Liz Frederick of Adobe announced 1) The Adobe Community Expert program was being re-branded as Adobe Community Professional and b) the list of participants in this program for 2010.

I am on that list!

I consider it an honor to not only be part of the program (again), but to have my name listed along side some of the greatest people and brightest minds in the ColdFusion community.

Thanks Adobe!

CF Fantasy Football

So, I am a fantasy football nut.  Each year, I usually have 3-4 teams on various sites (such as ESPN.com, NFL.com, etc). The problem is that I rarely know anyone else in the league and that kind of takes some of the fun out of it.

So, this year, I decided to start my own league and invite people I know, or at least know of, to join.  I took the geek route and named the league 'CF-ootball' and each division name is a previous CF pre-release code name - yea, I know it's so geeky, its bordering on uncomfortable.

Anyway, if you are interested, let me know by leaving a comment below, and make sure you use a valid email address there I can sent the invite.

Golf at CFUnited

Have you registered for CFUnited yet?  If not, why not? The 'early bird' discount ends tomorrow.  So, go register.  Go ahead...I'll wait....

OK, now that we got that out of the way, we can talk about the real important stuff. How many of you knew that one of the amenities if you stay in the hotel was that you get a free round of golf at the resort?  I am sure it will come as no surprise to anyone that I think this is way cool. I love golf, and take any opportunity to play new courses. I have heard great things about the courses at Lansdowne, but have not played there yet (even though its only about 45 minutes from home).

I was planning on getting a group of people together for a little outing. I was thinking Wednesday Tuesday would be the best day.  I would make any arrangements with the golf course and we can kind of play as one big group.  There is one caveat though, if you sign up to play in this little outing, you will be randomly placed in groups with other CFUnited attendees/speakers. I think this is a great way to get to know other people.

So, who's with me? If you are interested, please leave a comment below and I will start to make the arrangements.

*UPDATE*

Please note I got the day mixed up, I was thinking of doing the little outing on Tuesday, NOT Wednesday.

I Will Be...er...Performing...at CFUnited

This year at CFunited, Liz is planning an 'Open Mic' night where conference attendees will be able to share some of their talents.  If you have some kind of talent, sign up to preform. Currently there are people signed up to play music, perform magic and read poetry.

Based on the fact that I spent a short period of time performing stand-up comedy, Liz, from Stellr, has asked me to be the emcee for the Open Mic. What does this mean?  Well, I will be the one introducing all the acts, and interspersing some of my old stand-up routine (and hopefully some new stuff) in between performers.

A friend told me, "if you do good, the audience will love it, and well, if you bomb, the audience will love it, but in a different kind of way. So for the audience, its a win/win". I find it hard to argue with that logic, but really hope I don't bomb. 

Oh, and hurry up and register, the early bird ends real soon. The chance to see me make a complete fool of myself might just be too good of an opportunity to pass on. You know you want to see if I will, so you better be there.

You Know You Want One Of These

Last week my company, Alagad, announced an opportunity to win some cool stuff that will be available for attendees of cf.Objective() and CF United.

Aside from the cool prizes such as a Wii, an iPod Touch,a Mac Mini and others, you can also win a kick ass laptop bag.  All the Alagadinas were fortunate enough to have been given one of these bags and I have to say its pretty sweet - by far the best laptop bag I have owned.  The bag alone is worth the effort to enter the contest, the other stuf is just icing.


 

 

Don't forget to look for the Alagadians next week in Minneapolis!

Pre-Conference Golf

cf.Objective() is rapidly approaching and its time to take care of something very important....finalizing the plans for the pre-conference round of golf.  Myself and several other CF-ers are planning to play golf on Wednesday afternoon (5/13) before the conference kicks off.

If you are interested in joining us, please leave a comment here.  We plan on choosing a course and time and booking a tee time very soon.

Help Me Help a Friend

Sometime around the New Year, Joe Rinehart's wife, Dale, was diagnosed with Multiple Sclerosis (MS).  For those who do not know Joe, he is the author of Model-Glue and a tremendous asset to the ColdFusion community.

Myself and several other members of the ColdFusion community decided that we wanted to pool our resources and try to help offset some of the large medical bills Joe and Dale will surely begin to receive.

If you would like to help us help Joe and Dale, please visit http://www.helpsupportjoeanddale.com/ and make a small donation.

Thanx in advance!

Let Your Voice Be Heard About CFunited '09

The planning of CFUnited 09 is well under way.  The folks at Stellr have put together a short survey for attendees (and perspective attendees) to be able to vote on what topics they would like to see covered at the conference this year.

So, if you are planning on attending the conference, go on over and take the survey.  It should take no more than a few minutes...go ahead..I'll wait.

Oh...one thing before you go...I hear that Stroz guy is an excellent speaker ;)


Mac OS X + CF 8 + Multi-server install + ImageGetBlob() == FAIL

I have been fighting an issue with ImageGetBlob().  I am trying to run some very simple code:

<cfimage action="read" name="img" source="#expandPath("zoid.jpg")#"  />
<cfset moo = ImageGetBlob(img) >

When I run this on my dev macine, which is running Mac OS X with ColdFusion 8 installed as 'multi-server', I get a JRun 500 error, the first few lines of which are:

ROOT CAUSE:
java.lang.NoClassDefFoundError
at coldfusion.image.Image.getImageBytes(Image.java:519)
at coldfusion.runtime.CFPage.ImageGetBLOB(CFPage.java:5642)

There have been 2 other people who are running ColdFusion under similar operating system/server install configurations that get the same error.  I have also asked someone running ColdFusion 8 as a 'stand alone' on a Mac and the code works as expected.  The code also works as expected on Windows XP running ColdFusion 8 as a 'multi-server install.

Has anyone else seen this problem?  If you are running ColdFusion on a Mac, either as a 'stand alone' or 'multi-server', would you mind giving the code above a try (obviously changing the image path) and reply back to say if you were successful or not and what your set up is?

Thanx in advance!

 

More Entries