Mauritius is not a cyber island yet. Here’s why.
For some reason, our political leaders are bent on using the word “cyber” whenever the get the opportunity to. Everything is cyber here: Cyber caravan, Cyber Crime or something along that line as well...
View Article[Solved] Firefox’s Right-Click Menu Overlaps Flash/Javascript Menu
Just a quick post here. If you get this problem when right-clicking on Flash videos and sometimes in application-like web interfaces, the solution follows. It’s easy too. So solution to prevent this...
View ArticleOnline Services Mauritius Does Not Have And Why
First post of 2012. So let’s start with something like a wish list. In this post, I’ll run down through a list of online services Mauritius should have and why it doesn’t have these relatively common...
View ArticleFundamentals of Programming: Part 1 – Introduction
Hello there! Welcome to my Fundamentals of Programming series of post. In this series, I will teach you about the basics of programming, i.e. the building blocks and what makes a program tick. I will...
View ArticleFundamentals of Programming: Part 2 – Pseudo Code and Batch Jobs
Hello, welcome to Part 2 of the series. In this section, we’ll start with some actual code writing. “Code” is a short term to refer to “programming lines” i.e. instructions. So when someone is...
View ArticleFundamentals of Programming: Part 3 – Style, Indentation and Comments
Welcome to Part 3 of the multi-post series on Fundamentals of Programming. Last time, I just touched upon one very important point regarding style in programming: indentation. In this series, we’ll see...
View ArticleFundamentals of Programming: Part 4 – Variables and Arrays
Welcome to Part 4 where we will talk about variables and arrays are. If you’ve read the previous 3 parts, you would have noticed that I’ve used a few variables already, like A, B, Tc and Tf for...
View ArticleFundamentals of Programming: Part 5 – Data Types
Hello! Continuing with the Fundamentals of Programming series, we will now look at what Data Types are. If you have not read the earlier series, now would be a good time to start. You can click here go...
View ArticleFundamentals of Programming: Part 6 – Conditions
Welcome again! In this series, we go on to the first of the essential building blocks of programming: conditions. This is the first part of the series that starts to deal with blocks of code, as...
View ArticleFundamentals of Programming: Part 7 – Loops
Welcome to Part 7: Loops! I hope you have enjoyed the previous parts and if you haven’t checked them yet, you should! Here’s a link to Part 1! In this part, we consider another fundamental building...
View Article