Easy JavaScript Guessing Game – Part 2
By Tracy Ridge The JavaScript guessing game tutorial is a simple beginners project. It features modern JavaScript syntax and runs without a Framework. We have already built a foundation for our game in...
View ArticleDisplay WordPress Posts on another WordPress Blog
By Tracy Ridge Following on from the post Display Your WordPress Recent Posts on a Static Page which was used to display your WordPress posts on a non-WP website on the same server. I have had several...
View ArticleCreate a Twitter App For The New API
By Tracy Ridge As you may, or may not know, Twitter are going to depreciate version 1 of their API next March. What does this mean to you? If you currently parse the Json file to display your tweets...
View ArticleWordPress – Display your Cached Tweets using PHP and OAuth
By Tracy Ridge Primarily the focus of this tutorial is to display your cached tweets using PHP and OAuth on your WordPress website. We will be accessing the secure Twitter 1.1 API with PHP by parsing...
View ArticleDisplay WordPress Posts as a News Ticker
By Tracy Ridge The following tutorial will display your latest WordPress posts in a news ticker format. The code is basically the same as my popular post Display Your Latest Posts on a Static Page...
View ArticleConfigure Apple Mail Email for Hotmail IMAP
By Tracy Ridge Microsoft announced a few months ago that they were to introduce IMAP support for anyone with a Windows Live, Hotmail, MSN email account. This tutorial we will configure Apple Mail to...
View ArticleJquery News Ticker – Display Recent Blog Posts
By Tracy Ridge In this tutorial, I will show you how to display your recent blog posts in your WordPress theme in a news ticker style format using the jQuery news ticker script. If you want to link to...
View ArticleJquery News Ticker – Display External RSS Feeds
By Tracy Ridge In this tutorial, I will show you how to display single or multiple RSS feeds using SimplePie in your WordPress theme in a news ticker style format using the jQuery news ticker script....
View ArticleAdding Google Charts to WordPress Blog Part 1
By Tracy Ridge In this mini-series of Google Visualization tutorials, we will be adding a Google chart table to a WordPress theme without having to install any plugins but ensuring that we use the...
View ArticleAdding Google Charts to WordPress Blog Part 2
By Tracy Ridge In this mini-series of Google Visualization tutorials, we will be adding a Google chart to a WordPress theme without having to install any plugins but ensuring that we use the correct...
View ArticleiPhone Messages – Block Nuisance Numbers
By Tracy Ridge If you are like me and you are fed up of receiving those annoying nuisance text messages to claim for the accident you have never had, PPI, bank refunds then instead of ignoring them,...
View ArticleImport/Export Brackets Themes and Extensions
By Tracy Ridge If you have, or want, brackets installed on multiple operating systems (OS) then it could be rather cumbersome having to manually install all your favourite extensions. Enter...
View ArticleAmpps For Mac – Update to 3.3 Manually Without Re-installing
By Tracy Ridge Ampps is a fantastic piece of software if you want to run a testing server but upgrading on the mac has always been pretty awkward. The first time I upgraded, back when I was a Mac...
View ArticleCSV to Geochart – Google Visualization Chart WordPress Tutorial
By Tracy Ridge In this tutorial we will parse a CSV file, containing random countries, with their own colour and tooltips displaying both the country and it’s continent. The CSV file will be converted...
View ArticleQuickly Install Visual Studio Code on Garuda Linux
By Tracy Ridge I recently installed Garuda Linux on my Lenovo Yoga laptop. I came across an issue where I couldn’t install the Microsoft version of Visual Studio Code as it wasn’t in any of the...
View ArticleJavaScript Date Sorter
By Tracy Ridge The JavaScript Date Sorter is a vanilla JavaScript Project that uses an HTML form to grab a name and date input and adds it to an HTML table. There is a third column that takes the date,...
View ArticleBuild an Awesome Daisy UI WordPress Theme – Part 1
Written by Tracy Ridge Daisy UI is an awesome selection of Tailwind components for your next WordPress classic theme. You can have your custom theme up and running within a few weeks. In this multipart...
View ArticleBuild an Awesome Daisy UI WordPress Theme – Part 2
Written by Tracy Ridge Daisy UI is an awesome selection of Tailwind components for your next WordPress classic theme. You can have your custom theme up and running within a few weeks. In the first part...
View ArticleBuild an Awesome Daisy UI WordPress Theme – Part 3
Daisy UI is an awesome selection of Tailwind components for your next WordPress classic theme. You can have your custom theme up and running within a few weeks. In the first part of the series, we set...
View ArticleHow To Use WordPress Page Navi With Daisy UI Navigation
In 2023 I revamped my WordPress theme to include Daisy UI. In this article, I will show you how to change the default styles of the popular WordPress Page Navi plugin to use the styles created by Daisy...
View Article