A set of circumstances have left me with a lot of time on my hands. I’ve spent some of several days reading back posts on Garth Turner’s blog. He got kicked out of the conservative party so probably isn’t a total asshole. I started reading it because of my interest in real estate, and the …

Continue reading Save your money? Impossible.

If someone updates a po file with 100 translations – I need to figure out whether each translation is already in the database, and if not – insert it. The result looks like this (more about “looks” later): This is just a snippet. I am concerned that running an SQL query like this: “SELECT Translation.TranslatedString …

Continue reading Number of SQL queries per page

By Andrew Smith I will have something like this on one of the pages in the website: Each of those dropdown lists has the 190 language codes I mentioned in the previous post. It may not sound like a lot but 1900 <option> values really is a lot of HTML. It’s very easy to generate …

Continue reading Smaler PHP-generated HTML