Author Archives: Cohen

RB Internal Links v2.0.14

A mini maintenance release addressing a shortfall in the wordpress shortcode parser. Unfortunately the wordpress shortcode API can’t successfully process the following:   OR   To circumvent this, where users require no link text (to display the post title), the plugin will now accept the string “{{empty}}” as the link content like so: Normal content [...]
Posted in Uncategorized | 2 Comments

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 [...]
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
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 [...]
Posted in SSRS, Web dev | Leave a comment
  • Categories

  • Archives