KCC-TC Automated Daily Time Record

Submitted by joken on
This is a capstone project created using Visual Basic 2008 with MS Access support for database. This system can be used as a tool for monitoring the daily time record of all students in a technological center even the employees of the said school. The system can work with the used of Barcode scanner or manual encoding of log in id number. It has also an administrator side where you can add a new

How to Create a Quick Bing Searcher in Visual Basic

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to create a quick bing searcher in visual basic. It will search a given query and launch the first three links. Steps of Creation: Step 1: First we want to import some namespaces and create a function get a list of strings between two points within a given string... Imports System.Text.RegularExpressions Imports System.Net Imports System.IO Private

Yahoo Email Forward Bugs Leaves Your Inbox Empty – Post Revamp Issues

Submitted by Saad Arif on
As we all know that Yahoo recently changed the interface and look of its email service and many of us were shouting at the top of our lungs that this is exactly what Gmail looks like. Well, it turns out that the Yahoo is not so much similar to Gmail in functions although, they have done their best to design their email client just like the email client from Google. Some bugs have been reported in

Personal Data being exposed through Google Chrome’s Cache

Submitted by Saad Arif on
There is no doubt that Google Chrome is one of the finest web browsers available today. I personally believe that most of the internet users prefer using Google Chrome instead of other alternatives. However, if you were under the impression that your personal information is safe with Google Chrome then this news will come as a surprise for you. It has been noted that the cache files of Google

How to Create an On-Screen Dimension Calculator in Visual Basic

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to create a on-screen dimensions calculator. Steps of Creation: Step 1: First we want to create a form with a button to begin the process. We also want to make two labels, one to say "Console:" and label2 to contain the current console status, set the default to "Idle...". We then want to Import System.Threading because we will be using a one second

How to Use OOP (Object Oriented Programming) In Java

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to use OOP (Object Oriented Programming), I am using Java to do this however, the principle applies for OOP in general. Steps of Creation: Step 1: First I have created a simple project in Java IDE called Eclipse. I have two classes, one called Main to host the form/frame/window of the application and handle the output, and a Game class which is going to

Tips for Programmers: Prioritize

Submitted by jproimakis on
The process of developing is one that entails a massive amount of decisions to be made each and every day. From smaller ones like breaking up code, centralizing it, or refactoring, to bigger ones referring to problems the require complex approaches to be solved, a developer’s work is full of twists and turns that can some times blindside you. Time and effort management are of extreme importance

Portable MySQL Builder version 1.0.1

Submitted by joken on
The Portable MySQL Builder application is created using Visual Basic 2008 express edition and MySQL Database for database support. This application allows to create a database without using command prompt, and you can also create your MySQL database tables using this application, view the structure of your MySQL database and it has a MySQL Query Browser feature.