Showing posts with label Computer Tricks. Show all posts
Showing posts with label Computer Tricks. Show all posts

Thursday, 10 January 2013

How to Install Windows Programs on Ubuntu

Filled under: ,

Hello dear readers, I'm back again with my tips. Did you know you can install Windows Applications on Ubuntu? Yes, you can, if you know how.  
Today, we'll show you how to install Windows Apps and Programs on Ubuntu.
Follow the steps below.
  1. Visit the Ubuntu Software Center from your Ubuntu OS
  2. Search for the Software 'Wine', you'll be show a couple of lists. 
  3. Click on Wine Compatibility Layer Package  (Beta Release)
  4. Click on the Install Button (You need an Internet Connection)
  5. The Application will download to your computer in minutes
  6. Presto! That's All, you can now run your Windows Programs in the Wine Program.
  7. Enjoy!!!

Posted By Unknown7:17:00 am

Wednesday, 14 November 2012

How to Add Back to Top Button on your Blogger Blog

Filled under: ,


How to Add Back to Top Button on your Blogger Blog

In this tutorial, we will show you a smart way of including a back-to-top button in your blog. The Button will look something like the one below:

The button allows you to move automatically to the top of the blog page once you have scrolled down the page.
Follow these steps outlined below in order to activate this feature.
  • Copy and Paste the code below:
<a title="Back to Top" href="#" style="position: fixed; bottom: 5px; left: 5px;"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPNu_Y1vt04wr3k00K98yCLsfledUmQDj_XYZWzFyUPeJpU6IaAaG9wu0wLfykr6Rc5C-gCoNiRqpil3oDTz7u5XCRAj5YXs6nEgqLeiEq3wIdSqa5Fkn-cf1CU5iAjn-aAq-hol1kVZM/h120/back-to-top+button.png" /></a>
  •  Change the image address in red to your favorite back-top-button image, you can search for pre-create buttons on Google.

 

 

Posted By Unknown3:36:00 pm

Wednesday, 31 October 2012

Capture your Computer Screen on Windows XP without any software


Capture your Computer Screen on Windows XP without any software

Hello there, do you use the Windows XP Operating system and you have wondered how to capture your desktop screen or browser screen. The interesting is that you don't need to download any software to capture your computer screen, all you need do is follow these simple steps
1. Hit the Scroll Lock button on your keyboard
2. Press and hold the Alt button, then
3. Press the Print Screen button
4. Click on the start button, go to all programs > accessories > paint
5. When it pops open, click on the Edit tab
6. Scroll down and click on paste
7. Your desktop image or computer screen will now appear
8. Click on File>Save as>
9. Name it and then select the file format to save it as.
10. You are good to go enjoy!!!
Enhanced by Zemanta

Posted By Unknown10:27:00 pm

Tuesday, 9 October 2012

How to disable Windows Auto-activation feature


Disable the Auto-activation feature
To disable the Auto-activation feature, follow these steps:

  1. Click Start, type regedit in the Start Search box, and then click regedit.exe in the Programs list.
    Note: If you are prompted for an administrator password or confirmation, type your password or click Continue
  2. Locate and then click the following registry subkey:
          HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SL\Activation
  3. Change the DWORD value Manual to 1.
    0 = Allow Auto-activation (Default)
    1 = Disable Auto-activation
  4. Exit Registry Editor, and then restart the computer.
Enable the Auto-activation feature
To enable the Auto-activation feature, follow these steps:

  1. Click Start, type regedit in the Start Search box, and then click regedit.exe in the Programs list.
    Note: If you are prompted for an administrator password or confirmation, type your password or click Continue
  2. Locate and then click the following registry subkey:
          HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SL\Activation
  3. Change the DWORD value Manual to 0.
    0 = Allow Auto-activation (Default)
    1 = Disable Auto-activation
  4. Exit Registry Editor, and then restart the computer.

If the end user chooses to automatically activate Windows online when he sets up his computer, automatic activation begins trying to active his copy of Windows three days after he logs on for the first time.

Posted By Unknown7:38:00 am

Sunday, 23 September 2012

How To Edit the color of the Footer section of your Wordpress Blog


Today, I won't be doing much explaining. I'll show you the simplest way to change your footer section in your Wordpress. blog
Go and edit your CSS
Find: 
#wrapper { background-color:#ffffff; }ffffff means that the color is white (This is the hexadecimal color for white in hypertext markup language }Change the 'ffffff' to any hexadecimal color you want your footer section to be displayed in.



Silver                     #c0c0c0
Gray                       #808080
Black                      #000000
Red                         #ff0000
Light Cyan           #00ffff
Gold                       #ffd700
Light Yellow       #ffffe0
Moccasin             #ffe4b5
Peach Puff           #ffe4b5
Light Blue           #add8e6

Replace the hexadecimal color with the color of your choice and Presto! you are good to go.

Posted By Unknown12:06:00 pm

Wednesday, 8 August 2012

How to add Copyright to your Blog Posts


Hello, did you know you can add Copyright to your Blog Posts? Whether you knew or not, I will be teaching you how to do that. first of all, click on create New Post(I will be focusing on Blogger users).. Type whatever it is you want to blog about after that, click on HTML.
Then enter the following

  •  Copy and Paste the above in the HTML tab but remove the double quotes"".
  •  Change the BThemesandTricks to your Blog name
  • Publish your post and you are good to go.
  • It will look like the one below:

© BThemesandTricks. All Rights Reserved

Posted By Unknown2:33:00 am

Sunday, 5 August 2012

Be Welcomed by your Computer

Hello everyone I'm back again with some new Visual Basic Script Trick. It's a cool trick that makes your computer talk to you when your computer just finishes booting. 
Copy and paste the VBScript below into your computer's text editor such as NotePad in Windows.

Change the  font in red to anything you want your computer to say on Startup. After you have done that, save the file as "Welcome.vbs"(Without the quotes). Locate where you save the file, copy it, click on the start menu > All Programs > Startup > Right click on Start up and click open. Then paste the file "Welcome.vbs" there. When next your computer boots, you will be welcomed with whatever text you put into the font in red.


Posted By Unknown7:59:00 pm
BthemesandTricks is loading comments...