The simplest php login script.

If you are making simple projects with custom code for clients in php then you may want to password protect that page from unwanted access. Please be aware that this isn’t super secure but its enough to stop the mainstay of data predators. 1 file, paste in your code in the area provided and set the password in the variables provided....

iPad 2 and blogging

The wordpress app for iPad 2 is working just fine as you can all see. Oe thing which may help pele is that you’ll need to use a recent version of the wordpress software. I installed 3.1 after the version I had refused to authenticate with the latest version of the iOS app from the apple app store. I’ve never really played on an iPad until yesterday...

Embed a #youtube video in #prestashop

Here is a cheeky hack that lets you embed a single youtube vid in your prestashop products. No plugins or hacks are necessary. Just find your product.tpl (located in your current template folder), find where you’d like the video (I like just after the description works well) and paste this code: {if $product->supplier_reference} <iframe...