Skip to main content Jump to list of all articles

Tag Tutorial - Page 2

Follow easy access programming, WordPress, software and hardware tutorials.

Learn A New Skill on Lockdown

With lockdown and schools shut for the foreseeable future, along with several jobs and businesses, myself, other students and various workers/business owners find ourselves with a lot of free time. So much free time that I’d say we have no idea what to do with it. So, before we all get bored and begin to go crazy, here are a few things we could do to try and mitigate the boredom and still manage to learn a new skill.

in Education

Stretched Bulma NavBar Navigation Tutorial

Welcome to my stretched Bulma navigation tutorial. For those of you that don’t know. Bulma is an incredibly easy to use free and open-source CSS Framework built on the latest CSS flexbox features. Bulma comes with many components, such as a navigation bar and elements like tooltips and buttons which can be customised to suit your needs. Furthermore, it is modular, allowing you to use as many or little features that you require.

in Web Development

WordPress HTML5 Clickable Div – Highlight Hover Post

In this tutorial, we will highlight hovering over a clickable div which contains an image and a title. With the magic of HTML5 and CSS3, you can now insert a <div> which is a block element, inside of a <a> which is an inline element. Previously this would have resulted in HTML errors. Feel free to check out the code and also the demo which is included.

in WordPress

Ampps For Mac – Update to 3.3 Manually Without Re-installing

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 newbie, I deleted all of my files by accident! Luckily I had created a backup first. The good news is Mac users can download and install the update from a compressed file so there is no need to install from the disk image again.

in Mac

Import/Export Brackets Themes and Extensions

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 Brackets-ExtensionsBulkInstall a handy brackets extension which enables the bulk installation of extensions and themes on other platforms. In the following tutorial I will be exporting from a Mac to a Linux machine

in Software

iPhone Messages – Block Nuisance Numbers

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, block them easily with this easy to follow picture tutorial and banish the bad boys for good.

in Mobile

Adding Google Charts to WordPress Blog Part 2

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 WordPress functions and recommended a safe way of implementing JavaScript. The data we will be pulling will be in JSON format and will be stored on the same server inside the theme directory.  In this tutorial, we will be adding a stacked column chart.  Want to add a table?  Check out part 1

in Web Development

Adding Google Charts to WordPress Blog Part 1

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 correct WordPress functions and recommended a safe way of implementing JavaScript. The data we will be pulling will be in JSON format and will be stored on the same server inside the theme directory.  In this tutorial, we will be adding a table. Want to add a chart?  Check out part 2

in Web Development

Jquery News Ticker – Display External RSS Feeds

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. If you want to link to your blog content try this tutorial. If you want to add a news ticker to a website that doesn’t use WordPress primarily but features a WordPress powered blog section then try this tutorial.

in Web Development