↧
How to make multiple updates using a single query in MySQL
As you might know it’s quite easy to make multiple INSERTs in a single query, like this: INSERT INTO mytable (id, title) VALUES ('1', 'Lord of the Rings'), ('2', 'Harry Potter'); However, for some...
View ArticleMinimizeToTray Extension for Firefox 3
Firefox 3 sure is a nice version of the popular browser, and the statistics confirm it: 8,000,000 downloads in first 24 hours. However, with new versions come incompatibilities with old extensions,...
View Article