Stretch Media
home services Solutions news about us Blog contact us

ColdFusion & Flex Hosting

If you knew me, you'd know that this post is about the last thing you'd expect coming from me. However, after recent experiences, I can't help but put a word out for GoWest Hosting.

I've been focusing on a full-time job for the last 2 years now, and as a result, my consulting business has all but ceased to exist. I've maintained a dedicated server to maintain previous clients over this time, but financially, it just wasn't making sense any more. Therefore, I undertook the arduous task of transitioning clients off of it so I could get rid of it (and its expensive monthly cost) because I wasn't recouping the cost from hosting fees.

I've put this off for 2 years because the thought of finding a compatible hosting company to support the ColdFusion and database services most of my projects required plain scared me. With all the remoting-config.xml and services-config.xml (not to mention data-management-config.xml with LCDS) to setup I figured it was going to take a very understanding hosting company to maintain these sites.

I found just such a company in GoWest hosting. I have used other services in the past, and most recently an Adobe endorsed provider for the Austin Flex User Group site (I won't mention names, but it shouldn't be too hard to track down who they are). The service and support from this (and other, but especially this) company was absolutely pathetic. I've found that too often these days it's easy to just expect sub par services and support because it seems to be becoming the norm... and so you just deal with it and think 'hey, it could be worse i guess'. Seriously though... a lot of times customer support is literally becoming an afterthought (eg. Dell's troubles in the past few years, and their 180 reversal to try and gain back disgruntled customers).

When I first contacted GoWest to ask them if they could support what I needed, not only did I get a quick response to the positive, but also an offer to setup a trial account and test it out before committing to a hosting plan. I took them up on this offer, and in fact their system did support what we needed, and was easy... really easy... to setup. It literally took me 10 minutes to ftp contents directly over, backup and restore the database, and fire up the site. Not one glitch in the process, and all done through their control panel interface. I immediately sent them an e-mail stating my joy over this.

There was a bit more correspondence to come in setting up the ColdFusion services, and after a thread of about 30 emails back and forth we did get it working. Now, I'd like to step back and point out again, I hadn't given them a single dollar yet, and we could have potentially hit a roadblock in the setup which could have resulted in me saying 'thanks for your help, but I'm gonna have to look elsewhere'.

This didn't happen and everything got transitioned over just fine. GoWest is now the new hosting provider for my clients, and I know they're in good hands given the service I received during the process.

That's my pitch for the day... and hope that more Flex/CF developers read this and look to GoWest for their hosting... I know I will be in the future.

http://www.gowesthosting.com

A Persistent/Interactive Tooltip in Flex

I came across a requirement at work a few weeks back which involved an "interactive" tooltip... We needed to provide a summary of information in the tooltip, but then provide a link button to a more detailed document.

I came up with the following example by creating some functionality around the DataGrid mouse movements to display a "tooltip" (in reality a Menu instance) at the mouse position. Rather than digging into the framework to try and extend the ToolTip class to make it "stick" when moused over, I realized we've got popup menu functionality like that already. Slap a custom menu item renderer in there, skin it, and you've got a mousable, interactive tooltip instance.

I could have gone the extra mile and created a custom DataGrid instance using this new functionality, but I'm lazy so I'm just going to post the instance I implemented and let you figure out how to implement it for yourself :-) The idea being that it could be just as easily implemented on any List based control, and even with a bit of work any component in the Flex framework. Just modify the renderer to fit the content you need!

Example Here

Source Here

Copy from DataGrid to Clipboard/Excel in Flex

A really simple example today for a pretty useful feature... being able to copy contents from a datagrid (or any structure which uses a dataProvider for that matter) onto the system clipboard, and into an application like Excel.

Excel is able to recognize an HTML table format and pastes the structure into appropriate cells. The following example is tailored to that type of structure, but can really be formatted to whatever needs you have by modifying the createHTML() (or more appropriately named) method.

View example here : Example

And source here : Source Code

Flex Prominent on Webware 2007 Hits & Misses

It was nice to see that Flex was right up there with Google in the "Hits" category for 2007 with AIR from Adobe as well as the online photo editing site Picnik.

See Full List

A good indication of great things to come in 2008!

riajobs.com & riacareers.com

So let me start off by saying I'm not really fond of domain name squatters, but unfortunately I've become one of them :-)

I registered a couple of domain names back in 05 while doing contract work through recruiting agencies. It didn't take long for me to establish a sincere dislike for recruiters, and although I'm sure there are great ones out there, I feel the vast majority aren't qualified to do their jobs.

But enough about that...

I registered both riajobs.com and riacareers.com with the intention of creating a marketplace where developers could get in contact "directly" with employers... and vice versa... I noticed another site recently (www.nauglegroup.com) founded by Kevin Langdon and upon seeing it though "that's what I intended to do".

However, given time and commitment constraints, it hasn't happened yet, and probably won't for quite a while.

