Resetting Unity In Ubuntu

Many of you have encountered some weird issues with the latest shell interface for the GNOME desktop environment, Unity. As far as my experience goes, Unity has several conflicts with the CompizConfig Settings Manager. I have experienced several crashes of Unity while playing with settings in the CompizConfig Settings Manager. …

Continue Reading →

11. More On Arrays

In the previous post we introduced arrays to you; and learned that arrays make our tasks a lot easier when we are dealing with a number of records. Arrays are not just that, there is a lot more on this topic as we shall see here; how to deal with …

Continue Reading →

10. Introduction to Arrays.

We learned about variables in our previous posts, we saw that they are essential part of any programming language, before we move further I would like you to think over, what if we want to store records of hundred entities, for e.g. we want to store the names of hundred …

Continue Reading →

Mobile Usage Around The World

Mobile usage is in its early stages and figures vary on the size of the market. However, one thing is for certain, it is  getting big and growing fast. by Column Five Media via  

How to resolve Internal Error, wampserver.

I just installed wampserver 2 and found that whenever I tried to put it online message box pops up saying “ Could not execute menu item (internal error) [Exception] Could not perform service action: the service has not been started.” I went through many different posts at last found one …

Continue Reading →

Top 5 Handset OEMs 2001-2010

  via  

Addicted to Video Games

  via  

How We Spend Our Time Online

  via  

What is Drupal?

  via  

9. Introduction to Pointers

We learned about variables that they are used as identifiers to memory locations so that we need not to remember the difficult memory addresses, but is there a way to store those memory addresses in case we need them? Yes! Pointers are a powerful feature of C language which gives …

Continue Reading →