Tips and tricks

Fast Shutdown and Fast Restart buttons

There are some situations when we wanted the computer to shutdown or to restart in a fast manner. This can be done by using some special arguments that are forcing all processes to close and the windows to shut down. In order to execute this commands, we’ll create two sets of instructions written in shortcuts, [...]

Tags : , , , ,

“Invalid BOOT.INI file” error

Sometimes, after a sleepless night you are about to drop your coffee cup all over you. And this is because of an error message: “Invalid BOOT.INI file”, suddenly appearing after you boot up your computer. “Invalid Boot.ini” or “Windows could not start” are windows boot.ini related errors. Windows could not start because Windows\System32\Hal.dll file is [...]

Tags : , , , , , ,

How to bookmark a page in a PDF document

Let’s say you have to read a 1200 pages pdf document. After page 31 you want to close the computer to give it a shut down. Of course you’ll close the document too. How can you save the page number and open it again after a while? You don’t need to memorize the page number. [...]

Tags : , , , , , , , , , , , , , , , , , , , , , ,

How to Indent First Line of Blog Paragraphs

I’ve been running a while about this thing of indenting automatically the first line of the paragraph. Finally I solved this issue creating a new attribute for the <p> tag (paragraph tag). Is pretty simple to do this. Go to your css file, open it in notepad and add text-indent: 2em; Be sure the code [...]

Tags : , , ,

MS-DOS commands

MS-DOS (abbreviation for Microsoft Disk Operating System) is an operating system created by Microsoft. It was based on the Intel 8086 family of microprocessors but you can run the MS-DOS _prompter on every operation system, even on Vista. The reason for using MS-DOS commands is to get quickly into the desired program or to make [...]

Tags : , ,

How to make default the [Read more]

Most WordPress blog themes we’ve met, probably more than 90% of them, display the full content of articles on the first page of the website. We do not want that. We want users to click on the article title to read more. Thus increase the number of clicks and make the site more attractive and [...]

Tags : , , ,

Moving the page file (swap)

If you have a second Hard Drive, installed on your computer, you can easily increase the power of your pc. To do this you need to move the page file (swap file) from your primary partition to another partition on the second/other HDD. Prior to moving the swap you need to know exactly which partitions [...]

Tags : , , ,