How to Disable Facebook’s People You May Know Feature

People You May Know / Suggested Friends

People You May Know / Suggested Friends

I’ve found Facebook’s People you may know ’Feature’ a tad annoying to say the least, suggesting people I dont want to befriend because let’s face it, if I had wanted them as friends they would already be friends right? Facebook you’re not that smart yet I’m afraid! Plus you may just get fed up staring at the same old faces!

After searching for a while on Google I found a couple of groups on Facebook (Ironic) and read a few blog articles, however it soon became obvious that most of the workarounds don’t work anymore, so I had a think and here’s my little hack to disable this feature.

» Read more…

FirePHP Kohana 2 and PHP’s Flush Function

Struggled with this for a few hours today, trying to get the awesome FirePHP working with a custom CMS based on Kohana 2.3 but was getting the following cryptic error message:

Fatal error: Exception thrown without a stack frame in Unknown on line 0

» Read more…

Google Chrome crashing after updating Foxit Reader?

I recently updated my Foxit Reader installation to the latest version (4.3) now during the install it crashed my running version of Google Chrome (10.0.648.114 beta). Then when I tried to re-launch Chrome it crashed instantly, both on launch and if I tried to restore a session.

» Read more…

Display Geo location Map on Page Load Geolocation WordPress Plugin

I recently installed the Geolocation WordPress Plugin on one of my private blogs to allow me to Geotag my posts with a location from wherever I might have been at the time of posting. The main feature that really stood out for me was the ability to Geotag posts using the WordPress iOS app, when writing a post from my iPhone I could Geo tag that post accurately using my phones built in GPS capabilities.

» Read more…

Hide Dreamweaver CS4 / CS5 File View Columns

Adobe Dreamweaver LogoWant to hide certain Dreamweaver CS4 / CS5 file view columns? For example the columns ‘local files’, ‘size’, ‘type’, ‘modified’ and ‘checked out by’? I couldn’t find anything on the net about this so thought I’d stick a blog post up.

The ability to do this is hidden away, not in the preferences and may not be immediately obvious.

» Read more…

hiybbprqag mbzrxpgjys indoswiftjobinproduction

I wonder which search engine this page will land on first, Google or Bing?

The greatest ever honeypot, by Google! Thanks to Danny Sullivan for the great article on Bings attempt to con its search results from Google.

hiybbprqag mbzrxpgjys indoswiftjobinproduction

A Touch-Optimized BBC News Website for Smartphones

I recently had an idea while using the BBC News iOS app. On my original iPhone 3g (Now quite old I must admit) in my experiences it ran pretty horribly, was slow to load and seemed to choke up when scrolling through the different news categories.

I use the BBC’s mobile website as well and thought there was a need for something in the middle, between the old school mobile version of the BBC News website and the modern iOS app. It would need be graphically pleasing, fast, platform independent and suitable for touch screen devices but can still be accessed via a web browser, not by using a proprietary ‘app’.

» Read more…

jQuery Mobile Ajax Linking and Markup

This little error had me stumped for a couple of days, jQuery Mobile was throwing errors every time I tried to load a page via Ajax, which is the normal procedure with links in jQuery Mobile as you can see from the Documentation.

» Read more…

Applying jCarousel to ajax Loaded Content

If you’re working with jQuery and the jQuery plugin jCarousel you may have come across this problem if you try to implement jCarousel on an element where the elements childs aren’t present at page load.

What I was trying to do was to apply jCarousel to a <ul> element and have the <li> element be loaded in via Ajax after the page had finished loading. As a rough example of my markup:

» Read more…