About Me

Name: Paul Brunt
Age: Not 30 Yet!
Occupation: Web Developer
Education: Physics BSc
Interests: Programing, CG,
Animation, Maths,
Tech Stuff

SVG Flip

I decided to see what SVG was capable of so I set about creating a page turning document.

Read More..

  • SVG Flip
  • Berts Breakdown
  • New Website!
  • Blender Game Test

Archive for September, 2008

Essential AJAX Functions

Okay here are a couple of really usefull javascript functions when it come to ajax. Though having recently decoverd jquery I may use a little less now: …Read More

MySQL Hints and Tips

MySQL linking a table to itself.
To link a table to itself you simply have to use alias names on the tables, ie:
select * from table as a left join table as b on a.field=b.otherfield;
et viola you have a table linking to itself. …Read More

Blender Truck Model

Here is a fully textured model of an army truck. It was originally indented as a game model but the poly count got quite high: …Read More

GNU Octave ROCKS!!!

I’ve just discovered Octave, and I have to say it ROCKS!!! How many times have you decided not to write a program to do something just because it’ll just take to long to make it worthwhile? Not anymore! I’m still learning but I’ve gone though the manual, and I had the basics down in less then an hour (yes, it really is that quick to pick up if your not new to programing). …Read More