
If you’re a developer you’ll know that one of the most important things to making efficient code is to reduce your code’s dependency on SQL queries. Rather than running 1,000 SQL “INSERT” queries for 1,000 individual items for example, it’s better to batch those items into a single “INSERT” statement. There are other methods that can be used to improve query performance as well including general query batching in which multiple queries are batched into a single request.
Read more
Today Facebook will announce the launch of “Custom Tags”, a new feature which enables developers to extend functionality within their applications to other applications on the Facebook platform. The concept is that applications can launch their own version of FBML tags, ultimately enriching the overall feature set that developers have access to within the Facebook platform. Yariv Sadan, the engineer behind the feature, stated that “FBML is great for developing pre-built components [and we wanted to expand that functionality to developers].”
Last week I wrote about how 