Microsoft Confirmed Phasing Out of XNA But DirectX is OK

Microsoft have already confirmed that they have already phased out their Direct X Programs but clarifies that XNA is up and running. According to Promit Roy, the technical lead at the Action Equals Equation Labs, the man who made the first email public announcing that Microsoft Phases our XNA and DirectX. Rumors have already spread among the developers that the DirectX is no longer evolving a

PHP Time Recorder

This Program can do the following tasks... **Users -----Add, Edit, Delete Users **Logs -----Admin users can Add, Edit, Delete Time Logs. **Print -----Print Timesheet If you find this program helpful, please let me know by clicking the Like Button, If you want to contact me, please send me an email :[email protected] DONT JUST COMMENT USING FACEBOOK, I don't use any social networking site

How Algorithms Changed the World (Infographic)

An infographic prepared and posted by the College Degree Search, shows the impact of programming to the human civilization. The infographic "How Algorithms Change the World" was designed to generate some enthusiasm among students to study the most important subject of all, that is, programming. There's an indisputable argument that software has touched most things in the modern world, but you

Hadoop Tutorials Launched by Hortonworks

Hortonworks announced a sandbox environment for Hadoop which aimed at giving new users and easy way to learn how to use Hadoop. The Hortonworks Sandox is designed to be an easy-to-use environment for learning Apache Hadoop. The program is a free download for a complete, self contained virtual machine with Apache Hadoop pre-configured. With the Hortonworks Sandbox you can also get a Web interface

Change MySQL Table Collation

In my previous post, I explained on how to Convert MyISAM to InnoDB. This time I’ll show you on how to change the collation of MySQL database tables. BTW, collation controls the way string values are sorted. This code is useful if the table collation varied from each other. Example one table has utf8_general_ci collation, while the other has utf8_unicode_ci. It’s a best practice if there is

Convert MyISAM to InnoDB

MyISAM and InnoDB is a storage engine of MySQL. If you have large databases and have lots of traffic on your website, you will probably encounter a CPU load problem due to table locking features of MyISAM. I created this article to share my problem on several website that I owned including sourcecodester.com. Almost every day I am worried about the load that MySQL is generating on my server’s CPU

Simulating a Voice Aided Automated Teller Machine for the Blind

This is system that simulate an automated teller machine with a voice aided feature for a blind customer in a bank. On the click of a button number , a corresponding number sound is produce to assist the blind customer. Key Features of the system include login system, checking balance , setting atm pin, withdrawal. What you will learn from this project include text to speech,login system,select