PHP
PHP Calculator
by tmac on Jan.22, 2010, under PHP, Personal, Projects
So this evening I set myself a challenge to create a simple PHP calculator. With a little (actually a lot) help from a friend I managed to get the calculator working.
It contains the simple functions of +,/,*and – and also 3 memory slots to save the result which you are able to call back at anytime.
It contains JavaScript too. So allow your browsers to view it.
http://www.tmacuk.co.uk/php/calc/
I will be developing this more and more as I get time, just for practise purposes. I wanted to make the help box invisible until you click the button. I want to create a AC and/or DEL button to remove what is in the result/input boxes. Finally I want to make it look more pretty so at the same time practising my CSS and HTML.
Access to source code will be available eventually. At the moment the code is really messy and quite embarrasing to show.
Thanks
tmacuk
New Domain and PHP
by tmac on Jan.20, 2010, under PHP, Personal, Projects
Earlier on I was meaning to go onto http://ethicalhack3r.co.uk when by accident I entered http://www.ryandewhurst.co.uk. I then realised my mistake and went onto the website looking for a tutorial for Boxee. After thinking about the mistake I made I thought it would be a sensible idea for myself. Today I bought http://www.thomasmackenzie.co.uk. For now it will just be directed to this website, but as time progresses and my knowledge expands I will be using it as my own personal website so that I can potentially sell services to my clients – no funny services before you all start flooding the comments!
On another note I started about and hour ago learning PHP and to be honest I feel like I have done very well. I have decided to write down my notes and copy the source code on the website. Starting NOW!
Just to note I am using this tutorial at the moment – PHP 101
here is the link http://tmacuk.co.uk/php/