Monday 31 October 2011

Edit PDF Files Online or Offline

PDF is an important format of documents which we use in our daily professional as well as personal life. There are lots of softwares available on internet to edit, create or watermark  pdf files. But many of them are not freewares , one more problem is that we need to install it to computer if we need to use them. There are some free versions available to install , like PrimePDF software. But we cannot avail  these softwares everywhere we go, and everywhere we work.
Thats what the reason for me to search for a free online pdf creator,editor and water marker. When I Googled on internet I found some of the online editors for pdf. But PDFaid is the best one I found.

You can access this website from the following URL:

http://pdfaid.com/Default.aspx

PDFaid is a freeware which you can use on any system with an internet connection. By using this online application you can do following things:

edit pdf

U can Also Download a Program Called PDF Reader to Edit PDF files------

                                      DOWNLOAD

How to Lock Folders Using NotePad

Everyone of us have some private files on systems which we do not want others to access them. Some hide those files on computer and some others use software to password protect them. But using a software leads to many problems like, getting system hang, also when we format our system the software will be removed automatically which causes your protected files to be public.
So , it is good to password protect a file on computer using a simple notepad trick by using .BAT extension.
folderlock using notepad
  •   Open Notepad and paste the following program in the notepad.
cls
:End
@ECHO OFF
title Folder Locker
if EXIST “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p “cho=>”
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
attrib +h +s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p “pass=>”
if NOT %pass%==Rounak goto FAIL
attrib -h -s “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}”
ren “Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}” Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
  • In the above program I am using Rounak as the password of the file.
  • Replace it with anything you like to make it as folder password.
  • Save the file anywhere in the system with a .bat suffix like  something.bat
  • Here I am saving it as mylocker.bat on my system.
locker using notepad
  • Double click on the something.bat file which you create, a new folder by name Locker will be created on the same location of bat file you saved.
  • Copy your files to this folder and open bat file again and type y and then enter to lock your folder.
folder locker
  • To unlock your file again, you need to open the bat file and enter your password.

Sunday 30 October 2011

New Gmail Coming Soon..

A new version of Gmail featuring a revamped look, redesigned conversation threads and improved search is slated for pending released, according to an official video that was mistakenly posted to Google’s YouTube channel.
Jason Cornwell, user experience designer for Gmail, unveils the new version in the video. The Google Operating System blog spotted the video and it has since been made private — but not before YouTube user crlsndrsjmnz had time to repost it.
“Oops, you weren’t supposed to see that,” Gmail representative Andrea Freund tells Mashable. “Stay tuned, we’ll be sharing more info on Gmail’s new look soon.”




But, back to what’s new. “We’ve been hard at work to update Gmail with a new look,” Cornwell shares in the video. “We’ve completely redesigned the look and feel of Gmail to make it as clean, simple and intuitive as possible.”
Here’s some of what you can expect: Gmail will expand dynamically to accommodate any window size; users can adjust the size of label and chat areas; themes will include high-definition imagery; conversations — a.k.a. email threads — have been redesigned for readability and will include profile pictures (conversations look like more status updates); and search has been made more user-friendly, which means regular users can stop worrying about using Gmail search operators and simply input text into fields to find email messages.
This strikes us as the most dramatic change to Gmail since its debut, and likely marks a concerted attempt by Google to modernize and simplify the Gmail interface for the mainstream email user.
Gmail’s makeover has been several months in the making. In late June, Google released the “Preview” Gmail theme as a sneak peek of things to come.

DEMO HERE---------

Saturday 29 October 2011

How to Create One-Click ShutDown ?

First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC.

But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this:




shutdown -r -t 01 -c "Rebooting your PC"
Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message "Rebooting your PC." The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use.

I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use:

shutdown -s -t 03 -c "Bye Bye m8!"
shutdown -r -t 03 -c "Ill be back m8 ;)!"

Switch
What it does

-s
Shuts down the PC.

-l
Logs off the current user.

-t nn
Indicates the duration of delay, in seconds, before performing the action.

-c "messagetext"
Displays a message in the System Shutdown window. A maximum of 127 characters can be used. The message must be enclosed in quotation marks.

-f
Forces any running applications to shut down.

-r
Reboots the PC.

23 ways to SpeedUp Xp without Defrag

Since defragging the disk won't do much to improve Windows XP performance, here are 23 suggestions that will. Each can enhance the performance and reliability of your customers' PCs. Best of all, most of them will cost you nothing.



1.) To decrease a system's boot time and increase system performance, use the money you save by not buying defragmentation software -- the built-in Windows defragmenter works just fine -- and instead equip the computer with an Ultra-133 or Serial ATA hard drive with 8-MB cache buffer.

2.) If a PC has less than 512 MB of RAM, add more memory. This is a relatively inexpensive and easy upgrade that can dramatically improve system performance.

3.) Ensure that Windows XP is utilizing the NTFS file system. If you're not sure, here's how to check: First, double-click the My Computer icon, right-click on the C: Drive, then select Properties. Next, examine the File System type; if it says FAT32, then back-up any important data. Next, click Start, click Run, type CMD, and then click OK. At the prompt, type CONVERT C: /FS:NTFS and press the Enter key. This process may take a while; it's important that the computer be uninterrupted and virus-free. The file system used by the bootable drive will be either FAT32 or NTFS. I highly recommend NTFS for its superior security, reliability, and efficiency with larger disk drives.

