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 hard to get something up and running on your local machine. Putting Node.js out into the wild, however, is whole other beast. Not only am I mediocre at managing web servers in general, I happen to know almost nothing about Amaz ... Read More »...
Posted by Ben Nadel on Jan, 27 2012
|
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 multiple files that are loaded in a browser request. But every time I used the Search field in Chrome Dev tools, it would only search the current file. I'm talking about the highlighted search field below:
Yes - I know - my MSPaint skills suck. ;) As I said, that only searches the current file. If there are a bunch of JavaScript files in one request, you're screwed unless you feel ...
Posted by Ray Camden on Jan, 27 2012
|
Thibault Imbert has written a great post Introducing Flash Player 11.2 and AIR 3.2 Beta 4 and Stage 3D support....
Posted by Ben Forta on Jan, 27 2012
|
Validating forms with JavaScript has been possible since the very beginning of time... or at least the introduction of LiveScript (the original name before the marketing drones got ahold of it). While it's not particular new or as exciting as Canvas based games, JavaScript form validation is one of the best uses of the language (imo) and something that can dramatically improve your user's experience. I recently had a reader ask how to do JavaScript form validation so I thought it might be nice t...
Posted by Ray Camden on Jan, 27 2012
|
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 the venerable Homesite for quick troubleshooting on production servers or to review code. I'm using it to write this blog in fact. I have written my blogs in hand coded HTML for many years - which I'm sure, explains the copious amounts of in-line CSS throughout. But I'm a full convert to CF Builder now and have been for some time. All my "Code-for-produ...
Posted by ColdFusion Muse on Jan, 27 2012
|
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 to bring upates to new or existing game engines and frameworks for 2D game development as well as tutorials on the topic. This week is no exception.
Cool Stage3D Stuff
A new version the Genome2D framework (version 0.3.5) was released and includes a number of new features including texture filtering, texture pivots and a number of new components. In ...
Posted by Brian Rinaldi on Jan, 27 2012
|
FireLogger is server logger console for Firebug with built-in support for Python and PHP. CF-FireLogger adds ColdFusion support to FireLogger, enabling logging of information from within ColdFusion code directly to the Firebug/FireLogger console....
Posted by Ben Forta on Jan, 26 2012
|
I remember when I started programming ColdFusion fresh out of college in 1999. I had a 3 day HTML class which was my first exposure to HTML, then read books. I would "buy" the Dummy series, then return them unmarked for a more advanced book on the same subject covering ColdFusion, SQL, and HTML. The Adobe ColdFusion Web Application Construction Kit (CFWACK) book was my bible along with a ColdFusion video series.
Flash to today, would I recommend someone learning ColdFusion the CFWACK book. Most ...
Posted by Henke.ws - ColdFusion on Jan, 26 2012
|
Yesterday, I tried to apply some deep thinking to how dependencies should be managed in a modular JavaScript application architecture that is using RequireJS . The conclusion that I came to was that RequireJS should manage and load "definitions" while your application should manage and load "instances." This makes sense since instantiation is the domain of your business ... Read More »...
Posted by Ben Nadel on Jan, 26 2012
|
I've done a few projects now that make use of PhoneGap's database support. Like most things in PhoneGap, it just plain works. But I've encountered a few things I thought could be done a bit easier, so I've built a simple utility class for my future projects. I thought I'd share it with folks and see if it would be useful for others.
My utility library has the following features:
executeBatch: Given a file path (via URL), you can have PhoneGap read in an XML file that contains a set of SQL co...
Posted by Ray Camden on Jan, 26 2012
|
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 to provide an email address. Most developers seem capable of doing this, but every now and then someone fills out the form with a bunch of "demands" and fails to provide a correct email address.
It's not really that hard, so when I write a long reply and it bounces, I usually think "What a dick!" and forget about it. I recently received a question wi...
Posted by Sean Corfield on Jan, 26 2012
|
I was very pleased today to get confirmation that my team are all going to Clojure/West in San Jose in March!
We've been a CFML house for a decade but we're using Clojure more and more on the back end to provide a high-performance, concurrency-safe foundation for our application. Back in December a couple of us attended Clojure/conj, with three days of Clojure training for one of our team. Now we're training up another team member on Clojure, and in March three of us will attend the Clojure conf...
Posted by Sean Corfield on Jan, 26 2012
|
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 for us to get up and Running with Railo in their environment. I have configured Railo and created a sample job search application railoweb.akbarsait.com and hosted it in their Cloud in just 10 minutes time. [More]...
Posted by Akbarsait ColdFusion Web Log on Jan, 25 2012
|
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 smaller Amazon EC2 instances where resources are not as abundant.
One thing I like about nginx so far is the configuration, while I haven't had to do anything overly complex with it yet, it does seam to be quite flexible.
Here's a quick example of redirecting a www domain to the non www version:
server {
listen 80;
server_name www.example.com;
rewrite ^ http://...
Posted by Pete Freitag on Jan, 25 2012
|
In my journey towards understanding modular JavaScript application architecture, I've been using a lot of RequireJS . The RequireJS framework facilitates the organization and then the subsequent loading of in ... Read More »...
Posted by Ben Nadel on Jan, 25 2012
|
The title says it all. The latest issue of Adobe's Inspire Magazine is out. There's lots of good content with the only low point being my own article (grin) on PhoneGap: Combining your web skills with PhoneGap to build mobile apps. Probably nothing new for folks who read my blog entries here.
...
Posted by Ray Camden on Jan, 25 2012
|
Welcome to my third entry for my (what was at first) simple PhoneGap RSS reader. If you haven't yet, please be sure to read part 1 and part 2 so you have some context about how this application works. In this part, I'm going to tackle two enhancements suggested to me by my readers:
First - support rendering the entries if the user is offline.
Second - clean up the UX a bit so that when a user views an entry, leaves, and then comes back to another entry, they don't see the old text there for a ...
Posted by Ray Camden on Jan, 24 2012
|
Passing on this job notice from Adobe. It is a contract position with the possibility of converting to full time.
We have an open contract position for a CF engineer that I was hoping you could post on your blogs.
Here are the requirements per the hiring manager:
BS or advanced degree and 3+ years' experience, or equivalent knowledge.
Experience in design and development of web applications with ColdFusion, Mach-ii, AJAX, JSON, XML
Worked with and applied current web client-side technolo...
Posted by Ray Camden on Jan, 24 2012
|
I usually post these on Friday's, but this one is too good to wait:
Adobe (San Jose, CA or San Francisco, CA) is looking for a ColdFusion developer to join the Adobe.com team. Requirements include BS or advanced degree and 3+ years experience (or equivalent knowledge), and experience with ColdFusion, Mach-ii, AJAX, JSON, XML, and Adobe AIR. This is a 6-12 month contract position with the possibility of converting to full-time in the future. Send resume to Kavitha Mattikalli.
...
Posted by Ben Forta on Jan, 24 2012
|
Our 6pm (US ET) talk on Thursday January 26 will be a “Event Gateways”, with Kurt Wiersma. TOPIC DESCRIPTION: (provided by the speaker) Have you ever wondered what event gateways are and what they can do for you? If so this session is for you. We will cover how you can use event gateways to execute code asynchronously [...]...
Posted by Ricardo Parente on Jan, 24 2012
|
In the past I’ve always been working on just one project so I have never explored ‘projects’ in Sublime Text 2. Today I needed to work on multiple things so I broke down and discovered how projects work. Like everything … Continue reading →...
Posted by The Crumb on Jan, 24 2012
|
I mentioned Adobe Edge Preview 4 last week. The father of Edge, Mark Anders, has recorded a video for Adove TV which highlights some of what is new in Preview 4, including symbols (which allow you to create reusable objects that are independent of the main composition), web fonts, and more.
...
Posted by Ben Forta on Jan, 23 2012
|
As a blogger, I write quite a few blog posts. I hate RTEs (Rich Text Editors) so I'll typically do most of any desired HTML by hand. Normally this isn't a big deal. My blogware can handle paragraphs and code formatting. I typically just worry about bold and italics. However, because I'm entering HTML manually, there's always a chance I could screw up. I've got a Preview feature on my blog but I rarely use it.
For a while now I've wondered if there was some way to possible detect bad HTML via Ja...
Posted by Ray Camden on Jan, 23 2012
|
Last week, I looked at handling keyboard shortcuts in a modular JavaScript application architecture . In that initial exploration, I distributed the handling of keyboard shortcuts across two different modules: a Controller module and the View module that would ultimately be affected by the command. After I was done with the code, however, I was left ... Read More »...
Posted by Ben Nadel on Jan, 23 2012
|
I'm a bit late to blog on this, almost three months late, but folks may want to check out Ryan Anklam's ColdFusion Koans. What are ColdFusion Koans? (Stealing this from his site...)
The ColdFusion Koans project is intended to teach ColdFusion syntax, techniques, structure, and tips and tricks through unit tests. Even if you are a seasoned ColdFusion developer the Koans can be a fun exercise to keep your skills sharpened. The Koans concept is nothing new, in fact, the Ruby Koans project is qu...
Posted by Ray Camden on Jan, 23 2012
|
I’ve posted before about formatting SQL in my IDE. I always inherit code where the previous developer formats their SQL different than I like. Currently I’m suffering from ALL CAPS SQL. My eyes! My eyes! I immediately hit Package Control … Continue reading →...
Posted by The Crumb on Jan, 23 2012
|
...
Posted by Ricardo Parente on Jan, 23 2012
|
I've had a simple CFGRID demo sitting in my local web server for a few months now and never got around to sharing it on the blog. Today I responded to user with another CFGRID question and figured it would be good to share them both in one example. (Plus, the code has been sitting in my test.cfm file all that time and I want to get rid of it. ;) So let's start with the first example - relating one cfgrid to another.
I've got two simple cfgrids tied to the cfartgallery database. The first cfgrid...
Posted by Ray Camden on Jan, 22 2012
|
There are many ways out there to automate the backup process of SQL Databases. I have been using some of them over the time and was found something missing in it on the functionality side. Quite recently I started using the MySQL Backup FTP tool which is really handy and I would say it does the job perfectly on backup of the databases. [More]...
Posted by Akbarsait ColdFusion Web Log on Jan, 20 2012
|
Yesterday, when using Gmail, I started to think about keyboard shortcuts. Specifically, I started to think about how keyboard shortcuts get routed within a modular JavaScript application architecture. If I have a module that can respond to the keyboard - but, that module is not supposed to "know" about the document at large - how does it listen for key-based events? I can think of two ways: 1) Either the application listens for keys and then directly invokes methods on encapsulated modules; o .....
Posted by Ben Nadel on Jan, 20 2012
|
|
management in place ? 3+ years creating object-oriented ColdFusion MX applications ? Able to work on application ... on version Cold Fusion MX 6 through Cold Fusion 9; 3+ years creating object-oriented ColdFusion MX......
Posted Jan, 27 2012
|
are currently seeking a ColdFusion Developer for a... software engineering principles
• Knowledge of ColdFusion 8 Enterprise features, AIR and Flex
• Knowledge...
From ZipRecruiter - 27 Jan 2012 02:32:42 GMT
- View all McKinney jobs...
Posted Jan, 27 2012
|
ColdFusion Developer
Looking for a developer with solid ColdFusion skills to maintain and enhance an... experience with ColdFusion MX or higher
* Knowledge...
From The Judge Group - 27 Jan 2012 02:19:53 GMT
- View all jobs...
Posted Jan, 27 2012
|
web applications utilizing ColdFusion, Java, SQL and... requirements:
* Experience developing with Coldfusion
* Experience with MS SQL or MySQL – ability to...
From Modis - 27 Jan 2012 01:11:39 GMT
- View all Takoma Park jobs...
Posted Jan, 27 2012
|
by using C#, .Net and Coldfusion. Have knowledge of... skills:
HTML, Javascript, ASP, NET, JQuery, ColdFusion, Microsoft Internet Information Services(IIS) Web...
From Supremesoft Corporation - 27 Jan 2012 21:46:50 GMT
- View all Washington jobs...
Posted Jan, 27 2012
|
documentation and Process Models into server-side ColdFusion code bound to interface with several other... Client/Server Facility
ColdFusion Familiarity
Time...
From The Judge Group - 27 Jan 2012 02:19:47 GMT
- View all jobs...
Posted Jan, 27 2012
|
Sr Coldfusion Developer position available in Baltimore, MD
The developer codes programs using ColdFusion, JavaScript with DB2 and
Oracle databases using Object Oriented methodologies on Windows and Unix
platforms, following application design [more]...
Posted Jan, 27 2012
|
Would you be interested in this position?
This is with our direct client, they are an excellent company to work for!
Client is looking for ColdFusion Programmer - Overland Park, KS. This is a fulltime permanent position. The Salary range is $80- [more]...
Posted Jan, 27 2012
|
I am currently in search for an Application Developer in downtown Chicago. This role is looking to be filled very soon by a candidate that might be able to go to full time (W2). Please review and let me know if you are interested at jmier@talution.com [more]...
Posted Jan, 26 2012
|
Position:
· Senior ColdFusion Developer
· Contract to hire.
· Seeking an advanced-level developer who lives to push ColdFusion and Object-Oriented Web...
From Sharf Woodward and Associates - 26 Jan 2012 21:02:36 GMT
- View all jobs...
Posted Jan, 26 2012
|
apply!
Technisource has an immediate need for a Coldfusion Programmer.
This person will be working on a... experience developing ColdFusion applications
CFHML...
From Technisource - 26 Jan 2012 20:53:15 GMT
- View all Overland Park jobs...
Posted Jan, 26 2012
|
My name is Adam Loewen with Morgan Hunter Company, local to the KC area and helping local companies in the KC area.
If you are seeking the opportunity to have a recruiter meet with you personally about an amazing client in Kansas City, have ColdFusion [more]...
Posted Jan, 26 2012
|
for an experienced ColdFusion Developer for a stable... 5+ years COLDFUSION development 8 or 9
Javascript or library skills ( AJAX, JQUERY)
SQL SERVER
COLDFUSION...
From TEKSystems - 26 Jan 2012 17:08:21 GMT
- View all Lisle jobs...
Posted Jan, 26 2012
|
HI
I have a fulltime position with my client in Kansas, for ColdFusion
Programmer.
Would you be interested? Let me know and we can discuss it further so I
can share more details of this opportunity with you.
If you are not available [more]...
Posted Jan, 26 2012
|
Senior ColdFusion Web Developer (Front & back end) + Private Medical Insurance
Full-service integrated marketing agency specialising in digital marketing. Servicing a wide range of clients across many business sectors, both B2B and B2C. Based in Surrey [more]...
Posted Jan, 26 2012
|
of highly innovative ColdFusion solutions. In this... include at least two years experience developing ColdFusion applications. Substantial working experience...
From RiverPoint Group LLC - 26 Jan 2012 00:43:33 GMT
- View all Overland Park jobs...
Posted Jan, 26 2012
|
with an emphasis in Web-based development and management.
2+ years experience in Coldfusion version 8.0+ (9.0+ preferred)
Customer service background with web...
From Hillenbrand, Inc. - 25 Jan 2012 03:57:08 GMT
- View all Indianapolis jobs...
Posted Jan, 25 2012
|
ColdFusion
-
1200000016
Description
Position Title:
Web Application Developer - Coldfusion... 2+ years experience in Coldfusion version 8.0+ (9.0+...
From Batesville - 25 Jan 2012 02:39:49 GMT
- View all Indianapolis jobs...
Posted Jan, 25 2012
|
SRA is seeking a part time ColdFusion Software Engineer to perform the full software development life cycle - ... with the client to determine requirements, coding in ColdFusion, testing, and installation into production. -......
Posted Jan, 25 2012
|
ColdFusion Developer
#MS – 6970
Please send... Requirements:
Looking for a developer with solid ColdFusion skills to maintain and enhance an existing...
From Dice - 25 Jan 2012 01:32:35 GMT
- View all New Albany jobs...
Posted Jan, 25 2012
|
Position Title: Senior Systems Programmer - ColdFusion/Flash Developer
FLSA Status: Full-time, Salary... languages -
1) ColdFusion
2) Flash
• Computers...
From Fulcrum IT Services Company - 25 Jan 2012 22:05:18 GMT
- View all Norfolk jobs...
Posted Jan, 25 2012
|
I'm posting this for a colleague. Please do not respond to my email account, any applications etc need to go to the email address listed below..
-------
Looking for a developer with solid ColdFusion skills to maintain and enhance an existing work [more]...
Posted Jan, 25 2012
|
Desired Skills & Experience
* Experienced ColdFusion 8 or 9 developer
* Knowledge of JavaScript or... Required Skills
AJAX
ColdFusion 8
JavaScript
MVC...
From Youngsoft Inc. - 25 Jan 2012 20:01:04 GMT
- View all Naperville jobs...
Posted Jan, 25 2012
|
using ColdFusion
- Working within large applications / enterprise design
Requirements:
- 5 years+ Web development experience using ColdFusion, HTML, CSS...
From Aureus Group - 25 Jan 2012 20:15:26 GMT
- View all Des Moines jobs...
Posted Jan, 25 2012
|
possess a bachelor’s degree and at least two years experience developing ColdFusion applications. Substantial working experience with CFML, MSSQL, JavaScript...
From StackOverflow Jobs - 25 Jan 2012 19:47:00 GMT
- View all Overland Park jobs...
Posted Jan, 25 2012
|
Coldfusion Web Developer
HostWorks, a Denver-based, 15-year old web agency, is seeking a Web
Developer with specific experience with Adobe Cold fusion. This is a
full-time position supporting our growing client demands and interesting
projects. All [more]...
Posted Jan, 25 2012
|
subscribe [more]...
Posted Jan, 25 2012
|
Location: Philadelphia, PA
Skill Level: Mid to Senior
Type: Full-Time Contractor/Permanent
Availability: Immediate
YES, we are hiring! We are seeking mid to senior level Cold Fusion Developers with experience in developing for large scale web-based [more]...
Posted Jan, 25 2012
|
We have an IMMEDIATE NEED for a ColdFusion Developer! This is a long-term, contract opportunity located in North Dallas, ... in software engineering principles. 2. Knowledge of CF 8 (ColdFusion version 8) Enterprise features, AIR and Flex. 3....
Posted Jan, 24 2012
|
hands-on experience in web-based application development and implementation using Coldfusion.
The candidate must have experience in Oracle and SQL databases...
From Dice - 24 Jan 2012 01:36:54 GMT
- View all Wellesley jobs...
Posted Jan, 24 2012
|
Position Title: Web Application Developer - Coldfusion Department/Function: Batesville Interactive Location: ... administration duties specifically; Microsoft IIS and Adobe ColdFusion. Additional responsibilities will expand along......
Posted Jan, 24 2012
|
Hi,
I require a coldfusion jquery document uploader.
Thanks
From oDesk - 24 Jan 2012 17:29:27 GMT
- View all jobs...
Posted Jan, 24 2012
|
Seeking candidate to assist in both development and maintenance, of existing company web platform built in CF and SQL. Knowledge in XML a plus.
From oDesk - 24 Jan 2012 17:29:18 GMT
- View all jobs...
Posted Jan, 24 2012
|
Begin your journey at Gensuite LLC
If you are looking for a variety of challenging projects with global reach, Gensuite LLC is right for you. Our team members enjoy a dynamic, positive work environment with opportunities that challenge and reward. [more]...
Posted Jan, 24 2012
|
1. Execute and code web applications utilizing ColdFusion, Java, SQL and other web application technologies ... application experience in the following: *Developing with Coldfusion *MS SQL or MySQL - create stored procedures, join......
Posted Jan, 24 2012
|
We are a ColdFusion Development Company based in New York - seeking Corporate Clients, and Web Development Companies looking to start or complete select ColdFusion Projects.
***We work from our offices in New York.
***Collaborative Development (as a [more]...
Posted Jan, 24 2012
|
be responsible for coldfusion developer, sql server... as a sr coldfusion developer today! We are an equal employment opportunity employer.
ColdFusion and SQL...
From AppleOne Corporate - 24 Jan 2012 11:17:27 GMT
- View all El Segundo jobs...
Posted Jan, 24 2012
|
are currently seeking a ColdFusion Developer for a... software engineering principles
• Knowledge of ColdFusion 8 Enterprise features, AIR and Flex
• Knowledge...
From eBay Classifieds - 24 Jan 2012 10:50:26 GMT
- View all McKinney jobs...
Posted Jan, 24 2012
|
Software Engineer (ColdFusion) Location Birmingham... and process documentation. We work primarily with ColdFusion MX, HTML, XML, JavaScript and MS SQL Server...
From al.com - 24 Jan 2012 09:59:58 GMT
- View all Birmingham jobs...
Posted Jan, 24 2012
|
in need of 3 contract ColdFusion Developers to help... Experience:
5 years of ColdFusion experience
Web development experience (ColdFusion required)
Personal...
From Fast Switch, Ltd. - 24 Jan 2012 07:33:52 GMT
- View all Des Moines jobs...
Posted Jan, 24 2012
|
|