Blog articles

0
comment
on 10/30/2011 12:11 AM
Persistence is core to pretty much every real world application. Side Story: One of the strengths of CFML is that it has a <cfquery></tt> tag built-in that makes it drop-dead simple to work with SQL. Only recently has CFML gotten a built-in ORM (based on [...]
.
0
comment
on 10/29/2011 12:10 AM
The easiest starting point is to get Clojure up and running with Leiningen. Leiningen is an essential Clojure tool that can create projects, resolve library dependencies, compile your code, run your tests, fire up a REPL and a whole lot more. You need Lei[...]
.
0
comment
on 10/28/2011 8:41 PM
.
0
comment
on 10/28/2011 12:08 AM
Like many companies, we send HTML emails. This has always been extremely easy in CFML because it has a cfmail tag built-in which allows you to put HTML directly inline inside it - which in turn can include CFML code so the HTML can be dynamically generate[...]
.
0
comment
on 10/27/2011 4:21 PM
Back when I was in college, I took three different courses that dealt with subjects related to machine learning and data mining. Although I didn’t lose interest on those matters, my work has led me in a totally unrelated direction, so I haven’t exercise[...]
.
0
comment
on 10/27/2011 12:07 AM
As mentioned earlier in this series, we have a process written in Clojure that reads updated member profiles from our MySQL database, converts them to XML and posts them to our search engine. XML generation in Clojure is made very easy by using a library [...]
.
0
comment
on 10/26/2011 4:00 PM
.
0
comment
on 10/26/2011 12:06 AM
Our platform uses some minimal per-environment configuration to determine on which tier it is running: dev, CI, QA, production. We have a fairly large number of application settings which vary by tier, such as data sources, ports and hostnames for externa[...]
.
0
comment
on 10/25/2011 12:04 AM
I've touched on this in an earlier blog post about parsing PowerMTA accounting files but I wanted to cover it again as part of this blog series and go into a bit more depth. In that earlier post, I showed an outline for processing the large CSV files prod[...]
.
0
comment
on 10/24/2011 11:35 AM
Since the beginning FPish has allowed Authors to aggregate their blogs. We are now going a step further by allowing you to write blog articles on FPish.
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper