Android SMS Application using Basic4Andriod

Submitted by donbermoy on
Just my simple SMS Application on Android created using Basic4Android. Simple but functional to send message to your phone. If you want the full code, please add and follow me in Facebook https://www.facebook.com/donzzsky and then pm me. Best regards, Engr. Lyndon R. Bermoy IT Instructor/Software Developer/Mobile Developer 09126450702 [email protected]

Developers Gained Insight to GitHub Traffic Analytics Service

Submitted by anthea on
One of the most popular code sharing site repositories the GitHub, announced its newest GitHub Traffic Analytics service which enables to determine and identify which content users are viewing, as well as to what repositories specifically they came from. Head Marketing of GitHub Brian Doll said, "Now, when you have a project on GitHub, you also get to see how many people are visiting your

PHP File Handling: Delete File

Submitted by joken on
In our previous tutorial, we have seen how to write the file and read the file, and we also know how to open a file in an assortment of different ways. At this time we’re going to focus on how to destroy(delete) files. Deleting is too simple but we need to keep two things in mind. 1. Close the file – because we can’t delete the open files 2.

PHP/MySQLi Creating a Forum - Part 4 - Adding & Listing Replies

Submitted by Yorkiebar on
PHP/MySQLi Creating a Forum - Part 3 - Thread Page Introduction: This tutorial will be continuing my series of creating a forum in PHP/MySQLi/HTML. This is the fourth and (for now) the final part which is adding reply functionality. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users, or styling the pages.

PHP/MySQLi Creating a Forum - Part 3 - Thread Page

Submitted by Yorkiebar on
Introduction: This tutorial will be continuing my series of creating a forum in PHP/MySQLi/HTML. In this third part, we will be making a thread page in order to display the full thread and offer the chance for replies. Pre-creation: First you will need a host for your PHP, either a web host or localhost is fine but you will need PHP and MySQL(i) capabilities. Also, this will not be covering creating users, or styling the pages.