Archive for June, 2008

Posted on June 30th, 2008 by by anonymous

Making an MP3/FLV Player with Flash MX 2004 and JavaScript

In this tutorial, we will learn how we can make an MP3/FLV Player with Flash MX 2004. Before we start, we should check that we have everything we need to complete this tutorial.
View this article

Posted on June 30th, 2008 by by anonymous

Two Ways To Connect To SQL Server 2000 Via ASP

ASP allows even the newest developer to connect to databases with ease. In fact, the ease with which you can connect to a wide range of databases from within an ASP script is one of the reasons why ASP has become so popular. In this article Joe teaches us how to connect […]

Posted on June 30th, 2008 by by anonymous

Using MyODBC To Access Your MySQL Database Via ASP

In this article we’re going to take a look at using the MyODBC driver to talk to a MySQL database in ASP. We will look at two different ways to connect to a MySQL database using the MyODBC driver: via a DSN, and via a connection string. We will use some standard […]

Posted on June 30th, 2008 by by anonymous

OnReset, OnResize and Other JavaScript Events

We’ll be wrapping up the series on JavaScript events in this part. It’s been a long ride, but by the end of this article you should be able to create some nifty dynamic web pages. When Google buys your nerd-infested web site, don’t forget the guy who got you there.
View this article

Posted on June 30th, 2008 by by anonymous

Building a Pagination System with AJAX

You know how to use AJAX to pull rows from a database, but do you know how to create an AJAX-based system to organize the records neatly into pages? You’ll know how to do that by the end of this series! This first article shows you how to build the user interface.
View […]

Posted on June 24th, 2008 by by admin

Post by Screen Size

This article tell us about how to get your screen size with javascript.
View this article

Posted on June 24th, 2008 by by admin

Monitoring File Uploads using Ajax and PHP

Because of the limitations of HTTP, it is difficult to monitor the status of files as they are uploaded via HTML forms. While other programming languages have built-in methods to monitor file uploads, PHP does not. This article shows how to implement such a solution in PHP.
In order to achieve this, the APC (Alternative PHP […]

Posted on June 24th, 2008 by by admin

Creating Sortable Lists With PHP And Ajax

Introduction
You might have been in a situation before where you had a list of items in your database that needed to be output in a specific order. These items could be anything: perhaps a listing of your favourite movies or your favourite books. For whatever reason, you want them ordered in a custom way that […]

Posted on June 24th, 2008 by by admin

Using the Serial Ports in Delphi 2.0

This article writen in Delphi 2.0 communications applications it is necessary to use the Win32 interface to the serial ports. This varies considerably from 16-bit code as access to the communications ports is achieved through file handles. This document gives a brief introduction to serial communications under Delphi 2.0 - it does not cover event-driven […]

Posted on June 22nd, 2008 by by admin

A Simple Hit Counter

This tutorial will show you how to build a simple hit counter. It does not use any sql or databases and stores the hits in a text file. All you need to create for this script is your asp file and a text file. In the text file, simply enter the number 0 and save […]