Search
«« Previous      Next »»
Article Blog Date Posted Article Body
Adobe eSeminar on ColdFusion and Monitoring Ray Camden Feb 08 (Sorry for the somewhat simple blog posts this week - all day offsite with Adobe. I promise to return to my normal incredibly exciting posts soon...) ...[more]
China’s Ghost Cities Ricardo Parente Feb 07 ...[more]
ColdFusion offer from Intergral Ray Camden Feb 07 Intergral, makers of FusionReactor and FusionAnalytics, have a pretty cool offer for folks buying or upgrading ColdFusion:
Intergral and...[more]
Christophe Coenraets On Backbone.js And PhoneGap Ben Forta Feb 06 Fellow Adobe evangelist Christophe Coenraets recently [more]
Flex User Group 2012 Tour European Dates Ben Forta Feb 06 Following up on the Flex User Group 2012 T...[more]
Muse Rant: Open Letter to Sales People ColdFusion Muse Feb 06

In the immortal words of John Cleese "And now for something completely different." Please note that this post is intended to be funny. As a geek ...[more]

Ruby and JSONP Simeon Says Feb 06 I have been working on several mobile projects recently. The backends for these apps are very simple CRUD style admins. People either just need to pos...[more]
jQuery.whenSync() Plugin For Chaining Asynchronous Callbacks Using Deferred Objects Ben Nadel Feb 06 Last week, I started to talk about chaining asynchronous Validation rules using jQuery Deferred objects . After writing up that post, I thought I mig...[more]
Getting Started with ClojureScript (and FW/1) Sean Corfield Feb 05

There's been quite a bit of buzz about ClojureScript since it's...[more]

How Do You Start Writing Tests? Scott Stroz Feb 05

I am beginning work on a personal project and I started writing unit/integration tests as one of the first steps. As I started, I realized this is ...[more]

