Last time when I install magento and run it normally until a day I see the error: "The connection was reset". It show the blank page like this
If you meet this problem then let 's do these steps to fix
Restart your web server
Clear all cache in /var/cache
Make sure you delete folder /var/cache/session
Now clear browser cache and cookie and then load magento again.
I did these steps and it work fine. Hope it save your time!...
I usually have to download a full html site from a domain, that doesn't mean we clone the site but I just want to learn how they do the coding, I want to add it to my html project with full IDE like netbean or dreamwaver. (more…)...
When develop a magento mobile theme with jQuery Mobile, I meet a problem what I think it 's good to share here. That 's the full width base on percent of popup. Let 's get an example I have a popup html like this. (more…)...
When using HTML/CSS to implement beautiful graphic design, we will need to use the transparent DIV what is the DIV html tag with css style 'background: transparent;'. Just like you I use it and I meet the problem with it many times when I want to keep the transparent layer but I still want to keep the clickable element (button, link, text ... ) under the fly layer. So I want to do the magic thing what can make it clickable through transparent DIV (more&hel