Simple Dropdown Menu Using Javascript and CSS

This tutorial we’re going to create a simple drop-down list using javascript and css. This element or sometimes refers as “widget” or “control” same with a listbox, which allows the user to select one value from a list. Drop-down list or menu provides a hierarchical overview of the subsections contained within the menu item that spawned it. All the subsections within a section of a site when you hover your mouse cursor over it.

JavaScript 5 Seconds Countdown

This code will allow you to add a 5 seconds countdown to the download page of your site. Depending on how you code your download page, the following will simply add a label within your body tag as: "Download will start in 5 seconds" Controlled by JavaScript using the span tag. This is similar to the site at sourceforge.net. When you download something on that site, you will be redirected to another page and give you a countdown before you receive the file. Here's the full code for you to play with.

[BBC iPlayer] File Version Checker in Visual Basic #1 Design, Imports and GetSource Function

Introduction: This tutorial is on how to create an update checker tool. Note; this is not a software/application self updating feature, this is to check whether there are new versions of another program/video/audio file ready to view. Purpose: I am going to be making this program for BBC iPlayer so I can check if there are new episodes of certain TV Shows I watch.

Creating an File Update Checker Tool #2 Versions

Introduction: This tutorial is on how to create an update checker tool. Note; this is not a software/application self updating feature, this is to check whether there are new versions of another program/video/audio file ready to view. Purpose: I am going to be making this program for BBC iPlayer so I can check if there are new episodes of certain TV Shows I watch.

Stripe Payment Gateway

This project is used to integrate Stripe payment gateway in Android. Stripe is created in Java library for Android allowing you to easily submit payments from the platform. We support Android back to version 4, and the library has no external dependencies. Installation First download the stripe-android libraries. Be sure you've installed the Android SDK with API Level 17 and android-support-v4

Google Calendar API Integrating Project in Android

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

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

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.