Facing jEdit plugin download problem with select another mirror error? The solution is very simple. Just click on the “Download Option” button at the bottom of Plugin Manager window and “Update” mirror list. Now select some different and nearest available…
Month: June 2012
Showing template file path in the front view of a page in Magento
One of the cool features of Mageto is showing the template file path with dotted outlines in the front view of a page. It makes real easy for a developer to find and enter a template file with the help…
Newsletter not saving on edit in “WP Autoresponder And Newsletter Plugin” of WordPress
I had been using WP Autoresponder And Newsletter Plugin (http://wordpress.org/extend/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/) when this issue occurred. I tried to edit and save a newsletter which i had created but the values didn’t save.<!–more–> On debugging i found that the Newsletter Edit form’s…
Easy and smart way to add “required” css class to form field labels
Undoubtedly, this is the easiest way to add a red asterisk (*) sign to a required field label in a form. Here’s HTML part of the form. <div class=”required”><label for=”FirstName”>First Name</label> <input name=”first_name” maxlength=”50″ type=”text” id=”FirstName”></div> <div class=”required”><label for=”LastName”>Last Name</label> <input…
Database date between query build file in CodeIgnitor administrator
Here’s the path to DB file in CodeIgnitor admin end which contains query related stuff. Like building order, qhere and select blocks. One may want to do some debugging in this file. In this file i need to make no…
jEdit showing Connect to FTP Server window on start error fix
Does your jEdit file editor show you “Connect to FTP Server” window every-time you start it? And then if you cancel it and then try to load your bookmarks window or try to connect to a FTP connection through FTP…
Changing Currency Symbol in Wp E-commerce
There are two possible ways to do this. You have access to database. For example through phpMyAdmin. Find the table wpsc_currency_list (with or without prefix) and edit the desired country row. You need to edit symbol and/or symbol_html entries accordingly
The container2 edit thing in Magento catalog product view page
I can see that many asked the same question at magentoforums but i don’t think this is satisfactorily answered there. I am not sure where could i find the solution and then tried to find out for myself. Here’s the…
Moving Magento installation from one server to another
In my case i had to configure an “installed & working” copy of Magento in my development server (localhost) for development purpose. As a new comer in Magento, i had to do some r&d in order to make it working…