When using my crappy netbook I found that I needed to use firefox’s fullscreen thingy (f11), but because my netbook is so slow it goes laggy when the address bar goes back up.
So to disable the animations goto “about:config” -> then type into the search “fullscreen” to disable the animation set “browser.fullscreen.animateUp” to 0 from 1. This will disable the cool but laggy animation.
Also you can make the menu stay ontop by changing the “browser.fullscreen.autohide” to false.
Hope this helps,
Pete
Pete Information firefox, netbook
Hello, hahah Merry Christmas and a happy new. here’s a picture of some cheese:

Mouse and cheese
Oh and of course opposite is reject!
Pete Random Useless items of interest cheese
Whooo, me and Steve went to MCM London Expo, last week great fun ^_^Have a look at the pictures

WHOOOO
Pete Anime, Random Useless items of interest Anime, London Expo
Me and Steve were looking thorugh my random pictures, lost and forgoten on my hard drive, and what we found will shock and amaze you. Behold!

Pete Linux, Random Useless items of interest KFC Colonel, random router guy
I don’t know what to make of this, I suppose it might be good. have a look
Pete Random Useless items of interest disney, marvel
For the last couple of days I’ve been playing around with panada3D game engine. So far with out much problems I’ve been able to create 3D sound, landscape collision, 3rd and first person camera. I have also been messing around with blender and been able to UV map my models that I make useing it. This means that my boaring white meshs are all nice and colourfull see;
The orb of Azumanga spins!!
Pete Programming, StarQuest 3D Programming, game dev, Programming
How to create a start point position for your maps/models useing blender and Panda3D. When I was following the Roaming Ralph sample code I was unable to recreate the world model to use the start point value. This is how to do it.
Step One:
Create a Vertex or plane, any thing, in the place where you want your start_point to be.
Step Two:
Make sure that you are in Object Mode not edit. Press F7 which will take youto the Object Panel (See Left) and change the name of the object to “start_point” (See Right)


Step Three:
Export useing chiken to egg, and check to see if it worked by pressing “Shift + L”, check the command line to see if it says something like, PandaNode start_point T:m(pos -6.71705 9.45356 5.36108)
You should now be able to get the position of the start point by doing something like this. self.environ.find(“**/start_point”).getPos()
With help from here and here. Hope this helps someone. Comments welcome ^_^
Pete Programming, Tutorials 3D Programming, blender, game dev, modeling, tutorial