The Ultimate Guide to Making Money Online and SEO
Powered by MaxBlogPress 

SQL for the absolute beginner

Most modern web applications today interact with databases, usually with a language called SQL. SQL (Structured Query Language) is a language designed for interacting with relational database management systems (RDBMS), like MySQL, Oracle, Sqlite etc.. MySQL is the most common database management system and this tutorial would go over the basic on how to learn this [...]

Share

My Web Development Setup, Ubuntu Version

Last time I shared my Web Development setup on Windows OS, now I’m gonna share to you my Web Development setup using the Ubuntu operating system. Honestly speaking, web development using the LAMP (Linux, Apache, MySQL and PHP) is the most recommended setup for a open PHP developer because its robust environment and there’s no [...]

Share

How to Building a Flash-based Web Application (Old school style)

Now here’s something that you don’t see much in the programmer’s world. Developing a web application using Flash and MySQL. The Tutorial is the “old-school” way of creating a Flash-based web application, using Flash (nowadays we can make a Flash-based web application using Flex or Open Lazlo which is much faster in terms of development).

Share