- Drupal: FeedAPI Imagegrabber - 25 comments
- Sorting a 2-Dimensional Array in Java - 14 comments
- Tutorial for FeedAPI Image Grabber - 14 comments
- Schengen Visa to Germany - 9 comments
- PHP: Relative URL to Absolute URL - 4 comments
tutorial
Drupal: Tutorial for Feeds Image Grabber
Feeds Image Grabber (FIG) was released on 3rd March, and currently supports the following features:
Automatically downloads and attaches image to the node created by Feeds module.
Configurable XPath of the desired image location on the webpage of the feed item on per feed basis (using element’s id or CSS class).
Support forĀ FileField Paths module.
Configurable maximum image size.
Configurable [...]
Dumping a remote SVN repository without admin access
When you need to dump a SVN repository, all you have to do is
svnadmin dump REPOS_PATH
But wait, then you need to have access to the server on which your SVN repository is hosted. Often, that is not the case and you have to contact the company which hosts your repository to do it for you. [...]
Tutorial for FeedAPI Image Grabber
Updates:
Feeds Image Grabber has been released to support the new Feeds module. (3 march 2010)
Tutorial for Feeds Image Grabber (FIG) published. (6 march 2010)
Demonstration Website is available here. (6 march 2010)
I get a lot of requests for this, so here is a tutorial explaining the 3 W’s (What, Why and How) of FeedAPI ImageGrabber.
Motivation
This is [...]