G'day:I've hacked together some code which polls the Adobe Bugbase every six hours, and checks if any ColdFusion bugs have been updated. It will send out a Twitter update as per below for any updates it finds:CF Bug NotifierVOTE ADDED: 3337394 (10.0.0) Function SerializeJSON() converts employee's last name ("No") to boolean... (http://adobe.ly/19RsrGX )It checks the following fields:Status (eg: Open)State (eg: Unverified)Comments (ie: if a new comment is added)Votes (as above)A...
Posted by Adam Cameron on Jun, 19 2013
|
Over the weekend, I started to look at using the Amazon Simple Storage Service (S3) with ColdFusion . One of the features that I looked at was generating pre-signed URLs in order to provide temporary access to the otherwise secure objects stored in your S3 buckets. When I found out about this feature, my first thought was, "How can I use user-specific ... Read More »...
Posted by Ben Nadel on Jun, 19 2013
|
A few weeks back I blogged a video demonstration of Edge Code and Edge Inspect integration. Basically you could automatically preview your HTML on mobile devices connected to Edge Inspect as you wrote code in Edge Code. That extension is now available up on GitHub:
https://github.com/edge-code/edge-inspect-extension
It also means that if you prefer Brackets to Edge Code, it is easier to get the bits and install it....
Posted by Ray Camden on Jun, 19 2013
|
One of the many products updated last night as part of the Creative Cloud was a new version of Edge Reflow. Edge Reflow is a powerful prototyping tool for creating responsive designs. There are many updates but in this blog post I'm going to demonstrate just a few of them that related specifically to typography.First, let's look at TypeKit integration:
Next - check out the inline styling for text blocks:
Finally, this video demonstrates how to set base font settings for a document:
On...
Posted by Ray Camden on Jun, 18 2013
|
Thanks to Reto Aeberli, Brackets is getting some CFML love in the form of cfBrackets. It's early days for this project, but this one looks really promising....
Posted by Ben Forta on Jun, 18 2013
|
PhoneGap Day 2013 is officially one month away. For those of you interested in developing apps with PhoneGap or already working with it on a regular basis, this is a great (and fun) learnng event. This year, it is even bigger, featuring pre-conference workshops. The PhoneGap Essentials workshop is already sold out, but there is still room in the PhoneGap Ecosystem workshop, so act fast! Tickets for each day only run $50, so you could get two days worth of fun and training for $100 - seriously, y...
Posted by Brian Rinaldi on Jun, 18 2013
|
Out of the box, AngularJS feels magical. You add a few notations here, define a few objects there, and suddenly your page is actually doing something. And you didn't even need to write any jQuery to make it work. AngularJS is awesome; and it is magical; but sometimes, side-stepping the magic, so to speak, can give you more options. Take, for example, collection filtering in ngRepeat. You can easily wire a search field into an ngRepeat and magically your collection collapses and expands as you .....
Posted by Ben Nadel on Jun, 18 2013
|
Good morning, folks. I know a few of you are tired (as I am) after staying up last night for the launch of Creative Cloud. If you haven't kept up to date, the Creative Cloud (CC) is the new version of our Creative Suite. Creative Cloud gives you access to over thirty different applications and services, including hundreds of new features to products like Photoshop, Illustrator, Dreamweaver, and the Edge tools.
Pricing options include versions for individuals, teams, enterprises, and education....
Posted by Ray Camden on Jun, 18 2013
|
G'day:I don't actually keep a close eye on the @cfBugNotifier Twitter feed, so sometimes don't notice when it goes down. This happens occasionally if the ColdFusion instance it runs on gets cycled, or [some other reason]. It's a hosted box to which I have no admin rights, so if it stops working, I just go [shrug] and reload its services: I don't attempt to get to the bottom of it. On the whole it just chugs along fine by itself.This morning it occurred to me I'd not read about any new ColdFusion...
Posted by Adam Cameron on Jun, 18 2013
|
We have made significant progress from the time we announced the education initiative for ColdFusion. A full-fledged curriculum titled Introduction to Web Development is being developed and we are looking to work with the colleges starting this fall semester. The course will be made available for free with enough focus on web application design, client… Read More...
Posted by Ricardo Parente on Jun, 17 2013
|
As always - just passing it on...
ColdFusion Developer
State College, PA
http://www.higheredjobs.com/admin/details.cfm?JobCode=175762625
HigherEdJobs is looking for a Web Developer to work closely with our Project Manager in design, development and maintenance of all web applications. Our ideal candidate is organized, able to act independently and switch rapidly between different projects. Excellent interpersonal, written and verbal communication skills are required.
HigherEdJobs specializes...
Posted by Ray Camden on Jun, 17 2013
|
The New Mura Translations plugin (formerly the Locale Translation Manager) is a free, open source application designed to make multi-lingual sites easy to maintain, unobtrusive and manageable over the long term....
Posted by Sean Schroeder (Mura Blog) on Jun, 17 2013
|
Thanks to those who showed up today for my PhoneGap presentation as part of ColdBox Developer Week. You may find the recording here:
https://experts.adobeconnect.com/_a204547676/p6a701ksfig/
Slide deck and demos may be found on GitHub: https://github.com/cfjedimaster/Introduction-to-PhoneGap
As always, comments and criticisms are welcome....
Posted by Ray Camden on Jun, 17 2013
|
In case you missed the announcement, the Creative Cloud update (along with all of the new CC tools and services we announced at MAX) is live and ready for you to download!...
Posted by Ben Forta on Jun, 17 2013
|
Just a reminder for my readers that my weekly update of the best blog posts, articles and new libraries/frameworks in HTML, CSS and JavaScript has moved to my Flippin' Awesome site. Here is this week's edition:
Best of JavaScript, HTML & CSS – Week of June 10, 2013...
Posted by Brian Rinaldi on Jun, 17 2013
|
This weekend, I decided to do a little practice project with AngularJS. I made a TicTacToe Game. Here are some notes about the game :- It’s a two player game, human vs computer. It uses NegaMax Search for computer moves. There are no DOM updates from the Angular controller (best practice). The controller simply changes [...]...
Posted by Anuj @ ColdFusion, Flex... on Jun, 16 2013
|
Before I say anything, I should probably mention that as of ColdFusion 9.0.1, ColdFusion has had native file-support for Amazon S3 using the "s3://" protocol. That said, I wanted to try experimenting with the Amazon S3 REST API using ColdFusion's CFHttp functionality. I know that I'm like 5 years (at least) behind everyone else on this topic; so, this blog post won't add much to the conversation - really, this is just here for my own reference. Amazon Simple Storage Service (S3) is a hu ...&nbs...
Posted by Ben Nadel on Jun, 16 2013
|
It's been a while since I reviewed a video game on this blog so I thought I'd use today to catch you guys up with what I've been playing the last few months. As always, comments are welcome.
Dead Island: Riptide
I reviewed Dead Island nearly two years ago, and it is stands out as my favorite zombie game ever. I had high hopes for this update but was rather disappointed to discover that it was nothing more than a packaged up DLC. Turns out other reviewers noted the same thing. It certainly star...
Posted by Ray Camden on Jun, 16 2013
|
AngularJS does not allow duplicates in a ng-repeat directive. This means if you are trying to do the following, you will get an error. However, changing the above code slightly as below will get it working again. The credit for the fix goes to comments in this thread https://github.com/angular/angular.js/pull/2505...
Posted by Anuj @ ColdFusion, Flex... on Jun, 15 2013
|
The Brackets team has announced the release of their Sprint 26 Build. This release includes a redesigned status bar, improved file management, and numerous community contributions....
Posted by Ben Forta on Jun, 14 2013
|
G'day:All of these things I am not investigating:PHP, despite it being a positive career move for me (strange, but true);Groovy & Grails despite Scott's brilliant presentation on the two;Angular.js despite Kurt's also brilliant presentation (Scott: you still win ;-), and John's equally good one at SotR;Ruby, and then Ruby on Rails despite starting some courses on them @ Code School, and actually paying fees to continue;oh, and Sinatra too, thanks to Matt piquing my interest; ColdFusion's RES...
Posted by Adam Cameron on Jun, 14 2013
|
Over the past couple of days I've made more progress on the Node project I started. If you haven't read the first article, click that previous link for the background. Here's what I've been able to do since my first post.GitHub
I mentioned this in the comments, but if you want to look at, and criticize, my Node code, you can do so at GitHub: https://github.com/cfjedimaster/javascriptcookbook. Every thing is in there except for the JSON file that I used to store authentication information for the...
Posted by Ray Camden on Jun, 14 2013
|
G'day:I found myself discussing the mountain of untriaged ColdFusion 10 bugs again just now, and thought I might check out if any progress has been made on them. The good news is that the list is down from 212 to 183. At least it's moving in the right direction.I lost the code I used to generate the bug table for the earlier article, so I've knocked it together again, and this time saved it as a gist: I've also chucked it up on CFMLDeveloper. I'll augment it at some stage to accept different CF ...
Posted by Adam Cameron on Jun, 14 2013
|
In an AngularJS application, $scope instances are all part of a prototypal chain. That is, every $scope instance (except $rootScope, I believe) has, as its prototype, the $parent scope. This is a brilliant way to architect the view-model because it means that data loaded in one controller can be accessed by controllers (and views) farther down in the same $scope chain. But, does the "visibility" of this data imply anything about which controllers should modify this data? From a functional sta .....
Posted by Ben Nadel on Jun, 14 2013
|
We you waiting to check out Brackets until ColdFusion support was available? Good news - Reto Aeberli has released an extension that provides basic support for ColdFusion. It doesn't support functions or cfscript yet, but it is an excellent start. You can download the extension from the web site he created: http://cfbrackets.org/
...
Posted by Ray Camden on Jun, 14 2013
|
G'day:I'm suffering a bit from motivation paralysis at the moment... I'm not suffering writer's block: if anything the opposite, I've got about a dozen articles on the go at the moment. Or maybe that means I've got writer's block a dozen times over? Dunno.Anyway, this is just an easy article to bang out: listing a bunch of stuff.I've been to a coupla conferences recently - cf.Objective() & Scotch on the Rocks - where at both Adobe has done a presentation hinting at what they're looking to do...
Posted by Adam Cameron on Jun, 13 2013
|
I thought I had blogged about Errorception before, but unless my search engine skills are failing me I must not have ever gotten around to it. Errorception is a service that aggregates and reports on client-side errors on your web site. By placing a simple embed in your HTML code, all errors will be sent off to their service for your perusal. When I first tested this service, I remember thinking, glibly, that I hope I'd get enough data points to make it worthwhile to demonstrate. I mean, my blog...
Posted by Ray Camden on Jun, 13 2013
|
This morning (which now seems like a reallong time ago), I tweeted about how spoiled I am with npm and package management in general. If you've never experienced this, let me give you a real quick, rough idea of what this means as a developer.I needed to add email support to a Node.js project I'm building (javascriptcookbook.com - almost done - honest!). Once I found the name of the package I needed, I modified my package.json file. The package.json file, for Node apps, is like a metadata file f...
Posted by Ray Camden on Jun, 12 2013
|
Just wanted to note that I'll be speaking tonight at the Atlanta CFUG on two important topics:
Updating/Hotfixing #ColdFusion 10, 9 and 8: Tips and Traps
Locking down the #ColdFusion Administrator: Your First Line of Defense Against Hackers
For more details on the talks, or to get the slides once I post them (likely right after the meeting), please see the links for the two sessions above.
And if you may want to attend, please RSVP.
I may offer these later on the Online ColdFusion Meetup o...
Posted by Charlie Arehart on Jun, 12 2013
|
Catch the buzz of ColdFusion @ SOTR-2013 right here SOTR Link : http://www.sotr.eu/...
Posted by Ricardo Parente on Jun, 12 2013
|
|
Our client, located in Newton, NJ is seeking a ColdFusion Programmer for an immediate full-time position... Web 2.0, JavaScript, ColdFusion, -AJAX, Web-Services...
From Bartfield Search, Inc. - 19 Jun 2013 05:08:24 GMT
- View all Newtown jobs...
Posted Jun, 19 2013
|
development best practices and methodologies. Technical Proficiencies ColdFusion. JavaScript. Java. Web services consumption and design/creation. X/HTML, CSS...
From Xcelutions - 19 Jun 2013 03:24:37 GMT
- View all Minneapolis jobs...
Posted Jun, 19 2013
|
development best practices and methodologies. Technical Proficiencies ColdFusion. JavaScript. Java. Web services consumption and design/creation. X/HTML, CSS...
From Xcelutions - 19 Jun 2013 03:24:37 GMT
- View all Minneapolis jobs...
Posted Jun, 19 2013
|
Senior ColdFusion Developer
June 6th, 2013 | Northern Virginia | $80,000+ | ColdFusion
An outstanding ... demonstrated ability in Object Oriented methodologies in ColdFusion.
* Very strong SQL skills including experience......
Posted Jun, 19 2013
|
will be focusing on for the ColdFusion migration from ColdFusion 8 to 10. They will be using WebServices, ... for ColdFusion (4 years of ASP can be substituted for 2 in ColdFusion for example). Behavior Characteristics: Ability......
Posted Jun, 19 2013
|
for an experienced ColdFusion Developer to join a... ColdFusion, and JavaScript. Must have demonstrated ability in Object Oriented methodologies in ColdFusion... $85,000 - $100,000 a year
From Smith & Keller - 18 Jun 2013 11:48:21 GMT
- View all Reston jobs...
Posted Jun, 18 2013
|
ColdFusion Coder 3 Month Aerospace Contract Everett, WA Job Requirements: Must have experience as a ColdFusion coder General Job Description: Leads activities...
From sologig - 18 Jun 2013 08:19:25 GMT
- View all Everett jobs...
Posted Jun, 18 2013
|
Need for ColdFusion programmers based in New York City or US to work on a project to project basis. Full time positions possible after evaluation period.
We are "Colance", the first-ever network of its kind. Colance is a platform that enables talented [more]...
Posted Jun, 18 2013
|
About the Position:
Latitude Technologies is seeking a candidate to design, develop and enhance Internet-based applications. The candidate will work independently, and in small teams, to create and improve the functionality, scalability and performance [more]...
Posted Jun, 18 2013
|
for the ColdFusion migration from ColdFusion 8 to 10... substituted for ColdFusion (4 years of ASP can be substituted for 2 in ColdFusion for example). Behavior...
From Apex Systems Inc - 18 Jun 2013 17:29:25 GMT
- View all Des Moines jobs...
Posted Jun, 18 2013
|
Client is looking for ColdFusion Programmer - Kansas City, KS. This is a full time permanent position. The Salary range is DOE.
Experience:
Candidates must possess a bachelor's degree and at least two years experience developing ColdFusion [more]...
Posted Jun, 18 2013
|
https://www.qualitymatters.org/web-application-developer
We are a small (but growing), highly respected educational non-profit organization based in Annapolis, MD. Our employees work virtually from across the U.S.
Do you enjoy working independently [more]...
Posted Jun, 18 2013
|
build some new applications and maintain some older ones. Must know PHP and Coldfusion, and be well versed with Wordpress PHP structure/plugins. THe hours are...
From oDesk - 18 Jun 2013 06:50:30 GMT
- View all jobs...
Posted Jun, 18 2013
|
and functionalities
Principal Responsibilities:
* Lead ColdFusion development functions
* Assist in the ... web-based applications
* 3 or more years experience in ColdFusion
* 3 or more years experience in coding......
Posted Jun, 17 2013
|
a minimum of three years experience developing and maintaining enterprise ColdFusion applications? Do you dream in SQL? Do you have a bachelor's degree? Are...
From Indeed - 17 Jun 2013 19:04:03 GMT
- View all Remote jobs...
Posted Jun, 17 2013
|
Hi all:
I am a software/database developer who is looking to get back into
ColdFusion application development. I have over 7 years' experience working
with ColdFusion, but the last version used was ColdFusion 8. Over the past
couple of years [more]...
Posted Jun, 17 2013
|
through unit testing. The application is written in ColdFusion. Technical competencies: • ColdFusion • SQL • SQL Server • Web application design and...
From Indeed - 17 Jun 2013 17:33:44 GMT
- View all Denver jobs...
Posted Jun, 17 2013
|
is seeking a ColdFusion Programmer for a 10 month contract: Looking for an expert ColdFusion programmer... Solid 3+ years ColdFusion (coding, designing and...
From Randstad Technologies - 17 Jun 2013 16:41:01 GMT
- View all New Albany jobs...
Posted Jun, 17 2013
|
Job Summary The ColdFusion Developer is responsible... applications 3 or more years experience in ColdFusion 3 or more years experience in coding JavaScript 3...
From TravelCLICK - 17 Jun 2013 16:02:34 GMT
- View all Schaumburg jobs...
Posted Jun, 17 2013
|
Position: Coldfusion Developer Location: San Jose, CA Rate: Open Start date: Immediate Duration: 6+ months JOB DESCRIPTION: We are looking for ColdFusion...
From Dice - 15 Jun 2013 05:56:26 GMT
- View all San Jose jobs...
Posted Jun, 15 2013
|
and to communicate effectively. Skill Required / Desired Amount of Experience · ColdFusion, Dreamweaver and other Adobe web development tools Required 3 Years...
From Advanced Technology Solutions, Inc - 15 Jun 2013 03:30:24 GMT
- View all Richmond jobs...
Posted Jun, 15 2013
|
Our Financial Services client is looking for an expert ColdFusion programmer to assist in the redesign of a Workforce ... -Quality assurance testing Skills Required: -Solid 3+ years ColdFusion (coding, designing and optimizing mission......
Posted Jun, 15 2013
|
in SQL Server and Coldfusion. Kindly send your... or similar systems a must. Good experience with Coldfusion. Demonstrated ability to develop web (HTML...
From Robert Half Technology - 15 Jun 2013 06:59:21 GMT
- View all Sunnyvale jobs...
Posted Jun, 15 2013
|
network for connections at GDIT
Web Developer (PHP/ColdFusion) with Polygraph in McLean, Virginia
As a trusted ... in using object-oriented languages.
*Languages needed: PHP, Coldfusion, Javascript (with a lot of JQuery), and......
Posted Jun, 14 2013
|
Currently, Kelly IT Resources in search of a ColfFusion Developer 3 yrs experiences just pure ColdFusion developer working experiences with Microsoft SQL
From Kelly Services - 14 Jun 2013 01:21:27 GMT
- View all Woodridge jobs...
Posted Jun, 14 2013
|
ocation: L'Enfant Plaza, Washington DC. We're looking for a ColdFusion 9 expert who is familiar with Oracle version 11g integration. The successful candidate will be able to jump right into a government environment and pass a National......
Posted Jun, 14 2013
|
Hi all:
I'm a Coldfusion application developer with 14+ years experience (since the
Allaire 3.1 days) and I'm looking for a full or part time contract position (20+
hours per week), working either remotely or local to the north Atlanta GA
area.
I [more]...
Posted Jun, 14 2013
|
Company Description: Advanced American Technologies, Inc (AAT) delivers a full portfolio of services that include IT Consulting, Application Development and...
From ZipRecruiter - 14 Jun 2013 20:42:38 GMT
- View all Richmond jobs...
Posted Jun, 14 2013
|
Required Skills : Coldfusion Development Domain... experience. •Must have a detailed knowledge of Coldfusion development. •Previous experience in this is...
From Collabera - 14 Jun 2013 20:45:25 GMT
- View all Columbus jobs...
Posted Jun, 14 2013
|
Location: L'Enfant Plaza, Washington DC. We're looking for a ColdFusion 9 expert who is familiar with Oracle version 11g integration. The successful candidate...
From Synerfac - 14 Jun 2013 20:09:19 GMT
- View all Washington jobs...
Posted Jun, 14 2013
|
One of our direct client have an urgent requirement for Sr ColdFusion Web
developer in Richmond,VA location. If interested please share your profile at
jasonw@tscti.com or call 908-765-0004 ext. 312.
Skills:-
-ColdFusion, Dreamweaver and other [more]...
Posted Jun, 14 2013
|
in using object-oriented languages.
*Languages needed: PHP, Coldfusion, Javascript (with a lot of JQuery), and SQL.
*Needs a good working knowledge of the linux OS (command line) for builds.
*Candidate should be comfortable working with......
Posted Jun, 14 2013
|
Looking for Coldfusion developer position please send me your updated resume along with hourly rate expectaion at rons@tscti.com
Only US Citizen & GC can apply
Position Title: ColdFusion Developer/Analyst
Agency [more]...
Posted Jun, 14 2013
|
write dynamic Web-based applications using Coldfusion and SQL Server and must have knowledge of product... work experience) * 1-2 years Coldfusion development...
From Indeed - 14 Jun 2013 12:49:20 GMT
- View all Golden Valley jobs...
Posted Jun, 14 2013
|
Job Title: ColdFusion Application Analyst - Eclipse, HTML, JavaScript Location: Salem, OR (97301) Duration: 6 months Key Skills: ColdFusion, AJAX, DB2...
From Mavensoft Technologies, LLC. - 13 Jun 2013 01:27:57 GMT
- View all Salem jobs...
Posted Jun, 13 2013
|
or apply online for immediate considerations. Job Title: ColdFusion Application Analyst ? Eclipse, HTML, JavaScript ... with relational databases and client-server concepts ColdFusion AJAX DB2 Eclipse HTML JavaScript Please Apply......
Posted Jun, 13 2013
|
Skill Required / Desired Amount of Experience ColdFusion, Dreamweaver and other Adobe web development tools Required 3yrs Proficiency in HTML and CSS Required...
From Indeed - 13 Jun 2013 17:48:15 GMT
- View all Richmond jobs...
Posted Jun, 13 2013
|
ColdFusion Developer Job Description:
TEKsystems in Des Moines, Iowa is looking for contract ColdFusion Developers for ... Skills for ColdFusion Developer Job:
* COLDFUSION
* JAVASCRIPT
* AGILE
* TDD
About......
Posted Jun, 13 2013
|
Location: Richmond, VA
Duration: 6+ months
Rate: $65/hr C2C/1099
Skills Needed:
ColdFusion, Dreamweaver and other Adobe web development tools Required 3 Years
Proficiency in HTML and CSS Required 3 [mo...
Posted Jun, 13 2013
|
One of our Sysmind direct client have an urgent requirement for Sr ColdFusion developer in Richmond,VA location. If interested please share your profile at amit@sysmind.com or call 609-297-0795.
Duration: 8+ Months (Max 18 months)
Skills:-
- [more]...
Posted Jun, 13 2013
|
|