By Nitin on October 16, 2009
Most of the bloggers ignore various security loop-holes in their WordPress installation, thinking that the chances of Crackers intruding their small and unpopular websites are slim. Never even think of this. No one is going to check your page rank or Alexa rank before hacking your site, so better secure it now than to regret [...]
Posted in Wordpress | Tagged apache, htaccess, security, Wordpress
By Nitin on October 3, 2009
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: 1<div class="foo"></div> or multiple CSS classes associated with it. 1<div class="foo exp tar"></div> Now if you want to select the HTML [...]
Posted in Drupal | Tagged css, Drupal, php, xpath