Tutorials

Handling File Uploads with Node.js and Express.js

Submitted by admin on
Whether you are building social platform or a simple website, sometimes you need to let users upload their own files. The typical scenario might be: uploading the user's photo for a profile page. With Node.js and express it is quite easy to create your own file upload service. In this post I will show you how. In the new folder run `npm init`, and create `package.json` as you usually do for every fresh Node project.

Building REST service with Express.js

Submitted by admin on
REST services became a de-facto standard of data exchange for public APIs. Twitter, GitHub, Parse are just few examples that rely on REST to exchange data with the clients. Before we start to write our first REST service with Node, let's see what exactly is REST and how it works. REST stands for 'REpresentational State Transfer'. It leverages the semantics of HTTP protocol to express operations over a some collection of items (data). REST typically uses JSON to send and receive data. NOTE: This is a common misconception to call every HTTP-based JSON service REST.

Insert and Delete Record in Database Using PHP/MySQL

Submitted by rinvizle on
In this tutorial we will create a simple Insert and Delete Record in Database Using PHP/MySQL. This simple tutorial creates or insert a new data from our webpage to our database. You can also delete the data you inserted. The purpose of this simple tutorial is to show the live updates of every data you inserted and deleted.

Introducing to Swing GUI Forms with Netbeans - Create new MDI Application Sample Form

Submitted by Willy Carpio Godoy on
Hi everyone, In this tutorial, I explain to you on how to work with GUI Forms Java Desktop and configure Menu Bar and events that we can show a new windows and applets. We will work with Netbeans and create a sample MDI Application Form STEP 1. We will create our project. File-> New Project.

PHP/MySQL Simple Water Billing System

Submitted by rinvizle on
We will teach you how to create Simple Water Billing System. This simple system uses for recording the water consumption every month you use, it also creates and total all your consumption from your previous record to the present. You can also generate a report for the billing process of your records from the beginning you started using this system.

How to Control Results of MySQL to PostgreSQL Migration

Submitted by intellicon on
Irrespective of the method applied in migrating MySQL database to PostgreSQL server, it is expedient to check and be assured that all database objects have been properly converted. Whether the conversion is done manually or an automated tool is used, data integrity verification is necessary.

User Login Level Type In PHP

Submitted by rinvizle on
User Login Type System will show you how to create a user login type by choosing a position to login. This system manage by an admin in the dashboard. Each user has handled by the admin and only the admin can create a new account for each positions. This system helps the users to manage and modified their work through this system.