Virtualisation basics [MVA]

Virtualisation basics [MVA]

Jun 26, 2012

Want to work smarter? Having migranes because of migration? Worry no more – if you still have not heard about virtualisation you’re way behind. This is trending tehnique and it is most essential knowlege if you want your company to have cost-worthy systems that are easy to manage. Look at this video powered by Microsoft Virtual Academy – learn...

Learn to program – for FREE

Learn to program – for FREE

Jun 26, 2012

Ever pondered your mind around the possibilities of becoming a programmer? You might lack some time to go to college or school in general to learn some basics of programming. Well IT’s CODE YEAR! You can learn to code not leaving your home – how great is that. Codeacademy is a web-school that allows you to learn to code – for free. Programming...

Microsoft Virtual Academy – Free courses from Microsoft to die for

Microsoft Virtual Academy – Free courses from Microsoft to die for

Jun 18, 2012

Not too long ago I encountered a site called https://www.microsoftvirtualacademy.com/ at first I didn’t know  what to think of it – as in “Microsoft giving away free knowlege – no way”. But it is true, and I am more exited than ever. This site is really a good and decent way to learn and to improve your IT know-how. How do I...

PHP Basics: $_POST

PHP Basics: $_POST

Aug 25, 2011

$_POST allows values to be read in through the HTTP POST method. This example shows how to read these in, and how to incorporate a form as to submit these variables.