Justin Silver Blog

Install PHP 7.0 (phpng) on Mac OS X

This guide will show how to install PHP 7.0 on on Mac OS X. This version of PHP is also known as PHPNG to indicate it is the “next generation” of PHP. Many fundamental...

Hide Edit/Del Links on Salesforce Standard Page

It is not possible to control the visibility of the Edit/Del action links for a related list. On a VisualForce page you can insert your own CSS or Javascript to control the display, which...

Use jQuery + Plugins with Visualforce Pages

The jQuery library makes it much easier to create cross-browser functionality on any web page, and Salesforce Visualforce pages are no exception. Going one step further and include jQuery plugins in your pages as...

Get Week of Month in a Salesforce Formula Field

If you want to add a custom formula field to a standard or custom Salesforce object you have to get tricky as there is no built in function to return the week of the...

Admin Columns Pro SSL Upgrade Fix

I use the Admin Columns Pro plugin on several of my WordPress site to easily customize the layout in my admin tables. As it is a premium plugin updates to it are not hosted...

Fix Backslashes in Advanced Custom Fields

There is a somewhat serious bug in Advanced Custom Fields 5.0 and its handling of backslashes, at least on my WordPress installs. The problem is that the slashes are stripped, but after the data...