Latest Project: Spans.co.in

Posted August 18, 2009 at 5:35 pm by Akshay

Spans Envirotech provides planning, design and construction management services to meet the water and wastewater needs of municipalities, public agencies, private developers and industrial firms since 1995. An elegant yet modest and minimalistic design was the idea behind this microsite. This project uses WordPress as the underlying CMS and the theme is carefully designed to meet specific client requirements of a dynamic sidebar. By default the sidebar displays their mission statement, however some pages have their own sidebar content. This has been achieved usingĀ  ‘custom fields’ within WordPress. If a page has subpages, then the subpages are listed in the sidebar, else it displays the blog category list.

The homepage uses a a custom template (home.php) which draws its content from the about page and the two most recent blog posts. Apart from these, the resources page uses a client side table sorter implemented using the jQuery plugin- Tablesorter 2.0 and a custom JavaScript based download tracker.

HTML Table Queries through WP Web Scraper

Posted August 11, 2009 at 3:07 pm by Akshay

Scraping HTML tables is easy, but parsing them has always been tricky. That’s exactly what my next release of WP Web Scraper will let you do. This feature will have methods to query HTML tables within your scrap. For instance, the scraper will let you filter by value of a specific table column and also restrict the number of rows using a ‘from’ and ‘to’ index key.

Further, it will also let you delete a certain column from the output and also apply specific CSS classes to even and odd rows. This feature is specifically designed for users intending to scrap and filter or parse data extracted from HTML tables. This feature will be implemented as a module within WP Web Scraper.