Is Google Public DNS actually better then your ISP?
Sat, Jun 29, 2013
For a long while now, I've been using Google Public DNS, but lately, I have been getting slow DNS performance and more issues with sites loading. I was curious on if it was actually better then my Road Runner (Tampa Bright House) DNS server.
I... Read More
Allowing other developers to manage custom development via a web server proxy
Thu, May 30, 2013
Today, I realized it is possible to configure my web server to proxy the request through to a remote server for the purpose of allow collaboration between multiple developers without causing security concerns. This would allow the content to ap... Read More
Is web development bad for you? It feels like it to me.
Tue, May 14, 2013
I'm having the worst time right now doing any work at all. I have seemingly permanent health issues with my eyes/neck/back, which are cutting my work days short and making computer work feel stressful most of the time. I have managed howe... Read More
Hot rod your PHP app with Caucho Quercus and start learning Java technologies
Mon, Apr 15, 2013
Caucho Quercus is a commercial solution for accelerating PHP applications that starts at around $700 for a single processor. They rewrote PHP to run on the Java Virtual Machine, which is a pretty amazing feat. Caucho was able to optimize ... Read More
A plan for scaling a CMS to multiple servers
Mon, Apr 15, 2013
This article attempts to discuss how you could go about converting an application that is designed to run on one server to run on multiple servers. Jetendo CMS is my application and it has its own unique issues to solve, but most of this articl... Read More
Considerations when implementing high availability for a web application
Wed, Apr 10, 2013
If you host an web application, do you want to make it fault tolerant?
Will you use high availability to scale out to multiple servers?
To what extent would you take this?
Below, I discuss how you might answer these questions for yourself. I help ... Read More
Should you use CFML for new projects? I do.
Mon, Apr 08, 2013
I think people would choose CFML because they don't know how to program very well and want to get things done quick. CFML may be the fastest way to prototype something on the backend. A lot of modern apps are using javascript more now, so that part o... Read More