Archive for July, 2008

Posted on July 23rd, 2008 by by admin

Flash Player Detection Techniques Unearthed

Flash is a third party file type that may not be supported by your site visitor’s browsing software. It’s our job as Web developers and designers to ensure Flash movies are as accessible as possible and to provide relevant alternate content when required — as recommended by the W3C.  This article will show you how […]

Posted on July 23rd, 2008 by by anonymous

PHP Pagination

This tutorial talking about how to create pagination using PHP.
View this tutorial

Posted on July 23rd, 2008 by by anonymous

Creating Line, Bar, and Area Charts using ASP.NET

In this tutorial, we will learn the basics of developing and creating PNG charts on-the-fly using ASP.NET 2.0 and C#.
View this tutorial

Posted on July 23rd, 2008 by by anonymous

Uploading Files to the Server Hard Disk using plain ASP

This article talkin about how to uploading and displaying binary data with ASP.
View this article

Posted on July 23rd, 2008 by by anonymous

Create Self-Extractor

Creates a self-extracting executable containing the compressed contents of a directory tree. When the resultant EXE is run, the files are decompressed and the directory tree is re-created.
View this tutorial

Posted on July 23rd, 2008 by by anonymous

Convert HTML to XML

This tutorial show how to convert simple HTML to XML  and demonstrates how the HTML is auto-corrected to create well-formed XML. In this example, the closing is missing.
View this tutorial

Posted on July 16th, 2008 by by anonymous

Sending email messages

Learn how to send email messages with attachments using Indy and Delphi. Full source code to a simple “SMTP Mail Sender” application included.
View this article

Posted on July 16th, 2008 by by anonymous

Running external applications: ShellExecute and ShellExecuteEx

This article talking about how can we run external application and how can make my Delphi program wait until the external program is terminated?
View this article

Posted on July 4th, 2008 by by anonymous

Date, time, and creating a live clock in JavaScript

If you were like me, before I learned JavaScript, one of the most eager things I wanted to know was how to access the time using JavaScript-displaying it, working with it and so on. Well, it was, in […]

Posted on July 4th, 2008 by by anonymous

Calculating the difference between two dates

Calculating the difference between two dates in JavaScript is relatively straightforward, provided you choose the right Date methods to work with. Whichever way you get there, the potential applications on date differences are many, from counting down to a particular […]