1. Chase the ace - The curse of the dealer

    Mon 15 June 2015

    Introduction

    Chase the ace is a simple card game that I was taught when I was younger from my dad. Recently on holiday I was playing with some friends and for a few games it was always the dealer that was put out of the game first. We’d noticed …

  2. SuiteCRM Push Notifications

    Thu 04 June 2015

    SuiteCRM Push Notifications is a package which adds push notifications using third parties as a possible workflow action. It currently only supports PushBullet.

    Simply define your PushBullet API token for users that wish to receive notifications:

    UserPage

    Then create a new workflow with the user as the recipient (careful not to …

  3. SuiteCRM Custom Search Fields

    Fri 15 May 2015

    Intro

    Sometimes you may want to add custom search fields to a module that do more than simply search a field. In this post we’ll be looking at how to add a custom search field which will allow searching for all accounts that have no associated contacts.

    Adding the …

  4. SuiteCRM Package Builder

    Fri 08 May 2015

    SuiteCRM package builder is a small PHP script which eases the pain of building a SuiteCRM package for installing changes to other instances. It simply requires a SuiteCRM install and a compliant manifest file.

    This means you can build up the bulk of the package just by running something similar …

    Tagged as : Packages SuiteCRM Tools
  5. BeanFactory Cache

    Fri 01 May 2015

    Intro

    The BeanFactory is a great way to load and query for beans without using SQL.

    For example we can load an Account with a known id:

    $bean = BeanFactory::getBean('Accounts', '1234');
    

    Unexpected behaviour

    However this method can cause some unexpected behaviour. Let’s look at the following example:

    $ids …

  6. Sort Live Wallpaper

    Thu 26 February 2015

    Sort Live Wallpaper adds a visualization of three sort algorithms to your background: Insertion Sort, Bubble Sort and QuickSort. It is available from the Play store.

    sortlivewallpaper1

  7. Fitocracy Bulk CSV

    Thu 26 February 2015

    Fitocracy Bulk CSV

    Fitocracy Bulk CSV is a simple Greasemonkey userscript which adds a link on the fitocracy performance page which allows the downloading of all your performance files as a zip file.

    Get the script

Page 3 / 3