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

Working with the Ajax Control Toolkit

The Ajax Control Toolkit is a community project from Microsoft that contains a number of controls to design and implement Ajax-enabled controls seamlessly. In this article, Joydip Kanjilal shows you how to start working with the Ajax Control Toolkit and explores two sample extender controls. Here is the original post: Working with the Ajax Control [...]


Globalize your Web Applications: PHP’s Locale Package

In the modern globalized economy, it behooves us to think of other nationalities when we develop our websites and applications. This article is the kickoff for a series that discusses the ramifications of globalization on our websites and applications. Today’s article will deal with locales and their implementation in the PHP language. See the rest [...]


Drupal 6.14, Introduction and Installation

Drupal provides developers with a database-driven CMS that comes “out-of-the-box” with many often-requested features. This article walks you through the installation process and showcase some of the out-of-the-box features that make Drupal so popular. Here is the original: Drupal 6.14, Introduction and Installation


How to Setup Canonical Domain Names with Apache

Not using canonical URLs has a negative impact on your SEO, as Google notices that several URLs are returning the same content and penalizes you. Sukrit Dhandhania shows you how to fix this problem using either httpd.conf or .htaccess. Read more: How to Setup Canonical Domain Names with Apache


Creating a Banking Application Deposit Script

Our last article discussed the withdraw script that enables a customer to make a withdrawal from an account of their choice. This installment explores the mechanisms behind making a deposit into an account. Read more here: Creating a Banking Application Deposit Script


Rolling Out Your Own HTML Application Version Control

In this article, we’re going to explore how to access Dynamic Link Libraries (DLLs) and connect to the Web through HTML Applications (HTAs) using VBScript as we roll out an HTA version control strategy. More here: Rolling Out Your Own HTML Application Version Control


HTML 5: Client-side Storage

Client-side storage is probably one of the most talked about features in HTML 5. It has received a lot of criticism because of its lack of security, but it is nonetheless an interesting innovation. Read on to learn more. Go here to see the original: HTML 5: Client-side Storage


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


Object Oriented Programming- The beginning

This article explores the new Object Oriented Programming that became available in PHP 5. Get some hands-on experience as we create an application demonstrating the concepts. Read the rest here: Object Oriented Programming- The beginning


Mixing Scripting Languages

Today’s article will highlight some of the ramifications of mixing scripting languages in your web pages. These discussions will be applicable to cross-browser scripting and HTAs as well. Source:Mixing Scripting Languages


Review: phpFox, a Social Networking CMS with all the Bells and Whistles

Is it time to stop blogging and start networking? This CMS has everything a developer needs to create a top of the line social networking site with all the features that users have come to expect from sites like MySpace, Facebook and LinkedIn. Read more: Review: phpFox, a Social Networking CMS with all the Bells [...]


Using GreyBox in your HTML Applications: The Unobtrusive JavaScript Solution

Rob Gravelle presents a solution for making Orangoo’s GreyBox library work with HTML Applications (HTAs)using AJAX and the DOM scripts collection. By making the changes in a local script, specialized behavior can be limited to a specific application. More: Using GreyBox in your HTML Applications: The Unobtrusive JavaScript Solution


Working with Exceptions using ASP.NET Ajax

Exception handling is a technique that enables you to handle runtime errors. This article discusses exception blocks, best practices and how to handle exceptions efficiently using the ASP.NET Ajax framework. Source:Working with Exceptions using ASP.NET Ajax


Object Orientated Programming- The beginning

This article explores the new Object Orientated Programming that became available in PHP 5. Get some hands-on experience as we create an application demonstrating the concepts. Read more here: Object Orientated Programming- The beginning


HTML 5: Offline Application Caching

All browsers have some kind of caching mechanism in place, but to be honest, they don’t always work. Until HTML 4, the only work around was that the user had to save each page individually. HTML 5, thankfully, provides a smarter solution. View original here: HTML 5: Offline Application Caching