I kept receiving this error message on start up after upgrading the SNUM extension I am working on: TypeError: DebugNextPageMI is null My extension updates worked fine before this upgrade. After some research, I found that the Zend 2.1 PHP Debug toolbar was causing some type of conflict. When I looked at my code, one […]
Continue reading...11. July 2009
Comments Off on SNUM 1.3.0 Released with Google API
You can download SNUM here. SNUM now supports the Google Social Graph API. SNUM uses google to find the related social network sites of a given url. The dandyId api is used first, but if nothing is found, google is called. This greatly improves the coverage and use of the tool. Google’s results can vary […]
Continue reading...10. July 2009
Comments Off on 3 Solutions to Invalid File Hash Error in Firefox
If you received the following error when trying to update a Firefox extension: Firefox could not install the file at “filename.xpi” because: Invalid file hash (possible download corruption) -261 Here are three possible fixes: 1) Clear your Browser History, Browser Cache and Cookies You can do this from the menu by clicking Tools -> Clear […]
Continue reading...9. July 2009
Comments Off on Include Column Headers in SQL Results
To include column headers when pasting or saving sql results in Microsoft SQL Server Management Studio you must make a change on the Options Panel: Open the Options panel in the menu bar Navigate to Query Results -> SQL Server -> Results to Grid Check “Include column headers when copying or saving the results.” This […]
Continue reading...8. July 2009
Comments Off on Microsoft’s Virtual CD Control Tool
The Virtual CD tool is a simple Windows app from Microsoft that allows you to map an ISO file (cd image) to a driver letter. This allows you to access the cd image with out having to burn it to a CD. You can download it here . Microsoft’s Virtual CD Tool is free and […]
Continue reading...
12. July 2009
Comments Off on Firefox Extension Error: DebugNextPageMI is null