Custom Search

Tuesday, December 30, 2008

ASP Net - On Button click check-uncheck all checkboxes

This simple code of javascript enables to check or uncheck all checkboxes in your asp.net application.

CODE: JavaSCript and ASP.Net
SITE: aspnet101.com

View Tutorial

SQL Express 2005 - How to Automate the Backup of a SQL Server 2005 Express Data Store

This is a tutorial will show you how to automate backup SQL Express 2005 to other network.

SITE: www.brianmadden.com

View Tutorial

Thursday, December 18, 2008

Windows Server 2003 - Install MySQL on Windows 2003

MySQL is a multithreaded, multi-user SQL database management system which has over 10 million installations. It runs as a server providing multi-user access to databases. It is by far the most popular and common database used in web applications throughout the world, and almost all hosting companies provide it free of charge to their users. MySQL AB makes MySQL Server available as free software under the GNU General Public License (GPL). For this tutorial we are going to download and install MySQL on a Windows 2003 server with IIS for a web server.

SITE: www.youtube.com

View Video Tutorial

Windows Server 2003 - Install PHP5 on Windows 2003 with IIS6 Web Server

There is no shortage of tutorials on the net that show you how to install PHP on Windows with IIS, but since it is a base requirement for so many other things we plan on writing tutorials for, we decided to do a PHP only tutorial for Windows 2003 and IIS. In this tutorial, we start with a fresh Windows 2003 Standard server with Internet Information Server (IIS) already up and running. We download PHP5, install it manually and configure IIS to serve PHP pages. We don't get into any special editing of the PHP.INI file, but that will be covered in other, more specific tutorials on this site.

SITE: www.youtube.com

View Video Tutorial

Windows Server 2003 - Creating a Windows Server 2003 Virtual Machine

This is a tutorial that demonstrates how to create and configure a Windows Server

SITE: www.youtube.com

View Video Tutorial

Thursday, December 11, 2008

ASP.Net - A Beginners Guide to use LINQ to SQL within ASP.NET

This tutorial will explain how to incorporate LINQ with your web applications. This is designed as a step by step guide for developers ranging from beginner to advanced levels. If you have never used LINQ before, this is a great starting tutorial.

CODE: C#
SITE: www.progtalk.com

View Tutorial

PhotoShop - Colorful 3D Text Effect

In this tutorial you will learn how to create a colorful 3D text effect.

VERSION: Photoshop CS2
SITE: www.tutorialkit.com

View Tutorial

ASP.Net - Secure Password Programming

This article takes you through the different ways how passwords are hacked, lists down the objectives of a secure password system, and finally explores how an effective password handling mechanism can be implemented with .NET.

CODE: C#
SITE: www.macronimous.com

View Tutorial

JavaScript - Checkbox Input Validation

Checkboxes are a great way to get directed input from people using your site. Sometimes you may want to limit the amount of checkboxes that can be selected at any one time. In this example we're mimicking a portion of a Major League Baseball All-Star ballot. Each year fans get to choose three outfielders from a list from each league. The following will replicate that allowing only three entries to be selected from a list of some of the best outfielders ever. A simple loop checks each checkbox value for input, tallies up a count that were selected, and a couple of simple tautologies will display an appropriate message depending on the input.

SITE: www.codeave.com

View Tutorial

Friday, November 28, 2008

PhotoShop - Black and White Image with Color elements


Remove color, retain color, restore color.

VERSION: Photoshop CS2
SITE: www.graphic-design.com

View Tutorial