Wednesday, March 30, 2011

| | 8 comments | Read More

Use Internet Explorer 9 Keyboard Shortcuts To Save Time

Microsoft has released browser that enables you to save your time and to access the tasks much more faster than you normally do. The browser called (Internet Explorer 9) , you can do the above by using a list of keyboard shortcuts for Internet Explorer 9 .
 

The list of Internet Explorer 9 keyboard shortcuts :

 Alt+C –  Opens the Favorites/Feeds/History window
 Alt+X –  Opens the Tools  menu
 Alt+Left/Right – Move back/forward through your history
 Ctrl+L – Sets your keyboard focus to the One Bar (address bar), and selects the current URL (ripe for Ctrl+C!)
 Ctrl+Shift+L – If you have a URL in your clipboard, this shortcut loads it; if you have a text string in your clipboard, it searches your default search engine for it.
 Ctrl + D – Bookmark current page to your Favorites
 Ctrl+B – Organize your Favorites
 Ctrl+K – Duplicates your current tab
 Ctrl+J – Opens the Download Manager
 Ctrl+Alt+P –  Opens an InPrivate Browsing window
 Alt+N – Give focus to the new bottom-hugging Notification bar (Enter for the first button, or Esc to dismiss it)
 Ctrl + Click - Open link in new tab
 Ctrl + Q - Quick Tabs
 Ctrl ++ – Zoom In
 
By using Internet Explorer 9 keyboard shortcuts you can save time.

Saturday, March 26, 2011

| | 1 comments | Read More

Using USB Flash Drive to Speed Up Your Computer on Windows 7

Sometimes your computer's system may be slow and the performance of the computer may not be as you want, but there is feature in windows 7 calld "ReadyBoost", you can use this feature to speed up your system when you have USB flash drive.

how does a USB Flash Drive Speed Up Your System?

1. Put your USB Flash Drive in USB slot on your computer and you will see an autoplay popup as picture below. Choose to “Speed up my system using Windows Readyboost”.







2. If you don't see autoplay popup, go to "My Computer," you will see Removable Disk "USB Flash Drive," right click on your USB and select "Properties." 






3. In the Properties window, go to ReadyBoost Tab.








4. Select the option to “Use this device,” and set the amount of space you want to be used in increasing your system’s speed and then click to “Apply,” you can select "Dedicate this device to ReadyBoost."






Windows will then create what is called a paging file on the disk which allows faster access. Note, this only works with SD cards and USB 2.0 devices. Now your system can work faster.






Friday, November 6, 2009

| | 1 comments | Read More

How to Disable Memory Dump Files And Save HDD Space in Windows 7


Windows 7 creates a memory dump file in the system root when system crashes.Many applications happen very often to get errors with memory dump. From this dump file you can diagnose of the problem.it is unlikely you will need this file. In this tutorial you will learn how to disable memory dump files and save HDD space in windows 7 by following this steps:


1. Click on Windows 7 Start and click Control Panel.
2. Type Advanced in the search box.
3. Click on View advanced system settings in the search results.



4. Under Startup and Recovery, click Settings.



5. In the Write debugging information drop down, click (none) and press OK.




Note: You can disable memory dump files and save HDD space in windows 7 by Clicking on My Computer and click “Properties” [or] Windows + Pause/Break.
Select the “Advanced Tab” and click on Setting under Startup and Recovery tab and follow the steps number 4 + 5.

If you follow this steps you will Disable Memory Dump Files And Save HDD Space in windows 7.

Thursday, November 5, 2009

| | 6 comments | Read More

How to Create a Paypal Payment Badge


One of the easiest ways to allow customers to purchase an item from your site is to simply place a PayPal payment badge ( a PayPal donation Button ) on your site, linking to the PayPal payment page (the link is quite complex, because it passes quite a bit of information). The users complete the purchase by either entering their user information like credit card information (a PayPal account is not required). Once the transaction is complete, PayPal will notify you of the transaction via its Instant Payment Notification system.
I'm going to show you how to creat a paypal payment badge ( a PayPal donation Button ) step by step:


1. Login to your PayPal account and select the Merchant Tools tab. From within that tab, select the Buy Now Buttons link under the Accepting Website Payments.




