Programming

Online Video Player:Share Your Videos with the World

This is a video sharing website. Any user having an account can upload a videos. User can also edit/delete/private/public their videos. This videos can be watched by all the user who access the website but only those user who have an account can rate, comment and subscribe videos/channel. It also recommends similar videos that your watching and more videos of that uploader. I have used here auto

Online Heavy Equipment Testing - Setting up ProjectID

Online Heavy Equipment Testing System was built using PHP/MySQL in PDO Approach. This post was just a part of the Heavy Equipment Testing System that I've built. I have used the following technology to develop this system: - PHP Data Objects (PDO) - HTML5 - Twitter Bootstrap - MySQL - jQuery Hope it can help you. Contact me via SMS at +639473849799 or email me at [email protected] for

Basic Datatables in PHP

Creating CRUD grid is a very common task in web development (CRUD stands for Create/Read/Update/Delete). If you are a senior web developer, you must have created plenty of CRUD grids already. They maybe exist in a content management system, an inventory management system, or accounting software. If you just started web development, you are certainly going to experience lots of CRUD grids' creation

Screen Position Grabber

SCREEN POSITION GRABBER Do you want to know the positions of each form in your project? Or having trouble in knowing size or resolution of screen? Then this free "SCREEN POSITION GRABBER" app in vb.net is meant for you. The app displays form's size (width & Height), positioning (X-axis & Y-axis) and Mouse current positioning (X-axis & Y-axis). It's really helpful as programmers dealing with scr

How To Set Up Master And Slave MYSQL

In this tutorial I am going to teach you one of the most important MySQL techniques that you must use in your software development. Today huge amount of business use MySQL as their data base. Imagine if their database corrupted what would be happen ?, If your server crashed what word you do ? So we must use database backup technique to overcome those issues. Now I am going to explain you one of

Change Stylesheet in Javascript

This project will teach you how to change the web page stylesheet using javascript. I have here in my example the 3 different buttons. On click of the button, the sizes or the web page style will automatically change according to the style you set up. I have 3 different styles(small, medium, large), so I have also to create 3 stylesheet named small.css, medium.css and large.css. It is easy and it