4.) Disable file indexing. The indexing service extracts information from documents and other files on the hard drive and creates a "searchable keyword index." As you can imagine, this process can be quite taxing on any system.

The idea is that the user can search for a word, phrase, or property inside a document, should they have hundreds or thousands of documents and not know the file name of the document they want. Windows XP's built-in search functionality can still perform these kinds of searches without the Indexing service. It just takes longer. The OS has to open each file at the time of the request to help find what the user is looking for.

Most people never need this feature of search. Those who do are typically in a large corporate environment where thousands of documents are located on at least one server. But if you're a typical system builder, most of your clients are small and medium businesses. And if your clients have no need for this search feature, I recommend disabling it.

Here's how: First, double-click the My Computer icon. Next, right-click on the C: Drive, then select Properties. Uncheck "Allow Indexing Service to index this disk for fast file searching." Next, apply changes to "C: subfolders and files," and click OK. If a warning or error message appears (such as "Access is denied"), click the Ignore All button.

5.) Update the PC's video and motherboard chipset drivers. Also, update and configure the BIOS. For more information on how to configure your BIOS properly, see this article on my site.

6.) Empty the Windows Prefetch folder every three months or so. Windows XP can "prefetch" portions of data and applications that are used frequently. This makes processes appear to load faster when called upon by the user. That's fine. But over time, the prefetch folder may become overloaded with references to files and applications no longer in use. When that happens, Windows XP is wasting time, and slowing system performance, by pre-loading them. Nothing critical is in this folder, and the entire contents are safe to delete.

7.) Once a month, run a disk cleanup. Here's how: Double-click the My Computer icon. Then right-click on the C: drive and select Properties. Click the Disk Cleanup button -- it's just to the right of the Capacity pie graph -- and delete all temporary files.

8.) In your Device Manager, double-click on the IDE ATA/ATAPI Controllers device, and ensure that DMA is enabled for each drive you have connected to the Primary and Secondary controller. Do this by double-clicking on Primary IDE Channel. Then click the Advanced Settings tab. Ensure the Transfer Mode is set to "DMA if available" for both Device 0 and Device 1. Then repeat this process with the Secondary IDE Channel.

9.) Upgrade the cabling. As hard-drive technology improves, the cabling requirements to achieve these performance boosts have become more stringent. Be sure to use 80-wire Ultra-133 cables on all of your IDE devices with the connectors properly assigned to the matching Master/Slave/Motherboard sockets. A single device must be at the end of the cable; connecting a single drive to the middle connector on a ribbon cable will cause signaling problems. With Ultra DMA hard drives, these signaling problems will prevent the drive from performing at its maximum potential. Also, because these cables inherently support "cable select," the location of each drive on the cable is important. For these reasons, the cable is designed so drive positioning is explicitly clear.

10.) Remove all spyware from the computer. Use free programs such as AdAware by Lavasoft or SpyBot Search & Destroy. Once these programs are installed, be sure to check for and download any updates before starting your search. Anything either program finds can be safely removed. Any free software that requires spyware to run will no longer function once the spyware portion has been removed; if your customer really wants the program even though it contains spyware, simply reinstall it. For more information on removing Spyware visit this Web Pro News page.

11.) Remove any unnecessary programs and/or items from Windows Startup routine using the MSCONFIG utility. Here's how: First, click Start, click Run, type MSCONFIG, and click OK. Click the StartUp tab, then uncheck any items you don't want to start when Windows starts. Unsure what some items are? Visit the WinTasks Process Library. It contains known system processes, applications, as well as spyware references and explanations. Or quickly identify them by searching for the filenames using Google or another Web search engine.

12.) Remove any unnecessary or unused programs from the Add/Remove Programs section of the Control Panel.

13.) Turn off any and all unnecessary animations, and disable active desktop. In fact, for optimal performance, turn off all animations. Windows XP offers many different settings in this area. Here's how to do it: First click on the System icon in the Control Panel. Next, click on the Advanced tab. Select the Settings button located under Performance. Feel free to play around with the options offered here, as nothing you can change will alter the reliability of the computer -- only its responsiveness.

14.) If your customer is an advanced user who is comfortable editing their registry, try some of the performance registry tweaks offered at Tweak XP.

15.) Visit Microsoft's Windows update site regularly, and download all updates labeled Critical. Download any optional updates at your discretion.

16.) Update the customer's anti-virus software on a weekly, even daily, basis. Make sure they have only one anti-virus software package installed. Mixing anti-virus software is a sure way to spell disaster for performance and reliability.

17.) Make sure the customer has fewer than 500 type fonts installed on their computer. The more fonts they have, the slower the system will become. While Windows XP handles fonts much more efficiently than did the previous versions of Windows, too many fonts -- that is, anything over 500 -- will noticeably tax the system.

