Blog

TESDA- Computer Programming NC4

Submitted by pinuno on
Hi there! To all students, faculty, and developers who wants to passed the TESDA's Computer Programming NC4, I'm offering reviews and training regarding said assessment. I handled NC4 reviews in our school for two years. Last year, I was able to have 1 NC4 passer out of 13 students who took the assessment. This year just a few days ago, 9 of my students were able to passed the NC4 assessment! If

Reality about Programmers Before, Now, and After

Submitted by itachi_philip on
Today computer related courses are highly in demand here and abroad, and most of all to the cyber world where they called it skill outsourcing. Most student who graduated with those computer related courses are having problem in applying for a jobs, why? because they're having a problem about there skills and capabilities, they are unsure on there mastery and field of expertise.

Open Source Softwares for Software Engineers

Submitted by itachi_philip on
Today, there are lots of software used in software and web development. Some of them are really best and perfect for your software development need. As an IT Student and Professional the first thing that comes to our mind when it comes to software development, we will immediately think of what programming language and what software development tools to use.

Trivia Games

Submitted by joepadz2001 on
I will post a Trivia using Visual Basic 6.0 and MS Access 2003 within this Week. The features of this Games are 1.Register the user. 2. Create Category of Question 3. Create Question. 4. Create Create Answer. 5. Display the Final Result.

OCR\ICR\OMR Form Scanning System

Submitted by maverickosama on
i have developed a system which scan any hand filled image from scanner, recognize it and save its data to database. I used API Leadtools for recognizing. Modules included in the project: Scanning Recognition Verification Quality Assurance Create SQL Tables Dynamically Mapping Of Any Random Form Add Fields at RunTime Layout Mapping

Solution to Overflow Error 6 or Division by Zero

Submitted by admin on
A lot of you may encounter the error “ overflow error 6” during code execution. This problem can occur if you use an integer data type in your variable. Int or Integer data type can handle only up to 32768 value. Meaning if you exceed on this limit an overflow error 6 will be thrown. Another problem with this is a division by zero (0). But in majority the division by zero error has an error number

Program Language Tutorial with JDBC.ODBC Connection

Submitted by jherson13 on
Hi there!..This is my simple Programming tutorial program made in JAVA.. It can connect to database for the records..You can Add,Update,Delete,Search in database..Hope you'll like my program and may it help you to get some new ideas.. Thank you and Happy Learning while Programming! ^^ -Jherson Ramos