Archive For The “University Project” Category

Open Graph – Facebook Integration

By | September 26, 2011

Today I decided to look at integrating Facebook deep into the Cuckoo Nest.  A typical example of what I’m wanting to achieve is as shown below. The above screenshot is from an Application called Spotify.  This application has permission from a facebook user to post updates to their timeline.  The content of the update is generated by [...]

Read more »

Task 22 – Sharing!

By | September 20, 2011

So I’ve been working on the sharing facility of the cuckoo nest.  Today i tackled the link sharing facility Lets check it out! Step 1 – The share box Here it is in all it’s glory! This is the state before the box has been given focus.  This function works in several ways. You can [...]

Read more »

Javascript Objects using Literal Notation

By | May 16, 2011

Javascript files can get pretty messy pretty quick if you prefer to keep everything contained in one javascript file.  Together with jQuery, I find that creating objects using the literal notation form works best. Just like any language, it’s ideal to create objects that represent something or else you’re back to square one.  An example [...]

Read more »

Out with mysql in with PDO

By | May 16, 2011

A not so new feature of PHP which dates back to version 5.0 is PDO (PHP Data Objects).  PDO is a data-access abstraction layer that can access several database engines whilst maintaining the same set of functions.  I’m surprised I hadn’t discovered PDO earlier considering its been around way before I knew PHP. As part [...]

Read more »

Final Year Project

By | May 12, 2011

It’s time to get back on the bandwagon.  My final year project is to create a website that combines property sales with social actions, something like a social website for property sales.  The idea is to remove the need for an estate agent. Whats required? Apart from a lot of programming time, some research, a [...]

Read more »

Goodbye Google Base :(

By | March 6, 2011

I’ve just submitted my project proposal for Uni and decide to make a start collating information, then I find out Google Base is going. Google Base was supposed to be a major part of my final year project, however it appears Google has other plans. The whole service has been depreciated and will be gone [...]

Read more »