Categories
- Googled (23)
- Peeves (9)
- Technology (25)
- Truly random (13)
- Uncategorized (1)
- Web dev (34)
- RB Internal Links (1)
- SSRS (3)
Archives
Category Archives: Web dev
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
jQuery find next element in DOM by selector