Tutorials & Docs
IPhone 4 Screen Replacement Checklist.
Replacing anything else on the IPhone 4 is probably easier than replacing the screen, thats because unlinke the IPhone 3 you have to take just about everything out to get to the screen on this model. You Tube videos will generally give you a good idea of how to pull it all apart, but theres about 26 screws and a multitude of parts you have to deal with. Its a good idea to use a checklist as you go to guide you through the process. I like to sticky tape the screws next to each task as I run down the checklist, then I run through the checklist in reverse to put everything back in the right order.
Please feel free to use my checklist as a guide to making your own checklist
download here -> iphone4 checklist
Enchanted Realm Money & Energy Cheat (Android)
This simple trick will let you generate massive amounts of gold and energy in minutes. Simply plant your crops and then jump out of the game, end all tasks and clear ram, now set the time forward a few hours and jump back in the game! hey presto crops are ready for harvesting and full energy again.
Rinse and repeat as many times as you like =D
Compsci 203 Lectures
For Uow CompSci Undergrads doing csci203 – Algorithms and Data Structures.
I downloaded all the csci203 lectures at beginning of session,
now they’re appearing week by week.
I dumped them here if you would like to get your hands on them! Download: 203 all lectures
Setting up DVD playback in Ubuntu.
Ubuntu doesn’t play encoded DVD’s on a standard install.
To enable DVD playback on ubuntu 9 and above open a Terminal Window (Menu > Terminal) and type the following:
sudo apt-get install libdvdread4
wait for the download to complete and then type:
sudo /usr/share/doc/libdvdread4/install-css.sh
Internet Explorer Vs Firefox
When I first started developing web stuff around 2000 the general consensus was that netscape / mozilla wasnt very popular. 90% of Internet users were browsing with Internet Explorer, so I was quiet happy to code my projects without any real thought to that 10% of other browsers. Nowadays however almost half of Internet users are using firefox according to Axiis-w3School.com. Click here to check out the statistics!
SQL Query Training or Quick Refresher
SELECT distinct casting.actorid
FROM movie join casting on (id=casting.movieid) join actor on (casting.actorid=actor.id)
WHERE actor.name like “Glenn Close”
Well if that didnt do it for you, your in luck because the SQLzoo host a fantastic SQL training application. View Here!
Barcode Font
There are a few types of barcode, the common one that i use ”code9″ requires you to put the data between asterix’s like this : *12345678*. The Barcode scanner will simply read 12345678 as keys pressed on your keyboard then at the end it will hit enter. Download this font here.
Command Line Unix Tutorial
mostly nowadays people use a GUI interface for Linux systems such as ubuntu. I wrote this tutorial as an assignment in a course that I did. This tutorial covers a whole range of command line features, from basic navigation through multitasking but mainly focusing on the file system. View Here.
Email address is out of date, please just post comments here if you have any.