Archive by Author

Add An iPhone Homescreen Bookmark Icon To Your Site

Howdy all, it’s been a sickeningly hot week. The office has been really busy with MarketMeTweet stuff so the weekend is a welcome break. In this post, I’m going to show you how easy it is to add a professional finish to a site by adding a homescreen icon for a users iPhone, iTouch or [...]

Continue Reading

Free British Postbox Vector

Hey all, I had some spare graphics laying out this week so, rather than leaving them to be buried in the hard disk for all time, I thought I’d share some of my handiwork. Here’s a swelling eye-catching email sign up box you could use for a multitude of causes – a lovely red British [...]

Continue Reading

E3 2010 – A Link To The Past?

Have you been flicking through the gaming media lately? Then you’ll know that E3 2010 has come and gone. It was a bit of a mixed bag. First impressions of the major new contenders are, in fact, rehashes, remodels, and graphically tweaked relics and ripoffs: a shot to the nostalgia gland and a truckload of [...]

Continue Reading

Red Dead Redemption – First Thoughts

If you’re a fan of Rockstar, Spaghetti Westerns or simply supporting an affinity for huge grizzly moustaches and mucky ponchos, Red Dead Redemption for Xbox 360 and PS3 will have probably caught your eye. This gunslinging 3rd person shooter offers players the chance to jump into the spurred boots of a typical problematised cowboy type, [...]

Continue Reading

PHP basics – Date and time handling with time zones

So here it is, how to what I did with java, but with php. Fun stuff! date_default_timezone_set($timeZone); $epoch = mktime($hour, $min, $sec, $month, $day, $year); date_default_timezone_set($serverTimeZone); echo date(“Y-m-d H:i:s”,$epoch); mktime generates the epoch time for the date entered, you change the time zone back to the server and there you go, converted date time

Continue Reading

PSD For Price Comparision / Most Recommended

Hi There, Thought of something a little different for today, so I’ve decided to share with you something I was working on for MarketMeTweet.com – our Twitter software that we made for business / marketing. So we introduced a new pricing structure for the product, to make it more accessible to everyone and not just [...]

Continue Reading
PHP String manipulation

PHP String manipulation

String manipulation in php is rather an easy affair, here is some simple methods to find strings within strings, extract strings, find out the length of a string and all that fun stuff kids like to do nowadays.

Continue Reading
Browser Stats, OS Stats, Other Stats

Browser Stats, OS Stats, Other Stats

I’ve decided to publish some interesting statistics from the visitors at Wuup from the Google Analytics we run, I hope you find them as interesting as I do

Continue Reading
PHP Basics: Break out of loops (stopping a loop)

PHP Basics: Break out of loops (stopping a loop)

Hello, so you have a common loop for($i = 0; $i < $j; ++$i){ } but you may want to stop the loop before the loop finished, so how do you do this? You use the break statement! so using the previous example, lets add a break statement to it for($i = 0; $i < [...]

Continue Reading

Adobe CS5 Icons to Make You Puke

What were adobe thinking when they made these new icons? Warning: they may make you physically sick. Maybe Adobe outsourced this part…

Continue Reading