Skip to content

Xojo Programming Blog Posts

Computers For Cross-Platform Development

Since we make a popular cross-platform development tool, I’m often asked “what type of computer should I get for cross-platform development”?

You might think that can be a tricky question to answer because they are so many different types of computers. But there is only one computer that can run the three major operating systems without violating a EULA: a Mac.

Comments closed

Take A Core Dump: What to do when your app crashes on Linux

With many things in life, more choices means more freedom of expression. We can pick and choose what we like personally as a way to express ourselves. Such is the world on Linux. The myriad of different Linux distros along with all the different Desktop managers and Window managers available are daunting. While more choices is nice (in general anyway), it can also cause more confusion. As a cross-platform developer, you’re probably aware that every operating system has their own way of dealing with crashes and crash reports.  On Linux this is no different, but it is more confusing because not every Linux distro plays by the same configuration. This blog will answer some fundamental questions you may have about what happens when your application crashes on Linux.

Comments closed

Left Handed: Being Outside The Norm

Being that it’s Left Handers Day and I am left-handed, I thought I’d share some interesting facts about being left-handed and how it relates to Xojo, Inc.

At Xojo, the percentage of left-handed people has always been high. Currently 33% of our staff is left-handed. I can’t explain why that is. I don’t think we have a bias towards lefties. On the other hand, my brother who is a lawyer specializing in employment law, will tell you handedness is not a protected class in the US, so we could discriminate if we wanted to do so. Nah, you righties are interesting and fun to watch. 🙂

Comments closed

Guest Post: A Few Little Xojo Code Performance Tips by Eric Gibbon

Eric Gibbon has been using Xojo to develop bespoke cross-platform applications for Mac and PC and for the web for 15 years. He lives in Stamford, England, and is an active member of the Xojo UK User Group.

There’s an old programmer’€™s saying: If it works, leave it alone.€ But sometimes we have to go back to code that works to make it go faster, because it’€™s too slow.

Over time I have picked up some tips on how to get better performance from Xojo code. I have used these tips to improve old code running on all platforms and have seen big improvements. They are quick and easy to do.

Comments closed

Time for a Reminder to Backup Your Data

If you work with computers, having backups of your data is essential. This particularly came to light recently with people testing out Apple Music and discovering that it could make a mess of your iTunes library. In fact, this happened to me!

But “luck favors the prepared” and I had backups, so this Apple Music glitch only proved to be an annoyance and not a catastrophe.

In my case, I just restored my iTunes library from my Time Machine backup. But I know far too many people that don’t even have any type of backup system in place. I’m here to help.

Comments closed