D.P.F Delphi AndroidNative Components

Welcome to the world of Android programming! Develop Native Android applications with Delphi XE5 Some components: + Added TDPFJAlertDialog + Added TDPFJAnalogClock + Added TDPFJButton + Added TDPFJCheckBox + Added TDPFJChronometer + Added TDPFJDatePicker + Added TDPFJDatePickerDialog + Added TDPFJEditText + Added TDPFJImageView + Added TDPFJListView (not completed) + Added TDPFJProgressBar + Added

Advance Autocomplete/Autosuggest in a Textbox Using Visual Basic 2008 and MySQL database

When searching a data from the database using textbox in Visual Basic 2008, commonly, it’s hard for us to search the exact data. So, in this tutorial I created an autosuggest textbox, so that it will be easy for you to search the correct record in your table. For instance, the word “google”.

Learn Basic Programming with Bill Gates Called "Zombies"

Some people may consider Programming as the toughest profession, while others continue to chose this field, considering that it can give them the true happiness. 58-year-old William Henry also known as "Bill Gates" III-a programmer never considered his profession as a difficult one, instead it serves as inspiration to do his job well. Because others considered it as a difficult task, Bill Gates

Query Country Information from IP Address in Java

This sample code show you how to get the country name from IP address. It requires the download of BIN database for the query. You can download it free at http://lite.ip2location.com. I'm using the Eclipse for development. You will need to put them into src folder and link the JAR file. After all, you can run the testing. The sample BIN only contains partial record, therefore you may wan to

Wings Cafe ordering system

This is wings café ordering system coded in php and MySQL. it is my 3rd semester project at Limkokwing University Of Creative Technology Lesotho. I just hope u will like the code and customize it to suits your projects. Requirements to run this project succefully: Any php support server MySQL for running database. Just import wings.sql (it is in the database folder) in your phpmyadmin. Thanks. If

Race Between C vs. JavaScript

In every programming there are a lot of languages used as a vital code and C is considered as one of the most popular language that is basically used on search engine, meanwhile in a separate survey JavaScript is now seen on top and this is based on the examining code repositories in GitHub. Gauged is the other language which is also popular by Teobe's monthly index. Gauged could be able to

Learn to Code by Breaking Someone Else Code

In order to break other's code, there are tips given by Nick Pettit which he set as an example for the Treehouse blog which made for those who aim to learn 3D programming in the browser as well as Testing a line in a Java script, Three.js According to the article at lifehacker, you will learn how to code by just simply breaking someone's code. An code example that uses three.js to create a light

Calculate distance between 2 IP address

This sample code demonstrates you on how to calculate the distance (in km, miles and nautical miles) for 2 IP addresses. In general, this sample code will retrieve the latitude and longitude from the given IP addresses and perform the distance math calculation. Note: This sample requires the IP2Location BIN database which you can download free at http://lite.ip2location.com

Homeless Leo Grand Launches Eco-Friendly Mobile App

Without any formal education about computer programming, Leo Grand never give up on learning new things despite of the impossibilities. As Leo Grand lives in the street of New York City, a stranger approached him and offered a choice between two months of coding lessons or $100 cash. Without any hesitation, 37-year-old Leo Grand chose for lessons as well as the 3, 621 lines of code. After he made

PHP Forms

Using the HTML Form is very important in creating a PHP application, because it serves as a holder of information from a website's visitors and then use the PHP to process that information.

Heres the simple HTML Form.

The code below is a simple HTML Form with a two input boxes for Fullname, E-mail Address and a submit button. When the user click the submit button, the data in the form will be sent to the HTTP POST method to be processed in a PHP file called “processData.php”.