In this special episode of XojoTalk, the tables are turned as XojoTalk host Paul Lefebvre is interviewed by Tim Dietrich. Download the mp3. Show…
Comments closedXojo Programming Blog Posts
Xojo 2016 Release 3 adds support for SQLite’s latest full text search engine: FTS5. FTS5 has several improvements over SQLite’s previous FTS3 and FTS4 engines (that are still…
Comments closedIn the Xojo IDE Scripts Menu there are some new shortcuts you may find helpful. The items in the IDE Scripts menu under File >…
Comments closedAfter being available for just a week now, iOS 10 has already been installed on 34% of iOS devices. It may end up outpacing the adoption…
Comments closedIn this Xojo tutorial we will see how simple it is to make an iOS App that shortens an entered URL using the public API of Bit.ly. We will use our own subclass inherited from Xojo.Net.HTTPSocket, and the Declare statement in order to use some functions and methods found on the native Cocoa Touch API. In fact, the use of Declare is mandatory because with the new Xojo Framewok we don’t yet have access to the EncodeURLComponent function available with the old framework. This one is a big help in substituting any ilegal character with his hexadecimal value for the final URL’s composition.
Comments closedI recently had a folder full of jpg and png images that I wanted to reduce in size (the file sizes, not the image dimensions). There…
5 CommentsStarting with iOS 9, some iPads now support app multitasking which allows you to use more than one app at a time on the device. These apps can be displayed side-by-side or with an overlay. Your Xojo iOS apps support this feature automatically when all the Supported Orientations for the iPadScreen are turned on for your app.
Comments closedXojo is a great way to start making iOS apps. Whether you an app developer or you are just learning and want to make your own iOS apps, here are some reasons why you ought to look at Xojo.
Comments closedJoin Paul as he talks with Susan Fennema of Beyond the Chaos. Susan helps small business owners control their lives through better process, organization, and…
Comments closedHaving problems controlling your projects and clients enough to enjoy your life and have fun developing software? If you can put a few systems in place, you will deliver better customer service, increase your productivity, and communicate better. Here are five tips to help you on your path of reigning in the chaos.
Comments closed