Performance of ORDER BY in SQL queries
I did some basic investigation on the performance of ORDER BY in SQL Queries. Read the complete article here: Order By Performance
I did some basic investigation on the performance of ORDER BY in SQL Queries. Read the complete article here: Order By Performance
I have switched to a real content management system, instead of using some home grown scripts to manage the content. Together with the technical shift, the look of the web page has also been improved. Enjoy it!
Since a while (I think since I upgraded my Linux installation from Ubuntu 9.10 to 10.04), my Mozilla Firefox (3.6.3) did not recognize the Java plugin anymore. The interesting learning is that this does not really affect day-to-day internet usage – even though I am regularly browsing through the web, I noticed the missing applet functionality only very seldom, and it has never been a blocker for me in the last couple of months. I never really liked Java applets on web pages, and it seems that this technique has now almost been superseeded by other technologies like flash. Nevertheless, yesterday I was forced to make the Java browser plugin work on my installation because the german postal service DHL requires it for printing out stamps. Earlier they used a scripted PDF document which could be printed with Acrobat reader and which connected to the DHL web site to ensure it is printed only once, but due to customer complaints they switched to a Java applet based solution (at least, the PDF approach also worked in Linux 😉 ) So, I did two things to make the Java plugin work again:
At least on Debian, its easy: simply use archive.debian.org in the sources.list configuration file, like
deb https://archive.debian.org/debian/ sarge main contrib non-free deb-src https://archive.debian.org/debian/ sarge main contrib non-free
and you have access to old Debian releases, even when they are not officially maintained anymore.