Understanding the Software Development Process

The software development process has undergone drastic changes over the years. Initially only requiring a developer to write the code of the software, advances in the industry have expanded development into a more complex process. …

Technology Blogs to Visit Daily

Here is a list of technology blogs that are updated daily or multiple times a day. Boing Boing. Started as a zine in 1988 by Mark Frauenfelder and Carla Sinclair, became a website in 1995 …

How to Choose Website Designers

Nowadays, most people have a computer and Internet access and having a website either for businesses or for fun is a common reality. Businessmen have realized that it isn't worth it to lose customers to …

Installing ionCube Loader in Windows Server

ionCube Loader is a free PHP extension used to decode PHP files encrypted using ionCube's PHP Encoder. Follow the steps below to install it in a Windows machine.

Understanding SEO Terminology for Better Website Marketing

  • 11/02/2009
  •   SEO
Effective website marketing begins with understanding Search Engine Optimization (SEO) and its terminology. It is also important when marketing online to understand how to implement SEO into creating an attractive web page that will be …

99 Bottles of Beer in Different Programming Languages

99 Bottles of Bear should be an interesting website for developers. It has the lyrics of the song 99 Bottles of Beer written in 1290 different programming languages. It was developed by Oliver Schade, Gregor …

An Online Tool to Generate The MD5 of Text

I've created a web based MD5 generator for text. MD5 is a widely used cryptographic hash function that can be used to check the integrity of data. If the data is changed the hash value …

A List of All The Top-Level Domains

Here is list of all the generic top-level domains (gTLDs) and country-code top-level domains (ccTLDs). A link to a CSV file containing the list is available at the end of the post.

Drag And Drop Files to a C# Application

The .NET Framework makes it easy to detect objects dragged and/or dropped into a Windows Forms application using one or more of the drag-and-drop events available. In these events you could check if the object …

Displaying Dynamically Generated Images in ASP.NET

Sometimes you need to display an image that is not saved in a file. These could be dynamically generated or loaded from a file but were modified. To display them in an Image control you …