Php | Database Integration
201 days ago | webdevelopmentstuff.com
This third part of MySQL optimizing tutorial mini series shows an importance of table order during JOIN. The difference between regular JOIN and optimized one is dramatic, so keep reading!
Php | File Handling
201 days ago | webdevelopmentstuff.com
This tutorial shows how to manipulate Excel files by PHP. OLE compatible COM object allows to load Excel data directly from XLS file and process it by using its methods and properties.
Php | Database Integration
201 days ago | webdevelopmentstuff.com
Performance Tuning Primer Script is the shell script which gets performance related information from MySQL engine and produce some recommendations for tuning of MySQL server variables. It’s easy to use and offers valuable output for MySQL performance optimization.
Php | Database Integration
201 days ago | webdevelopmentstuff.com
Is it possible to recover data destroyed by unintentionaly confirmed DROP DATABASE command? This tutorial answers this question and offers step-by-step procedure how to do it, if possible.
Photoshop | Basic Techniques
259 days ago | webdevelopmentstuff.com
This step-by-step Photoshop tutorial decribes the procedure how one layer could be exactly centered in the other one. Every step is visualy interpreted by the screenshot of action taken.
Php | Database Integration
260 days ago | webdevelopmentstuff.com
This tutorial is the second part of the MySQL Optimization mini series and introduces the Slow Query Log as well as describes its setup and output.
Php | File Handling
260 days ago | webdevelopmentstuff.com
This tutorial shows you how to manipulate an XML file by the PHP. Explanatory example of fully working RSS reader is included.
HTML | Basic HTML
260 days ago | webdevelopmentstuff.com
Brief intro into the web development basics and education resources for absolute beginners.