Language
Basic
Remove
Platform
Any
License
Any
For most of us, enumerations provide a means of selecting one of many options. What some of us don't know is that they also provide a means for us to specify more than one option at a time in one...
In this article, the first part of a new three part series, I will show you how to build your own advertising system. In this first part I will take you through the basics of dynamic JavaScript, and...
Recently I was looking for an RSS aggregator. I was having surprising difficulty finding one that did exactly what I wanted. Being quite impatient, especially when I'd spent more time looking than it...
Part one of this series showed how to perform a basic installation of the web server log analysis tool AWStats, generate sample reports, and understand basic web analytics terminology. This second...
It is important to revisit the basics regularly or you find that your favourite mantras, beliefs, and techniques are so far out of date that they are not only inadequate, they may even be bad...
With the increasing incidence of identity thefts, credit card frauds, social engineering attacks, the digital world is facing challenges in the years ahead. Obviously, cryptography, a young science,...
If you've never worked with Google Adwords, this article will help get you started by covering the basic concepts.
An advertising primer for independent software vendors covering the basic points of expected results, payment considerations and making contact with the venue.
Part 1: Managing multiple users with one IP Address In choosing
which software to use for managing the server-side of FTP,
often time people don't use Microsoft's FTP program because
they think...
I had a hard time coding 3D lighting of a diamond-like object built out of (triangular) facets. Not that the code was giving me headaches, but my math skills are quite rusty ;-) The results of my...
Are you a ‘C’ programmer and want to use some of the Object Oriented (OO) programming techniques but don’t have the time to learn C++ or C++ simply is not available in your programming environment,...
Visual Basic .NET offers its users, among many other things, a fully object-oriented programming (OOP) experience. Some former VB6 developers have prepared themselves well to embrace this new version...
It has always been a goal of project architects to plan an effective strategy from the ground up in regards to an new application. All relevant factors are taken into consideration with respect to...
One problem with ASP.NET is that keeping the user informed about the status of a long running task is difficult. When a page that takes time to load is posted to the server, the user often is left...
In this article I will show you a very basic way of logging to your own file using PHP's logging functions. It is intended only as a start and by no means a complete thesis on logging as a whole. I...