Nightingale Audio Player

Submitted by nightingale on
This is my first code am posting here, and is a simple but professional audio player which has so many features like the other windows application. i like coding and this being the first project i did i decided to post it here for guys like beginners who are into vb coding. Am third year student in the university for Development Studies UDS in Navrongo and also offering BSc. Computer Science. hope

Fish Shooter Game

Submitted by nhojs_09 on
Unity 2D Fish Shooter Game Indeed, shooting is one of the most common games which is familiar to a lot of people. Starting from a shooting airplane, helicopter down to the tanks and among others. However, Fish Shooter is quite different because using a fish as your character is very rare in this type of games. This is a complete application for Fish Shooter Game. If you want to learn how to create this game, please visit Fish Shooter Tutorial.

PHP Simple Search using AJAX/Bootstrap

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to create a simple search using ajax/bootstrap. It features a suggestion list from data in our database. Hope this will help you.

Creating our Database

First and most important step in to create our database. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "ajax_search". 3. After creating a database, click the SQL and paste the below code.

PHP Facebook-Like Notification using AJAX Bootstrap

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to create a simple fb like notification using PHP, AJAX and Bootstrap. In this tutorial, a notification will add every time we add a new user.

Creating our Database

First, we're going to create our database. This will store our sample data. 1. Open phpMyAdmin. 2. Click databases, create a database and name it as "notif". 3. After creating a database, click the SQL and paste the below code.

Slash Hero - A Simple Slice & Dice Game Application For Android/IOS

Submitted by razormist on
This is simple application that can run on Android or IOS devices. The Slash Hero is a action pack arcade style game. The goal of the game is to slice through your way and survive. While on the way there's a ferocious beast that try to stop you. There's a chance that a health potion drop from a random direction. Try to survive and gain a highscore, then beat your own score along the way.

INSTRUCTION

1. Extract the file 2. Open the newly unzipped folder called "Slash Hero", then open the Assets folder and go to Scenes, then click and open "Main Menu". 3.

CRUD Operation using PHP/MySQLi and AJAX/jQuery

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to create a simple CRUD Operation using AJAX/JQuery. CRUD means Create, Update and Delete. Also, the purpose of using AJAX/JQuery is that the page won't reload after an operation. I've used bootstrap in this tutorial to slightly improved the visuals. Creating our Database First and most important step in to create our database. This will serve as storage

Hospital Management System

Submitted by Benxon De Beni… on
This is hospital management system written in vb.net and mssql server database. It is a complete standalone computer source code though, it lacks this modules that I would appreciate if you help me come with them. Laboratory Pharmacy Full Billing Prescription Thus requesting your support in developing them. Username: Admin password: 1234 contact +2540716005704

How to Show/Hide Div Tag and Set Time out using JQuery

Submitted by nurhodelta_17 on
In this tutorial, I'm going to show you how to show/hide an area in the page without reloading the whole page using JQuery. I've also included in this tutorial a sample loader and a time out for the loader. Be sure to download the included sample gif and sample jquery.

Creating our Page

We create our page that includes our jquery. To create the page, open your HTML editor and paste the code below.