Services
Web Hosting Dedicated Servers Forex Investment Web Design Voice over IP
Products
Clothing & Fashion Mobile Phones Electronics eBooks & Info Music & Movies
Shopping
Agenzy.Com Shopping Shopping - UK Couponzy.com Shopping - EU Shopping Info
Blogs
Real Estate Fashion Technology Business News

Web Templates, Flash Templates, Website Templates Design

Building an online Store

Learn how to create a simple, online storefront, which can be used as a foundation to build more sophisticated online shopping carts, with PHP and MySQL. Credit:Building an online Store


Building a Banking Application Home Page with OOP

Learn how to create a banking application using Object Oriented Programming that became available in PHP 5. Go here to see the original: Building a Banking Application Home Page with OOP


XML and PHP Simplified: The DOM

Part 4 of this series continues an examination of the XML functions that are offered by PHP5, as well as some of the other DOM functions that deal with the Document Object Model. Read more here: XML and PHP Simplified: The DOM


Sending an HTML and Plain Text E-newsletter with ASP.NET

If you’re familiar with HTML and CSS, using ASP.NET, you can develop an e-newsletter easily as long as you keep the expectations of what can be achieved visually through email within reason. This article takes a completed web page and integrates the HTML markup into an ASP.NET web form that sends the email to a [...]


XML and PHP Simplified – Formatting XML Documents

Part 3 of this series covers how to format XML documents in web browsers and how to parse or read them using PHP strings and functions. View post:XML and PHP Simplified – Formatting XML Documents


Event Handling using ASP.NET Ajax

Joydip Kanjilal, MVP examines how you can use the Microsoft Ajax Library to raise and handle events in your applications and provides some best practices when using event handling in Ajax-enabled web applications. Here is the original post: Event Handling using ASP.NET Ajax


XML and PHP Simplified

J. Leidago Noabeb simplifies and demystifies the use and application of XML and the DOM. See the rest here: XML and PHP Simplified


Creating a ASP.NET Contact Form

Learn how to create an ASP.NET contact form that will allow you to capture specific information, validate form fields using client and server side languages and then send the results to specified recipient(s). More: Creating a ASP.NET Contact Form


Data Filtering with PHP

This article explores some of the new data filtering functions that became available in PHP 5. More here: Data Filtering with PHP


Testing your DTD XML Schema Validation

A key ingredient of successful testing is the separation of the component that you are testing from the rest of the process or application. This article explains how to perform your DTD XML schema testing outside of the application that runs it. View post:Testing your DTD XML Schema Validation


Consuming a Web Service using ASP.NET Ajax

A web service is a platform-independent software component that is based on the Simple Object Access Protocol (SOAP) and contains a group of functions that are packaged together for use in a common framework throughout a network. Read on to learn how Web Services can be consumed using ASP.NET Ajax. View original post here: Consuming [...]


Debugging JavaScript: Handling Runtime Exceptions

The Error object provides a number of properties to help you display more meaningful error messages to the client and more useful debugging information to you, the developer. In this article, we’ll go over how to use the Error object to handle runtime exceptions. See the original post: Debugging JavaScript: Handling Runtime Exceptions


User Personalization with PHP: User Login

Part 3 of User Personalization with PHP: Beginning the Application discusses securing the login page, to make it as difficult as possible for attackers to break the application. Originally posted here: User Personalization with PHP: User Login


Controllers: Programming Application Logic – Part 2

In CakePHP, controllers are the classes that handle browser requests and facilitate communication between models and views. This week we will learn the nuts and bolts of the CakePHP controller. By Ahsanul Bari, Anupom Syam. 1006 Here is the original post: Controllers: Programming Application Logic – Part 2


Controllers: Programming Application Logic

In CakePHP, controllers are the classes that handle browser requests and facilitate communication between models and views. This week you’ll learn the nuts and bolts of CakePHP controller. By Ahsanul Bari, Anupom Syam. 0929 Continued here: Controllers: Programming Application Logic