IE7 Keyboard and Mouse Shortcuts

Most of us started using IE7 because of its tabs support. While using it we would just maximize its use. Here’s a list of common Internet Explorer Shortcuts: Keyboard shortcuts Open links in a new tab in the background CTRL+click Open links in a new tab in the foreground CTRL+SHIFT+click

Loading doskey automatically with CMD

Most of the time i do work with the linux shell, so most of the time i will be using ls to display files the current folder. However, in windows the command to display files is dir. i would always interpret cmd as a linux shell. Back with the good

Making a tarball file

Making a tarball and adding a mysqldump to it then naming it as example.tar: shell> tar cvf example.tar dump.sql Making a tarball and adding all files in the current directory then naming it as example.tar: shell> tar cvf example.tar * Compressing the tarball by zipping it (.gz): shell> gzip example.tar

Tags:

Which file extension are you?

Got this one from a post from lordtasyo’s blog. you can visit this link and find out which file extension are you?

Paypal is here

Paypal is here!. Here is the registration page. If you are using paypal for online payments then the Personal account will enough for you, otherwise if you are planning to have an online store you should get the Premier account. Anyway, if you are living in the Philippines like me,

Adding Dynamic Hyperlinks in Excel

Creating a hyperlink in excel is simple. Notice that after typing any uri in excel the text automatically turned into a hyperlink. You can add any link as you like in excel as long as there is a prepended http:// phrase before the text entered. Now, what if we are

Removing multiple hyperlinks in Excel

Removing a bunch of hyperlinks can be tedious. Imagine the time you have to spend right-clicking on each of those links and selecting ‘remove hyperlink’ on the context menu. Of course it would just take two clicks, but what if you are to remove a hundred of them or perhaps

No installed service named Apache2

If you came across to this error while installing apache2, well, heres the fix. Goto your apache installation folder its usually at: C:\Program Files\Apache Group\Apache2\bin Execute this command: Apache.exe -k install -n “Apache2″ -k install — tells apache to install an Apache service -n “Apache2″ — sets its service name

Firefox Friends Wall in Firefox 2

I assume you have already seen this small icon in firefox startup page. It lets you invite another friend to download Firefox. When Firefox 2 is released, both of your names will be posted on the Firefox Wall. Your friend should download firefox on or before September 15, 2006 to

XAMPP All-in-one-webserver

XAMPP is a web development tool containing the essential applications in rapidly deploying web applications. XAMPP contains thefollowing: 1) Apache HTTP Server, 2) MySQL Database Server 3) ProFTPD Server 4) PHP 5) Perl 6) phpMyAdmin 7) OpenSSL Initially XAMPP stands for X-, A-pache, M-ySQL, P-HP, P-erl. XAMPP may be installed