2. Then choose the button style that you wish to appear on your site.
3. If you want you can specific a donation amount by filling the Donation Amount.
4. Under “Choose a donation button to put on your website (optional)“, you can choose a donation button or use your own image.
5. Finally select the default button.
6. Then click on Create Button gives me the following HTML code for the donation button :



<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="stb@preinheimer.com">
<input type="hidden" name="item_name" value="Professional Web APIs with PHP">
<input type="hidden" name="item_number" value="0764589547">
<input type="hidden" name="amount" value="49.99">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.sandbox.paypal.com/en_US/i/btn/x-click-
but23.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast,free
and secure!">
</form>


7. Copy the HTML code for the donation button and paste into your website.
8. Click done.

Thursday, October 29, 2009

| | 0 comments | Read More

How to Create a Twitter Badge Link



A Twitter badge is also called a button, a small graphic that includes something Twitterish like a bird on the Twitter logo, which you then set up as a link to your Twitter home page. There are some sites you can check out to finde A twitter badge that you like :

1. Limeshot Design
2. Randa Clay Design
3. Vincent Abry
4. Shia Design

Twitter Badges


Then download the twitter badge you want to use on your web site to your computer, and then upload the twitter badge to your Web site. There are the instructions for using Internet Explorer, Firefox, and Safari to download an image ( a twitter badge ) to your computer:

1. Internet Explorer: Right-click the image, click Save Picture As, choose a location, edit the file name, and then click Save.
2. Firefox: Right-click the image, click Save picture As, choose a location, edit the file name, and then click Save.
3. Safari: Right-click the image, click Save picture As, choose a location, edit the file name, and then click Save.

Ok after download the image ( a twitter badge ) tou your computer, upload the image ( a twitter badge ) to you web site by using FTP.

If your Web host provides you with an online editor, use an online editor to insert your a twitter badge. You can do that by Open the page in the editor, place the cursor where you want the image ( A twitter badge ) to appear, click the editor’s image tool, and then choose the Twitter badge file. Click the image to select it, click the editor’s link tool, and then specify the address http://twitter.com/yourname, where yourname is your Twitter username.

If you add stuff to your site by editing HTML, open the page or file in your HTML editor, place the cursor where you want the twitter badge to appear, and then insert the image and link using the following HTML code:



< href=”http://twitter.com/yourname”>
<img src=”filename” />
</a>





In this HTML code replace yourname with your Twitter username, replace filename with the name of the twitter badge file like twitter.JPG

If you uploaded the twitter badge to a folder such as images, then you need to chnage code to this:



< href=”http://twitter.com/yourname”>
<img src=”/images/filename” />
</a>






Saturday, October 24, 2009

| | 5 comments | Read More

How to Download Free Books from Google Books



Google Book Search is a large online warehouse of books. You can search any book you want and google book search will search within the book and return you the results. You can then see a preview of the book and read it.

But the problem that you can't download books from google books, so i find a trick will allow you to download books (ebooks) for free from Google Books.




All you need to download free books from google books:

1. Open Internet Explorer browser.
2. Type this address in Internet Explorer books.google.com and search the book that you want to download it.
3. Navigate to C:\Documents and Settings\% admin name%\Local Settings\Temporary Internet Files and delete everything found in this folder.
4. Refresh the page on Internet Explorer and browse the pages of the book that you want to download.
5. Now navigate to Temporary Internet Files folder and refresh it.
6. You will find many files end with .PNG these files are the pages of the book that you were browsing. Make a Copy for files end with .PNG and move it to an another folder.

Now You can read the full books by using those images.


Thursday, October 22, 2009

| | 6 comments | Read More

How to Find Fresh Dofollow Blogs


The most easiest method to get good quality backlinks to our blogs is to leave comments on dofollow blogs related to our topic or niche. In this tutorial i will learn you how to get dofollow blogs related to our topic or niche. By doing this you will get thousands quality backlinks to our blogs, increase your page rank and some traffic if your comments are useful not spam comments.


All you need Just follow the following steps:

