In this episode of XojoTalk, Paul talks with Justin Elliott, IT and Development Manager at Penn State University.
Download MP3.
Comments closedBlog about the Xojo programming language and IDE
In this episode of XojoTalk, Paul talks with Justin Elliott, IT and Development Manager at Penn State University.
Download MP3.
Comments closedWeb apps built with the traditional tools (HTML, JavaScript, CSS, etc.) are nothing more than a series of text files and thus not very secure. Once a hacker gets into a server, they can steal your code or modify it. One big advantage web apps built with Xojo have is that Xojo compiles your app to machine code so there’s no code on your server to steal. Additionally, the overwhelming majority of hackers have no experience with machine code, so modifying your app to do something nefarious can be extraordinarily difficult.
Comments closedOne of the things announced at WWDC last week (that was not announced in the WWDC Keynote) is that Apple has now combined the separate iOS and Mac Developer Programs into the single Apple Developer Program. So what does this mean for Xojo developers?
Comments closedThanks to some assistance from William Yu and the folks at combit, we now have a sample project that shows you how to use List & Label with Xojo. List & Label is a Windows (.NET-based) reporting tool that can create some sophisticated reports.
Comments closedOperator_Lookup and ParamArray are two language features that have been in Xojo for a while now, but most probably don’t know why they were originally added. The need grew out from having to support COM on Windows.
The announcement at XDC 2015 of upcoming Xojo support for Raspberry Pi was greeted with enthusiastic applause. But after the keynote, I had several people come up to me and admit that they did not know what this Raspberry Pi is, so I thought I’d take a moment to give some background.
Comments closedXojo already creates 64-bit apps for iOS. Soon, it will also create 64-bit apps for other platforms. I, for one, welcome our new 64-bit Overlords. After all, they’ll be bringing you increased performance and increased memory! Even better, there is not much you’ll have to do to create 64-bit versions of your existing Xojo apps.
UPDATE October 2015: Xojo Builds 64-bit Apps Now
Comments closedThe LibICU library (international components for Unicode) is no longer included with your built apps starting with Xojo 2015 Release 2.
Comments closedXojo 2015 Release 2 has a couple changes to how your Windows apps are built.
Comments closedOne of the most popular Xojo Cloud feature requests was to add database support. On Tuesday Feb 10th, we added MySQL and Postgres databases for Xojo Cloud. In addition to having a database server right on your Xojo Cloud server, we have also enabled the creation of SSH Tunnels so you can connect directly to the databases using a 3rd party management tool.
Comments closed