- Wednesday, March 17, 2010, 20:48
- general tutorials
- 31 views
When trying desperately to explain data structures to a colleague, I came to the rather shocking realisation that there is very little material out there for beginners to cut their teeth on. So, without further ado, here is my little primer on data structures and how they work. In each post, I will try to discuss the general principles and algorithms behind the data structure, ...
Full story
- Wednesday, March 3, 2010, 16:17
- general tutorials
- 95 views
1. First of all a blog has to look good...as they say it's all in presentation...first appearances...
2. but good looks will only keep them around for a short time, you want them to stick around...so you need good content...something interesting to read or something for them to do...
3. to keep them coming back you need to update with new things to read or new things ...
Full story
- Friday, February 12, 2010, 7:07
- general tutorials
- 375 views
This short article will outline the steps needed to install all the software required to play a backup version of any game you own and explain ‘homebrew’ and how to use it.
If you don’t own a copy of the game then obviously you will be breaking the law if you play a version that someone has kindly backed up for you and uploaded to a ...
Full story
- Wednesday, February 10, 2010, 7:03
- general tutorials
- 170 views
Virus and Spyware Removal Process
Assumptions:
I am assuming that the reader is using a Windows operating system, has administrator rights (is allowed to download and install programs), and knows how to access safe mode. The reader can assume that all recommended software is free for personal use unless specified otherwise.
Forword:
The difficulty of performing a thorough virus removal ...
Full story
- Monday, February 8, 2010, 7:01
- apache and php tutorials
- 146 views
Tutorial – PHP for Newbies 3
In this segment, I'll be covering a few methods of passing information from one web page to another via a URL, via a session, and via cookies.
Introduction
Before delving too deeply into any of the above, I'd like to take a moment to introduce you to the predefined methods used in PHP to retrieve ...
Full story
- Wednesday, January 27, 2010, 11:52
- apache and php tutorials, general tutorials
- 197 views
Tutorial – PHP for Newbies 2
In this section I’ll be discussing PHP loops.
Prerequisites
To follow along in this tutorial, it may be beneficial to install a text editor somewhat more tailored to coding than the basic bland text editor that comes stock with your computer. It will take a bit of research to determine what you like best, but you ...
Full story