Category Archives: Web dev

jQuery find next element in DOM by selector

If you need to find the next occurrence of an element within the DOM, but aren’t sure where it is (i.e. you can’t just use $.next) I wrote a jQuery plugin that will traverse through the DOM from the current element til it hits either the ‘body’ tag or a parent you specify. 1 2 [...]
Posted in Web dev | 2 Comments

php-ssrs v0.1

A beta release of php-ssrs, a PHP SOAP client for Sql Reporting Services, that I helped write with Ideal Websites is now available for download. Grab a copy of it from the Google Code project page here: php-ssrs The QuickStart guide should be all you need to get going, there are also more detailed samples [...]
Also posted in SSRS | Leave a comment

RB Internal Links v2.0.13

v2.0.13 (08/03/2011) Added support for custom post types WIKI style support for posts that don’t exist when logged in as an admin Class of “missingLink” applied to anchor of links with no post/page Show posts with a status of ‘post’, ‘draft’, ‘pending’ or ‘future’ in UI list Italian translation file
Also posted in RB Internal Links | 2 Comments

ReportService2010.asmx is not the only SSRS 2008 R2 end point

In our on-going quest to create a PHP SDK for Sql Reporing Services 2008 RS, we’ve shot ourselves in the foot by not reading the documentation properly. The end point documentation states that: The ReportService2005 and ReportService2006 endpoints are deprecated in SQL Server 2008 R2. The ReportService2010 endpoint includes the functionalities of both endpoints and [...]
Also posted in SSRS | Leave a comment

Sql Server Reporting Services SOAP API methods

We’re (trying) to use the SSRS SOAP API at work with a PHP application. We found an open source SDK over at codeplex but soon found it to be badly written, outdated and broken!! We were forced to write our own… It’s been an interesting process, and we hope to release our library as an [...]
Also posted in SSRS, Technology | 2 Comments
  • Categories

  • Archives