JUN 27 2009

Palm Pre's WebOS Mojo SDK leaked to the wild

at: 10:55 AM | Filed under: Palm Pre

comments (0) Views: 181 read more

The real question is whether the "leak" was from within Palm, or from without. The smart money is that Palm released it, but regardless...get it while you can. The Palm Pre is considered by many to be one of the only real contenders to the iPhone. With it's innovative WebOS which allows developers to build real apps using an HTML / CSS / JS layer, applications should be soon pouring out from Palm's official app store.

JUN 26 2009

New document template, CSS, JS, HTML

at: 7:38 PM | Filed under: CSS

comments (2) Views: 180 read more

Over the past 5 or 6 years since I've gotten deep into CSS development, I've slowly and surely created a generic template that I use for any new HTML project. While it's not perfect, it's an excellent starting point for most new websites, or web applications. For quick development, I use a text editor called Editplus. It's fast, and offers a whole raft of features including the ability to define a template for any number of file types. The template I use contains most of the things that I want in any new document. While it mostly consists of CSS declarations, it does also have some quick hooks for jQuery, JavaScript, and CSS includes. So here it is...do you have any suggestions for good additions, or questions?

JUN 24 2009

New development releases: CFEclipse 1.3.4 and Eclipse 3.5

at: 11:52 AM | Filed under: ColdFusion, technology

comments (2) Views: 276 read more

This week the Eclipse team released Eclipse 3.5, code named Galileo. This release includes 3 new projects: Data Tools Platform, Eclipse Web Tools Platform Project, and Source Editing.

JUN 21 2009

jQuery and AIR: Transparent AIR applications with custom chrome

at: 9:57 PM | Filed under: AIR, Fireworks, jQuery

comments (1) Views: 288 read more

Most AIR application developers put lots of time and effort into the functionality of an app. It does lots of things, it slices, it dices, it juliennes. The problem is that, like many websites, those same developers don't put much time into, or even give much thought to, the interface. The AIR SDK provides a lot of power to developers when designing the look and feel of an app. In this article I'm going to show you how easy it can be to design, and use, transparency and custom buttons in your AIR application. Let's get started, but first, as always, here's a link to download the entire Aptana project. Oh, and here's what you'll need to follow along.

Project Requirements

  • Aptana (standalone, or the Eclipse plugin)
  • Fireworks / Photoshop (or some image editor capable of exporting transparent PNG-24 files)

JUN 20 2009

New Adobe Centaur (ColdFusion 9) wallpaper

at: 7:36 PM | Filed under: ColdFusion, From a former designer, Wallpapers

ColdFusion 9 wallpaper What the hell...here's another wallpaper. Also inspired by the user group tour, this one's got to do with the killer shirts that Adobe handed out to everyone. It features this sweet logo (found in the middle of the wallpaper), on a black t-shirt. I just started playing around with this one and this is what I came up with...hope you like it. Standard, widescreen, and iPhone versions available.

JUN 20 2009

New ColdFusion Bolt (ColdFusion Builder) wallpaper

at: 7:29 PM | Filed under: ColdFusion, From a former designer, Wallpapers

comments (0) Views: 352 read more

ColdFusion Bolt wallpaper I've got a new wallpaper for you guys. This one's inspired by the recent Adobe ColdFusion User Group tour stop in Nashville promoting Centaur (ColdFusion 9) and Bolt (ColdFusion Builder). While Greg Wilson was flipping between applications, I kept catching a glimpse of the Bolt icon. I immediately thought that it would make a fantastic wallpaper and that's just what I did. This one's inspired by what I saw on screen, but doesn't necessarily represent the final artwork for Bolt. Standard, widescreen, and iPhone versions available.

JUN 19 2009

ColdFusion 9 / ColdFusion Builder User Group Tour: New features - server manager, cfspreadsheet, and cfmap

at: 8:40 AM | Filed under: ColdFusion, ncfug

comments (0) Views: 277 read more

Greg Wilson was in Nashville last night for the 2009 Adobe ColdFusion/Flex User Group Tour. He presented to a group of about 60 people at the Dave Ramsey campus in Cool Springs, TN. There was free food, drinks, and lots of great swag; both from Adobe, and from Dave Ramsey (thanks to both companies for the great stuff). The event got started at 7pm with Greg taking the stage around 7:30. He spoke for about 2 hours and covered lots of great features from ColdFusion 9 and the recently, publicly, named ColdFusion Builder (aka Bolt). Since I read blogs, follow mailing lists, and twitter religiously there wasn't a ton of stuff that I hadn't already heard about, but there were a few new features that I'd like to mention that really got the wheels in my head turning. I'll mention 3 of them in this post.

JUN 14 2009

New ColdFusion 9 wallpaper

at: 6:42 PM | Filed under: ColdFusion, From a former designer, iPhone, Wallpapers

comments (6) Views: 1265 read more

ColdFusion wallpaper thumbnail You may remember the ColdFusion Bolt wallpaper that I released a while back. I designed it right after the announcement that Adobe was developing a ColdFusion IDE. Adobe will also be releasing the next version of ColdFusion, codenamed Centaur. This past weekend I decided that my site was a little light on design flavored posts so I whipped up this wallpaper to commemorate the pending release of ColdFusion 9. I've also written my first Photoshop tutorial documenting the steps I took to design the wallpaper! So dig in and enjoy...you can download the wallpaper below.

JUN 14 2009

Creating a starfield, planet, and zoomed text in Photoshop CS4

at: 6:41 PM | Filed under: From a former designer, Photoshop, video, Wallpapers

comments (2) Views: 251 read more

