Google Calendar API Integrating Project in Android

Submitted by saurabhk on
This is a Google Calendar API v2 integrating project. The biggest achievement is implement my Google calendar in all the events in my android app. I have phase problem of finding library jar files in a mobile application which is implemented in Android platform. Download Google calendar api integrating mobile application project in Android with major project with source code. Synopsis of Google

Civil Registry Information System in MS Access

Submitted by JOJIT SORIA on
CRIS is a simple software that will bring you in the next level on how to make a simple registration system. This system will entry data like birth, marriage, death and also can edit if here is a clerical error of the data, report, certification, and counting of number of individual who are being registered either late or new. I hope you guys will improve this program. Feel free to revised, using

Skype Profile Image Downloader in Visual Basic

Submitted by GeePee on
Introduction: In this tutorial we are going to be making a simple program in Visual Basic to download someones Skype profile picture. How It Works: We are going to use the Skype API to act as a link to get the profile picture, from that we can use a simple download function within Visual Basic .NET to download the returned image through the link. Design: This program will take two components; Button, named 'skypeButton', text set as 'Download Profile Image' Textbox, named 'skypeText', where the user will enter the skype profile username.

Email Validation Tool in Visual Basic

Submitted by GeePee on
Introduction: This tutorial is on how to make an email addres validator tool in Visual Basic. Design: This tool will contain; a textbox, named defaultly textbox1, this is where the string to be validated will be enetered. a button, named defaulty button1, this is how the validation process will begin. Imports: To validate the string as an email, we are going to be using RegEx which requires it's own import from...

Login and Registration System with Validation

Submitted by jigar787 on
This is simple login and registration system with validation using PHP. The user must register first before logging in on the system. It has also a validation form which corresponds to the requirements of the form. Try it yourself. This is easy and understandable specially to those beginners in this programming language.