How to Create Database in Microsoft Access Using Template

Submitted by admin on

One of the best features of Microsoft Access that I love since version 8 is its ability to create database from sample templates. Version 8 was released on year 1997. Templates in Microsoft Access are ready made sample database that you can use right away.

Here are some of the best known sample templates from Microsoft Access 2007:

Business:

Asset Tracking Database
Business Account Ledger
Contact Management Database
Customer Service
Expense Reports
Inventory
Time and Billing

Microsoft Certified Solutions Developer is Back

Submitted by navajocodetalker on
Microsoft announced the latest set of Microsoft Developer certifications. MCSD stands for Microsoft Certified Solutions Developer can be earned in three specialisms. As developers, you may be familiar with Microsoft accreditation over the years, MCSD covered the earlier version of Visual Studio. For the Visual Studio 2008 and 2010 Microsoft which introduced a twin-tier certification track -

HTML5.0 Complete Definition Published by W3C

Submitted by navajocodetalker on
The World Wide Web Consortium (W3C) has finally published the complete definition of HTML5 and Canvas 2D specifications. Although the definitions are not considered as W3C Standards but the specifications are feature complete. It represents a degree of stability that will help all concerned web designers and developers community worldwide. For the past few years the lack of standard definition for

Upload files on php/mysql site server and saving details on database

Submitted by josiah_ke on
Upload files on php/mysql site server and saving on database instead of saving files into the database upload to the server and save file location on the database find php files, mysql dump file and js on the zip happy using NB: file location are relative to the web site files

Online Hotel Reservation with Drag and Drop Using PHP/MySQL

Submitted by argie on
Hi everyone, This hotel reservation system with drag and drop feature is created using php/mysql. The feature of this system is it has a drag and drop feature to reserve a room, wherein the user are going to drag the selected room to the basket. This system also has an online payment using paypal. Downloading this system will help you on how to create a drag and drop hotel reservation and how to

Transmutation Table for Grade Scores Android Apps

Submitted by hob2006 on
This simple android mobile application is a DYNAMIC transmutation table for grade scores and grade percentage equivalent. The TRANSMUTATION TABLE is a matrix of raw scores with their corresponding percentage score based on the total number of items. It also serves as a guide for Teachers/Instructors/Professors to get the raw score’s percentage equivalent. APK installer is now ready to download. The complete source code is available at www.esourcecode.com

Sales and Inventory System

Submitted by tang3li2 on
Sales and Inventory, can be use either in LAN or STANDALONE, written in VB.NET 2008 PRO along with MICROSOFT SQL_SERVER 2005 / 2008, can also be use WITH or WITHOUT barcode reader.. If there's any error(s) on any of the forms you can download the Original Code at : http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=8306&lngWId=10 Where to find the database?? - it's already on the "

Inline Input Validation using PHP with Javascript

Submitted by argie on
This tutorial will help you validate a control like text field using javascript and display the error inline with the text field. I write this tutorial to help other programmer having difficulties in creating inline input validation. It also validate the email address. To start this tutorial lets follow the steps bellow.

Step 1: Open Your php editor and copy/paste the code below

This code is the javascript portion of the entire system. This is used to validate the form.