ColdFusion wallpaper thumbnail This will be the first in, what I hope will be, a long series of Photoshop tutorials. First off, let's take a sneak preview of what we'll be designing...that's it to the right there. I'm using Creative Suite version 4, but most of these steps can be duplicated in older versions of either of these applications. The steps won't have any screenshots because I'll be recording a video that you can use to follow along. Let's go ahead and get started.

JUN 12 2009

jQuery and AIR: AIR methods abstracted into jQuery plugin

at: 11:59 AM | Filed under: AIR, jQuery

comments (2) Views: 322 read more

Before getting your hopes up, no this isn't a post with real code, or even pseudo code. It's meant more of a challenge, either to myself, or to someone else, to take this idea and run with it. You know about my love for jQuery and AIR and so don't take this as a complaint. AIR (with jQuery) makes it easy for traditional web developers to build high impact desktop applications. But it could be even easier. Take the following examples...

JUN 8 2009

jQuery and AIR: Importing an AIR project into an existing workspace

at: 9:51 PM | Filed under: AIR, Aptana, video

comments (0) Views: 278 read more

video camera icon Now that AIR tutorials and articles are becoming more and more widespread, and bloggers such as myself are offering complete projects which can be downloaded, I thought it would be a good idea to quickly review the proper way to take an existing project created in Aptana and import it into your Eclipse workspace. Sure you could create a new project on your own, then manually import the files...but that's too much work. Let Aptana work for you. As always, you can watch the video to the right for a quick reference. We'll be importing the project created during my jQuery and AIR: Writing content to the file system via drag and drop blog post. If you're using this project, go ahead and download that, then come back and we'll get started.

JUN 8 2009

ColdFusion User Group Tour comes to Nashville

at: 9:16 PM | Filed under: ncfug

comments (0) Views: 134 read more

This is just a quick post to remind everyone of the user group tour showcasing the next release of ColdFusion. The Nashville ColdFusion User Group is proud to host this event again and we're planning on a great turn out. Greg Wilson from Adobe will be speaking on Thursday, June 18 at 7:00pm (next week!). We're going to have food/drink and a few thousand dollars worth of awesome giveaways!

JUN 7 2009

jQuery and AIR: Writing content to the file system via drag and drop

at: 8:39 PM | Filed under: AIR, JavaScript, jQuery, video

comments (8) Views: 1517 read more

In this installment of my jQuery and AIR series we'll be exploring the ability to write content to the file system using AIR's built in file system access. We'll be copying images, and writing JavaScript variables as text files. We'll also be using jQuery UI's draggable and droppable libraries so that we don't have to write that functionality ourselves. First, a preview of what we'll be creating, and then we'll get started.
AIR app preview

MAY 28 2009

Presenting tonight to the Nashville CFUG. jQuery and AIR development

at: 10:10 AM | Filed under: AIR, JavaScript, jQuery, presentations

comments (0) Views: 264 read more

I'll be presenting to the Nashville CFUG tonight. The session is titled "jQuery and AIR: Desktop Design for the Front End Developer".

MAY 26 2009

jQuery and AIR: Creating a new AIR project in Aptana

at: 10:09 PM | Filed under: AIR, jQuery, video

comments (6) Views: 2808 read more

video camera icon I'm going to start a new series here, titled jQuery and AIR. The goal is to disseminate as much information about JavaScript powered AIR applications as possible. If you're here, then you're already aware that the lion's share of information about AIR relate directly to Flex. While some of the code can be instructive for JavaScript developers, it's by no means a 1 for 1 translation. I aim to change that. By the way, these example require either Aptana Studio, or the Aptana plugin for Eclipse 3.2 or 3.3, with AIR support. Both of these apps are available for free.

MAY 20 2009

I'm in the newest CFConversations, cf.Objective() 2009 edition!

at: 6:06 PM | Filed under: CFConversations, cfObjective, podcast

comments (0) Views: 212 read more

During this year's cfObjective() I was invited to participate in one of Brian Meloche's CFConversation's podcasts. It's just been released and is available for your listening enjoyment over at the CFConversations website. That is all.

MAY 19 2009

cf.Objective() 2009 slides for jQuery and AIR presentation

at: 12:57 PM | Filed under: AIR, cfObjective, jQuery, presentations

comments (1) Views: 391 read more

I'd like to start off by saying thanks to everyone who came out for my session on jQuery and AIR on Saturday morning. I had a great time presenting, and I hope that you learned something from me. As promised, here's a link to download all of the presentation files, as well as my slide deck.

MAY 17 2009

cf.Objective() wrap up. The good, the bad, and the ugly.

at: 9:09 AM | Filed under: cfObjective

comments (3) Views: 217 read more

So I'm back at home after a whirlwind 4 days at cf.Objective(). Let me just tell you that it was awesome. This was a week of firsts for me. First time at cf.Objective(), first time speaking at a conference, first time being included in the conversations and happenings of all of the "cool kids", and first time in a while being away for my family for more than a day.

MAY 15 2009

iPhone Application Development BoF notes - cf.Objective

at: 11:22 PM | Filed under: cfObjective, iPhone

comments (0) Views: 253 read more

Big thanks to everyone who came out to the iPhone / mobile application development birds of a feather session at cf.Objective. HUGE thanks to Lawrence at Apress, and Betsy at O'reilly who bent over backwards to get us material to give away at our session. As promised, here's a list of some of the resources that Dan, Josh, and myself came up with. Please feel free to add your resources in the comments.

MAY 14 2009

cfObjective 2009 Keynote - The State of the Union

at: 8:11 AM | Filed under: cfObjective, ColdFusion

comments (0) Views: 582 read more

Keynote has started, Adam Lehman and Terrence Ryan from Adobe on stage.

commadelimited logo