Course Advisor Using Visual Basic .NET

Submitted by Dalimark Tenio on
Brief Description: Course Advisor is an expert system that uses forward and backward chaining reasoning. It is useful for old and new student. It can identify subjects and it can enroll subjects. Procedure: The process and technique that we used to create our expert system which is the Course Advisor is the forward chaining and backward chaining. We used these two techniques to our expert system

INSTALIKE: Instagram like responsive photo gallery

Submitted by RobertSoriano on
Introducing INSTALIKE! What is Instalike? Instalike is a responsive instagram like photo gallery that uses foundation framework to be viewable on any device. How to install it? Download wamp or xampp Extract the file to your www(wamp) or htdocs(xampp) folder. Create database db_instalike and import the database included in the file. Edit dbc.php to your database configuration. Happy coding!

Calculator Mobile App (Android, iOS, WinPhone)

Submitted by shannah on
This is a simple demo of a functional calculator native mobile application. It is written using Codename One, and can be deployed as a native Android, iOS, Windows Phone, J2ME, BlackBerry, Web, Mac, or Windows App. The code is as follows: package com.codename1.demos.calculator; import com.codename1.ui.Button; import com.codename1.ui.Component; import com.codename1.ui.Container; import com

Source Code Manager Using C#

Submitted by Akshay Kumar2 on
This application helps in managing your source code while you are coding. It has got a number of features : 1. You can save your source code and can edit it search it, delete it. 2. You can also view source code added by others. 3. Code can be exported in various file formats like .txt,.pdf,.doc, etc. 4. It has the feature of sending code to you through email as well. 5. You can also create a user

Word Wrap Function In VB.NET

Submitted by donbermoy on
This tutorial will teach you how to have a word wrap function in vb.net. A word wrap function is a function that your text do not proceed to be written if it is so lengthy in the textbox. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose

How To Make Login Form With JQuery In PHP

Submitted by alpha_luna on
Good Day!!! Related Code: How To Make Register Form with JQuery Validation In this tutorial, we are going to learn How To Make Login Form With JQuery In PHP. This is simple project and it consists username and password. Username tutorial Password admin Database Name login_jquery You can use it to your Website or System. Download the source code and try it. Enjoy Coding... Directions: For JQuery