There are a wide variety of fonts that work great with the Xojo code editor. All are much better choices than using System or Courier! For best results, you are going to want to use a monospaced font. Read on for some of my favorites.
Comments closedAuthor: Paul Lefebvre
This past summer, the Boy Scouts added a new Programming Merit Badge to their Merit Badge Series. To fulfill requirement 5, a Boy Scout has to modify or create three programs in a variety of languages and development environments. Because it is free and simple to use, Xojo is a great choice to help a Scout meet requirement 5.
Comments closedEverybody is taking about multi-platform software development these days. From a desktop to a laptop to a tablet to a phone, people and companies want their software to run on whatever device they are using.
Comments closedNow that iOS 7 is out, take a look at how you can simulate some of its fancy new controls in your own web apps.
Comments closedIf you are not a fan of online forums, you’ll want to check out the Xojo forum. It’s not like any forum you’ve ever seen.
Comments closedWant a quick and easy way to add capabilities to bulit-in classes and types without subclassing? Try extension methods.
Comments closedThis article from PCWorld should be a reminder to everyone that is still using Windows XP to start planning your upgrade to a newer version of Windows.
Essentially, Windows XP will no longer receive security patches after April 2014. What does this mean?
Comments closedSometimes you need a property that does more than simply store a value. It may also need to calculate a value or perform some other action to lookup a value. You can do this using a Computed Property or an Assignment Method. Read on to learn how these work and when to use them.
Comments closed
Your Xojo apps can connect to many different databases, including PostgreSQL, MySQL, Oracle, Microsoft SQL Server and ODBC. Learn more about connecting to different database servers here.
We get all sorts of questions about connecting your apps to specific databases. Recently, a developer asked about connecting his app to the PostgreSQL database using SSL for a secure connection. In Xojo this is simple.
Comments closedXojo web apps work very similarly to desktop apps. In fact, they are so much like desktop apps that you may want to make them their own “app”. There are a couple ways you can do this.
Comments closed