AngularJS Search Suggestion with PHP/MySQLi and UI-Router

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple search suggestion in Angular JS with the help of PHP/MySQLi to get data from MySQL database. We will then use UI-Router to view the details of clicked search result member. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

Simple E-commerce in PHP/MYSQL *Updated*

Submitted by Torrahclef on
This script is an update on the previous Simple eCommerce I submitted here. With this siple ecommerce sript, I believe you can practice further to improve yourself. Its simple to install. Find the the sql file in the database folder and import into your database. New Feature: Blog Add or Delete News Admin Cpanel e.g localhost/shop/admin username: admin Password: admin For further support, Join me

Create Alert with Timeout using Angular JS

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple alert using Angular JS that expires after a specified time. Creating an alert is important for users to know that they have submitted something or their submission is a success. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

Angular JS Routing using UI-Router

Submitted by nurhodelta_17 on
This tutorial tackles routing in Angular JS with the use of UI-Router. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications. Using ui-router in routing provides features such as nested view and multiple views which will be hard to achieve when using angular-route.

AngularJS How to Submit Form

Submitted by nurhodelta_17 on
This tutorial tackles on how to submit form in Angular JS using the directive ngSubmit. Unlike ngClick that triggers on button click, ngSubmit is triggered on user's "Enter" keypress on any form field and if the form is valid if you set validation. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.