By: | On:

  PHP  

Reposted from INN: https://ifnotnil.com/t/php-for-xojo-programmers-0002-includes/1727

Includes

This time we'll talk about "includes". ...

By: | On:

  PHP  

Reposted from INN: https://ifnotnil.com/t/php-for-xojo-programmers-0001-hello-world/1726

This is the first post in a series about PHP from a Xojo ...

By: | On:

  HTML  

Fav Icons make identifying Web Apps clear in Browsers, Bookmarks, and saving to the Home screen. Generating Icons is easy!

First create an image file for your icon that's large. It should be square and at least 512px by 512px. ...

By: | On:

Xanadu is reincarnated as a Web App developed in PHP / HTML / CSS / Bootstrap / Javascript. If you haven't heard of Xanadu it's a framework for developing Database Driven Web Apps.

It's been a long road, but Xanadu is a good place now. If you haven't heard about ...

By: | On:

  JS  

Retrieves the GPS coordinates of the Browser.

  • Uses an inline callback.
  • Normalizes the output.
  • Makes the async call feel like a sync call, but it's still async.
  • This is a good template for similar ...
By: | On:

  PHP  

Gets a semaphore and attempts to acquire to prevent code from running more than one time.

  • Aborts if the semaphore cannot be retrieved.
  • Aborts if the semaphore in use.
  • The key must be an integer.

On ...

By: | On:

  Xojo to PHP  

It's been a while since my last blog post. There's a reason for that. Software Development has been disappointing, but after five years, I'm ecstatic again!

Why? I think it has to do with greed along with a lack of communication. ...