Follow my updates with RSS

Posts Tagged ‘GD module’

Promote Yourself, Save Your Server

November 8th, 2008 | No Comments »

Just a quick entry here to advise an improvement made to my Blog Promotion Tool.

I realised, as I was placing examples of the dynamic images all over the place, that server load may increase with all this image manipulation work being carried out by PHP. The image_factory now caches all files it creates and simply loads the cached image if all parameters and content are the same. When the content for the feed that you get your dynamic comes from changes, all cached images will be deleted so that you aren’t clogging up storage space.

Read the rest of this entry »

VN:F [1.4.6_730]
Rating: 5.0/5 (2 votes cast)


PHP & The GD Module – Promote Yourself

November 6th, 2008 | 3 Comments »

As I was laying the foundations for my JavaScript Cat I found myself in a little quandary, (excuse the oximoron as quandaries are not usually little) and a quandary is not a very nice place to be. I realised that I was creating this cat for the amusement of myself and others but without a way of getting the word out there, no one will know when I’ve added further developments to my scripted feline.

I decided to play around with something I haven’t used as often as I would like and use PHP, the GD Module and XML/RSS to create a dynamic billboard that I could deploy quickly and easily. Of course it would have to be a one-time only deployment because I am notoriously lazy; the rest should be done for me.
Read the rest of this entry »

VN:F [1.4.6_730]
Rating: 5.0/5 (3 votes cast)