Often you will see SSL warnings or errors related to insecure content being displayed on a secure page. This could be as simple as one javascript file or image that is being included via http rather than https, though some times this can be a bit tricky to track down. The easiest solution is to [...]
Archive: image
Posts Tagged ‘image’
If you need to test your code against the (ahem) interesting interpretations of the various iterations of Internet Explorer then this is a great resource for you. Turns out Microsoft have thrown web devs a bone by offering free virtual machine images with the various IE/OS flavours for you to test on. You can download [...]
If you are using an ATI graphics card with Linux then you might be struggling with the fact they have helpfully decided to only use two thirds of your screen. They actually do the same thing with windows but give you a nice tick box to disable this "feature" In linux though we are not [...]
If you want to calculate the actual save path that Magento will use for an image file for example then you might find yourself scouring the source code for the specific method that does this. It's not the easiest to find, in fact its tucked away in the lib folder inside the Varien_File_Uploader class. The [...]
If you have any issues with the default Flash based image uploader for the Magento admin, check out this extension which replaces it with a much slicker, faster and less - well flash - image uploader. http://www.magentocommerce.com/extension/1756/no-flash-uploader nice More Reading:Magento Media Save Path Dispretion MethodNetbeans Disable Transparent Undocked WindowsMagento 2 – Key Points for Developers!Magento [...]