Wednesday, May 16, 2007

Multiplication Trick Video



Easy Graphical Multiplication Trick Video

This is a fun and easy way of solving multiplication without having to use a calculator. Once you grasp it you can solve almost all forms of multiplication simply by drawing some lines.
Watch how it's done, very simple, lowtech way of of doing it, but it works wonders.

Tuesday, May 15, 2007

Scite Colours, when the white is too white

I decided to write about the changes I made in SciTE to not strain my eyes as much as the white background did. So lets start off by making the whole background black shall we:

In SciTE press the options button -> Open Global Options file

The hit Ctrl + F and write this in:
style.*.32

When you locate it it looks kind of like this:
style.*.32=$(font.base)

I will list the settings I did to change it to a black background instead.
style.*.32=$(font.base),back:#000000,fore:#ffffff
caret.fore=#FFFFFF


Hit Ctrl + S and viola, you now have a black screen instead of that eye piercing white one. Make sure to poke around with the other settings found in this file aswell, just click the Help -> SciTE help drop down menu to be taken to a very good list of what most of the options here do.

Must say that I love the SciTE editor just as much as Firefox because they are both highly coustomizable.

Thursday, May 10, 2007

Trues quote ever:

"Computers don't do what you want them to do, only what you tell them to do." - 2003 Chris Pine

Learning Ruby the fun way

This is the really fun way to learn Ruby it is an interactive guide and console available freely on the web.
Make sure you allow javascripts on the page otherwise the console won't work.

No get going, you are not going to regret it, Ruby is fun!!