On June 3rd, 2008 milburn wrote…
I created some stereographic pairs yesterday and used some online software to create an anaglyph for viewers with red and cyan glasses. Creating anaglyphs is in fact a really easy task. All that has to be done is to separate the red layer from the left image and the green and blue layers from the right image. Finally the three layers are combined to create a colour anaglyph. Simple.
Having a little experience with PHP, I decided to create a simple script to create anaglyphs. First I needed to plan out how the script was going to work. The GD library has no native image filters except in PHP5. My plan works like so.
Read the rest of this entry »
Posted in Other, php 5 Comments »
On May 28th, 2008 milburn wrote…
Last time, I was showing you how to create the cool drop caps on my blog. The only problem was that I was having to write extra mark-up into each post to generate the drop caps.
Extra mark-up is bad. It’s bad because if I wanted to change blogging platforms or even change theme I would have to go through every post and page and remove the HTML mark-up. Not really too difficult with only 4 posts to date but if I have a hundred or so posts in the future, it becomes a real pain. Read the rest of this entry »
Posted in CSS, Web Design, Wordpress 13 Comments »
On May 26th, 2008 milburn wrote…
It’s one of the most striking features of my blog, the crazy drop capitals with drop shadows. Not only that but I’ve come up with away to achieve this in all good browsers (unfortunately that doesn’t include IE) using only CSS and HTML. Let’s start with the markup.
Read the rest of this entry »
Posted in CSS, Web Design 6 Comments »
On May 25th, 2008 milburn wrote…
I’ve got a new blog so I need a way to display some cool images at the bottom of the page. Anyone who has dealt with WordPress before will tell you it’s not made for dealing with images. I’ve decided to counter my fears and sign up to Flickr.
Flickr offers a range of ways for developers to integrate images with their website. I have mashed my Flickr photostream with my blog and got a wall of images at the bottom of the page. It was actually remarkably painless to set up, Flickr helps simplify the uploading, classifying and exporting of images. Read the rest of this entry »
Posted in CSS, Web Design No Comments »