Month: April 2013

How to Bring Start Menu Back on Windows 8

If you installed the windows 8 on your computer u may have experienced that windows 8 have removed the start menu form windows desktop. When we move mouse pointer to left bottom corner it will appear the start screen window. Windows 8 start screen provide the same functionality provided by the windows 7 start menu, we can search applications, pin applications to start screen, etc and etc. But during the last two decades left bottom corner was “Start Menu” how can we forget that… 😀

There are dozens of start menu replacement applications some of them are better than windows 7’s own start menu. I used “Pokki” as my start menu replacement application.

Pokki (Free)
It is very easy, you can download “Pokki for Windows 8” here and install it to windows 8. Installation process will take several minutes because it will download installation data during the installation process.

After Installing Pokki on Windows 8

After Installing “Pokki” on Windows 8

There are more commercial and non commercial (free) start menu replacement applications.

Thank you

Jayendra

Cord posting source code

blog

While WordPress.com doesn’t allow you to use potentially dangerous code on your blog, there is a way to post source code for viewing. We have created a shortcode you can wrap around source code that preserves its formatting and even provides syntax highlighting for certain languages, like so:

#button {
    font-weight: bold;
    border: 2px solid #fff;
}

#button {
font-weight: bold;
border: 2px solid #fff;
}
To accomplish the above, just wrap your code in these tags:

your code here