Job Opening for ColdFusion Developer at Arizona State University Ray Camden Feb 04 Just passing it along... (btw reader - I never did want to be a 'job poster' for the CF community sinc eothers do- but I've done a couple recently. A ...[more]
My Standing Desk The Crumb Feb 03 Many years ago, when I was drafting for a living, I stood at a table much like this one for most of the day. I had a stool but when working on large d...[more]
Job Opening for Sr. ColdFusion Developer in CA/ San Fernando Valley Ray Camden Feb 03 Just passing it on... Job Opening for Sr. ColdFusion Developer in CA/ San Fernando Valley Position:
  • Senior ColdFusion Developer
  • Contract...[more]
Update to my highlight/fadeout example - now with CSS hotness Ray Camden Feb 03 Yesterday I posted an example of ...[more]
ColdFusion Supports HTTP Verbs PUT And DELETE (As Well As GET And POST) Ben Nadel Feb 03 Over the weekend, I read an excellent book on building RESTful web services - the REST API Design Rulebook by Mark Masse . In the book, Masse describ...[more]
Creating a highlight/fadeout text effect on a tag cloud Ray Camden Feb 02 Yesterday I blogged a simple examp...[more]
My new adventure Dave Ferguson Feb 02 Well, For those of you not listening to the podcast, www.cfhour.com, after many years at Disney I decided to change jobs. Leaving Disney was not a...[more]
REST API Design Rulebook By Mark Masse Ben Nadel Feb 02 Over the weekend, I read The REST API Design Rulebook by Mark Masse . I absolutely loved this book! In a world where so many computer science questio...[more]
Cloudy with a Chance of Tests tonight 6pm EST Henke.ws - ColdFusion Feb 02

"Enlightenment must come little by little – otherwise it would overwhelm." – Idries Shah

I will be presenting[more]

Generate a tag cloud from an RSS feed with ColdFusion Ray Camden Feb 01 Earlier today Mike Henke asked if there was a way to generate a tag cloud from an RSS feed. While he was able to find a...[more]
Railo, ORM and MySQL 5.5.x gotcha Anuj @ ColdFusion, Flex... Feb 01 I was testing the ORM stuff in the latest version of Railo (3.3.1.000 final) and after setting up the ORM settings in Application.cfc, when I tried to...[more]
ColdFusion MeetUp: Cloudy with a Chance of Tests, with Mike Henke Ricardo Parente Feb 01 Our 6pm (US ET) talk on Thursday February 2 will be a “Cloudy with a Chance of Tests”, with Mike Henke. TOPIC DESCRIPTION: (provided by th...[more]
PhoneGap 1.4 Released Ben Forta Feb 01 PhoneGap 1.4 has just been released, and here's...[more]
Reminder - Adobe Cookbooks Ray Camden Feb 01 As a gentle reminder, don't forget the excellent resource that is the Adobe Cookbook, including over 200...[more]
Use A Return Statement When Invoking Callbacks, Especially In A Guard Statement Ben Nadel Feb 01 In a synchronous processing workflow, the Return statement tends to indicates the end of a given function's execution. In an asynchronous processing w...[more]
OpenCF Summit The Crumb Jan 31 OpenCF Summit is one of those conferences that I want to attend but life always seems to get in the way. I won’t be able to make it again this y...[more]
jQuery Mobile 1.0.1 Released Ben Forta Jan 31 jQuery Mobile 1.0.1 has been released, full list of enhancements in th...[more]
Using jQuery Deferred To Chain Validation Rules In An Asynchronous, Non-Blocking Environment Ben Nadel Jan 31 A while back, I blogged about how client-side validation is changing the structure of server-side validation ; with the client creating user-friendly...[more]
Ray Camden On Getting Started With PhoneGap Ben Forta Jan 30 The latest Inspire Magazine is out, and it includes an article by our own Ray Ca...[more]
RIACon 2012 Ray Camden Jan 30 RIACon 2012 will be held August 6th and 7th in beautiful Rockville, MD at The Legacy Hotel and Conference Centre. The official call for speakers will ...[more]
Bad use of tablet space - an example Ray Camden Jan 30 I came across something interesting in a tablet app today and I thought it was a great example of bad design. I hate to go critical, especially for a ...[more]
Bolt Talks – Do One Now Henke.ws - ColdFusion Jan 30

I had the privilage to participate in a Bolt Talk with [more]

Best of JavaScript, HTML5 & CSS3 - Week of January 23, 2012 Brian Rinaldi Jan 30

[more]

A long awaited update on coldfusiondocs.com Anuj @ ColdFusion, Flex... Jan 30 I launched coldfusiondocs.com in December, 2007 and back then, it was a Flex based app. I got feedback from several people and everyone liked the app....[more]
OpenCF Summit 2012 - Why You Should Attend Sean Corfield Jan 29

Last year I attended the first OpenCF Summit and [more]

How I Got Node.js Running On A Linux Micro Instance Using Amazon EC2 Ben Nadel Jan 27 In the past, I've dabbled with Node.js (a server-side JavaScript runtime environment) on my local MacBook Pro. If you know JavaScript, it's not too ...[more]
Searching across all resources in Chrome Ray Camden Jan 27 Thanks for this goes to Paul Irish. For a while now I've been trying to find a way to search for a value across mu...[more]
Thibault Imbert Introduces Flash Player 11.2 And AIR 3.2 Beta 4 Ben Forta Jan 27 Thibault Imbert has written a great post Int...[more]
A look at JavaScript Form Validation Ray Camden Jan 27 Validating forms with JavaScript has been possible since the very beginning of time... or at least the introduction of LiveScript (the original name b...[more]
Performance Tip - CF Builder 2 Plugin on Windows 7 64 bit ColdFusion Muse Jan 27

The Muse is a slow moving tools user. I just switched to CF Builder about a year ago in fact. Before that I was using CF Eclipse. I still use th...[more]

Cool Stuff with the Flash Platform - 1/27/2012 Brian Rinaldi Jan 27

A busy week (or so) of posts. The hot topic lately seems to be not just Stage3 but specifically 2D game development using Stage3D. Each week seems ...[more]

CF-FireLogger Brings ColdFusion Support To FireLogger Ben Forta Jan 26 FireLogger is server logger console for Firebug with built-in support for Python and PHP. [more]
Is Adobe ColdFusion Web Application Construction Kit series bad for new CFML developers? Henke.ws - ColdFusion Jan 26

I remember when I started programming ColdFusion fresh out of college in 1999. I had a 3 day ...[more]

Extending Classes In A Modular JavaScript Application Architecture Using RequireJS Ben Nadel Jan 26 Yesterday, I tried to apply some deep thinking to how dependencies should be managed in a modular JavaScript application architecture that is using R...[more]
A database utility class for PhoneGap Ray Camden Jan 26 I've done a few projects now that make use of PhoneGap's database...[more]
World Singles at Clojure/West Sean Corfield Jan 26

I was very pleased today to get confirmation that my team are all going to Clojure/West in San Jose in March!...[more]

Java, CFML and Frameworks Sean Corfield Jan 26

I get a lot of emails asking questions. Some of them come in directly to me, some via the Contact page on my blog. With the latter, developers have...[more]

Configuring and Running Railo Powered CFML Applications on Jelastic Cloud Akbarsait ColdFusion Web Log Jan 25 I have been watching the Jelastic Cloud for almost a month and finally I gave it a try last week. The team behind Jelastic did all the ground works fo...[more]
Nginx redirect www to non www domain Pete Freitag Jan 25

I've been playing around with Nginx web server over the past few days, its a great light weight web server, ideal for VPS's or sma...[more]

Managed Dependencies vs. Dependency Injection In RequireJS Ben Nadel Jan 25 In my journey towards understanding modular JavaScript application architecture, I've been using a lot of RequireJS . The RequireJS framework facili...[more]
«« Previous      Next »»



Back to Vince Collins' Blog