Archive for June, 2008
Posted on June 30th, 2008 by by anonymous
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
No Comments Permalink
Posted on June 30th, 2008 by by anonymous
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 […]
No Comments Permalink
Posted on June 30th, 2008 by by anonymous
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 […]
No Comments Permalink
Posted on June 30th, 2008 by by anonymous
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
No Comments Permalink
Posted on June 30th, 2008 by by anonymous
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 […]
No Comments Permalink
Posted on June 24th, 2008 by by admin
This article tell us about how to get your screen size with javascript.
View this article
No Comments Permalink
Posted on June 24th, 2008 by by admin
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 […]
No Comments Permalink
Posted on June 24th, 2008 by by admin
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 […]
No Comments Permalink
Posted on June 24th, 2008 by by admin
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 […]
No Comments Permalink
Posted on June 22nd, 2008 by by admin
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 […]
1 Comment Permalink