You are hererahul's blog
rahul's blog
IIS 7 - 500 Internal Server Error trying to configure a default document in web.config
I am in the process of deploying an osCommerce site to a Windows 2008/IIS 7 machine as I write this (no point debating the merit of doing so, you really can't fight the management if they have taken a decision and you are not even a part of that particular decision making).
So they want a default document of let's say index.html for their website from where they want to take the user to osCommerce's main index.php based page. And I need to make the appropriate settings in web.config to have this going.
Sencha Touch 2 - CompositeField for Touch
Another post on a Sencha Touch 2 feature that I initially thought was absent in the framework altogether, but was found hidden within its elaborate (and often tricky) source code.
I needed a CompositeField for Touch 2, but having a look at its api documentation, it was no-where to be found. I continued my search into Touch 2's source files as earlier also, I have found classes/components I needed there but without a corresponding mention in the api docs.
Sencha Touch 2 - SplitButton component for Touch
Last in the series of posts on menus and associated custom components for Sencha Touch 2, I would present SplitButton component for Touch in this blog post.
First things first, here's a live example:
Followed by the code for the Splitbutton component:
Sencha Touch 2 - DropDownButton component for Touch
Continuing with my previous blog post on a Menu component for Sencha Touch 2, here I present a DropDownButton component for Touch 2 supporting any depth of nested sub-menus for the drop-down.
First a live example:
Now the source for the DropDownButton component:
Sencha Touch 2 - Menu component for Touch supporting any depth of nested sub-menus
I did some interesting things with Sencha Touch over the last month, and I am going to share some of them in a series of blog posts over the next couple of days. But I am running really short of time. So I would let the code do the talking, and there would be minimal explanations (if any) in the posts themselves on what the code does and how.
YouTube - Retrieving video information in javascript
Nothing is probably more frustrating for a developer than a framework/api providing some feature but not documenting it. No doubt, this would have happened to you multiple times. For me, two very different frameworks (well one was a framework and the other an api) posed the challenge over the last week to explore them without complete documentation.
PayPal - IPN validation calls need to go to sandbox system when payment was made on sandbox environemnt
In continuation of my last blog post on handling PayPal IPN callbacks in Drupal, I would like to acknowledge one mistake I made while writing that code to handle IPN callbacks from PayPal.
Drupal - Handling PayPal IPN callbacks and saving data to the database
PayPal integration is such a common requirement for e-commerce sites, irrespective of the platform the site is built with, right. So recently a client approached me for integrating PayPal payments into their Drupal site, and my immediate question to them was why are they asking me to invent the wheel again. There sure are many PayPal integration modules available on drupal.org, and why don't they use one of them.
.Net - Compressing directories recursively with ICSharpCode.SharpZipLib
I think there's hardly anything to explain here or give introduction about, the title says it all. I wrote a small function to zip directories recursively using the free and open-source ICSharpCode.SharpZipLib library.
So without saying many more things, here's the function:







