Display your Tweets Using WOW Tweet Show
By Tracy RidgeFollowing my previous post how to display twitter posts on your site. I decided to tweak it further by adding a time since function and I have also renamed it WOW Tweet Show. Check my...
View ArticleGetting to grips with PHP Checkboxes
By Tracy RidgeThe aim of this tutorial is simply to get the data from a checkbox or checkboxes and store it in a MYSQL database and on page load the data is retrieved from the database and is shown...
View ArticleGetting to grips with PHP Radio Buttons
By Tracy RidgeFollowing on from getting to grips with PHP Checkboxes I decided to write a little tutorial on radio buttons. As you know radio buttons can only have 1 state either on or off and only one...
View ArticlePHP and jQuery checkbox array with a hint of Jquery UI
By Tracy RidgeI have been learning jQuery alongside PHP to help with my event manager project. Here is a tutorial on how to get the values of a checkbox array, post it via a jQuery Ajax call and...
View ArticleWordPress Navigation- Dropdown Menu Image
By Tracy RidgeHaving updated my theme to make use of the WordPress navigation menus I decided I wanted to have a indicator to display that there is a drop down menu. This can be done many ways with...
View ArticlejQuery Disable and Enable Form Elements Using a Checkbox
By Tracy RidgeHere is a simple little snippet that uses jQuery to enable or disable text input boxes in forms using a checkbox. When disabling the text boxes it prompts you to confirm it so that you...
View ArticleTop 10- jQuery Tutorials
By Tracy RidgeBeing a big fan of jQuery I have put together a selection of jQuery tutorials. Tutorials that range from simple tooltips to navigation menus and image galleries. Do you have any favourite...
View ArticleDisplay Your WordPress Recent Posts on a Static Page
By Tracy RidgeThis tutorial shows you how to display your recent posts on a static web page. So now you ask the question ‘Define Static?’ There are a variety of reasons why you may have static pages....
View ArticleIntegrate WP Single Post Navigation into your WordPress Theme
By Tracy RidgeThis tutorial shows you how to integrate the WP Single Post Navigation into your theme without using the plugin. I initially attempted to use the plugin and for some reason it didn’t work...
View ArticleDisplay WordPress Posts on another WordPress Blog
By Tracy RidgeFollowing 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 RidgeAs 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 you...
View ArticleWordPress – Display your Cached Tweets using PHP and OAuth
By Tracy RidgePrimarily the focus on 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 RidgeThe following tutorial will display your latest posts in a news ticker format. The code is basically the same as my popular post Display Your Latest Posts on a Static Page except that the...
View ArticleConfigure Apple Mail Email for Hotmail IMAP
By Tracy RidgeMicrosoft 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 use...
View ArticleJquery News Ticker – Display Recent Blog Posts
By Tracy RidgeIn 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 RidgeIn 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...
View ArticleAdding Google Charts to WordPress Blog Part 1
By Tracy RidgeIn 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 ArticleAdding Google Charts to WordPress Blog Part 2
By Tracy RidgeIn 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 RidgeIf 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 RidgeIf 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 Article