Another 6 Free Online Web Tools for Webmasters

A continuation to the previous post.

6 Free Online Web Tools for Webmasters

This is a list of online tools webmasters and developers will find useful.

Programming for Multiple Screens in DotNET

This is a piece of code I used for an application that needed to be displayed in 2 screens setup as extended view. I used a simple calculation to know the selected screen's coordinates and …

15 Free Website Templates Providers

Like most if not all programmers, I am artistically challenged. So I depend on these websites to make my web applications look good. I hope you find them useful too.

Moving the aspnetdb.mdf Database to a Production SQL Server

One of the least documented features in ASP.NET is the way to move the user access and profiles tables in aspnetdb.mdf to a production SQL Server.

Sites for the DotNET Developer

The following websites help you finish your project in time.

Creating Your Own Travian Utilities

Travian the well known browser game has a downloadable file for developers in each of its servers that provides details of all the players of the server.

Using Microsoft Office's OCR Engine

The Microsoft Office Document Imaging library that is provided with Office 2003 and Office 2007, has Optical Character Recognition (OCR) that can extract text and layout from image files.

Retrieving Icons From Executables

I found this code somewhere on the web two years ago. It basically gets the large (32 x 32 pixels) and small (16 x 16 pixels) icons of an executable.

Get a Video File's Details Using Windows

I searched alot for a way to get details of a video file, without the need of a third party component. Im developing a video library on my free time, and I wanted the user …