18.) Do not partition the hard drive. Windows XP's NTFS file system runs more efficiently on one large partition. The data is no safer on a separate partition, and a reformat is never necessary to reinstall an operating system. The same excuses people offer for using partitions apply to using a folder instead. For example, instead of putting all your data on the D: drive, put it in a folder called "D drive." You'll achieve the same organizational benefits that a separate partition offers, but without the degradation in system performance. Also, your free space won't be limited by the size of the partition; instead, it will be limited by the size of the entire hard drive. This means you won't need to resize any partitions, ever. That task can be time-consuming and also can result in lost data.

19.) Check the system's RAM to ensure it is operating properly. I recommend using a free program called MemTest86. The download will make a bootable CD or diskette (your choice), which will run 10 extensive tests on the PC's memory automatically after you boot to the disk you created. Allow all tests to run until at least three passes of the 10 tests are completed. If the program encounters any errors, turn off and unplug the computer, remove a stick of memory (assuming you have more than one), and run the test again. Remember, bad memory cannot be repaired, but only replaced.

20.) If the PC has a CD or DVD recorder, check the drive manufacturer's Web site for updated firmware. In some cases you'll be able to upgrade the recorder to a faster speed. Best of all, it's free.

21.) Disable unnecessary services. Windows XP loads a lot of services that your customer most likely does not need. To determine which services you can disable for your client, visit the Black Viper site for Windows XP configurations.

22.) If you're sick of a single Windows Explorer window crashing and then taking the rest of your OS down with it, then follow this tip: open My Computer, click on Tools, then Folder Options. Now click on the View tab. Scroll down to "Launch folder windows in a separate process," and enable this option. You'll have to reboot your machine for this option to take effect.

23.) At least once a year, open the computer's cases and blow out all the dust and debris. While you're in there, check that all the fans are turning properly. Also inspect the motherboard capacitors for bulging or leaks. For more information on this leaking-capacitor phenomena, you can read numerous articles on my site.


Following any of these suggestions should result in noticeable improvements to the performance and reliability of your customers' computers. If you still want to defrag a disk, remember that the main benefit will be to make your data more retrievable in the event of a crashed drive.

How to Spy on Cell Phones

Is Someone Holding Secrets from You?

Reveal them All with the World’s Best Cell Phone Spy Software! 
 
Today, there exists hundreds of cell phone spy softwares on the market, where many of them are nothing more than a crap. Some are good and only a few of them are the best. Also, each SpyPhone software has a different set of features and operating format which makes it hard for novice users (perhaps like you) to make the right choice so as to fit their spying needs.
So, in order to help our readers to find the best spy software, I have decided to give a thorough review of the Top 2 Best Selling SpyPhone softwares on the market.
 
1. Spy Phone GOLD(TESTED)
 
 
2. Mobile Spy(TESTED)
 
 
SpyPhone software features
 
SpyPhone GOLD and Mobile Spy are the current leaders in the market which are used by thousands across the globe to spy on cheating spouse, monitor employees and keep an eye on their teens. Here is a complete review of these two products.
 

1. Spy Phone GOLD Review:

 
Spy Phone GoldSpy Phone GOLD is is the No.1 spy software on the market which turns any compatible cell phone into a Spy Phone within minutes. It offers every feature that a true cell phone spy software should have. Hence most people choose Spy Phone GOLD for their cell phone spying needs.
 
 

How Cell Phone Spying Works?

 
After your purchase, you can directly download the installation module onto the target cell phone. Installation takes only a few minutes. After installation, each activity on the target phone is recorded and uploaded onto the SpyPhone servers. You can login to your online account from your PC to view the logs at any time. The logs contain Text messages, Contacts List, Call History, GPS Locations and many such information.
Call interception: When the target cell phone is on the conversation, you will receive a secret SMS notification on your phone. At this time you can call the target phone to listen to the live conversation going on. All this process takes place in complete stealth mode and is 100% undetectable!
 
Spy Phone Top Features:
  • Call InterceptionListen to the actual calls LIVE on the target cell phone
  • Environment Listening - Make a spy call to the target cell phone running SPY PHONE and listen in to the phone’s surroundings.
  • SMS Logging – Records both incoming & outgoing SMS
  • SIM Change Notification – Get instant notification via SMS when the target cell phone changes it’s SIM
  • Remote Control – Send secret SMS to the target phone to control all functions
  • Spy from any location across the world
  • 100% Undetectable
 
Compatible Cell Phones:
Spy Phone GOLD is fully compatible with the following mobile phones
  1. Nokia, LG, Samsung and Sony Ericsson Phones
  2. BlackBerry Phones
  3. Apple iPhones
  4. Windows Mobile Phones
 
 
 
 

2. Mobile Spy Review:

 
Spy Phone GoldAlthough Mobile Spy is not as feature rich as Spy Phone GOLD, it offers a good bunch of features that every spy software should have. It is a very good choice for those who are looking for a mid-range spy software at an affordable price.
 
 
How it Works?
The working of Mobile Spy is exactly same as that of Spy Phone GOLD. However Mobile Spy lacks the feature of call interception.
 
Mobile Spy Features
Mobile Spy offers every common feature such as recording Call Logs, SMS, GPS Locations, IM Conversations, Web Activities, Emails etc. It is very similar to Spy Phone but lacks the vital features like call recording and call interception. Thus with Mobile Spy you cannot listen to live calls on the target cell phone.
 
