For anybody coding or wanting to code in PHP, a decent editor is vital. Sticking with old-fashioned notepad just won’t cut it, what you need is the mothership of editors - and I think I’ve found it!
PHP Expert Editor is developed by Ankord Development Group, and is one of the more serious entries in this field. And at 35 EUR for a life time license, it won’t shred your wallet either. (What? You didn’t expect it to be free, did you?)
Read the rest of this entry
PHP
If you haven’t already tried it, downloading and installing Google’s new Chrome browser would be a wise decision. The logo looks somewhat similar to the Pokéball from that old hit Pokémon.
Chrome marks a new era of browsing, for once we have a company thinking outside the box and actually designing a browser that meets the demands of the modern world.
Read the rest of this entry
Browsers, Google Chrome
Have you heard of EEStor? They’re a pretty secretive company, but if what they claim is real - they’re going to revolutionise the modern world.
One component holding back every portable electronic device today is the battery. The chemical reaction inside a battery puts limits on how quickly it can recharge, and the capacity it can provide. If you lost your iPod charger, you’d be out of luck for a few days until you find it or buy a new one.
Read the rest of this entry
EEStor
There’s just something about DELL, isn’t there? Wherever you go in the world, whatever you watch on the television, DELL seems to crop up everywhere. So it should come as no surprise that the trend that is DELL is taking part in another trend of the world - energy efficiency.
Despite being powered by a power unit supplying a maximum of 65 watts of juice (less than most laptops guzzle), the DELL Studio Hybrid packs quite a punch and shouldn’t have any problems processing the day-to-day tasks of the average user.
Read the rest of this entry
Reviews
One of the biggest problems faced with content rich websites is how to store the data than enriches them. Therefore, I’d like to offer my solution - something I call ‘the resource system’.
Specifically, this is designed for PHP & MySQL, but in theory could be adapted to work with other platforms.
The idea is to take the large part of the data (the content) and place it into a set of tables where it can be managed by a resource system.
Read the rest of this entry
MySQL, PHP
In designing my content enriched website, I quickly discovered that trying to handle large quantities of data is a real bottle neck that can be a pain to overcome.
So here’s a few (unorganised) tips that I think will help:
Read the rest of this entry
MySQL