Permalink to Parsing A RSS Feed With PHP Using SimpleXML

Parsing A RSS Feed With PHP Using SimpleXML

On 04.27.2010 by Paul Robinson | 1 comment

XML is used for all types of thing, one of the most commonly known is for RSS feeds. Using PHP & SimpleXML you can parse that feed or any XML file to grab the data and manipulate it however you want. Here’s how it’s done.

Permalink to Making A CSS Image Rollover Using Background Position

Making A CSS Image Rollover Using Background Position

On 04.24.2010 by Paul Robinson | 1 comment

A rollover can be made in many ways, one of the oldest ways is using Javascript, but it has it’s problems. This tutorial will explain how to use CSS to create a rollover that has several advantages over the old JS versions.

Permalink to Scroll Activated Slide Down Header With jQuery

Scroll Activated Slide Down Header With jQuery

On 04.09.2010 by Paul Robinson | 15 comments

I’m always looking for inspiration for new tutorials, and thanks to you lovely people I’ve always got something to try & create. Today I was asked to create a slide down header (similar to the footer), but with a creative twist.

Permalink to jQuery Pop Up Footer Version 2

jQuery Pop Up Footer Version 2

On 04.08.2010 by Paul Robinson | 42 comments

A little while ago I made a tutorial explaining how to make a slide up footer that did not remove itself from document flow. After receiving a help request via email, I’ve decided to do a tutorial on how to make a footer that is removed from document flow.

Permalink to MoGraph Dynamics Basics In Cinema 4D

MoGraph Dynamics Basics In Cinema 4D

On 04.07.2010 by Paul Robinson | 2 comments

It’s a classic tutorial that’s been done so many times before, but here is my spin on a basics of MoGraph Dynamics tutorial. Includes basics such as gravity, and collision detection.

Permalink to Using CSS pseudo-class’ :first-child and :last-child

Using CSS pseudo-class’ :first-child and :last-child

On 03.31.2010 by Paul Robinson | no comments

CSS pseudo classes can be extremely useful. In this little tip I am going to go through exactly how to use the first-child & last-child pseudo classes.

Permalink to Using AJAX In WordPress Video Tutorial

Using AJAX In WordPress Video Tutorial

On 03.29.2010 by Paul Robinson | no comments

Using AJAX in WordPress can be a tricky business. I’ve already explained how to use it in previous tutorials here on Return True, however after several requests I’ve finally made a video tutorial to give a more detailed explanation.

Permalink to Twitter Stream How To Video

Twitter Stream How To Video

On 03.28.2010 by Paul Robinson | no comments

There has been a few people contact me recently on exactly how to setup and/or use my plugin Twitter Stream. To clear it up here is a video tutorial on how to go through setup, and set the options for the widget.

Permalink to Creating A Slide Up Footer Using jQuery

Creating A Slide Up Footer Using jQuery

On 03.25.2010 by Paul Robinson | 12 comments

If you’ve seen a slide down header, they look pretty awesome, but what if you want a slide up footer? It becomes very difficult due to normal document flow being top to bottom, however you can create the effect of a slide up footer using jQuery.

Permalink to Adding Custom Code Into WordPress’ Header

Adding Custom Code Into WordPress’ Header

On 03.24.2010 by Paul Robinson | no comments

Sometimes you want to add some code into the head of your WordPress blog. Normally you’d just hard code it, but what if it’s dynamic or you just want to keep your theme files uncluttered from PHP. Here’s how to do it.

Page 5 of 14« First...34567...Last »