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

XML and PHP Simplified – The Createdoc.php Script

Picking up where we left off, this article continues to look at the create document script, focusing on the HTML portion of the code followed by a look at the document editor script, which is at the heart of the program. Here is the original post: XML and PHP Simplified – The Createdoc.php Script


Data Persistence in Jaxer

In this last article in a three-part series on Aptana Jaxer’s server-side JavaScript Application Framework, we’ll be looking at data persistence in Jaxer as we create a session variable for our blog application and move to storing the posts in a proper database. Go here to see the original: Data Persistence in Jaxer


Mod Deflate – Compress Your Web Pages and Save Bandwidth

Optimize your website so that it consumes less bandwidth using the Apache module mod_deflate. This module adds an output filter that allows output from your server to be compressed. A great side effect of the implementation of this module is that it also speeds up your website. Credit:Mod Deflate – Compress Your Web Pages and [...]


HTML 5

With some features already available in browsers, and more to come, Arpan presents an overview of HTML 5′s new features. Credit:HTML 5


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 [...]


JavaScript 2.0: A Sneak Preview

The JavaScript 2.0 / EMCAScript 4.0 proposal isn’t due to be finalized until the end of the fall of 2009, but it’s already garnering lots of strong reactions – both good and bad. Today, we’ll be taking a look at some of the proposed specifications and you can decide for yourself whether they constitute improvements [...]


XML and PHP Simplified – XML,PHP and the Database

J. Leidago Noabeb explores the relationship between XML,PHP and MYSQL including a brief look at the Document Object Model. Credit:XML and PHP Simplified – XML,PHP and the Database


Introduction to Server-side JavaScript

Although rich web sites and applications have become the norm in recent years, they can still be difficult to develop, maintain, and expand. Many of the challenges stem from the schism between client and server components. The Jaxer server, developed by Aptana, is an open source Ajax web server for building rich web pages and [...]


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


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


Kicking the Tires on Your Next CMS

Confused about which Content Management System (CMS) is right for you? Ernest Lilley helps you break Content Management Systems into distinct groups, based on how much time, money, and effort you can put into the project. Go here to see the original: Kicking the Tires on Your Next CMS


User Personalization with PHP: The Verification Code

Part two of our series on User Personalization with PHP looks at user authentication. User authentication simply means verifying that a particular user has the right to access a part of our application. Read on to learn more… User Personalization with PHP: The Verification Code


Functional JavaScript

In this article, we explore the Function object and learn about its role in a lesser known style of coding called Functional Programming. We focus on the Functional Programming concept of using Higher Order functions to improve code modularity. By Rob Gravelle. 0122 See the original post here: Functional JavaScript


Email Marketing Terms to Know

When evaluating email marketing applications, it’s important to know some of the buzzwords so you’re properly informed. As a small business owner, you’ll greatly benefit from email marketing, since it helps you stay in contact with your current or potential clients and can greatly increase sales. By Robert Burko. 1229 See original here: Email Marketing [...]


Accessing Your MySQL Database from the Web with PHP

This week you’ll find out how to access the Book-O-Rama database from the Web using PHP. A sampling of key topics covered include: how Web database architectures work, choosing a database to use, querying the database, using other PHP-database interfaces and more. By Luke Welling, Laura Thomson. 1124 Read the rest here: Accessing Your MySQL [...]