How To Use FORMULA In Filter Expression – SuiteScript 2.0
I had recently had to use a FORMULA type in a SuiteScript 2.0 search and found it as a very useful filter for list values. To use FORMULA types in …
I had recently had to use a FORMULA type in a SuiteScript 2.0 search and found it as a very useful filter for list values. To use FORMULA types in …
In Microsoft Word you can control whether or not you want to see the white space characters in your document. This helps to check you haven’t incorrectly inserted a tab …
If you want to know how many words your WordPress articles have you can open up each post individually and by clicking on the top left-hand corner’s information icon it …
A recent project hit a roadblock when I changed some code depending on the N/search module and refactored it to use N/query module. While I had some initial hassles with …
How many ways can you skin a string? In this article we will look at several ways to remove a character from a string using Python.
After moving my blog to Hugo and then back to WordPress, I knew there would be a few broken links on my website. The question I asked myself was: How …
If you use Dropbox to sync your forex screenshots for later viewing you might want to use a more lightweight outfit for the task. Dropbox can bloat your Windows VPS and can also cause unintended consequences if you create more folders. Why not try a better, cheaper alternative with S3.
Do you want to create a simple HTML redirect page in Hugo? Here’s three simple steps showing how to do so easily in your Hugo website folder.
What’s the best way to install NodeJS on your Mac machine? In this article I briefly go through the steps of how I installed NodeJS on my recently nuked Macbook Pro.
What happens when you get the oblique error from Excel VBA that there has been an invalid property assignment (Error 450)? Here’s how I was able to find the solution.
If you have a page hosted on Github Pages using Jekyll there are times when a little character in the wrong place can cause the whole site or page to crash. Here is a list of gotchas I’ve encountered and how to prevent them from happening again.
How do you force a page break in your Advanced PDF/HTML template to print content on another page?
How can you easily check if a Google Sheet cell has a value, and if it doesn’t to set a default value when assigning it to a variable in Google App Script?
What does the tilde symbol do when used in conjunction with the indexOf JavaScript function?
Do you want to display more information on the popup modal window when a user clicks on the marker on a Google Maps marker? Here’s how to do it with a code example.
How can you add attributes to your images in Markdown? How can you set properties like width and height? Setting dimensions on images is a requirement if you want your images to be responsive.
Do you know what the Handlebars error ‘must pass iterator to each’ means? Here’s how to quickly fix your template code.
How do you create a sidebar using just jQuery in Wordpress? What if the structure of the sidebar contains sub menus? Here’s some code I created to help achieve this task.
How can you get the Colorbox element to behave with YouTube embeds. In this article I explore how I fixed a display of the Colorbox modal to display a YouTube video.
How do you create a simple jQuery background image slider? As these elements within web pages, especially on the index page, are becoming popular this is something we can do with relative ease.