Posts Tagged ‘MySQL’

O’Reilly’s Reference Library

Friday, July 25th, 2008

Rodrick Brown has put together a list of O’Reilly’s CD bookshelf online. Here you’ll find books like Java, Perl Networking, Unix, Web Design, Web Development, Oracle, Linux, XML, Cisco, Active Directory, LDAP, PHP, MySQL and many more. Each title contains the entire book online.

Link: Rodrick Brown

Cheat Sheets For Programmers & Developers

Sunday, April 6th, 2008

This list of sheets contain client-side sheets; thats Ajax cheat sheets, plenty of CSS cheat sheets, HTML cheat sheets and Action Script cheat sheets.

Further more, there are programming cheat sheets for .NET(dotnet), PHP, APACHE, MySQL, JAVA, Python and more. An array of blogging and general sheets are also available. A couple of sheets on web design and links to more cheat sheets!

Link: Foxinni

Identifying Slow MySQL Queries

Wednesday, December 19th, 2007

MySQL can sometimes create big problems on a server when you have users abusing it. This article tells you how to speed up your server.

Link: cPanelConfig

Protecting Your PHP/MySQL Queries from SQL Injection

Saturday, October 27th, 2007

SQL injection is a serious concern for webmasters, as an experienced attacker can use this hacking technique to gain access to sensitive data and/or potentially cripple your database. If you haven’t secured your applications, we implore you to get yourself familiar with the following method and grind it into your coding routine. One unsafe query can result in a nightmare for you or your client.

Link: Meta Titan