ASP.NET

How to Create an ASP.NET Modal Popup Login

January 29, 2010 · Leave a Comment 

In this article, Yi demonstrates how to create a modal popup login page in ASP.NET. By using Login controls, AJAX Extensions, and the AJAX Control Toolkit, you can easily accomplish this task without much coding. The demo project is based on Visual Web Developer Express 2008 and the .NET Framework 3.5. It also assumes you have installed the AJAX Control Toolkit.  Read More →

PHP

Managing Discounts, Vouchers, and Referrals with PHP 5 Ecommerce

January 24, 2010 · Leave a Comment 

Once your shipping and tax issues taken into account, the next logical step for your e-commerce store is discount codes, as these need to be entered at the shopping basket stage. Going hand in hand with discount codes are voucher codes and referral discounts. In this article by Michael Peacock, you will learn: How to create a discount code system How to offer different types of discounts How to take the discount into account at the shopping basket stage How to sell voucher codes on your store How to offer discounts to customers who bring us referral business Discount codes Discount codes are... 

Database

Caching Oracle Data for ASP.NET Applications

January 29, 2010 · Leave a Comment 

  For building scalable and high-performance Web based applications, ASP.NET provides a feature called data caching. Data caching enables programmatic storing of frequently accessed data objects in memory. This feature can be extended to vastly improve performance for ASP.NET applications that query data stored in an Oracle database. This article describes a strategy for caching Oracle database data in ASP.NET Web applications deployed using a Web Farm environment. This technique enables caching of frequently accessed Oracle database data in memory rather than making frequent database calls... 

Development

Twelve Requirements Basics for Project Success

January 23, 2010 · Leave a Comment 

The author provides a set of 12 requirements basics; these recommended approaches will contribute to your project’s success. The requirements basics are based on industry experience; guidance from requirements-related books, articles, and Web sites; and the author’s involvement with projects. Having an experienced requirements subject matter expert on the project staff can help the project manager and the project team guide investments that will help. Much has been written about requirements, and surely we have experienced enough to have learned how to do things in ways that support... 

PHP

Managing Discounts, Vouchers, and Referrals with PHP 5 Ecommerce

January 24, 2010 · Leave a Comment 

Once your shipping and tax issues taken into account, the next logical step for your e-commerce store is discount codes, as these need to be entered at the shopping basket stage. Going hand in hand with discount codes are voucher codes and referral discounts. In this article by Michael Peacock, you will learn: How to create a discount code system How to offer different types of discounts How to take the discount into account at the shopping basket stage How to sell voucher codes on your store How to offer discounts to customers who bring us referral business Discount codes Discount codes are... 

PHP

Managing Discounts, Vouchers, and Referrals with PHP 5 Ecommerce

January 24, 2010 · Leave a Comment 

Once your shipping and tax issues taken into account, the next logical step for your e-commerce store is discount codes, as these need to be entered at the shopping basket stage. Going hand in hand with discount codes are voucher codes and referral discounts. In this article by Michael Peacock, you will learn: How to create a discount code system How to offer different types of discounts How to take the discount into account at the shopping basket stage How to sell voucher codes on your store How to offer discounts to customers who bring us referral business Discount codes Discount codes are... 

PHP

Managing Discounts, Vouchers, and Referrals with PHP 5 Ecommerce

Once your shipping and tax issues taken into account, the next logical step for your e-commerce store is discount codes, as these need to be entered at the shopping basket stage. Going hand in hand with discount codes are voucher codes and referral discounts. In this article by Michael Peacock, you will learn: How...

[Continue reading: Managing Discounts, Vouchers, and Referrals with PHP 5 Ecommerce]

Shipping and Tax Calculations with PHP 5 Ecommerce

In this article by Michael Peacock, you will learn about how to process orders for shipping and tax calculations, once your e-commerce store has received the purchase order. The article includes the following topics: How to calculate shipping costs based on Product, Weight, Location, and "Shipping rules" About...

[Continue reading: Shipping and Tax Calculations with PHP 5 Ecommerce]

Creating an Ajax Process Using PHP and Oracle

For some time now, Ajax (Asynchronous JavaScript and XML), has been all the rage in the Web development world. Coming to the forefront with some of Google's features (Suggest, Maps, Gmail, and so on), Ajax performs server requests without the user having to submit a form or click on a link. In other words, the...

[Continue reading: Creating an Ajax Process Using PHP and Oracle]
Read More Posts From PHP »

PHP

Managing Discounts, Vouchers, and Referrals with PHP 5 Ecommerce

Once your shipping and tax issues taken into account, the next logical step for your...


Shipping and Tax Calculations with PHP 5 Ecommerce

In this article by Michael Peacock, you will learn about how to process orders for...


Creating an Ajax Process Using PHP and Oracle

For some time now, Ajax (Asynchronous JavaScript and XML), has been all the rage...


Read More Posts From PHP »

Database

Caching Oracle Data for ASP.NET Applications

  For building scalable and high-performance Web based applications, ASP.NET...


Creating an Ajax Process Using PHP and Oracle

For some time now, Ajax (Asynchronous JavaScript and XML), has been all the rage...


Database-Based Authentication for PHP Apps, Part 2

In Part 2, you will expand on the example authentication and user entry solution...


Read More Posts From Database »