(Mike Kruckenberg and Jay Pipes) This book departs from novice or intermediate texts in that we focus on using and developing for MySQL from a professional angle. We don’t think the difference between a normal user and a professional user lies in the ability to recite every available function in MyS
Tag: Open Source
PHP Web Blog – Part 1
(Eric Bessere) In this introductory article, we will look into the use of many different aspects of PHP in order to create a fully functional web application. This article will cover the 5 most common functions that a PHP-to-MySQL relationship will generate.
BI is Ready for Open Source – Is Open Source Ready for BI?
(Sam Mohamad) Thomas Edison introduced the world to electricity in 1879 with great fanfare. In contrast, the world hardly noticed when, more than 25 years later, in 1904, a gentleman named Harvey Hubbell was awarded a government patent for his “separable plug.” Hubbell, more interested in practicali
CISOs weigh in on open source
(Marcia Savage) Open-source software, security certifications, and emerging threats were among the topics a panel of CISOs pondered at the Black Hat Briefings in Las Vegas.
PortaOne Delivers VoIP Billing with MySQL
PortaOne is a leading solution provider for VoIP infrastructure: billing, management and customer care solutions. By providing an easy to use, turn-key solution, PortaOne allows small and medium sized Internet Telephony Service Providers (ITSPs) to deliver global carrier-grade services in a matter
Learning PHP, Part 3
(Nicholas Chase and Tyler Anderson) This tutorial is Part 3 of a three-part series teaching you how to use PHP through building a simple workflow application. In this tutorial, you will learn about using HTTP authentication, streaming files, and how to create objects and exceptions. (R)
Hooking OOo to MySQL
(Rob Reilly) Did you know that you can connect the OpenOffice.org office suite to a MySQL database? By combining the power of these two open source applications you can do things like generating personalized sales letters from the customer data stored on your servers. Let’s walk through the process
Move to Linux flattening, says Microsoft NZ
(Stephen Bell) Movement towards open source is beginning to slow down, suggests Microsoft New Zealand’s platform strategy manager, Brett Roberts. He claims some local customers are returning to Windows after tasting a Linux-based environment.
Synchronize Multiple MySQL Databases With PHP
(Bobby Handzhiev) This article could be very usefull for the owers of web service businesses. If you are offering e-commerse, hosting, live support or ticketing web based services you have probably met the discussed problem many times in your work. My intend with this article is to help you solving
MySQL migration: MyISAM to InnoDB
(Keith Winston) The MySQL database is unique in that it offers multiple storage engines. The SQL parser and front end interfaces are separate from the storage engines, so you can choose among nine low-level table formats the one that suits your application best. I recently needed to convert a pr