ColdFusion on Wheels
I have been looking into the features of CFWheels for quite sometime now and it is really an amazing framework that can get you started in just a few minutes. If you are wondering which framework you...
View Article[removed] Windows 7 public beta Download link, Product key and 2.5 million...
Sorry, this post has been removed.
View ArticleSolution to 500 Internal Server Error issue with ColdFusion, IIS7 and Vista...
I faced issue with web connector when I recently installed ColdFusion 8 Developer 32bit on my Vista 64bit box. Issue: The web server configuration fails and ColdFusion pages won't run on IIS or Apache...
View ArticleImprove performance by placing Application.cfc or Application.cfm, or...
A close look at the following screen clipping will show you exactly why it is important to place an Application.cfc or an Application.cfm file under your web root. If your web root or the requested...
View Article[removed] Can’t run SQL Import and Export Wizard on Vista/Windows 7/Windows 2008
Sorry, this post has been removed.
View Article[removed] Flex 4 (Gumbo) Error: Type was not found or was not a compile-time...
Sorry, this post has been removed.
View ArticleInstalling and Running IIS and Apache Server Together on Windows Vista or...
digg_url = "http://www.codecurry.com/2009/02/installing-and-running-iis-and-apache.html";digg_title = "Installing and Running IIS and Apache Server Together on Windows Vista or Windows XP or Windows...
View ArticleRunning Multiple Websites or Domains with Different Domain Names or Host...
If you have read the post on adding hosts names for development on IIS or Apache you may have already started wondering how can you serve or show different content using IIS or Apache. Here we will...
View ArticleUsing Separate Host or Domain Names for Website Development on Windows with...
Whether you run IIS or Apache you can run local sites similar to 'localhost'. When you type localhost in your browser's address bar and hit enter, the address always translates to the loopback IP...
View ArticleAdd or Assign Multiple IP addresses on Windows or Linux to run IIS and Apache...
If you want to run more than two servers, say IIS and Apache Web Server on your system then your administrator needs to add IP aliases to your system in order to achieve this functionality. Here are...
View ArticleRun IIS, ASP.net and Apache Together Without Multiple IP Addresses
Many people want to run both IIS and Apache Web Server together. We have already blogged on similar lines: how to add or assign multiple IP addresses to your computers and how to configure their hosts...
View ArticleInstalling ColdFusion on IIS 7 + Configure IIS for ColdFusion in Windows...
When installing ColdFusion on Vista or on Windows Server 2008 you may receive HTTP 404.3 Error, similar to this one:HTTP Error 404.3 - Not FoundThe page you are requesting cannot be served because of...
View ArticleUnable to Receive Email Messages on Your Google Apps Custom Domain?
It happened to me when I added a CNAME record for “codecurry.com”. Simple solution: I deleted the CNAME and used A Record to point my root domain “.codecurry.com” to my hosting server. CNAME Records...
View ArticleTag-Team Death Match: Flash & ActionScript V/S HTML5 & JavaScript
digg_url = "http://www.codecurry.com/2009/10/tag-team-death-match-flash-actionscript.html";digg_title = "Tag-Team Death Match: Flash & ActionScript V/S HTML5 & JavaScript";digg_bgcolor =...
View ArticleIf You Ever Wanted to Know How JavaScript Conditional Operators Executes
digg_url = "http://www.codecurry.com/2009/10/if-you-ever-wanted-to-know-how.html";digg_title = "If You Ever Wanted to Know How JavaScript Conditional Operators Executes";digg_bgcolor =...
View ArticleIntroducing WordArt for ColdFusion
digg_url = "http://www.codecurry.com/2009/12/introducing-wordart-for-coldfusion.html";digg_title = "Introducing WordArt for ColdFusion";digg_bgcolor = "#FFFFFF";digg_skin = "normal";digg_url =...
View ArticleColdFusion Manual Configuration & Issues with TCP ports 51011, 51010 and...
digg_url = "http://www.codecurry.com/2010/01/coldfusion-manual-configuration-issues.html";digg_title = "ColdFusion Manual Configuration & Issues with TCP ports 51011, 51010 and 51800 on IIS and...
View ArticleColdFusion 9.0.1 Update Now Available
Adobe released update for ColdFusion 9 yesterday. I have installed the update on my server running Windows Server 2008 with IIS 7. This update now supports running ColdFusion with IIS7 without...
View ArticleInstalling ColdFusion 9.0.1 Update
Some people might face a problem when installing ColdFusion update on their Windows 2008 Server. This is because they will have to remove ColdFusion 9 connector settings and IIS6 Metabase Compatability...
View ArticleWhat I've been up to!
I've not posted any post for quite sometime now. However, that is about to change. I'm writing apps with JavaScript now and I'm learning new stuff almost daily. I'm currently using RequireJS,...
View ArticleDependencies Included!
Consider this: What good is a phone without its battery? When we buy phones or any electronic that runs on a battery we expect batteries included with the product. As software developers, we face the...
View ArticleConfiguring Apache Tiles to Avoid Caching During Development
When you want to use Apache Tiles, you will find that your tiles are cached and are not refershed when you reload the page in web browser. This is a non-issue in production environment because once...
View Article