- 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
php
“What is Drupal?”, for newbies
I often come across this question from my friends and peers and most of the time I deflect it by saying “it lets you create your website easily, why don’t you look up on Wikipedia?”. Few days ago, one of my friends pointed me that most of the articles start with “Drupal is a Content Management [...]
WordPress: WP ShareThisPost
Although the third party bookmarking and sharing tools are quite useful to analyze the sharing trends on your blog, they do slow down the whole process of sharing. Also, as mentioned in my Sharing and Bookmarking Tools post, I was not comfortable with the small icons available with Bookmarkify and Socialable. WP ShareThisPost is a [...]
PHP: Select HTML elements with more than one css class using XPath
Recently, while working on my project FeedAPI ImageGrabber I came across the issue where I had to select HTML elements by a given css class. The HTML element can have a single CSS class:
<div class="foo"></div>
or multiple CSS classes associated with it.
<div class="foo exp tar"></div>
Now if you want to select the HTML elements with class “foo”, [...]
MYSQL: Get the Auto-Increment Values after Insert Statement
Until sometime back, I was unaware of how I could get the value of an auto-incremented field after an Insert Statement. But recently I needed it for two of my projects simultaneously, so I explored the possibilities. As one of my project is in Java and other is in PHP, we will go through both [...]
Sharing and Bookmarking Tools
It takes me quite a lot of time to write a post here, mainly because I have very less going on in my life at the moment. But if you were following this blog closely (I know you weren’t ), you might have noticed that I kept playing with the SHARING and BOOKMARKING [...]
Drupal: FeedAPI Imagegrabber
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 is then [...]