Just got a heads up about a bug with PHP 5.3 and windows. I don't actually use windows but on the off chance that I might in the future for some reason I thought I would make a note of the solution here. The problem can be spotted by getting this error message: PHP Warning: [...]
Archive:
Archive for March, 2010
If you are struggling to understand the Batch Import file layout from the exceptionally sparse details supplied in the "Getting Started" document's Appendix B which supposedly details the file layout, then this is the solution you need. It looks very much like there are simply some pages missing from this document. There is another document [...]
If you underscores are not displaying properly in Netbeans, there is a very simple solution. Just change your default font by going to Tools->Options and then Fonts and Colours. In there, select default and change the font to a different one and it should work fine. More Reading:Netbeans Error Wavy Line – AlternativeSun Java 1.6.0.30 [...]
Just discovered this site - some handy little command line snippets there http://www.commandlinefu.com/commands/browse/sort-by-votes for example some SCP goodness. Definitely one I will be using again More Reading:Writing Robust Bash Shell ScriptsPath Tools Netbeans Open File in external program plus guake codeForce a Bash Script to run in ScreenServer Migration – Synch Cron Tab via SSHSecure [...]
If you are tearing your hair out trying to figure out why empty($object->property) = true when var_dump($object->property) outputs a value - this might be the problem. It arises if you are using the magic __get() method to serve up object properties. Apparently PHP's empty() function actually uses isset() to determine if the property is empty [...]
We just ran our Magento training course last week and despite some technical issues at the start of the day I think it was a great success. By the end of the day the delegates all knew their Attribute Sets from their Attribute Groups, could set up layered navigation, create configurable products the fastest way [...]