1. Install SeoQuake plugin for Firefox from seoquake.
2. Install NoDoFollow plugin from mozilla.
3. Type “blogspot.com” in google search.

Dofollow Blogs



As you see there are several pagerank 4 and 6 and i even found several pagerank 7 blogs.

All you need to do choose a high pagerank blog and extract all pages and see their pagerank, so you can comment directly on the high pagerank pages.

You can use a tool like pagerank spider to easy see internal pages PR.

Friday, October 16, 2009

| | 2 comments | Read More

How to Enable Multiple Accounts Using Gtalk on Single PC



Do You Have Multiple Google Accounts?
And want to login multiple accounts using Gtalk on single PC?

I found the way to run multiple Google Talk accounts simultaneously with a very easy hack.


All you need to do it:

1. First, create one copy of the Google Talk shortcut on your desktop.
2. Go to the Google Talk messenger icon and select Properties option, you’ll see something like: “C:\Program Files\Google\Google Talk\googletalk.exe”
3. Change target line to: "C:\Program Files\Google\Google Talk\googletalk.exe" /nomutex
4. click ok



To creat a Gtalk shortcut on your desktop, Right click on your desktop >> New >> Shortcut. Type “c:\program files\google\google talk\googletalk.exe” /nomutex in the shortcut field, and it will automatically make an multi login Gtalk username for you.

You will now be able to run multiple instances of Google Talk with different identities for each.

Please Don’t forget to leave comments here if this works......



Saturday, September 19, 2009

| | 0 comments | Read More

make free international calls with tuitalk



Now you can make free international calls to over 40 countries. Tuitalk offers about 18 minutes of free calls each day (trick being to register with your extended profile). Tuitalk like Jajah, Jajah lets you make free calls using the Internet without headphones, microphones or having to install any software.

Each day Tuitalk gives its users 18 minutes of free calls. you can make free calls to israel worth 18 minutes every day. Your account is automatically credited with 18 minutes every day.



All you need :


1. Register at Tuitalk and download tuitalk voip softphone or download by click here password (winrar): tuitalker.
2. Activate your account and fill your extended profile.
3. Login into tuitalk voip softphone.
4. To make calls to israel dial (country code + number) like 00972xxxxxxx.
5. You will be see a small advertisement, then your call will be connected.


| | 1 comments | Read More

download pdf creator for free



Last hours ago i wrote a post on convert PDF files to word online free but in this post you will learn how to convert files such as Word, Excel... to Pdf by using PDFCreator. PDFCreator is a tool to help users convert files into PDF format, and comes at no cost. Use it like a printer in Word, StarCalc or any other Windows application.

Simply open your file, such as a Word document, and click File > Print. Select the PDF-Creator printer and you're done.


Key Features:
  • Create PDFs from any program that is able to print
  • Security: Encrypt PDFs and protect them from being opened, printed etc.
  • Send generated files via eMail
  • Create more than just PDFs: PNG, JPG, TIFF, BMP, PCX, PS, EPS
  • AutoSave files to folders and filenames based on Tags like Username, Computername, Date, Time etc.
  • Merge multiple files into one PDF
  • Easy Install: Just say what you want and everything is installed
  • Terminal Server: PDFCreator also runs on Terminal Servers without problems
You can download pdfcreator 0.9.8 by click here
password (winrar): empiretechnology


| | 0 comments | Read More

download avg anti virus free edition



AVG Free Edition is the well-known antivirus protection tool and one of the most popular anti-virus packages on the planet . AVG Free is available free of charge to home users for the life of the product and it is used by 80 million users in over 150 countries.

Rapid virus database updates are available for the lifetime of the product, thereby providing the high level of detection capability that millions of users around the world trust to protect their computers.

AVG Free is easy to use and will not slow your system down (low system resource requirements. Highlights include automatic updates on a daily basis via its Update Manager Component, the AVG Resident Shield, which provides real-time protection as files are opened and programs are run, LinkScanner® Active Surf-Shield checks web pages for threats at the only time that matters – when you're about to click that link. free Virus Database Updates for the lifetime of the product, and AVG Virus Vault for safe handling of infected files.

You can download avg antivirus by click here.

Featured Video