Featured Content
-
Useful keyboard shortcuts for windows
Ctrl + C Copy the highlighted text  Ctrl + V Paste the text from clipboard Ctrl + Z Undo any change. Ctrl + F Open the Find in any program. Alt + Tab Quickly switch between open programs Ctrl + Back space Hold Ctrl +
more -
Linux Commands Part 1
dir navigation cd - (Go to previous directory) cd (Go to $HOME directory) file searching ls -lrt (List files by date) ls /usr/bin | pr -T9 -W$COLUMNS (Print in 9 columns to width of terminal) find -name '*.[ch]' | xargs grep -E 'expr
more -
Free up disk space on your C drive
Do you have a Windows PC with a system disk that is nearing capacity? Or do you just want to reclaim some disk space on your C drive? If so, the tips below will help you to free up disk space on your busy hard drive.(Note: Before performing any of th
more -
How to hide hard drive letter
Click Start -> type ' Run' (This brings up the Run dialog box) Type 'cmd' and press Enter (This brings up the Windows Command Prompt) Type 'diskpart' in the command prompt and press Enter (This launches the Diskpart utility within the
more -
Changing the URL directly in the database in wordpress
Backup your database and save the copy off-site. Login to phpMyAdmin. Click the link to your Databases. A list of your databases will appear. Choose the one that is your WordPress database. All the tables in your database will appear
more -
Get Rid Of Windows Genuine Advantage Notification
1.Restart your computer in safe mode 2.delete wgatray.exe from c:\windows\system32 3.lunch regedit 4.browse to the following location: HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\ WINDOWS NT\CURRENTVERSION\WINLOGO\NOTIFY 5.delete the folder "wgalogon
more -
How I fixed “table is marked as crashed and should be repaired” in mysql
Go into PHPMyAdmin, go to the table is marked crashed. clicked on the SQL tab to run an SQL command on this table. REPAIR TABLE tablename;
more -
Messenger has encountered a problem and needs to close. We are sorry for the inconvenience
Click on START > RUN> and type >Regedit and press enter.. Locate: and open it by clicking on + sign HKEY_CURRENT_USER\Software\Microsoft\MSNMessenger\PerPassportSettings Click on all folders (numbered) and locate a Reg file named â€
more -
How to Clear the Clipboard in Windows XP
1. click on Start, then choose Run 2. in the dialog box, type "clipbrd, then click ok 3. in the clipbook viewer menu bar, click Edit, then click Delete 4. A dialog box will appear, asking: "Do you want to clear the contents of the clipboard?
more -
Error 8000401a – Windows Live Messenger 2009
After I installed the new version of MSN, when I try to login it shows me the error 8000401a "Signing in to Windows Live Messenger failed because the service is temporarily unavailable. Please try again later."Â I've tried a number of ways, no luck
more -
Most Popular WordPress Plugin
All in One SEO Pack Optimizes your Wordpress blog for Search Engines (Search Engine Optimization). Google XML Sitemaps This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. It supports all of the WordPress gener
more -
Week Numbers in Excel
Original artical is from http://blogs.msdn.com/excel/archive/2009/06/30/week-numbers-in-excel.aspx There are four primary week numbering systems in use worldwide. Each system has subtle differences that you should be aware of. Excel can work with
more -
Define or clear a print area on a worksheet
If you print a specific selection on the worksheet frequently, you can define a print area (print area: One or more ranges of cells that you designate to print when you don't want to print the entire worksheet. If a worksheet includes a print area, o
more -
Make your Folders Private
Make your Folders Private Open My Computer Double-click the drive where Windows is installed (usually drive (C:), unless you have more than one drive on your computer). If the contents of the drive are hidden, under System Tasks, click Sho
more -
How to restrict user’s to access shutdown button?
This tip is very interesting for home and some small office users, who wants to restrict user's ability to shutdown their computer. You can hide the Shutdown button from the Start menu using registry editor and also restrict access to shu
more -
How to reset WordPress Admin Password
There is a very good article from wordpress about resetting admin password. Click the link below http://codex.wordpress.org/Resetting_Your_Password
more -
Creating a table with CSS
CSS Code body { font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #4f6b72; } .sample { border-width: 1px 1px 1px 1px; border-spacing: 2px; border-style: solid solid solid solid; border-color: black black
more -
3 steps to upgrade wordpress blog
This original article is from wordpress.org These are the short instructions, if you want more check out the extended upgrade instructions. If you experience problems with the Three Step Upgrade, you may want to review the more detailed upgrade i
more -
Hostgator Coupon
I have tried a number of hosting companie, so far, i found hostgator is the best for me. Fast support team, fast servers, User friendly Cpanel. I would strongly recommend HostGator to anyone that is setting up a website. Today i found there are
more -
Disable comment on certain pages
If you want to exclude comments on certain pages, like contact page or about page, follow the steps below. 1. Login to you Wordpress administration panel, then go to Presentation > Theme Editor. 2. Open page.php or single.php or index.php
more -
Creating a curve using CSS (without using image)
I've been always trying to find a solution about creating a curve using CSS without images. Today I finally found a good one. This original author is from mindrulers.blogspot.com. CSS code: body {background-color:#000;} .curvedBox { width:30
more -
Creating a table using CSS
Today, i came across a website, and found out how to create a table using CSS, I think it's very useful, and like to share with you. CSS code: .table { background:#333; } .table ul { float:left; margin:0; padding:0; border:1px solid #C
more -
Use of CSS Abbreviations
To use CSS abbreviation, it will not only reduce CSS file size but also easy to read For example, #000000=#000; #336699=#369; (Margin) margin-top: 1em; margin-left: 0; margin-bottom: 2em; margin-right:0.5em; Equal margin:1em 0 2em 0.5
more -
Simple Way to Vertical and Horizontal Image using DIV
CSS code .image { float: left; text-align: center; width: 150px; height: 150px; margin: 5px; border: 1px solid #ccc; font-size: 1em; line-height: 148px; } .image img { margin-top: eÂxpression(( 150 - this.height ) / 2); } HTML code
more -
How to restore deleted files from recycle bin
Sometimes we miss deleted files, and we wonder if we can restore the files that have been deleted from recycle bin. Don't worry, You only need to take 4 steps, you can easily get them back in a sec. 1. Click Start ->run, then type regedit 2.
more
