Blog articles

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.
.
0
comment
on 10/24/2011 8:43 AM
Since you your view model can be oblivious of your views (html) you can write unit tests for functionality quite far out into the gui. You can then use TDD to develop your view models. I’ve seen examples of testing where you include the views.
.
0
comment
on 10/19/2011 1:00 PM
Normally, with languages like C# or Java, there is quite a bit of overhead in creating a quick and dirty program to do small tasks like bulk renaming files in a director, etc. This is the spot that is filled by scripting languages like Python, Perl and Ru[...]
.
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