Skip to main content Jump to list of all articles

Tag Tutorial - Page 4

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

WordPress Navigation- Dropdown Menu Image

Having updated my theme to make use of the WordPress navigation menus I decided I wanted to have an indicator to display that there is a drop-down menu. This can be done many ways with plugins etc but I wanted to do it without the need for a plugin. So I had a think and came up with this idea which requires very little knowledge to carry out.

in WordPress

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.

in Web Development

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.

in Web Development

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.

in Web Development

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.

in Security

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.

in Linux

Display Your Twitter Posts On Your Web Site!

There are lots of resources out there for displaying your latest twitter posts in your website. Some of them require plugins or some may require javascript to work. After trying a few scripts I came across a little PHP script from The Lylo Files that displays up to 20 of your posts on your web site. After using it for a little while I decided to make it more functional.

This script has been depreciated in favor of the the new Twitter API. Check out Display your Cached Tweets Using PHP and OAuth Also checkout WOW-Multi-Twitter 2.0

in Web Development

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. This tutorial will help install the software, create and setup shortcut within the menu editor and transferring files with proFTP. This tutorial should also work in Ubuntu too, so lets get started.

in Linux

Exclude WordPress Pages from Displaying In Search Page!

WordPress automatically assigns the default category to a single page. This is a simple way to exclude certain pages, for example, a contacts page, from displaying in your search results. A simple way around this is to create a new category, in this instance I have called it pages. Once the category is created hover over the newly created category and look for the cat-ID number as shown below, remember it or write it down.

in WordPress