Free Training Resourses. Free training courses, audio, video, software & tests - http://free.trainingnews.co.uk
E-Commerce Free Online Courses and Tutorials
http://free.trainingnews.co.uk/listings/17/1/E-Commerce-Free-Online-Courses-and-Tutorials.html
Free skills

Free Online Tutorials
 
We have hundreds of online tutorials in a wide range of topics.

Freeskills.com

 
By Free skills
Published on 02/9/2007
 
Free Online E-Commerce Tutorials at Freeskills.com. We have many online E-Commerce tutorials and hundreds of other online tutorials in a wide range of topics.

E-commerce free courses

Ecommerce website design - 12 quick tips for beginning webmasters
Effective ecommerce web site design is almost an art unto itself, but it can be managed by even the most rank beginner if a few underlying concepts and principles are attended...

Ecommerce for beginners
First what is ecommerce? The online world designates web sites devoted to retail sales as an e-commerce site. E-commerce sites sell either information or hard goods such as cameras or knifes. E-commerce sites also have Shopping Carts and Payment Gateways attached to them that non-sales web sites do not need...

Beginning e-commerce part 1 - object oriented programming
Most modern software can be controlled programmatically through its exposed object models. In fact, most of the applications you use everyday on your Windows PC have an object model, including Microsoft Word, Excel, and Internet Explorer...

Beginning e-commerce part 2 - starting the wroxcommerce project
As we start our project the first thing we're going to look at is creating the root object of our model - the Visit object - and adding some basic configuration code to the Visit class module we build. We'll then move on to deal with the Database object via the Database class module...

Beginning e-commerce part 3 - connecting to the databases
Our chosen technology for connecting to our database is going to be ActiveX Data Objects, or ADO. ADO is a set of objects that can connect to any ODBC or OLE DB database. To further my earlier point about object models, ADO is arranged into an object model (we're not going to go into the model in detail here as it's a big subject – if you want to know more, try looking at ADO 2.1 Programmer's Reference ISBN 1861002688 also by Wrox Press). In this case, the root object is typically the Connection object...

Beginning e-commerce part 4 - versioning
When we make the site available to visitors we'll deploy (copy across the ASP code and ActiveX components) the application to a Web server at a remote location. At this point one of the things that can cause a lot of hassle is not knowing for certain whether the software components we're running are the correct ones...

Beginning e-commerce part 5 - compiling the file
Although we won't talk about registering components and deployment to production servers at this point in time, it is perhaps worth mentioning a useful naming convention associated with versioning. One of the worst gotchas a typical developer goes through when they deploy components to a remote site is when the set of business objects put up there doesn't work as planned and the site is broken. If it's a production site that's being deployed to (and it usually is), the site must be reset to its previous state as quickly as possible...

Beginning e-commerce part 6 - interfaces in the wroxcommerce project
As we indicated previously, when we create an ActiveX object in Visual Basic, VB does all the hard work of putting the correct interfaces in place so that it can plug itself into Active Scripting, and by association, ASP, Windows Script Host, or anything else that acts as an ActiveX component container. Additionally, VB also creates an interface that just contains the methods and properties that are public on that object. This allows VB to call into that object highly efficiently...


Visit site: E-commerce free courses