Compatible Cell phones: Mobile Spy is compatible with Nokia, Samsung, LG, Apple iPhones, Blackberry, Android and Windows Mobile Phones.
You can download Mobile Spy from the following link
 
 
 
Here is a quick comparison between Spy Phone GOLD and Mobile Spy
Spy Phone GOLD vs Mobile Spy
 
 

Which Cell Phone Spy Software to Choose?

 
If you want a high-end spy software with top features like call interception and call recording then Spy Phone GOLD is the right choice. Or else, if you’re looking for a mid-range spy software with basic features at an affordable price then go for Mobile Spy. So what are you waiting for? Go grab either of the two from the following links now:
 
 
 

Friday 28 October 2011

Download BattleField 3

Battlefield 3 (c) Electronic Arts Inc.
10/2011 :..... RELEASE.DATE .. PROTECTION .......: EA/Crap
2 :.......... DISC(S) .. GAME.TYPE ........: Shooter
 
 
Battlefield 3 leaps ahead of its time with the power of Frostbite 2, the
next instalment of DICE's cutting-edge game engine. This state-of-the-art
technology is the foundation on which Battlefield 3 is built, delivering
enhanced visual quality, a grand sense of scale, massive destruction,
dynamic audio and incredibly lifelike character animations. As bullets whiz
by, walls crumble, and explosions throw you to the ground, the battlefield
feels more alive and interactive than ever before. In Battlefield 3,
players step into the role of the elite U.S. Marines where they will
experience heart-pounding missions across diverse locations including Paris,
Tehran and New York.

Frostbite 2 Battlefield 3 introduces Frostbite 2, the incredible
technology that takes animation, destruction, lighting, scale and audio to
new heights. Built upon this powerful game engine, Battlefield 3 immerses
players physically and emotionally to the world around them like never
before.

Feel the Battle Feel the impact of bullets and explosions, drag your
fallen comrades into safety, and mount your weapon on almost any part of
the terrain. Battlefield 3's cutting edge animation, spectacular visuals
and real as hell battle gameplay attack your senses and make you feel the
visceral warrior's experience like no other FPS.

Unparalleled Vehicle Warfare The best online vehicle warfare experience
gets even better with a fitting sonic boom as fighter jets headline an
impressive lineup of land, air and sea vehicles. Other returning fan
favourite features include 64 players for PC and prone.

Urban Combat Take the fight to iconic and unexpected places in the USA,
Middle East, and Europe including claustrophobic streets, metropolitan
downtowns, and open, vehicle-friendly landscapes as you fight your way
through the war of tomorrow.
 
Game Screen Shots >>> 
 
 
HOW TO INSTALL >>>

1. Unrar.
2. Burn or mount the image.
3. Install the game. Redistributables as needed in \__Installer
dir afterwards.
4. Copy over the cracked content from the Crack dir on DVD2 to your
installation dir.
5. Play the game. 
 
SYSTEM REQUIRMENT >>> 
  
Minimum system requirements

OS: Windows Vista (Service Pack 2) 32-Bit
Processor: 2 GHz Dual Core (Core 2 Duo 2.4 GHZ or Althon X2 2.7 GHz)
Memory: 2 GB
Hard Drive: 20 GB
Graphics Card (AMD): DirectX 10.1 compatible with 512 MB RAM (ATI RADEON 3000, 4000, 5000 OR 6000 series, with ATI RADEON 3870 or higher performance)
Graphics Card (NVIDIA): DirectX 10.0 compatible with 512 MB RAM (NVIDIA GEFORCE 8, 9, 200, 300, 400 OR 500 series with NVIDIA GEFORCE 8800 GT or higher performance)
Sound card : DirectX compatible
Keyboard and Mouse

Recommended system requirements

OS: Windows 7 64-Bit
Processor: Quad-Core CPU
Memory: 4 GB
Hard Drive: 20 GB
Graphics Card: DirectX 11 compatible with 1024 MB RAM (NVIDIA GEFORCE GTX 560 or ATI RADEON 6950) Sound Card: DirectX compatible
Keyboard and Mouse
DVD ROM Drive


                DOWNLOAD TORRENT

Wednesday 26 October 2011

Nokia New PC Suite 3.2

Nokia the renowned brand in mobile telecommunication has recently released the Beta version for their new Nokia Suite 3.2 with improved speed and better graphics. You can check the below screenshot of the UI of this new Nokia Suite 3.2.

So now your phone software update process is more reliable and more stable that means now it does not disconnect while update is going on. So its officially by Nokia and you can download it directly from below link.




Nokia Suite 3.2 Beta Released Download   




IDM 6.07 bulid 14 free Download

Internet Download Manager has been updated to Build 14 fixing some bugs and some good improvements. So we have posted many earlier version of IDM which you can download form below related posts.

New Features in Build 14 .:

1. Added support for new domain names of Filesonic site.
2. Added digest authorization for web sites.
3. Fixed bugs.

DOWNLOAD HERE

Happy Diwali

Wish U all Geeks A Huge--->Happy--->Safe--->Joyfull Diwali .....




Tuesday 25 October 2011

Great 3 Software From Ashampoo Including AntiVirus For $0 [GIVEAWAY]

Ashampoo is one of the leading Internet-based companies worldwide in the field of software development, sales and web portal sites. Ashampoo's innovative software products set technological standards right from the start and are known for their advanced, mature technology and usability.

