1. Initial setup of your Store – Configuration The whole admin section of osCommerce follows the following basic principle and is reasonably easy for anyone with a basic computer knowledge to administer. To complete the following on your own installation of osCommerce – highlight an item by clicking onto it, then click the edit button. [...]
Archive for October, 2009
MYSQL commands
October 12th, 2009
admin CREATE DATABASE CREATE DATABASE database_name ; Will create a MySQL database. You may have to ensure that the user you used to log in has enough privileges to create databases. Some web hosting companies do not allow their customers to create databases — as they have already created a couple databases for you. In this [...]
Magento tutorial
October 12th, 2009
admin The Magento tutorial covers the following topics: * How to install Magento shopping cart on your hosting account; * How to configure your Magento shop; * How to change themes in Magento; * How to design the home page of your online store; * How to set SSL certificate in Magento; * How to optimize [...]
SMARTY foreach loop
October 12th, 2009
admin {foreach},{foreachelse} {foreach} is used to loop over an associative array as well a numerically-indexed array, unlike {section} which is for looping over numerically-indexed arrays only. The syntax for {foreach} is much easier than {section}, but as a tradeoff it can only be used for a single array. Every {foreach} tag must be paired with a [...]
XMLHttpRequest object in AJAX
October 12th, 2009
admin AJAX uses the XMLHttpRequest object To get or send information from/to a database or a file on the server with traditional JavaScript, you will have to make an HTML form, and a user will have to click the “Submit” button to send/get the information, wait for the server to respond, then a new page will [...]
Developing a Model-View-Controller Component – Using the Database
October 12th, 2009
admin developing component using database
javascript validation code
October 12th, 2009
admin <html> <head> <script type=”text/javascript”> function show() { document.getElementById(“ug”).style.display=”block”; document.getElementById(“pg”).style.display=”none”; document.getElementById(“dip”).style.display=”none”; } function show1() { document.getElementById(“pg”).style.display=”block”; document.getElementById(“ug”).style.display=”none”; document.getElementById(“dip”).style.display=”none”; }

Posted in












































