I’m a…
...freelance technologist providing programming and consulting services. How may I be of service to you?
You may e-mail me at llc@bengribaudo.com.
Links
Categories
- Photography (2)
- Programming (34)
- Uncategorized (1)
Tags
.Net Auto-Generation Book Review Bug C# Canon EOS Configuration Container Field Coupon Code DataGrid Duck FileMaker Pro Garbage Collection goto IList Magento Master-Detail Form Object Scope/Context Oklahoma City Operator Payment Processing PDF PHP Rake Ruby SQL SSRS switch Unit Testing User Interface Visual Studio Water Wildlife Windows Forms WPF Zend FrameworkArchives
- March 2012 (2)
- January 2012 (3)
- December 2011 (1)
- November 2011 (1)
- October 2011 (1)
- September 2011 (1)
- August 2011 (1)
- July 2011 (1)
- June 2011 (1)
- May 2011 (3)
- April 2011 (3)
- March 2011 (3)
- February 2011 (2)
- January 2011 (2)
- December 2010 (2)
- November 2010 (2)
- October 2010 (2)
- September 2010 (2)
- August 2010 (2)
- July 2010 (2)
Monthly Archives: January 2012
SSRS – Updating Linked Report Page Properties
Page property changes made to Microsoft SQL Server Reporting Services (SSRS) reports are not passed on to linked reports. For example, changing a parent report’s page size from letter to legal will not change child linked reports’ page sizes to … Continue reading
PHP $_POST Empty After Setting post_max_size & upload_max_filesize
$_POST was empty! Firebug showed that the web browser was submitting the form’s data to the server. Yet, for some reason, PHP was not putting the data into the $_POST array. If I switched the form’s action from POST to … Continue reading
Rake Package Task Fails with Status 127 on Windows
The other day, I tried running a Rake Package task on a Windows system. Rake aborted with “Command failed with status (127): [zip -r Module.zip Module...]“. What could be the problem?