Now they are offering giveaway of their well known software. We are sharing those software with our blog readers, so enjoy my friends; cause this limited time offer.




ANTI-MALWARE
The all-in-one solution: Anti-Spyware and Anti-Virus for maximal protection – Ashampoo® Malware – incl. 180 days signature updates
Download  (114 MB)

Home Designer
See your future home or renovations in 3D, before spending any money in expensive services and materials– Ashampoo® Home Designer
Download  (167 MB)

Snap 3
Capture anything on your screen – including video– Ashampoo® Snap3
Download  (20.2 MB)
You might also like:

Wallpapers Planet: DesktopNexus.com

First, let me ask you a question. If you get bored of your desktop background, where do you go? If you want a fresh wallpaper, where's your Amazon or Travelocity?
There's no household brand-name to answer the endless demand for computer wallpapers, and Desktop Nexus aims to change that. DesktopNexus.com strive to build the world's premier source for high-quality desktop backgrounds.


However Desktop Nexus is more than the text you see on this website. Desktop Nexus is a community. Website have built a passionate member-base around technology that does not drive this site, but rather supports it. Their technology allows members to interact, sharing real-time feedback with artists or photographers. It allows visitors to subscribe to RSS feeds and get notified whenever a new wallpaper is uploaded to one of their favorite categories.
It takes every wallpaper uploaded by the members of this site, and automatically crops, stretches, resizes, and remasters the image to fit your screen size perfectly. Desktop Nexus provides a medium for members to share their desktop creations with the world.

There are many places online to find desktop wallpapers, but none can compete with Desktop nexus for the volume of high-quality, well organized wallpapers we offer. 

Website

www.desktopnexus.com

ScreenShot




VideoShot

Sunday 23 October 2011

SoftMaker Office 2012 beta for Windows... Try It..

SoftMaker Office 2012 for Windows will be released in a few weeks. Until then, you can already try out the beta version. Simply download and install it. You will love the improvements!





Compatible with Microsoft Office 2010, 2007, 2003, and more.

For an office suite to be useful, it must be compatible with Microsoft Word, Excel, and PowerPoint – both with the older file formats DOC, XLS, and PPT and the new formats DOCX, XLSX, and PPTX that have been introduced with Microsoft Office 2007 and 2010.
SoftMaker Office 2012 passes this test with flying colors: it reads and writes not only the old Microsoft formats seamlessly, but does the same precise job with DOCX, XLSX, and PPTX files, too.
You won't find any other office suite that renders Microsoft Office files as faithfully as SoftMaker Office 2012.

Fast, powerful, reliable.

SoftMaker Office is versatile: It lets you work on everyday office files quickly, but also helps you create long documents and easily design a flyer or brochure. Thanks to its vast repertoire of functions, it handles all office tasks, yet keeps the ease of use SoftMaker Office is renowned for. Even complex tasks get completed quickly.

Helps with foreign-language documents, too.

SoftMaker Office lets you create and edit documents in all the world's languages, even Hebrew and Arabic which are written from right to left. On-the-fly spellchecking is available in 20 languages, automatic hyphenation in more than 30.
An exclusive addition to SoftMaker Office Professional 2012 are its four Berlitz dictionaries that allow you to look up translations from/to English/German, English/French, English/Spanish, and English/Italian.

E-mails, contacts, calendars: SoftMaker eM Client

A brand new feature in SoftMaker Office Professional 2012 is SoftMaker eM Client. It does what Microsoft Outlook does, but better: It manages your e-mail messages, contacts, tasks, and appointments – both locally and using standard Internet technologies.
Kiss good-bye to Microsoft Office: SoftMaker Office 2012 lets you text, calculate, and present better... and SoftMaker eM Client is the perfect replacement for Microsoft Outlook!


FOR DOWNLOAD VISIT THIS PAGE


World's Top 10 Tweeters

Hey... I think you all know about twitter.... It is the place to follow all ur Fav Celeb..... If if u r still not in it Go there by clicking this link -- www.twitter.com
So if u r interested in it check out the top 10 twitters....

 
1. Barack Obama (@BarackObama)


This account is run by #Obama2012 campaign staff. Tweets from the President are signed -BO.

9,515,875 followers
691,943 following
1,695 tweets



2. Britney Spears (@britneyspears)


It’s Britney Bitch!

8,828,782 followers
420,178 following
948 tweets

3. Kim Kardashian (@KimKardashian)


business woman, exec producer, fashion designer, perfumista

8,785,187 followers
137 following
8,499 tweets

4. Katy Perry (@katyperry)


i kissed a girl AND diddled her skittle.

8,898,936 followers
78 following
3,214 tweets

5. ashton kutcher (@aplusk)


I make stuff, actually I make up stuff, stories mostly, collaborations of thoughts, dreams, and actions. Thats me.

7,339,491 followers
661 following
6,950 tweets

6. Ellen DeGeneres (@TheEllenShow)


Comedian, talk show host and ice road trucker. My tweets are real, and they’re spectacular.

7,221,662 followers
48,167 following
4,747 tweets

7. taylorswift13 (@taylorswift13)




7,339,897 followers
60 following
1,006 tweets

