Top 20+ MySQL Best Practices

MySQL

March 22, 2010 @ 2:34:58 PM by Lil Rascal

Database operations often tend to be the main bottleneck for most web applications today. It’s not only the DBA’s (database administrators) that have to worry about these performance issues. We as programmers need to do our part by structuring tables properly, writing optimized queries and better code. Here are some MySQL optimization techniques for programmers.

9 Tips For Working with MySQL Databases

MySQL

March 22, 2010 @ 2:31:39 PM by Pistol

MySQL is one of the most popular relational database management systems (RDBMS) around, with over 6 million installations. It’s a fantastic choice for any new developer, because of its open source nature, wide support and abundance of tutorials available on the subject.

Design a Prettier Web Form with CSS 3

CSS

March 20, 2010 @ 6:36:20 PM by Pistol

Thanks to advanced CSS properties, such as gradients and shadows, it's now quite easy to turn a dull web form into something beautiful - with minimal effort. I'll show you how in today's tutorial!

Beginning MySQL Tutorial

MySQL

March 19, 2010 @ 6:48:58 PM by Pistol

One of the fastest SQL (Structured Query Language) database servers currently on the market is the MySQL server, developed by T.c.X. DataKonsultAB. MySQL, available for download at http://www.mysql.com, offers the data base programmer with an array of options and capabilities rarely seen in other database servers. What's more, MySQL is free of charge for those wishing to use it for private and commercial use.