Archive For tutorial

[HowTo] Extract Database Information From Information_schema Table in Mysql

[HowTo] Extract Database Information From Information_schema Table in Mysql

INFORMATION_SCHEMA provides access to database metadata. Metadata is data about the data, such as the name of a database or table, the data type of a column, or access privileges. Other terms that sometimes... [More...]

5 Best Website To Become Professional Web Designer

In this post i would like to share the 5 best website to become a web designer from novice to professional. Become a web designer especially a template designer for CMS (Content Management System) like... [More...]

[Tutorial] Make DVD video in Ubuntu

From the last post, i assume you already have file(s) in .mpg format. Now let’s continue to make a dvd video from .mpg file(s). To make dvd video and make an iso from it, you need to install this... [More...]

[Tutorial] Convert Xvid or Avi to DVD Format in Ubuntu

[Tutorial] Convert Xvid or Avi to DVD Format in Ubuntu

Today i want to backup all my tutorial videos into DVDs, but the problem is all my videos are not in DVD format. Some are .avi, .flv, .mov and these type of file cannot be convert to DVD video. You need... [More...]

[TUTORIAL] Password Protected Directory In Apache Web Server

Apache Logo Sometimes you want to make an online application but only for private use or use by some people only. Or you just made an online application but still in testing phase in development, and... [More...]

[Tutorial] Groovy and Grails Part 2 – Installing Grails

this is the next article from Grovvy and Grails Part 1 – Introduction that you can read it here. Now we continue to install grails in your machine. Before you continue, there are some requirements... [More...]

[Tutorial] Groovy and Grails Part 1 – Introduction

What is Groovy? What is Grails? For those who don’t know about Groovy and Grails, you are lucky because i’m about to explain Groovy and Grails and how powerful they are in Web Application... [More...]