Building an E-Commerce Site Part 1: Building a Product Catalog is a PHP based tutorial designed for online sellers to launch a full featured online e-store. Using this article you will be able to create product catalogs with categories and subcategor
This article demonstrates how to automate e-mail publishing jobs with Java and XML. This application of XML and XSLT describes an e-mail newsletter (e-zine) publishing process. Its an application that outputs both HTML and plain text e-mail messages.
Building an E-Commerce Site Part 2: Managing Users with Sessions is a PHP based tutorial that assists webmasters and e-commerce programmers to generate utility functions to manage and track their online customers. Using these codes you will be able t
An Application to build Internet order forms. Does your web site need order forms that work? Even for experienced designers, getting an order form to do what you need it to can be the trickiest part of building a web site. It's especially hard for Ca
HTMLEdit is a WYSIWYG HTML editor component. You can use HTMLEdit to quickly add HTML editing to your application with little knowledge of HTML on your part and no knowledge of HTML on the part of your application's users. The component is being
Building a Custom Validator Control - Part 1 is an article in which the author gives you the procedure for creating a custom validator control using the BaseValidtor class. In this article the author creates a class derived from the base class BaseVa
Building a composite server control with VS.NET design-time support, part- 1 is an article in which the author describes you how to create a custom server control in ASP.NET. The author shows the step-by-step process of registering the logon custom s
Building an E-Commerce Site Part 3: Catalogs and Shopping Carts is a tutorial designed to browse through the product catalogs. Using this article users can create PHP coding which will enable their site visitors to make online orders for the products
Building ASP.NET User and Server Controls -- Part 1 is an article which gives you a brief summary about the user controls of ASP.NET. User controls consists of one or more in-built server control that encapsulate a piece of functionality. The author
This five-part tutorial first teaches you the mail fuctions that accompany PHP and follows with information on adding extra headers, when to use the mail function, how to talk to sendmail and how to have form results e-mailed to you. |