ClojureDocs - Not only will this be useful if you're learning Clojure but it is an awesome example of online documentation! Easy to navigate (drill into Clojure Core and scroll down - the ToC stays visible), everything is categorized, drilling into any function shows examples and you can click to expand the actual source code of the function!...
Posted by Sean Corfield on Sep, 04 2010
|
So one of the cooler features of Adobe AIR is it's ability to work with the user's microphone. I whipped up a quick sample of this feature today that demonstrates this. In this first entry we are simply going to monitor the user's audio and in the next entry I'll discuss how you can actually save the recording.
[More]
...
Posted by Ray Camden on Sep, 03 2010
|
When users can interact with your website by submitting content, it opens your site up to potential harm. In the worst case scenario, this might provide malicious hackers with a way to execute Cross-Site Scripting (XSS) attacks; in the best "bad" case scenario, it might simply mess up your site's layout and lead to a poor user experience. All of these outcomes can be avoided if you understand how data output gets rendered, where it needs to be escaped, and how to escape it. When it come ...&nbs...
Posted by Ben Nadel on Sep, 03 2010
|
There's a discussion on the Clojure mailing list about how to learn to "think in Clojure" (or think in Lisp or, really, think in functional programming terms). A prominent recommendation is The Joy Of Clojure by Michael Fogus and Chris Houser, which everyone says is a great book, but here are a couple of free online books that were also recommended:
Structure and Interpretation of Computer Programs by Abelson, Sussman, and Sussman. It's the "entry-level subject in computer science at the Massac...
Posted by Sean Corfield on Sep, 03 2010
|
If you follow me on Twitter, you'll have seen me posting about Clojure quite a bit recently. I really like the simplicity and elegance of Clojure. I like the function programming style. I like that it's a dynamic scripting language. I like that it can also be compiled to JVM bytecode and used in any mixed-language project on the JVM.
About a month ago I helped someone get some Clojure code compiled and integrated into CFML, like any other Java-based project, but that set me thinking about being ...
Posted by Sean Corfield on Sep, 03 2010
|
And you can too! :-)
...
Posted by Ben Forta on Sep, 03 2010
|
Huxley Associates is an international Top recruitment agency specialised in IT and Finance. For one of my BEST clients situated in the Province og Limburg I am looking for a Coldfusion Specialist. The interviews are booked for next week and the decision to be made next week as well!!! Job Description: - Your task will [...]...
Posted by Ricardo Parente on Sep, 03 2010
|
I urgently need to find a Coldfusion developer to work on a short term basis for one of our clients. For the right candidate this could develop into a permanent role. If you have skills in the following please apply: Coldfusion CSS HTML Any other web dev skills like .Net or PHP beneficial Here is [...]...
Posted by Ricardo Parente on Sep, 03 2010
|
Way back in January of this year I blogged about a little experiment I did parsing local traffic-related incidents in my home town. A local police department had posted their data in HTML and I used a combination of YQL and ColdFusion to parse it. This was done via a simple scheduled task. A second task turned street addresses into longitude and latitude pairs. Finally I made use of cfmap to display the results. All in all, I think it was pretty cool. The results matched with what I would have a...
Posted by Ray Camden on Sep, 03 2010
|
Now this is a fun sight to wake up to. This ad is on page A9 of my Wall Street Journal. It's also running in other newspapers (including USA Today and New York Times).
If you can't read the text, here's what it says:
FLASH WEBSITES?
THERE'S A PHONE FOR THAT.
Introducing the new Droid 2 by Motorola.
Flash sites require Flash capabilities. Seemed pretty simple to us. That's why we created DROID 2. With Adobe Flash Player it gives you unrestrained access to Flash sites, videos and games. No mo...
Posted by Ben Forta on Sep, 03 2010
|
I'm very pleased to have been accepted as a speaker for Scotch on the Rocks 2011! Wow! What an incredible line up of speakers! It's going to be an awesome conference!
SOTR 2008 was incredible so I was very sorry to have missed SOTR 2009 - due to my wife breaking her ankle! Schedule and finances got in the way of me even considering SOTR 2010.
So what will I be speaking about?
To be honest, I don't know. Topics will be announced in about five or six weeks. I submitted three suggestions to the SOT...
Posted by Sean Corfield on Sep, 02 2010
|
Google announced the Second anniversary for its Chrome browser today and I'm sure that Chrome has entirely changed our browsing experience in many ways. I've been using Chrome as my default browser from the day of its release because it's faster than Firefox, it's starts quickly, light weight, number of very useful extensions for developers, utilize very less CPU memory and many more. [More]...
Posted by Akbarsait ColdFusion Web Log on Sep, 02 2010
|
Google announced the Second anniversary for its Chrome browser today and I'm sure that Chrome has entirely changed our browsing experience in many ways. I've been using Chrome as my default browser from the day of its release because it's faster than Firefox, it's starts quickly, light weight, number of very useful extensions for developers, utilize very less CPU memory and many more. [More]...
Posted by Akbarsait ColdFusion Web Log on Sep, 02 2010
|
you're like the herpes of the internet, theres 50000000 CF forums and everytime i read a thread going "ah this is the issue i have, i really don't want to do it this particular way" there you are answering why you should do it like that, very ann......
Posted by Charlie Griefer on Sep, 02 2010
|
Today I identified a subtle bug with the listObjects method of AmazonS3.cfc dealing with delimiters. If you supply a prefix that ends with a trailing delimiter, certain paths would be returned partially truncated. Removing the trailing delimiter solves the issue, so there's an easy workaround, but I've added a snippet to take care of that [...]...
Posted by barneyb.com on Sep, 02 2010
|
Today I was working on creating a CSV file that required numeric columns to be a fixed number of digits, using leading zeros to make up the difference. So, for example, if the column required 5 digits, the number 123 should show up as 00123. This is super simple using the NumberFormat() function in CFML, simply specify a mask like so:
#variables.myNum#
But, in my particular case, I had several columns that required 12 and 15 digit numbers.
[More]...
Posted by Eric Cobb on Sep, 02 2010
|
Does anyone else have this annoyance? Whenever I open a large file in CFBuilder (built on Eclipse), I see a little notice at the bottom saying "Refresh Content" and it always tends to freeze my IDE. It can occur several times per minute. I've search and found no solution.
aR_BgColor="";
aR_FgColor="";
aR_url="http://www.bytestopshere.com/post.cfm/eclipse-annoyance-refresh-content";
aR_title="Eclipse Annoyance: \"Refresh Content\"";
aR_StarType='0';
docum...
Posted by Sam Hoda on Sep, 02 2010
|
A buddy of mine who has the original Motorola Droid just got an Android OTA update, and thus Flash Player 10.1. Droid owners, rejoice!...
Posted by Ben Forta on Sep, 02 2010
|
I use jQuery…a lot. It just makes JavaScript development much easier for me. Every so often, I may come across a site where I want to poke around and see what’s going on under the hood. In many cases, jQuery is being used so it’s simple to spark up Firebug and leverage jQuery to work [...]
Related posts:Use ScriptSrc.net to Copy and Paste the Script tag for Your Favorite JavaScript Library One of the things I hate about using CDNs is...
Not Using jQuery JavaScript Templates? ...
Posted by Rey Bango on Sep, 02 2010
|
Check out the new MAX Unawards, a new way to reward yourself for all your hard work (or for the lack thereof, or whatever else tickles your fancy). Fun stuff!
...
Posted by Ben Forta on Sep, 02 2010
|
The other day, I was using CFThread to call a ColdFusion component method asynchronously. Typically, when I use CFThread, I define my CFThread tags in the controller. In this case, however, I was making the asynchronous call from within the context of the component itself. This works very well. But, but there are some minor variances in scope-behavior that depend on how the asynchronous method is invoked. Before we get into the CFThread / scope interaction caveats, however, I thought I' ...&nbs...
Posted by Ben Nadel on Sep, 02 2010
|
...
Posted by Ricardo Parente on Sep, 02 2010
|
...
Posted by Ricardo Parente on Sep, 02 2010
|
Well I've decided to start getting back to blogging after a year long hiatus. I really don't have a lot to say on this return post except that it's officially been one year since I've done any other writing and I figured that it's time to get back to the SEO Blog.
That's It.
:-)...
Posted by Edward Beckett on Sep, 01 2010
|
Ok, so this probably falls into the realm of "Obvious", but both myself and a reader were surprised by this. Credit for it goes to John Pansewicz. He pinged me earlier this week saying that ColdFusion 9's multi file uploader failed to work for him. No matter what he uploaded he got a bad result. I tried the same code on my machine and saw nothing wrong. Then John figured out that it was ColdFusion debugging breaking the response. Again - obvious - but I tend to only worry about debugging when ru...
Posted by Ray Camden on Sep, 01 2010
|
Typically, when we want to include an image in a web page, we use an IMG tag with a SRC value that points to a file located on the server (ex. my_image.jpg). Modern browsers, however, allow us to embed images directly in the page markup as Base64-encoded "data urls." For caching and performance reasons, you generally wouldn't want to use data urls to define your images; however, in some cases, it's tremendously useful to serialize and reference an image without needing an additional HTTP requ .....
Posted by Ben Nadel on Sep, 01 2010
|
If your computer is like mine you have a host of things installed: ColdFusion Database server Web server Version control server Mail server ???? By default I always set all these services to disabled so when I boot my computer I don’t have to wait 30 minutes for everything to start up. And it’s possible [...]...
Posted by The Crumb on Sep, 01 2010
|
For those who haven’t installed the latest hotfix for ColdFusion 9.0.1 from Adobe, here is the link: http://kb2.adobe.com/cps/862/cpsid_86263.html...
Posted by Ricardo Parente on Sep, 01 2010
|
I spent quite a bit of time playing with Clojure over the weekend (including writing my first plugin and my first hook for Leiningen, Clojure's popular build tool) and I started experimenting with reading data from a database. I tweeted that I was pleased with myself for succeeding and Marc Esher asked "is reading data so hard in clojure that it warrants celebration?" so I figured I'd post my little example, so you could see how easy it is (or isn't, depending on your point of view).
(ns sean.c...
Posted by Sean Corfield on Aug, 31 2010
|
Using the Batchbook REST API to create contact records from ColdFusion...
Posted by Brian Ghidinelli on Aug, 31 2010
|
|
the ColdFusion application from CF 6 and 7 to CF 9
Job Requirements
Active DoD Secret Clearance
Experience programming in ColdFusion 9
Programming lead...
From Insight Global - 03 Sep 2010 19:46:15 GMT
- job details
- View all jobs...
Posted Sep, 03 2010
|
for application development utilizing Java and ColdFusion. This position is based at our headquarters... work experience using ColdFusion, Java, and Oracle...
From US Oncology, Inc. - 03 Sep 2010 17:58:55 GMT
- job details
- View all The Woodlands jobs...
Posted Sep, 03 2010
|
US-OR-Salem. Posted by Meridian Technology Group on Sep-02-10....
Posted Sep, 02 2010
|
Coldfusion 8.0 web based, SQL developer. Two major systems: CRM system needs enhancements and Booking system- constant changes, revisions, refinement. New project- Householding: e-mails , bookings......
Posted Sep, 02 2010
|
ColdFusion/ColdBox Web Programmer Location:Salem, OR Duration:6+ months Job Description: The workload and ... productive immediately by bringing an expert knowledge of ColdFusion and ColdBox, along with substantial experience......
Posted Sep, 02 2010
|
Designer Skills: Java, ColdFusion, HTML, CSS, Date: 8... recruiting for: ColdFusion and Java Developer/Designer Summary: The ColdFusion and Java Developer/Designer...
From DCJobsite.com - 02 Sep 2010 09:23:40 GMT
- job details
- View all Rockville jobs...
Posted Sep, 02 2010
|
experience developing web based applications using HTML, Web 2.0, JavaScript, ColdFusion, AJAX, Web-Services, developing XML/XSD.
Proven experience with MS SQL...
From Monster - 01 Sep 2010 02:04:41 GMT
- job details
- View all Newton jobs...
Posted Sep, 01 2010
|
In this role, you will be working as part of our client's public Web site team at a large organization to build public-facing Web applications. Our client offers an excellent work environment with a lot of talented designers and programmers to learn f......
Posted Sep, 01 2010
|
based in West LA is currently seeking a Senior ColdFusion developer. They've been around for over 10 years... candidates who love Coldfusion and want to work for a...
From Jobmagic - 31 Aug 2010 22:32:46 GMT
- job details
- View all Los Angeles jobs...
Posted Aug, 31 2010
|
Web Hosting Admin Pittsburgh , PA 16 months+ contract Duties/Assignment: Candidate will install, configure and trouble shoot test and production environments Skill Set Requirements:
Posted Aug, 31 2010
|
s for Amazon MWS. /gp/mws/doc/en_US/bde/feeds/v20090901/devGuide/index.html The call we will test for performance of this job is the SubmitFeed call. We run CF 8 and CF 9. Let us know if there are any questions. J Desired Skills:......
Posted Aug, 31 2010
|
maintenance support. The ability to integrate Java into ColdFusion provides all sorts of opportunities, including ... access to functionality that's simply not available in ColdFusion. The Java / ColdFusion Developer will be a......
Posted Aug, 31 2010
|
RoaringSky is looking for a motivated, friendly & professional individual to help manage an existing, large-scale ColdFusion project and several smaller projects.
We are based in South Orange County, California. This is ideally a local position, but we [more]...
Posted Aug, 31 2010
|
Dominion Enterprises (www.dominionenterprises.com) is a leading marketing services company serving the wide-ranging needs of many industries including real estate, apartments, specialty vehicles, employment, automotive and travel.
Our Dealerskins [more]...
Posted Aug, 31 2010
|
About the Job
Industry Intelligence Inc. is an innovative Internet B2B publishing company with a cutting-edge formula that delivers real-time market intelligence to all types of information users in every position within a business. We believe that [more]...
Posted Aug, 31 2010
|
About Our Company
Industry Intelligence Inc. is an innovative Internet B2B publishing company with
a cutting-edge formula that delivers real-time market intelligence to all types
of information users in every position within a business. We believe [more]...
Posted Aug, 31 2010
|
Thanks for your email.
what max salary we can expect ?? i have 12 years of exp in following fields.
i am on GC status.
?
Thanks
somesh
--- On Mon, 8/30/10, Tu Nguyen <tu.nguyen@softtechconsulting.com> wrote:
From: Tu Nguyen <tu.nguyen@ [more]...
Posted Aug, 31 2010
|
is looking for a ColdFusion expert for a contract-to... ColdFusion, web development processes, framework and design.
At least 5 years of experience in ColdFusion...
From Adecco - 31 Aug 2010 07:44:46 GMT
- job details
- View all Dallas jobs...
Posted Aug, 31 2010
|
Greater Portland, Oregon area is seeking an experienced ColdFusion Software Developer
Job Title: ColdFusion Software Developer
>>> You must have unrestricted...
From Adecco - 31 Aug 2010 07:43:47 GMT
- job details
- View all Salem jobs...
Posted Aug, 31 2010
|
Posted:08/27/10 * Job Type:Contract Description Title: Coldfusion Programmer Job ID: 10315 Location: Salem, OR ... productive immediately by bringing an expert knowledge of ColdFusion and ColdBox, along with substantial experience......
Posted Aug, 30 2010
|
Posted:08/27/10 * Job Type:Contract Description Title: Coldfusion Programmer Job ID: 10315 Location: Salem, OR ... productive immediately by bringing an expert knowledge of ColdFusion and ColdBox, along with substantial experience......
Posted Aug, 30 2010
|
5+ years experience developing enterprise applications in Coldfusion * Experienced with ASP.net and SQL * Background working with relational databases; SQL Server preferred * Experienced in full-lifecycle development including architecting......
Posted Aug, 30 2010
|
5+ years experience developing enterprise applications in Coldfusion * Experienced with ASP.net and SQL * Background working with relational databases; SQL Server preferred * Experienced in full-lifecycle development including architecting......
Posted Aug, 30 2010
|
Client: Large Government Integrator
Location: Rockville, MD
Duration: Contract-to-Hire
Rate: 85-90k annually
****Excellent Opportunity to work with a very large Government Integrator****
****Candidates must be EAD, Green Card or U.S. Citizens [more]...
Posted Aug, 30 2010
|
We are looking for a CF developer to work with us on an ecommerce site as well as our back end internal systems. We operate on CF 8, and plan to migrate to CF9. We run on SQL Server 2005 and the best candidate will be well accomplished in optimized SQL [more]...
Posted Aug, 30 2010
|
I have a perm in Charlotte, NC for someone with strong Coldfusion/Java skills.
Total comp is in the $110k range and I'm told the benefits package is outstanding.
Send resume and contact info and I will call you to discuss. james@turnitfast.com
[more]...
Posted Aug, 30 2010
|
Good afternoon,
Apex Systems is looking for a Coldfusion Developer for a contract to hire opening. The position will start at the Washington Navy Yard and move to Quantico in Summer / Fall 2011.
Candidates must be US Citizens and hold a active [more]...
Posted Aug, 30 2010
|
For over 15+ years, INSYS has been providing Federal, State and Fortune 500 companies tailored IT solutions that drive customer success and at the same time a commitment to our consultants to provide a rewarding career. The core strength of our company is [more]...
Posted Aug, 30 2010
|
using ColdFusion 8/9 with a DB2 backend following the software development lifecycle.
* Must have demonstrated ability in SQL, XML, CSS, XSLT, ColdFusion, and...
From Dice - 30 Aug 2010 02:50:29 GMT
- job details
- View all Baltimore jobs...
Posted Aug, 30 2010
|
a ColdFusion Developer to perform programming services. The successful candidate will have experience with developing web-based applications using ColdFusion...
From Dice - 30 Aug 2010 02:08:01 GMT
- job details
- View all Washington jobs...
Posted Aug, 30 2010
|
Special Requirements
* Experience 2-3 YEARS COLDFUSION 7 OR 8 EXPERIENCE
* 1-2 YEARS JAVASCRIPT... Knowledge Desired
* COLDFUSION, JAVASCRIPT...
From Dice - 29 Aug 2010 01:54:36 GMT
- job details
- View all Tucson jobs...
Posted Aug, 29 2010
|
Title: Coldfusion Programmer
Job ID: 10315
Location... immediately by bringing an expert knowledge of ColdFusion and ColdBox, along with substantial experience...
From eBay Classifieds - 28 Aug 2010 16:04:18 GMT
- job details
- View all Salem jobs...
Posted Aug, 28 2010
|
Hi,
Please find attached the job description for our direct client, do send in matching profiles only... Job Description:
PowerBuilder to CF migration...
From Dice - 28 Aug 2010 00:59:11 GMT
- job details
- View all Stamford jobs...
Posted Aug, 28 2010
|
We are seeking an experienced ASP.Net Developer (Programmer) for a contract opportunity at our Cleveland, Ohio client.The Developer will be responsible for all aspects of system development and maintenance including: requirements gathering, syst......
Posted Aug, 28 2010
|
Responsibilities * Develop and maintain ColdFusion applications * Participate in system development life cycle, ... and ad-hoc assignments Required Skills: * Experience with ColdFusion and CFC skills * Experience with XHTML, CSS,......
Posted Aug, 27 2010
|
to work on application development for a proprietary ColdFusion Internet/intranet application used to manage ... apply. Related: Web Developer, ColdFusion developer, ColdFusion, Cold Fusion, As the nation's premier internet......
Posted Aug, 27 2010
|
experience in a ColdFusion 6.1 or 7.0 MX environment, Macromedia DreamWeaver MX, HTML, JavaScript; extensive knowledge of ColdFusion components. & 61607;...
From Dice - 27 Aug 2010 01:07:55 GMT
- job details
- View all Brooklyn jobs...
Posted Aug, 27 2010
|
I would like to announce my availability for any design & development
projects you may have. I have 10 years experience in the development of
backend server applications (ColdFusion and ASP) that communicate directly
with SQL Server databases. I can [more]...
Posted Aug, 27 2010
|
DreamWeaver MX --HTML --JavaScript --Extensive ColdFusion components --SQL Server 2000/2005 writing complex stored procedures and triggers --Design patterns, automation of systems, and business integration Candidates who also have......
Posted Aug, 27 2010
|
NOT provided
* 5+ years experience developing enterprise applications in Coldfusion
* Experienced with ASP.net and SQL
* Background working with relational...
From Corner Office Consultants - 27 Aug 2010 18:46:34 GMT
- job details
- View all Memphis jobs...
Posted Aug, 27 2010
|
|