Browsing the category
PHP

Build a MySpaceID Application

August 10th, 2010 | No Comment

MySpaceID allows MySpace Users to easily come into your site and get going by bringing their identity with them. By allowing Users to link their MySpace account with your site, a Developer can enable social functionality. This guide is designed …
Continue reading

Build a MySpaceID Application

Using PHP Sessions

August 3rd, 2010 | One Comment

When you get to a stage when you need to pass user data from one page to another you have the option to do this without the user knowing by using PHP Session variables. Sessions are basically server-side cookies which …
Continue reading

Using PHP Sessions

MySpace Open Search API

July 4th, 2010 | No Comment

The MySpace Search API allows you to search MySpace for user, videos, images, and music. With an individual feed for each search item. It is designed to function like a search on the MySpace website and to have a response …
Continue reading

MySpace Open Search API

Building an animated 3D poll

June 10th, 2010 | 4 Comments

Regular readers of Papermashup will have seen the post that I wrote last week on Easy Poll, the personal project that I launched a few weeks back that allows you to create a simple 2 answer poll that you can …
Continue reading

Building an animated 3D poll

easypoll a side project

May 26th, 2010 | 10 Comments

I was sat in the sun at the weekend and sporadically decided to do a little project like wedeliver you can read about the adventure I had building the 24hr project here. This project on the other hand probably took …
Continue reading

easypoll a side project

20 Complete scripts to download

April 7th, 2010 | 11 Comments

I’ve put together a nice little collection of scripts over the past year or so, and have decided as it’s approaching summer in the UK (sorry winter in Australia!) to do a download bundle of 20 assorted scripts where you …
Continue reading

20 Complete scripts to download

Useful .htaccess techniques

January 27th, 2010 | 5 Comments

I wrote a post mid last year about protecting your site images from being hotlinked as I found a site that had word for word scrapped one of my blog posts, you can see the post here, and I really …
Continue reading

Useful .htaccess techniques

How PHP helped me solve the Rubik’s cube

January 24th, 2010 | 4 Comments

I was set a challenge last week to complete a Rubik’s cube after tinkering with one by a colleagues desk and managing to get a complete line of matching colours with little effort. In the past i’ve never fully understood …
Continue reading

How PHP helped me solve the Rubik’s cube

Get started with CodeIgniter

January 20th, 2010 | 7 Comments

I’ve never really got the hang of PHP frameworks and have tended to use my own custom built CMS but even with this I still find myself writing the same code over and over again. In the past I’ve dabbled …
Continue reading

Get started with CodeIgniter

Build a JSON and PHP product gallery

January 7th, 2010 | 15 Comments

As the title describes we’re going to look at making cross domain ajax requests using JSONP I’m also going to show you how to get data from a MySQL database and encode it into a JSON string which can be …
Continue reading

Build a JSON and PHP product gallery

Easy PHP Pagination

December 17th, 2009 | 36 Comments

I’ve had a few pagination scripts over the years but I thought i’d share the one that i’m currently using as it’s a useful script to have in your toolbox. As a developer you’ll soon find a need to paginate …
Continue reading

Easy PHP Pagination

Win a copy of ‘Easy PHP Websites with the Zend Framework’ Christmas giveaway

December 7th, 2009 | 3 Comments

“Easy PHP Websites with the Zend Framework” shows you how to use the powerful Zend Framework to build websites with amazing speed and efficiency. Embracing a teaching strategy of learning by doing, showing you how to build website features you’ll …
Continue reading

Win a copy of ‘Easy PHP Websites with the Zend Framework’ Christmas giveaway

Logging processes with PHP

November 23rd, 2009 | 8 Comments

Its sometimes necessary as a developer to log and track data as it is processed either to debug or to keep a simple record of maybe who’s logged in or out of your site. You could easily do this by …
Continue reading

Logging processes with PHP

Use jQuery and PHP to scrape page content

November 18th, 2009 | 18 Comments

So we have content on another domain that we want to load via AJAX into a page how can we do this?…. This was a question that was put to the other day at work. More experienced web developers will …
Continue reading

Use jQuery and PHP to scrape page content

jQuery and PHP inline editing

November 10th, 2009 | 11 Comments

Inline editing as it’s known, or being able to edit content directly on a page is a great tool have under your belt. I’m going to run through exactly how it works as well as how to POST the updated …
Continue reading

jQuery and PHP inline editing

Using Memcache With PHP

November 6th, 2009 | 12 Comments

I want to just start this little post with that fact that I don’t know all the ins and outs of using Memcache but I have enough knowledge to just about get it working. I have access to a Mediatemple …
Continue reading

Using Memcache With PHP

Key web development skills

November 3rd, 2009 | 6 Comments

API Knowledge A key tool for any budding web developer is API knowledge. It’s good to familiarise yourself with a variety of application interfaces. I started out using the Twitter REST API with PHP and CURL when twitter first launched …
Continue reading

Key web development skills

Steps to learning a new programming language

October 27th, 2009 | 18 Comments

Learning a new programming language can be daunting to say the least. I’ve recently cracked it when it comes to jQuery. I wouldn’t say Im a pro by any stretch of the imagination but I can successfully build applications. It …
Continue reading

Steps to learning a new programming language

Does your office have a weather system?

October 17th, 2009 | 6 Comments

I wrote a post a while back when I purchased my iobridge module which you can use to control switched and sensor. After that post I had my module rigged up in my office at home just monitoring the room …
Continue reading

Does your office have a weather system?

Build a MySpace video widget

October 16th, 2009 | No Comment

In this tutorial we’re going to take an RSS feed from the top videos page on MySpace and make a widget to display the latest videos using jQuery pagination, ajax and a spot of PHP to parse the feed. The …
Continue reading

Build a MySpace video widget
Subscribers
1,250
Twitter
510
Comments
1,207
Posts
125