ColdFusion, URLEncoding and RFC 3986

On November 19, 2011, in ColdFusion, by Anuj Gakhar

ColdFusion has an inbuilt function for encoding URL vars. URLEncodedFormat – which does the job well, but it does not follow the RFC 3986 , the Internet standards document that describes the encoding of URLs, very strictly. This does not cause problems 98% of the times but I recently found out while working with some […]

Tagged with:  

Amazon Simple Email Service API ColdFusion Wrapper

On November 17, 2011, in ColdFusion, AWS, by Anuj Gakhar

Amazon Simple Email Service is one of the services provided by Amazon Web Services. Directly quoting from their website :- Amazon Simple Email Service (Amazon SES) is a highly scalable and cost-effective bulk and transactional email-sending service for businesses and developers. Amazon SES eliminates the complexity and expense of building an in-house email solution or […]

Tagged with:  

PandaStream API ColdFusion Wrapper

On November 11, 2011, in ColdFusion, Railo, by Anuj Gakhar

In my recent project, one of my tasks is to encode videos in multiple formats. And we decided to use PandaStream for the job. PandaStream is a flexible and highly scalable cloud video encoding API. Here is en entire list of their supported file formats. They seem to have a fairly decent REST API, which […]

Tagged with:  

WordPress, Apache, Pretty URLs and .htaccess

On November 11, 2011, in Web Development, Miscellaneous, by Anuj Gakhar

In this post, I will try to cover all the steps required to enable pretty URLs in your wordpress enabled site/blog. I will be assuming that you already have wordpress up and running and if you are having issues with your Custom Permalinks, the following may help you. First of all, make sure mod_rewrite is […]

Tagged with:  

How I got started in ColdFusion

On August 2, 2011, in ColdFusion, by Anuj Gakhar

After a really long time, I spent some time this week on reading some of the blogs I used to read on a regular basis. And one thing I noticed is a series of “How I got started in ColdFusion” posts by most of the CFers. So here is my go at it :- It […]

Tagged with:  

Introduction to Present.Me

On April 15, 2011, in Web Development, Railo, Miscellaneous, by Anuj Gakhar

For the past several months, I have been involved in the technical development of a new startup Present.Me. Simply put, PresentMe lets you share your slides with the world while recording your video at the same time. It uses your webcam to capture the audio/video stream and then puts it together with the slides and […]

 

URLs with and without www gotcha

On April 7, 2011, in Browsers, by Anuj Gakhar

I was stuck today with a very strange issue and it’s definitely worth a blog post I think. The issue was as follows : A user visits the website at http://site.com User tries to pay for a Product via Paypal. Payment goes through fine – and Paypal sends the user back to the Return URL […]

 

Railo, Flex Remoting and HTTP Auth

On March 29, 2011, in ColdFusion, Flex, Railo, by Anuj Gakhar

I’ve got an app running on Railo which has a Flex app being used and the Flex app uses Flex Remoting to communicate with CFC’s from Railo. That has been working absolutely fine for a few weeks now , until today, when I turned on the Apache based HTTP Authentication on the entire folder. All […]

Tagged with:  

Railo, Apache and Flash Remoting on Ubuntu

On January 10, 2011, in ColdFusion, Flex, Railo, by Anuj Gakhar

Having spent some time getting Flash Remoting to work on my Ubuntu Server running Railo/Apache/Tomcat – I thought this deserves a blog post, for sure. So, to give you an idea of the environment – I’ve got a Ubuntu 10.04 server running Railo 3.2 with Tomcat 6 as the Java container. And on top of […]

Tagged with:  

IIS 7.5 Virtual Directory Error : 401 UnAuthorized

On December 23, 2010, in Web Development, Browsers, Mac, by Anuj Gakhar

I almost went crazy with this one. The Scenario :- I installed IIS 7.5 on a fresh Windows 2008 box. Got a website up and running on it. Then added a Virtual Directory for all the site’s assets and thought I am done. But no! None of the assets were visible in browser. I tried […]

Tagged with:  
© 2011 Anuj Gakhar