8. Shakira (@shakira)


Welcome to Shakira's Official Twitter page. Bienvenidos a la página oficial de Shakira en Twitter

7,426,483 followers
39 following
1,061 tweets

9. Oprah Winfrey (@Oprah)


Live Your Best Life

6,931,772 followers
33 following
1,029 tweets

10. Selena Gomez (@selenagomez)


The Official Selena Gomez Twitter Page

6,671,123 followers
612 following
1,677 tweets

Neo Downloader 2.6

If you are frustrated in searching of how to download audio, video, photos with single drag-n-drop. Here I found one solution, let’s try it. Just drag a link from your browser to the program's Drop Basket and this award-winning tool will scan the website and download all media files automatically.


Features:
  • Downloads your choice of pictures, audio, video and any other files.
  • Easy to use even for beginners.
  • No pop-ups and banners.
  • Supports ZIP/RAR archives.
  • Up to 20 simultaneous connections.
  • Downloads from TGP sites and password protected sites.
  • Supports downloading URL ranges.
  • Advanced filtering - allows to download only those what you want.
  • Built-in image viewer with slideshow capabilities and audio/video player.
  • Ability to set any downloaded picture as a Windows wallpaper.
Download NeoDownloader 2.6 (3.3 MB)


Friday 21 October 2011

Best Notepad tricks and hacks

The notepad tricks showing here are very small tricks which we can do by batch coding and vbs etc..,By this post you will know how powerful is Batch coding and how fun it is working with batch coding.

 1. Bush Hid the Facts/This App Can Break

This is one of the most popular notepad tricks because of its mysterious nature. In order to get an idea as to what this trick does, just follow the steps given below:
  • Open Notepad.
  • Type “BUSH HID THE FACTS” or “this app can break” (without quotes).
  • Save that file with any name and close it.
  • Open It Again to see the magic.
Reason For This Behavior: It is known as the 4335 Rule. It means that if we enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters each, and the last word has five letters. Then Notepad Automatically hides the text into unknown code.

2. World Trade Center Attack Trick

notepad tricks
As you might be knowing that the flight number of the plane that had hit World Trade Center on that dreadful day (9/11) was Q33NY. Now call this trick a coincidence  or something else but whatever it is, it does startle us.
  • Open Notepad.
  • Type “Q33N” (without quotes) in capital letters.
  • Increase the font size to 72.
  • Change the Font to Wingdings.
You will be amazed by the findings.

3. Make A Personal Log-Book or A Diary

notepad tricks
Did you know that you can also use Notepad as a simple digital diary or a personal Log-Book ? Well, if you didn’t then follow the below mentioned steps to make one for yourself !
  • Open Notepad.
  • Type .LOG (in capital letters) and hit enter.
  • Save it with any name and close it.
  • Open it again.
When you open the file again you will see the current date and time being inserted automatically after the .LOG line. This will happen automatically every time you reopen the the notepad file.

4. Test Your Anti-Virus

You can also test your anti virus program for its effectiveness using a simple notepad trick. Follow the steps below to know more:
  • Open Notepad.
  • Copy the code give below in the notepad file:
    X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  • Save it with an .exe extension like testvirus.exe
As soon as you save this file, your anti virus program will detect the file (virus) immediately and will attempt to delete it. If this happens then your Antivirus is working properly. If not, then its time to look for some other reliable program.

5. Continually pop the CD Drive

  • Open Notepad.
  • Copy the code given below onto the notepad file:
Set oWMP = CreateObject(“WMPlayer.OCX.7?)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
  • Save it as “Anything.VBS”.
Now open the file and see the magic! The file will continuously force the CD rom to pop out! And If you have more than one then it pops out all of them!

6. Matrix Effect

notepad tricks
Not much to explain, just follow the steps and see the amazing matrix effect happen in your DOS window:
  • Open Notepad.
  • Copy the below mentioned text in your notepad file:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
  • Save the file with .bat extension like Matrix.bat
Thats it. Just open the file to see the matrix effect right before your eyes!

7. Change The Header/Footer Of Your Notepad File

More often than not whenever you get a printout of your notepad file, it starts with “Untitled” or the filename at top, and “Page ” on bottom. Now if you want to get rid of it or want to change it, just follow the simple steps given below.
notepad tricks
  • Open Notepad.
  •  Click on File -> Page Setup.
  • Replace the text written in the “Header” and “Footer” box (as shown above) by any of the following codes:
&l Left-align the characters that follow
&c Center the characters that follow
&r Right-align the characters that follow
&d Print the current date
&t Print the current time
&f Print the name of the document
&p Print the page number

8. Constantly Repeat Messages

Using this notepad trick you can annoy anyone and can actually force them to log off or leave the computer (LOL….). This notepad trick will create an infinite cycle of a message in the computer. Follow the steps to know more:
  • Open Notepad.
  • Paste the following code in the notepad file:
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
  • Save the file with any file name but with .bat as extension and close it. For eg. Freakymessage.bat
After saving the file just open it (by double clicking) and see what happens.
Pssstttt……. You can piss of your friends by sending it as an email attachment asking them to try it out !

9. Shut-down The Computer After Conveying Any Message

