Category Archives: Web Developement

Observer and Observable

Using JAVA Implementation Message Board (Observable) package com.alkathirikhalid.demo; import java.util.Observable; /**  * <p>  * Message Board as Observable.</p>  * <p>  * It can be observed for new message changes, it can also have one or more  * observers, when an … Continue reading

Posted in Programming, Web Application, Web Developement | Leave a comment

C.V.S.S

Certificate verification System Service, a web app for managing certificate issuing institutions. Introduction Institutions, Organizations, Employers and even Individuals, can now verify a certificate authenticity coming from the intended institution to the intended candidate, hence preventing forgery, duplication and even … Continue reading

Posted in Web Application, Web Developement | Leave a comment

My Guestbook App

I am going to build a bottom up guestbook application to store all my guest list for an up coming event, host it in a local network for all the local machines to have access to the application. The steps … Continue reading

Posted in Web Developement | Leave a comment

Simple Cart

Simple cart is an open source java script cart application that exclusively work on the client side which then connects to a payment gateway like PayPal or Google wallet depending on the developers choice, yes ecommerce in minutes! “No databases, … Continue reading

Posted in Web Developement | Leave a comment

Build it under 3 hours

I am going to demonstrate how to build a website under 3 hours and encrypt your source codes to prevent or at least make it hard for your website to be reverse engineered, the programming required are HTML, CSS, PHP … Continue reading

Posted in Web Developement | Leave a comment

Using Agile service studio 5.1

In contrary to the past, using agile has never been easier, it features numerous video tutorials and an onscreen tutorial guiding and pointing each and every move a beginner user should make. A beginner will be introduced on how to … Continue reading

Posted in Web Developement | Leave a comment