Skip to main content Jump to list of all articles

Posts tagged with: Tutorial

Integrate WP Single Post Navigation into your WordPress Theme

Integrate WP Single Post Navigation into your WordPress Theme

This 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 on my custom child theme based on TwentyEleven so I decided to hard code it into my theme by adding it to my functions.php. I will show you two methods, one to display the default WordPress single post navigation and one to display how to reverse the links for a book like affect.

Display Your WordPress Recent Posts on a Static Page

Display Your WordPress Recent Posts on a Static Page

This 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. If you have built a website from scratch and need a blog or news section. You want to pull some information from the blog to your homepage.

Fix 3G Error after Upgrading Android on HTC Desire HD

Fix 3G Error after Upgrading Android on HTC Desire HD

Ever since upgrading my HTC Desire HD to the latest version of Android (2.3.5) I have had no 3G mobile network. This just requires a simple fix to set your mobile settings to its default. Simply follow the next few steps to fix the problem.

Top 10- jQuery Tutorials

Top 10- jQuery Tutorials

Being 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 tutorials or do you reach straight for the plugins?

jQuery Disable and Enable Form Elements Using a Checkbox

jQuery Disable and Enable Form Elements Using a Checkbox

Here 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 don’t accidentally delete your data. This might be useful for forms elements that need to be enabled or disabled when a certain checkbox is checked like on an options page.

PHP and jQuery checkbox array with a hint of Jquery UI

PHP and jQuery checkbox array with a hint of Jquery UI

I 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 subsequently delete the values from an MYSQL database. This tutorial also makes use of the jQuery UI which we will use to display our dialogues. This script has now been included in wow playground with new and updated features.

Getting to grips with PHP Radio Buttons

Getting to grips with PHP Radio Buttons

Following 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 can be selected at any one time. Here is a simple tutorial on how to get data from a database, select the radio button, get data from the form and update the database. If you have previously read and completed the setup procedure the process is the same so you may want to go straight to the code. This script has now been included in wow playground with new and updated features.

Getting to grips with PHP Checkboxes

Getting to grips with PHP Checkboxes

The aim of this tutorial is simply to get the data from PHP checkboxes and store it in an MYSQL database and on page load, the data is retrieved from the database and is shown which would be suitable for an options page in a PHP script. This script has now been included in wow playground with new and updated features.

Comodo Internet Security Installation Error 1603

Comodo Internet Security Installation Error 1603

I have been using Comodo Internet Security since it’s initial release and it just keeps getting better and better. However whilst trying to install the most recent version 4.0 which was released on March 03 2010 I encountered an installation error 1603. Naturally I cleared all the junk files, disabled unnecessary services, cleared the registry and still couldn’t get it to work until I came across a handy clean up tool which cleans up leftover data from the previous installations.

Backup Your Firefox Profile Manually

Backup Your Firefox Profile Manually

The browser is one of the most used pieces of software used today and believe me there is nothing worse than losing all of your data if your computer suddenly crashes or your data becomes corrupted. There are tools that will backup your Firefox profiles for you but this can be time consuming. I use a method will backup the entire folder with everything in it from passwords, extensions to favourites and its so simple anyone can do it. I will show you how to do this in Windows XP, Vista, Windows 7 and also Linux Mint.

Install Lampp in Linux Mint

Install Lampp in Linux Mint

This is an in-depth guide to installing LAMPP on Linux Mint. LAMPP, the linux version of XAMPP, is a popular open source, cross platform web server software that includes Apache, MYSQL, PHP and Perl. This software can be installed locally on your PC to aid with the development of websites that use the server side scripting language PHP, like WordPress themes for example.

1 2 3 »