Posts

Showing posts from March, 2014

Extremely light weight text editor

The search for a light weight text editor ended here. widgEditor only 33.4kb, simple to use and efficient. Step 1 - Download from the following link http://www.themaninblue.com/experiment/widgEditor/ Step 2 - Unzip and keep all files in a folder named 'widgEditor' Step 3 - Add the following at the header of the html page <style type="text/css" media="all"> @import "widgEditor/css/info.css"; @import "widgEditor/css/main.css"; @import "widgEditor/css/widgEditor.css"; </style> <script type="text/javascript" src=”widgEditor/scripts/widgEditor.js”></script> Step 4 - Use the class attribute 'widgEditor' to 'textarea' tag in your form code as in the following example. <textarea class=”widgEditor”>Some Sample Text</textarea> Save the html file with form outside the folder 'widgEditor' Cool!!!

Alternative to Google Map

Embrace open source for common good. www.openstreetmap.org  Up to 500,000 map tiles free every month with http://cloudmade.com/

Opencart - Customising - Version 1.5.6.1

Opencart - changing the footer Edit the following file Catelogue>Language>English (or current language)>Common>footer.php Removing 'Model' from public site Hide the following code <span><?php echo $text_model; ?></span> <?php echo $model; ?> from catalog/view/theme/TEMPLATE_NAME/template/product/product.tpl