This one is kind of an annoying trick and if used unknowingly can certainly cause problems (am serious). What this trick does is, after conveying a (any) message it shuts down the computer without any confirmation. In order to create the Shutdown file, follow the below mentioned steps:
  • Open Notepad.
  • Paste the following code in it:
@echo off
msg * Its time to get some rest.
shutdown -c “Error! You have to take rest! Byeeeeee” -s
  • Save the file with any name but with .bat extension and close it. For eg. TakeRest.bat
NOTE : Use this carefully. If you are playing prank then keep in mind that this may lead to loss as it shuts down the computer forcefully.

10. Toggle Keyboard Button Simultaneously

Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head to try out the tricks.
1. Caps Lock Key
    • Open Notepad.
    • Paste the following code in the notepad file:
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
    • Save the file with anyname and .vbs extension. and close it.
    • Now open the newly created file and see how the caps lock key behaves on your keyboard!
2. Hit Enter Key Continuously
    • Open Notepad.
    • Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
    • Save the file with any name and .vbs extension and close it.
    • Now open the newly created file and see how the enter key behaves!
3. Hit Backspace Key Continuously
    • Open Notepad.
    • Paste the following code in the notepad file:
MsgBox “Lets Rumble”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
    • Save the file with any name and with .vbs extension and close it.
    • Now open the newly created file and see how the key behaves!
In order to end the vbs script (stop continuous key presses), open task manager and end the wscript.exe process as shown in image below.
notepad tricks

11. Slowly Type Messages

This one is my favorite. Completely harmless trick and perfect for playing pranks on one’s friends. This trick can really freak out anyone! Follow the below mentioned steps to perform this trick:
  • Open Notepad.
  • Paste the following code in the notepad file:
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate “Notepad”
WScript.Sleep 500
WshShell.SendKeys “Hel”
WScript.Sleep 500
WshShell.SendKeys “lo ”
WScript.Sleep 500
WshShell.SendKeys “, ho”
WScript.Sleep 500
WshShell.SendKeys “w a”
WScript.Sleep 500
WshShell.SendKeys “re ”
WScript.Sleep 500
WshShell.SendKeys “you”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “I a”
WScript.Sleep 500
WshShell.SendKeys “m g”
WScript.Sleep 500
WshShell.SendKeys “ood”
WScript.Sleep 500
WshShell.SendKeys ” th”
WScript.Sleep 500
WshShell.SendKeys “ank”
WScript.Sleep 500
WshShell.SendKeys “s! “
  • Save the file with any name and with .vbs extension and close it.
Now open the file and see how freakishly slow the messages appear!
NOTE: In order to stop it. Follow the “Note” given in 10th Trick.

12. Type “You are a fool” Continuously

Not much to explain, the title says it all! Follow the steps to make this trick work:
  • Open Notepad.
  • Paste the following code in the notepad file:
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.”
loop
  • Save the file with any name but with .vbs extension and close it.
Ope the file and see how it makes you type!
NOTE: In order to stop it. Follow the “Note” given in 10th Trick.

13. Open Notepad continuously

  • Open Notepad.
  • Paste the following code in your notepad file:
@ECHO off
:top
START %SystemRoot%system32notepad.exe
GOTO top
  • Save the file with any name nut with .bat extension and close it.
Now open the file and see how it annoys you by opening notepad again and again.

14. Pick Your Option Batch File

When used this creates a file which asks you to choose a number between 1-5 and then does a certain action (as shown below – Action accompanied by number):
1 – Shut’s down the computer
2 – Restart’s the computer
3 – Wipes out the hard drive
4 – Net send
5 – Shows a message & then shut’s down the computer
Before you try out this trick, keep in mind that this can cause loss of important data on your (or any one else’s on which you are running this file) computer system. So BEWARE! In order to create the file, follow the steps given below:
  • Open Notepad.
  • Paste the following code in the notepad file:
@echo off
title Get A Life
cd C:
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to kill yourself. If you press ‘x’ then your PC will be formatted. Do not cry if you loose your data or anything.
pause
echo Pick your option:
echo 1. Die Slowly
echo 2. Instant Death
echo 3. Stay Away From This One
echo 4. Die this way (For Wimps!)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two
  • Save the file with any name and with a .bat extension and close the file.

15.Lock File(s) on Windows Without Using        Any Software

