Database sharding unraveled - part III
The third part of the high scalability episodes. Interesting info on functional partitioning and how sharding can really help even smaller web apps.
0 commentsSave Tags: database, how-to, web 2.0, web services
Cool trick to extract only what you need using regular expressions
Some very cool trick using Regular Expressions to extract only what you need from the code you wrote.
0 commentsSave Tags: how-to, methodology, tools, web 2.0
Database sharding unraveled - part II
Part 2 of a series of excellent articles on Database Sharding
0 commentsSave Tags: database, how-to, php, web 2.0
Database sharding unraveled - part I
Part 1 of a series of excellent articles on Database Sharding
0 commentsSave Tags: database, how-to, php, web 2.0
Conditional statements inside MySQL queries
Some light on how to get things done faster with Mysql
0 commentsSave Tags: database, php
IE Object required error and other common coding mistakes
Common mistakes or overlooks when developing RIAs with JavaScript. Tips and tricks for hidden or weird JavaScript errors.
0 commentsSave Tags: ajax, javascript, ria, web 2.0