|
Interview with Jan Kneschke, Developer at MySQL AB |
|
|
|
|
Jan Kneschke works for the MySQL Development Team and is the author of the very popular lighttpd web server. I recently had the opportunity to ask him a few questions about himself and his work. |
|
Read more...
|
|
|
Rolling Sums in SQL - A Practical Example |
|
|
|
|
Today, Lenz was putting together some stats on PlanetMySQL feeds added since January this year, and asked in an email whether he should include totals in the stats. I responded yes, and offered a quick SQL solution to get those numbers out of the database. I thought it might be useful for others, so here goes... |
|
Read more...
|
|
|
MySQL 5.1 partitions in practice |
|
|
|
|
This article explains how to test the performance of a large database with MySQL 5.1, showing the advantages of using partitions. |
|
Read more...
|
|
|
Quick and Clean PHP Forms |
|
|
|
|
As its name suggests, the PHP Extension and Application Repository (PEAR) library called HTML_QuickForm can be used to quickly and cleanly to produce validating HTML forms, relieving the developer of the tedium that often accompanies such tasks. HTML_QuickForm provides developers with a declarative approach to defining form fields and their associated validation rules and automatically generates the necessary HTML and JavaScript code needed to display the form accordingly. HTML_QuickForm also automatically validates submitted forms as indicated and allows developers to define a function that further handles valid submissions. |
|
Read more...
|
|
|
Managing Sessions and State with PHP |
|
|
|
|
MVC Frameworks, such as WASP, provide a solid jumping-off point for entry-level programmers to produce strong, well-formed code. The framework simplifies such things as creating a page (using a kind of page object) and creating or searching for data (using database table objects). However, probably the most difficult concept for novice PHP programmers to grasp is handling their application's state and session data. This article will address that issue by providing a simple strategy for state management using the WASP framework. |
|
Read more...
|
|
|
|
<< Start < Prev 1 2 3 4 5 Next > End >>
|
| Results 37 - 43 of 43 |