Did you know that you can use the IDE Scripting feature of Xojo to automate many tasks?
Comments closedXojo Programming Blog Posts
As I mentioned in a previous post, beginning with Xojo 2013r4 we will no longer be localizing the IDE into any European languages. Some of our German users on OS X were surprised this morning when they launched today’s release (2013r4) expecting to get the English version of the IDE only to discover it in Japanese instead. Is this a bug?
Comments closedWhen I was about 12, my dad brought home a Texas Instruments portable terminal. It was not a computer, just a terminal that could connect to the mainframe computer at his work through the telephone. It had no screen, just a thermal printer.
Comments closedHere’s something teachers can do in an hour: create a web app that lets their students practice their math facts.
Comments closedGot an hour (or less)? Here’s a quick app you can make with Xojo that will save you time and help your child practice their spelling words more often.
Comments closedWe here at Xojo think everyone one should learn to code.
Comments closedHealthcare.gov, the US Government’s health insurance exchange website for states that didn’t provide their own, was supposed to handle about 50,000 to 60,000 simultaneous users. Unless you have been living under a rock, you know what a complete disaster the website as been. But it didn’t (and doesn’t) have to be that way.
Comments closed
Comments closed“Premature optimization is the root of all evil (or at least most of it) in programming.” – Donald Knuth
When creating multi-platform apps, you are often going to be working with a variety of operating systems. Take advantage of Remote Debugging and make your life a lot easier!
Comments closedThe SQLite ALTER TABLE command is somewhat limited. For one thing, it cannot be used to rename an existing column on a table. But there is a workaround.
Comments closed