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

Posts Tagged ‘Programing’

SSH Key Exchange (SSH no password)

I’m not sure if it was just me being a bit dense or the fact that tutorials on the subject where really confusing, but I’d always struggled to get this working. So, I thought that now I’ve cracked it I’ll do my own little tutorial for others out there that may still be a little bit stuck. …Read More

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

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