(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...)
Monitoring ColdFusion with FusionReactor
February 22, 2012
If your CF server starts acting up, how do you go about resolving problems? If you're on ColdFusion 8 or 9 Enterprise, you may know that you have a built-in ColdFusion Server Monitor. Did you know there is an alternative tool that supplements it well? FusionReactor is a commercial third-...
Posted by Ray Camden on Feb, 08 2012
|
...
Posted by Ricardo Parente on Feb, 07 2012
|
Intergral, makers of FusionReactor and FusionAnalytics, have a pretty cool offer for folks buying or upgrading ColdFusion:
Intergral and Adobe Inc. are running the following promotion up to Feb 29 2012. If you purchase either a new or upgrade license to ColdFusion 9 Enterprise, you will receive FusionReactor Enterprise Server Monitor 1 Year Subscription (RRP $399), absolutely free. If you purchase a new license of ColdFusion 9 Standard, you will receive a copy of FusionReactor Standard 1 Y...
Posted by Ray Camden on Feb, 07 2012
|
There's been quite a bit of buzz
about ClojureScript
since it's launch last July but it is a fast-moving target and a but
daunting to get started with. Fortunately, there's a
simple Leiningen
plugin called lein-cljsbuild that can make it pretty simple to
get up and running!
I'm going to assume you've already
got Leiningen
installed so let's get a small
FW/1
application up and running and then add some ClojureScript to
it.
First off, we'll install
the Leiningen
plugin fo...
Posted by Sean Corfield on Feb, 06 2012
|
Fellow Adobe evangelist Christophe Coenraets recently posted a three part article on building a CRUD application using HTML and the Backbone.js framework. He has now followed it up with a post on building a mobile app using Backbone.js And PhoneGap....
Posted by Ben Forta on Feb, 06 2012
|
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 with a sort of geek sense of humor I have to say that up front or some folks may miss it. The Muse does not typically castigate sales people over the phone unless they are calling from a NY boiler room (the stock kind - I actually have an affinity for maintenance people). I'm generally nice with the goal of getting off the phone as quickly as possible...
Posted by ColdFusion Muse on Feb, 06 2012
|
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 post some data or see what has been submitted. Then I can create an API that exposes the information for mobile consumption via JSON. Its hard to find an easier [...]...
Posted by Simeon Says on Feb, 06 2012
|
Last week, I started to talk about chaining asynchronous Validation rules using jQuery Deferred objects . After writing up that post, I thought I might be able to factor-out the core idea into its own jQuery plugin - jQuery.whenSync(). Like the native jQuery.when() method, the jQuery.whenSync() method takes a variable-number of argument ... Read More »...
Posted by Ben Nadel on Feb, 06 2012
|
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 the first project I am setting up from scratch and starting to write tests. (Other projects I have worked on I was brought in after the initial round of tests were already written. I simply needed to write new tests for new functionality we were adding.)
This lead me to think, how should I handle this? Should I write a bunch of tests, that I know wil...
Posted by Scott Stroz on Feb, 05 2012
|
Following up on the Flex User Group 2012 Tour: North America Dates dates (mentioned recently), Flex User Group 2012 Tour: European Dates have now also been posted....
Posted by Ben Forta on Feb, 04 2012
|
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 drawings standing was usually required. Then along … Continue reading →...
Posted by The Crumb on Feb, 04 2012
|
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 few because they were for my last job, and one for Adobe. Do folks mind these? Find them helpful?)
Web Application Developer
...
Posted by Ray Camden on Feb, 04 2012
|
Just passing it on...
Job Opening for Sr. ColdFusion Developer in CA/ San Fernando Valley Position:
Senior ColdFusion Developer
Contract to hire.
Seeking an advanced-level developer who lives to push ColdFusion and Object-Oriented Web development to the edge.
Job Description
Sr. Web Developer / Architect to drive the direction of the company's technology solutions, define and implement best practices and build lean, powerful and extensible functionality.
Work closely with Business/Systems A...
Posted by Ray Camden on Feb, 03 2012
|
Yesterday I posted an example of highlight/fadeout effects done with jQuery. It wasn't necessarily that exciting, but it's not something I've done before so it was fun to build. Fellow evangelist (and my boss, so yeah, his comments get special attention) Kevin Hoyt commented that what I had achieved would be possible with CSS and transitions.
Now - I will admit to being a bit codependent on jQuery. It's not like I'm addicted. I can stop using jQuery whenever I want to. In fact, I went out of my...
Posted by Ray Camden on Feb, 03 2012
|
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 describes how the various HTTP methods (also known as Verbs) are intended to be used to create, access, update, delete, and augment data within a RESTful web service API. As far as HTTP verbs go, I'm extremely familiar with GET and POST - the two ve ... Read More »...
Posted by Ben Nadel on Feb, 03 2012
|
Yesterday I blogged a simple example of how to turn an RSS feed into a tag cloud. Today reader JP commented that it would be cool if I could mimic an effect he saw in a Flash based tag cloud. Basically, as you mouse over each word, they light up. Here's what I came up with.
First off - I tweaked my data a bit. Instead of working with an RSS feed, I decided to hit my copy of CFBloggers and scan all the category data. My local database is a good 6 months old, but still has 48 thousand entries. Th...
Posted by Ray Camden on Feb, 02 2012
|
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 decision I took lightly. The decision process caused many sleepless nights and many moments of panic. But with the help of family and friends I was, obviously, able to make a final decision.
I have to say, leaving somewhere you have been for just shy of 11 years is tough. There is nothing that can prepare you for that day you resign nor the ...
Posted by Dave Ferguson on Feb, 02 2012
|
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 questions are answered with, " It depends ," or, " there's no 'right' answer ," Masse comes through with a book that says, No, these are the rule ... Read More »...
Posted by Ben Nadel on Feb, 02 2012
|
"Enlightenment must come little by little – otherwise it would overwhelm." – Idries Shah
I will be presenting Cloudy with a Chance of Tests tonight 6pm EST online for the Online ColdFusion Meetup tonight, Feb 2, at 6pm EST.
After most unit testing, ant, or Continuous Integration (CI) presentations I wasn't in the position to start down the path with uniting testing, acceptance testing, or any automated build process with my legacy code. This wasn't the fault of the presenters discuss...
Posted by Henke.ws - ColdFusion on Feb, 02 2012
|
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 year but that doesn’t mean you can’t go! :) For … Continue reading →...
Posted by The Crumb on Feb, 01 2012
|
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 solution quick enough (Wordle), I thought it would be kind of fun to try this myself. I knew that Pete Freitag had already blogged on tag clouds and ColdFusion, so all I had to do was generate my word data and pass it to his code. Here's what I came up with.
I began with a simple call to my RSS URL to generate a query of data. For my testing, this was the only thing I cached. ...
Posted by Ray Camden on Feb, 01 2012
|
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 run the code, I could not get Railo to create the database tables, even with dbcreate=”dropcreate”. Here is my code, that was not working :- The above code [...]...
Posted by Anuj @ ColdFusion, Flex... on Feb, 01 2012
|
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 the speaker) We will introduce CI (continuous integration) concepts and benefits. Hopefully you have seen presentations over ant, setting up Jenkins, unit testing and refactoring your code. I always walk away thinking this [...]...
Posted by Ricardo Parente on Feb, 01 2012
|
PhoneGap 1.4 has just been released, and here's a list of all that has changed....
Posted by Ben Forta on Feb, 01 2012
|
As a gentle reminder, don't forget the excellent resource that is the Adobe Cookbook, including over 200 ColdFusion Cookbook entries. Looks like it has been a while since content was added, so take this as a gentle push to yall to consider adding something.
...
Posted by Ray Camden on Feb, 01 2012
|
In a synchronous processing workflow, the Return statement tends to indicates the end of a given function's execution. In an asynchronous processing workflow, callbacks are more generally used to indicate the desired end of a given function's execution. That said, it is critical that a Return statement is also used in an asynchronous workflow in order to ensure that multiple callbacks are not invoked accidentally. This is a mistake that I have made many times and it always comes back to bite .....
Posted by Ben Nadel on Feb, 01 2012
|
jQuery Mobile 1.0.1 has been released, full list of enhancements in this blog post....
Posted by Ben Forta on Jan, 31 2012
|
A while back, I blogged about how client-side validation is changing the structure of server-side validation ; with the client creating user-friendly error messages, the server can finally streamline its validation and data processing using a light-weight, exceptions-based workflow. While I really like this evolutionary step in data handling, I realize ... Read More »...
Posted by Ben Nadel on Jan, 31 2012
|
Last year I attended the first OpenCF Summit and I thought it was a great event for a number of reasons.
It's back again this year, Feburary 24-26, in the same great location and it's just $72 for three days of collaborative education. What makes this conference so unique in the CFML world is that bridges beyond our community to worlds that would never normally see our favorite language. Last year, Chris Schalk came from Google to talk about their (free) platform services and to showcase CFML ru...
Posted by Sean Corfield on Jan, 30 2012
|
The latest Inspire Magazine is out, and it includes an article by our own Ray Camden on Combining your web skills with PhoneGap to build mobile apps....
Posted by Ben Forta on Jan, 30 2012
|
|
Our Central Florida based Client is seeking a Senior Web Developer to help lead multiple new Web Projects and Enhancements.
The ideal candidate will be...
From Software Resources, Inc. - 08 Feb 2012 04:18:23 GMT
- View all Orlando jobs...
Posted Feb, 08 2012
|
Client is looking for ColdFusion Programmer - Overland Park, KS. This is a fulltime permanent position. The Salary range ... degree and at least two years experience developing ColdFusion applications. Substantial working experience with......
Posted Feb, 08 2012
|
Job Title: Sr. ColdFusion Developer
Location: Dallas... with scripting languages such as PHP, ASP, ColdFusion, JSP, etc.
- Proficient in Dreamweaver, Flash...
From MISource, Inc. - 08 Feb 2012 01:22:03 GMT
- View all Dallas-Fort Worth jobs...
Posted Feb, 08 2012
|
Required... ColdFusion Developer;... in place... Creating object-oriented ColdFusion MX applications... Microsoft SQL...
From Dice - 08 Feb 2012 00:39:41 GMT
- View all Plano jobs...
Posted Feb, 08 2012
|
as necessary PL/SQL is a huge plus Project: Migrating ColdFusion from Windows/Sybase to Oracle 10g/Solaris 10 and upgrading to CF 9.0 DSG systems is a client centric professional services firm headquartered in Greenwood Village, Colorado....
Posted Feb, 08 2012
|
Working experience with ColdFusion and other web... environment using reporting tools such as:
- ColdFusion/Business Objects/Crystal Report.
- Experience...
From TEKSystems - 08 Feb 2012 23:08:38 GMT
- View all Lansdale jobs...
Posted Feb, 08 2012
|
qualifying for this role will possess the following required skills: ColdFusion Flex experience JQuery experience SQL Server Object-Oriented MVC Framework
From JobServe USA - 08 Feb 2012 22:04:26 GMT
- View all Overland Park jobs...
Posted Feb, 08 2012
|
Kforce is seeking a Web Application Developer for an Overland Park, Kansas client. There are excellent benefits. If you are qualified and interested in this...
From Kforce - 08 Feb 2012 17:36:22 GMT
- View all Overland Park jobs...
Posted Feb, 08 2012
|
A preferred employer in the Knoxville area needs 3 ColdFusion Developers with SQL query, SQL Server (2005/2008), JQuery, AJAX, CSS, Adobe Photoshop and CFC experience. One position is more web developer needing 5 or more years of......
Posted Feb, 08 2012
|
Title: Application Developer ? Cold fusion
Location: Albany, NY
Duration: 10 months+
Local Consultants Preferred
? analysis of existing processes and documentation of business rules;
? creation of functional specifications;
? system analysis [more]...
Posted Feb, 08 2012
|
Coldfusion Developer Job Description: TEKsystems is looking for ColdFusion Developers to join their IT web development ... a plus. Required Skills for Coldfusion Developer Job: COLDFUSION DB2 BACKEND JAVASCRIPT WINDOWS UNIX About......
Posted Feb, 08 2012
|
demonstrated ability in Object Oriented methodologies in ColdFusion. Very strong SQL skills including experience ... stored procedures in DB2. Experience with writing and using ColdFusion Components and object oriented programming......
Posted Feb, 08 2012
|
for a computer programmer who is a team player. Must be proficient in ColdFusion.
This is part time work that could turn into full time. You will be paid by...
From SacramentoJobs - 08 Feb 2012 08:24:07 GMT
- View all Sacramento jobs...
Posted Feb, 08 2012
|
client is looking for a web programmer with experience programming with ColdFusion on a SQL database. Dreamweaver is also used for aesthetics. This programmer...
From ZipRecruiter - 08 Feb 2012 03:20:19 GMT
- View all New Hyde Park jobs...
Posted Feb, 08 2012
|
ColdFusion Location: St Paul MN Duration: 3+ months Needed skills; ColdFusion 7 & 8 (need strongest skillset here - 3-5 years experience) SQLServer Must have excellent communication skills Nice to have Knowledge but not required; ETL and......
Posted Feb, 07 2012
|
3+ years with one or more of the following: ColdFusion, JavaScript, HTML/DHTML, AJAX
- 3+ years using... applications using ColdFusion, AJAX, and JavaScript...
From TEKSystems - 07 Feb 2012 02:08:27 GMT
- View all Omaha jobs...
Posted Feb, 07 2012
|
I am looking for a coder who can import a contact list from hotmail, aim, gmail, etc. The emails will be used to invite friends to a website sort of like facebook does. Desired Skills: ASP, ColdFusion, JSP, PHP...
Posted Feb, 07 2012
|
Position: ColdFusion Developer Location: Randor, PA Duration: 6 Months Company, is seeking a ColdFusion Developer to ... internal and external clients Skills Strong knowledge of ColdFusion and other web-based technologies including ASP,......
Posted Feb, 07 2012
|
running on a Tomcat server. While we stood up the initial application in ColdFusion, we did it because it was the best option to get something deployed within a...
From TechExpoUSA - 06 Feb 2012 21:58:26 GMT
- View all Fort Meade jobs...
Posted Feb, 06 2012
|
This is a 6+ Month project with our client in Columbia, SC
Mandatory Requirements:
Cold Fusion
Web Development
Experienced with installation and...
From Tailwind Associates - 06 Feb 2012 18:12:50 GMT
- View all Columbia jobs...
Posted Feb, 06 2012
|
This is a 6+ Month project with our client in Columbia, SC Mandatory Requirements: Cold Fusion Web Development Experienced with installation and configuration of BOBJ software SQL Desirable Experience: Experience with BusinessObjects......
Posted Feb, 06 2012
|
Scope of the project: An Internet/Web Engineer will be provided to assist the South Carolina Department of Education’s (SDE) Office of Medicaid with the daily...
From NukeWorker.com - 06 Feb 2012 15:46:08 GMT
- View all jobs...
Posted Feb, 06 2012
|
Socratic Arts (http://www.socraticarts.com/) has an immediate need for a contractor to develop iOS app versions of several interactive, ColdFusion-based web sites. The work will involve both front-end apps and a ColdFusion back-end.
The ideal [more]...
Posted Feb, 06 2012
|
Contact me:rachel@alphait.us
Job Type: - Contract(6 month)
Rate: - $35/hr
Job Requirements:
The SC department of Education is seeking an experienced web developer with Cold Fusion and SQL skills. This developer will be managing [more]...
Posted Feb, 06 2012
|
CACI International
ColdFusion Developer JN:
62560... to seven years of related experience
5-7 years of ColdFusion or .Net development.
Experince in writing...
From Intelligencecareers.com - 06 Feb 2012 12:00:49 GMT
- View all Chantilly jobs...
Posted Feb, 06 2012
|
Need a developer, (work remote on-line) to develop an on-line image editor. Looking for HTML 5 editor with our custom functions. Must have a proven track record developing on-line image editors.
Must be a GREAT communicator and be available via phone [more]...
Posted Feb, 06 2012
|
the topics below.
ColdFusion
The ideal applicant should be well versed in using a ColdFusion application... are prepared to learn ColdFusion at a fast pace, you...
From SoftRock - 06 Feb 2012 07:15:03 GMT
- View all Orlando jobs...
Posted Feb, 06 2012
|
NPW will develop and maintain web based applications in a ColdFusion environment, implement RDBMS database schemas, and create complex queries in MySQL, interact with clients during initial business requirement discoveries, and perform......
Posted Feb, 04 2012
|
a web application environment. Comprehensive knowledge of coldfusion characteristics, capabilities, limitations, and ... analysis and documentation. Comprehensive knowledge of Coldfusion, java script, html, and Oracle Database......
Posted Feb, 04 2012
|
develop and maintain web based applications in a ColdFusion environment, implement RDBMS database schemas... Required
3)
Coldfusion development/implementation...
From Crystal Equation - 04 Feb 2012 01:06:23 GMT
- View all Fort Worth jobs...
Posted Feb, 04 2012
|
Would you be interested in this ColdFusion full time position?
My client is looking to hire a ColdFusion Programmer in Overland Park,
KS. This is a full time permanent position. The Salary range is DOE.
Required Experience:
Candidates must [more]...
Posted Feb, 04 2012
|
ColdFusion Developer Job Description: Our Government client is looking for a Mid-Level Cold Fusion Developer: Stack Rank ... for project implementations and use. Required Skills for ColdFusion Developer Job: COLDFUSION DEVELOPMENT ORACLE......
Posted Feb, 04 2012
|
3+ years as a Senior ColdFusion Developer; Across 7 people need experience on version Cold Fusion MX 6 through Cold ... management in place 3+ years creating object-oriented ColdFusion MX applications Able to work on application......
Posted Feb, 04 2012
|
No third party please
Face to face is required after telephonic at own expense.
Skills Required:
Bachelor’s Degree in Computer Science, Information...
From Dice - 04 Feb 2012 00:56:38 GMT
- View all Baltimore jobs...
Posted Feb, 04 2012
|
Astor & Sanders Corporation, an IT solutions provider, is currently seeking a Sr. ColdFusion Developer to perform programming services. The successful candidate will have experience with developing web-based applications using ColdFusion, Javascript, and [more]...
Posted Feb, 03 2012
|
Astor & Sanders Corporation, an IT solutions provider, is currently seeking a Sr. ColdFusion Developer to perform programming services. The successful candidate will have experience with developing web-based applications using ColdFusion, Javascript, and [more]...
Posted Feb, 03 2012
|
Wright's Media is seeking a ColdFusion developer to join our IT team! The perfect candidate will bring strong creativity, attention to detail and technical expertise to day-to-day projects by way of the latest technologies. Strong ColdFusion 9 and MS SQL [more]...
Posted Feb, 03 2012
|
Job Title: ColdFusion/.NET Developer Location: Shawnee KS Duration: 12+month Required Skills: Basic web development skills, such as html, javascript, XML, DHTML, etc. Specific skills to include: Cold Fusion - minimum 5 to 7 years......
Posted Feb, 03 2012
|
ColdFusion Developer
Los Angeles, CA
6+ Months
QUALIFICATIONS
Bachelor's Degree in Engineering, Computer Science or related field
From sologig - 03 Feb 2012 08:31:56 GMT
- View all Los Angeles jobs...
Posted Feb, 03 2012
|
Position Title: Sr. Coldfusion Developer cum Architect
Job Duration: 6-12 months+
Job Type: Full Time
Tax Terms: W2/C2C
Responsibilities :
Looking for...
From Akraya Inc - 03 Feb 2012 07:38:47 GMT
- View all Township of South Brunswick jobs...
Posted Feb, 03 2012
|
|