By Nitin on September 16, 2009
PayPal is used by a lot of online merchants to accept payments for the products they sell online. PayPal can also be used to accept donations for your technical open source projects or charity organization. Recently, I opened an account with PayPal to accept payments from my clients who reside outside India. Before I started, [...]
Posted in Nitin's Blog | Tagged Drupal, paypal
By Nitin on April 5, 2009
Feeds Image Grabber (FIG) was released on 3rd March 2010, to support the Feeds module. Introduction FeedAPI Imagegrabber is a add-on module for FeedAPI. It consists of a parser which visits the original URL of a new feed item, and retrieves the main image from the post. Once the main image has been retrieved, it [...]
Posted in Drupal, Projects | Tagged Drupal, Intern, module, php
By Nitin on March 2, 2009
Recently, I was working on a project and I needed to convert the relative URLs to their absolute URLs. An absolute URL such as “http://www.example.com/image.jpg” but mostly written as only “image.jpg” (relative URL) on the web pages. Web browser creates a complete URL using this relative URL and base URL. The base URL, must be [...]
Posted in Projects | Tagged Drupal, php, URL