These days, businesses need to adapt to changes quickly and they need their software to do the same. They need it developed and updated in less and less time. This speed and adaptability is key to what Rapid Application Development tools offer developers.
Comments closedCategory: Technology
The issue of mobile ads is of particular interest to me as I am forced to think of mobile ads from three different perspectives. First, as a developer since Xojo can be used to create iOS apps; then as an entrepreneur because we advertise Xojo via mobile ads; but also as a personal consumer of mobile ads.
I think I’m on firm ground when I say that mobile ads are universally hated. We hate them more that TV commercials and certainly more than magazine ads. Why is this?
Comments closedOn the Internet, everyone loves cats. Using HTTPSocket and The Cat REST API, Xojo makes it easy for you to get the cat pictures you need to brighten your day. Read on to learn how to make everyday Caturday…and for more cat puns.
Comments closedWhen I was a kid, computers were responsible for almost nothing, at least in my daily life. Big companies used computers to run their accounting departments and NASA used them for analysis, but most peoples’ daily lives were unaffected by the existence of computers.
Comments closedSince we are all good programmers we never make mistakes, right ? 🙂
But for those times when you write some code and you just can’t figure out why its not behaving, there is always the Debugger!
The best part is the Debugger is very easy to use and it can help you sort out a lot of common issues. Its covered in the Xojo User’s Guide, specifically see the Using the Debugger section.
Comments closedSince 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 closedSince the release of Xojo for iOS, people have been asking if Xojo apps can be listed in the App Store.
The answer is simple: Absolutely.
Comments closedThis post was updated in March 2023 in Testing REST-based Web Services.
Communicating with web services is fun and easy with Xojo. But sometimes it’s not so easy to test the actual REST API calls. As part of preparing materials for the HTTPSocket webinar, I created a simple app in Xojo that lets you test REST APIs. I call it RESTy.
Comments closedWith 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 closedEric 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