Slack is a new business communication tool that is taking the world by storm. Here’s how you can use it with your Xojo apps.
Comments closedMonth: November 2015
Wayne Golding has been a Xojo developer since 2005. He operates an IT Company Axis Direct Ltd www.axisdirect.nz which primarily develops applications using Xojo that integrate with Xero www.xero.com. Wayneâs hobby is robotics where he uses Xojo to build applications for his Pi2 often implementing IoT for remote control.
Guest Post Tip: Formatted Text/Strings in Xojo
Writing long concatenated text in Xojo (or any programming language) tends to make the code difficult to read. Typically there is a block of code that has line extenders (_), a single line that goes on forever or a block of code that appends text to an existing variable. All are hard to read. And when you add SQL statements to the mix it can become difficult to easily see what you are trying to achieve.
I’ve started using Constants for this reason.
Comments closedGuest Post by Kem Tekinay, a consultant and developer based in New York. Kem has been an avid Xojo user since the early days and is a world-renowned thinker and philosopher, at least its his own mind. You can find him and his works through the MacTechnologies Consulting web site.
After months of work, your project is so fabulous that you need more developers. You’ve been using Git as your version control system and creating/merging branches to keep it all straight, but so far it’s just been for personal use. How do you coordinate with others to maintain some semblance of order?
Try the Gitflow Workflow.
Comments closedI’m seeing more and more headlines about how citizen developers are helping create the apps that business need.
In particular, a recent article at ZDNet, “The advent of the citizen developer” talks about how non-programmers can help create the apps needed by an enterprise company:
So the business-side has long had to place their fate in the hands of those with the requisite skills but often with little sympathy for or first-hand knowledge of the business itself. Or they just ended-up acquiring pre-existing software that was a close enough fit, and then had it configured to their needs. Neither path has typically produced tech solutions that fit business needs very well, and ‘good enough’ has usually been the mantra of the day.
These articles explain how “citizen developers”, sometimes referred to as a business analysts (or maybe even power-users), are using rapid application development tools to create apps that helps the business solve a problem more quickly than going through a more formal and lengthy IT process.
Comments closedPaul and special guest Geoff Perlman continue their conversation from last month’s Xojo Talk 018 “Not The Pi You Eat”, this time changing gears to talk about the new OS releases from the past few months.
Comments closedBjorn at Einhugur has created a bunch of tutorials for projects you can create using Xojo and a Raspberry Pi.
Comments closedIf you are creating Xojo desktop apps for your Raspberry Pi (and why not since Xojo Pi if free for desktop & console apps), you may want to take advantage of the HTMLViewer control for easy display of HTML content or apps.
Comments closedNew to Xojo? Been using it for a while? Either way, here are some secrets that can speed your development. Do you know them already? Do you have some of your own?
Comments closedAs you may have heard, Xojo 2015 Release 3 added the long-awaited ability to create 64-bit apps. And it also added the ability to create Raspberry Pi 2 apps (Linux ARM). This now means there are lots more apps that can get built.
Comments closedIn order to interface with the Raspberry Pi, you often want to use the General Purpose Input/Output (GPIO) port. It is easy enough to connect a broadboard to the port, but how do you write Xojo code that can talk to the port?
Comments closed