How many times have you wished of a software using which you can hide or lock files,  restricting its access to other unwanted users. Although there are various software available in market using which you can easily lock/hide files but, i personally dont trust them because most of them are bloatware or spyware.
In this post i am going to share a simple yet powerful way of locking and hiding important files using a the following method. Follow the instructions to make you own Locker ( Without any software !! ) :
  • Open notepad.
  • Copy the following code in notepad file :
    cls @ECHO OFF title Folder Locker if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK if NOT EXIST Locker goto MDLOCKER :CONFIRM echo Are you sure u want to Lock the folder(Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo Invalid choice. goto CONFIRM :LOCK ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock folder set/p "pass=>" if NOT %pass%==YOUR PASSWORD HERE goto FAIL attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker echo Folder Unlocked successfully goto End :FAIL echo Invalid password goto end :MDLOCKER md Locker echo Locker created successfully goto End :End
  • Change the “YOUR PASSWORD HERE” with your password.
  • Save it as batch file ( with extension .bat ) For eg. Locker.bat
  • Now you will see a batch file. Double click it to create a folder locker ( A new folder named Locker would be formed at the same location )
  • Thats it you have now created your own locker and that too without using any software !
  • Brings all the files you want to hide in the locker folder.
  • Double click the batch ( As created above ) file to lock the folder namely Locker.
notepad tricks
If you want to unlock your files, simple double click the batch file again and you would be prompted for password ( In DOS window ). Enter the password and enjoy access to the folder.
But don’t delete .bat file and loose your stuff…….

16.Convert Text Into Audio Using Notepad

  1. Open Notepad file on your Windows PC.
  2. Copy and paste the below mentioned code :
      Dim message, sapimessage=InputBox("Enter your text for conversion–www.hoverpchacks.com","Hover pc Hacks Text-To-Audio Converter")Set sapi=CreateObject("sapi.spvoice")sapi.Speak message
  3. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs
notepad tricks

Thats it ! Your Text to Audio converter is ready to be used. Now open the saved file and key in the text you want to convert and click OK. If you find any difficulties in using this code, let me know via comments section.

17.Format Your Hard Disk Using Just Notepad !!

Ever wondered of a way to format your hard disk using just notepad ?
I bet you haven’t even thought about it or if you have had then you would still have preferred using reliable software’s available to do the job.
In this post i am going to share a simple way to format your C drive (Yep, only C drive) using just notepad. This is just a nice little nifty trick, which i am sharing with you. Make sure you don’t actually use it on your business computer. Try to make this trick work in a VMWare Machine in your free time.
Moving on, in order to completely format your C: Drive (Primary disk) follow the steps given below :-
  1. Open notepad.
  2. Type the following the code in it (Or just copy paste it).
  3. 01100110011011110111001001101101011000010111010000 100000011000110011101001011100 0010000000101111010100010010111101011000
  4. Save it as an .exe file giving any name you desire.
Thats It ! Now just double click on the file (to open it) and your C: drive will be formatted !
This is just a little binary fun. Be Careful while using it.
UPDATE : No, you can’t run it from C: drive itself (not from the drive in which OS is installed & running).

Top reasons to use ubuntu instead using windows


ubuntu-vs-windows
Its very common that many people argue why should you use ubuntu or other Linux distro when you are in the world of windows or mac(even i asked the same question when i got a thought to change to ubuntu linux). So why should you use ubuntu(or just give it a try).


I also heard while so many people saying that linux sucks because it doesn't provide a good user interference and should deal with command lines, but its not true because ubuntu and other linux distro had changed a lot and even provides a good user interference. So, as a ubuntu lover i would like to give some reasons why you should use ubuntu or other linux distros(at least give it a try).

Its free: Yep!! ubuntu or other linux distro's are free and will be free always. They will surely save some grands isn't it.

No virus: When compared to windows ubuntu or other linux distro's are 99% more secure because linux will not recognize win32 executable's.

Evolve: By using ubuntu or other linux distributions you can evolve yourself in computing and internet.

Great performance: When compared to windows, ubuntu uses less system resources and gives you smooth performance. Unlike windows ubuntu runs on old pc's too.

Bug fix: You don't have to wait your life to get bugs fixed, you can track them easily from ubuntu community.

Free softwares: You don't have to use your dollars to buy softwares because all softwares are free!!! So that you are free from pirated softwares.

Highly Customizable:You can totally customize your desktop and other parts of ubuntu with ease, you can also make its desktop look like windows or mac or you can be more crazy with your own customization.

Easy Upgrades: Yes its true that you don't have to waste your time to upgrade your softwares individually because you can do it with only one application called update manager, thus using less system resources and getting great performance.

Ubuntu community: One of the greatest and biggest community which helps in providing you with support and answers to your questions and doubts.

All in one: You don't have to install different softwares like MS office, chat applications, photo editing etc..., because ubuntu comes with free(equal and even better then your paid softwares) and pre installed softwares, So that you can start your work right away.

Games: Who said linux is not for gamers, linux has 100's and 1000's of games which you can get for free of charge i.e they are open source.

The reasons i showed here are just foot of a mountain, if you are a ubuntu or linux lover(windows and mac user too) share your views.
Hope you enjoy linux distro's and please support ubuntu.

Open DVD or cd drive infinitely - fun with VBS script


eject-cd-dvd-drive-vbs-script We can do many funny things with VBS scripts and one of the most famous trick is ejecting a cd/dvd drive infinitely. In our previous posts we had given some of the best notepad tricks but not this type of funny(some what prank) vbs script. So lets see how to do it.

Step #1: Open up your notepad and copy paste the following code.
Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next ' cdrom
loop
End If
Step #2: Now name it as you wish with .vbs extection EX: openup.vbs
That’s it your done, to activate it just double click the file you just created. If you wish stop it open task manager by pressing ctrl+alt+del > click on process tab > find the process wscript.exe > highlight it and click End process

Wednesday 19 October 2011

100 HD Wallpapers Download

Download some of the best HD Wallpapers for your desktop and tweak out your desktop and if you like these please share them with all your friends.


100 HD Wallpapers Download100 HD Wallpapers Download100 HD Wallpapers Download

DOWNLOAD HERE