So that leaves me to ask the question, what/where/how can these be put to best use? I'd obviously love to sell them for a million bucks, but that's unlikely. I talked with John/Tom over at 360 Conferences about using them for their recent ideas on RIACommunity.

Does anyone else have thoughts on this topic?

What is Adobe Thermo? - Answer: Designer/Developer Integration

Notes taken from the keynote at MAX:

- an RIA design tool

- allows designers to create rich internet applications with logic embedded

- allows them to wire up interactivity without working any code

- allows them to use dynamic data without having access to the data source

- seamless workflow for developers working with flex builder

- can access Flex source code for the design

- taking a layered image from photoshop, and importing the psd file into Thermo generates layout and code for that layout.

- converting artwork to components on the fly (wow, very cool)

- they take a rectangle graphic, right click, convert to a TextInput component, and it retained the text within the graphic (made default text of TextInput component), all style information on the graphic is transferred to component (including font styles)

- highlight multiple graphical elements, and converted the group to a list, and creates a design time data set with the selected images to power the list

- changed padding on list items, and an onion skin of original image placement was retained for reference but just with reduced opacity

- edited an item in the list in place, and added an event to it to go to a new state, applied a transition to the state change. The state change was a size change, and was able to preview the increase in size, with the transition effect applied. Added some text information underneath the new state, which had fade effects applied to it. Was able to stagger effect play times using a simple gantt chart type tool.

- automatically provides lorem ipsum text for testing, and can define the number of words to show for it.

- takes two selected rectangle and converts to a scrollbar instance (seriously?... no way...) Able to identify the different layers of the graphic selection as the different components of a scrollbar. Associates the new scrollbar with the list using a wiring handle to simply drag over the list that it should affect, binding the two components together.

- able to easily add new items to the design time data collection

- and it all just works... amazing... bring on the applause :-)

- thermo and flexbuilder share the same project format, meaning designers and developers can very easily collaborate during development cycle.

- can expect early alpha/beta next year (2008).

Google Analytics AIR Beta

Someone forwarded me a link to this today and I was absolutely blown away. I spend the majority of my time creating reporting dashboards for my current employer, and Google Analytics is very similar to the solutions we try to achieve at the office.

In addition, I use Google Analytics for stats tracking on my own personal sites, and while their interface for use is great, I love the fact that Nicolas has put together a Flex/AIR interface for this. I'll be getting involved in testing/giving feedback, and I'd encourage others to check it out and do the same. I'd like to think this blog appeals to the more "charting-oriented" of us, so hopefully there's a few of you who will enjoy this as much as I do... :-)

http://www.aboutnico.be/index.php/google-analytics-air-beta-sign-up/

Flex is Catching On... a conversation on the Train

More than a few times on my commute into or home from work, I see people plugging away on laptops, and wonder what they're working on. Sometimes, if I'm sitting directly behind them, I can make out the Eclipse IDE view, and immediately think "Hey, maybe they're working with Flex?"... I'm not peeping, or want to intrude by asking what they're doing (would be kind of rude no?)... but still wonder.

Then this morning, for the first time ever, I overheard a couple of guys above me discussing Flex. Well that's kind of neat isn't it... a sure sign that the Flex buzz is really catching on. I caught bits of the conversation, and the two guys (one with a background in Flash) had nothing but positive things to say about the framework, and ability to create "cool" things easily.

So a word of caution... don't sit close to me on the train if you want your privacy ;-)

360Flex Conference - Seattle

A quick note that I'll be doing a presentation at the 360Flex conference in Seattle from August 13th to 15th. More details to come as I finalize a topic. Looking forward to seeing even more talented/aspiring/curious Flex developers than we had in San Jose.

360 Flex - Seattle

Chart Range Selector - Take Two

After the great feedback I've gotten from the previous post, I decided to add a tad bit more functionality... namely the ability to drag the upper and lower selected chart areas. Same link as before... just click and drag...

http://www.stretchmedia.ca/code_examples/chart_range_selection/main.html

Flex Chart Range Selector - Google Finance'ish

So I noticed some posts re: this type of component on flexcoders the other day, and being that I was bored at work on this sunny Friday afternoon, decided to give it a whirl. Right click to view source inside app...

http://www.stretchmedia.ca/code_examples/chart_range_selection/main.html



After I finished putting this together (in all of 45 minutes) I was as giddy as a little kid because it's just so damn COOL... Yeah, it doesn't have all the bell's and whistles that the graphing on Google Finance has, but still, can you imagine how long this effect would have taken to do in Flash?

Three words... "I love Flex"...

Have to give credit to Ely Greenfield (for his data generation function, and let's face it, for being The Man) as well as Doug McCune for his Dual Slider component (which is better than the one I did, which is why I used it here).

More Entries

BlogCFC was created by Raymond Camden. This blog is running version 5.5.1.