Web
-
A couple of WordPress tricks for plugin developers
—
by
A couple of little tricks plugin developers should use when creating a WordPress plugin are: 1. Always have debugging on In wp-config.php you need to look for the line – define(‘WP_DEBUG’, false); Change this to – define(‘WP_DEBUG’, true); This will show any errors within database queries, and errors that you may come across as by…
-
Now here’s how to be creative applying for a job!
—
by
In France, Victor Petit in his pursuit of finding an internship at a communication agency took inspiration from an iPhone app that mimics mouth movements to the lyrics of a song by electronic duo CASSIUS. The idea being that you put the phone screen over your mouth so it looks like you are singing!!! Not…
-
Tracing the iPhone’s problem
—
by
Ever wondered what a map of EXACTLY where you have been over the last month looked like? Got an iPhone? Well, here’s something you probably didn’t (but should) know! It may come as a bit of a shock, but you might like to know that your iPhone is actually capable of doing this. The technology…
-
Tag your TV and get free Pepsi!
—
by
We’ve all heard of QR codes and how popular they are becoming in marketing campaigns, but how about a campaign where you interact with your TV? That’s right, TV advertising has finally come full circle thanks to IntoNow, who have developed a new iPhone App which allows you to “tag” your TV. The promotion has…
-
jQuery tabbed content
—
by
Ever wanted a slick looking content area run by tabs? I found this blog post the other day and thought it was pretty good and very easy to create your own website! Create a Slick Tabbed Content Area using CSS and jQuery Yours in tabbed content areas, Lee
