Web Design Studio - Web Design, Development, PSD to XHTML, Print, Logo - GROUP04 - Blog

Archive for the ‘Programming’ Category

How to Install a MySQL Database using a MySQL Injection Script

Friday, November 9th, 2007

By: Lucas Green

Whenever you purchase or acquire a MySQL database (such as from a website like WebContents.org), chances are it will come as a MySQL injection script. An injection script is simply a SQL script that, when executed, creates the appropriate database tables and inserts the data using INSERT statements (one statement per record of data). Because of this, a SQL injection script is usually very large, but this is the easiest way to export and import a database so this is how it is usually done.
(more…)

What Is MySQL And Does Your Business Need It?

Friday, November 9th, 2007

By: Jeremy Gislason

What is MySQL?
First released in May 23, 1995, MySQL is an open source database software. It is part of a large and growing family of open source software including Linux, Apache, and programming languages PHP and Perl. However, unlike many open source products where the copyright is owned by the individual authors or distributors, MySQL is owned and sponsored by a single for-profit firm, MySQL AB, which holds the copyright to most of the codebase. They develop and maintain the system, sell support, service contracts, and proprietary-licensed copies of MySQL.
(more…)

HTML – The Language Of The Virtual World

Tuesday, October 9th, 2007

by Kip Goldhammer

HTML is the programming language that has been instrumental in bringing about this revolution called ‘Internet’. ‘HTML’ fascinates a lot of people. There are people who want to learn HTML in order to try their hands at developing a website on their own. For the website designers and developers, HTML is their bread and butter. They use HTML to bring websites to life. This community of programmers and developers is also in constant search of new HTML techniques that will enhance their skills further. (more…)

 
top