Category: Developers

New Feature of Coldfusion 10 Allows You to Dynamically Load Java Libraries

In the old days of ColdFusion if you wanted to access a 3rd party Java library (JAR or class files) you had a couple options: 1. Add the location of the library to the ColdFusion classpath -or- 22. Use something like JavaLoader (http://javaloader.riaforge.org/) to dynamically load Java libraries into your ColdFusion application. ColdFusion 10, however, makes it even easier to load Java libraries into your ColdFusion application without having to restart ColdFusion. All that’s required is your application define the ‘THIS.javaSettings’ attribute within the site’s Application.cfc like below: [code] <cfset THIS.javaSettings = {LoadPaths = [“/javafiles/”],reloadOnChange=true,watchInterval=30}/> [/code] The above code will...
Continue Reading Article →

Why Choose VPS over Shared Hosting?

Today you can find many low-priced hosting options and in most cases that means you’ll be hosting on a shared server. Shared meaning one host OS or “Server” with many clients, each with their own folder or directory. That is a great choice for a the majority because shared hosting is very affordable @ $2-$10/month – for example a small website or a blog that gets light to medium traffic. The decision to move to a VPS server should be driven by requirements and not by inaccurate information or assumptions. Performance Requirements As a preventative measure to keep one site...
Continue Reading Article →

Three Tips for Better cPanel Web Hosting Security

cPanel web hosting is incredibly easy to use, and takes care of your most essential security processes for you. Simply using the cPanel control panel ensures that access to your settings and web hosting configuration is secure by using SSL connections and a confidential username and password pair. However, there are certain best practices every webmaster should keep in mind to maintain the best possible security on a web hosting plan. As you make the most of every feature in cPanel, you will potentially open up more weaknesses in the security of your system. And it is your responsibility as...
Continue Reading Article →

How ColdFusion Shared Dedicated Hosting Supports Your Website

Whether you are launching your first website or searching for a plan to keep up with your website’s growth, there are numerous hosting services to choose from. Many hosting companies offer similar service ranges, including shared hosting, virtual private servers (VPS hosting), and dedicated server solutions. But occasionally, a web hosting provider launches a distinctive service. Shared dedicated hosting is designed to meet the unique demands of certain businesses, but because the term is not frequently used, it can be difficult to understand its impressive benefits. A common use of shared dedicated hosting is to support rich, dynamic web applications....
Continue Reading Article →