Saturday, September 10, 2011

How to create an animated image using Adobe Photoshop CS5

Frns... here is a video tutorial about creating an animated image (.gif image) using Adobe Photoshop CS5.


Any questions.... ??
Leave your queries or comments below...

Wednesday, July 13, 2011

Barron's Writing for the TOEFL iBT

Description:

Updated to reflect the most recent TOEFL iBT exam, this manual prepares students to succeed on the Test of English as a Foreign LanguageÂ's Independent Task, the all-important essay question, and on the Integrated Task, which combines reading, listening, and writing skills. The author presents a simple three-step program to help students write like a native speaker of English. His coaching entails getting ideas, organizing details, and developing the topic into clear, grammatical written English. He also provides exercises in proof reading and editing to transform the writing for both Tasks into a finished piece. Over 160 model essays and model integrated tasks are included for students to read and analyze. Lectures typical of those presented on actual tests are contained on an audio CD enclosed with the book. Previous editions of this manual were titled How to Prepare for the TOEFL Essay.

Saturday, June 25, 2011

How to lock a folder without using any software in Windows XP..!!


CODE:
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%==type 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
  • Paste the above code in Notepad.
  • Change "type your password here" with your password (Marked as bold in the above code).
  • Now save the file with any name as batch file (use . bat instead of .txt)
  • Double click it to create a folder locker.
  • A new folder named Locker would be formed at the same location.
  • Now cut & paste all the files you want to hide in the locker folder.
  • Now double click the batch file to lock the folder named Locker.
  • If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.

Wednesday, June 8, 2011

How to increase Youtube and Metacafe buffering speed...?

Increase your youtube, metacafe buffering speed with this procedure....
Try it:
Goto: Start/Run/ type: system.ini

then you'll be shown a notepad contains the following code...
; for 16-bit app support
[drivers]
wave=mmdrv.dll
timer=timer.drv
[mci]
[driver32]
[386enh]
woafont=dosapp.FON
EGA80WOA.FON=EGA80WOA.FON
EGA40WOA.FON=EGA40WOA.FON
CGA80WOA.FON=CGA80WOA.FON
CGA40WOA.FON=CGA40WOA.FON



just below this copy
this-------------->
page buffer=1000000Tbps
load=1000000Tbps
download=1000000Tbps
save=1000000Tbps
back=1000000Tbps
search=1000000Tbps
sound=1000000Tbps
webcam=1000000Tbps
voice=1000000Tbps
faxmodemfast=1000000Tbps
update=1000000Tbps



so that, totally it will look like
; for 16-bit app support
[drivers]
wave=mmdrv.dll
timer=timer.drv
[mci]
[driver32]
[386enh]
woafont=dosapp.FON
EGA80WOA.FON=EGA80WOA.FON
EGA40WOA.FON=EGA40WOA.FON
CGA80WOA.FON=CGA80WOA.FON
CGA40WOA.FON=CGA40WOA.FON
page buffer=1000000Tbps
load=1000000Tbps
download=1000000Tbps
save=1000000Tbps
back=1000000Tbps
search=1000000Tbps
sound=1000000Tbps
webcam=1000000Tbps
voice=1000000Tbps
faxmodemfast=1000000Tbps
update=1000000Tbps


====================
Save the Notepad and Reboot the system to take place the changes you've made...

Tuesday, May 24, 2011

AVR an Introductory Course

Book Description:
This book includes 15 programming and constructional projects, and covers the range of AVR chips currently available,
including the recent Tiny AVR.
No prior experience with microcontrollers is assumed.
John Morton is author of the popular PIC: Your Personal Introductory Course, also published by Newnes.

==>The hands-on way of learning to use the Atmel AVR microcontroller
==>Project work designed to put the AVR through its paces
==>The only book designed to get you up-and-running with the AVR from square one

Book Info:
A hands-on guide to getting up and running with the Atmel AVR Microcontroller.
This guide will give you a kick-start in using and understanding this popular device. Softcover. 

 Paperback: 240 pages
 Publisher: Newnes (September 2002)
 Language: English
 ISBN-10: 0750656352
 ISBN-13: 978-0750656351 
 Product Dimensions: 8.7 x 5.3 x 0.6 inches

 Size : 15 MB | PDF

Friday, May 20, 2011

Screen Recorder

Free Screen Recorder is an easy-to-use screen recording program to capture screen activities and sounds to standard AVI video file. If you move the cursor, launch a program, type some text, click buttons, select some menus - anything you see on the screen - Free Screen Recorder will record all these, and sound from your system microphone.

You can choose the output AVI file's video codec, framerate, audio codec, frequency; You can choose the cursor's display, to be actual cursor or custom one as you like, and you can add highlight to it. Record any part of the screen or even the entire desktop, with just a few clicks, or custom hotkeys.


Free Screen Recorder is an ideal tool to make software demonstrations, develop videos for training and tutoring. Have fun with it!


Key Features


--> Records anything you see on your screen.

--> Records sound from your microphone.
--> Supports hotkey to start, pause, stop recording.
--> Capture any part of the screen, even the entire desktop.
--> Choose output video codec, framerate, audio codec, frequency.
--> Mouse cursor recording can be turned on or off, true shape of the cursor is recorded.
--> Show flashing rectangle when screen recording.
--> Easy to use and user-friendly interface.

Friday, May 6, 2011

How to prevent your PENDRIVE from VIRUSES without any ANTIVIRUS....!!

Friends... many of your PCs/laptops normally gets virus because of Pen Drives or USB devices (Even PCs who are not connected to network ). Some Virus like Ravmon Virus , Heap41a worm which are not detected by anti virus normally spreads mostly by the Pen Drives . In such a case what can you do to prevent your PC from getting infected with Virus that spreads through USB devices or Pen Drives ?
You can protect your PC by just following the simple steps below . It won't take much time.

Connect your Pen Drive or USB drive to your computer.
Now a dialogue window will popup asking you to choose among the options as shown in the figure.
Don't choose any of them , Just simply click Cancel.

1. Now go to Start--> Run and type cmd to open the Command Prompt window .
2. Now go to My Computer and Check the Drive letter of your USB drive or Pen Drive.
( E.g. If it is written Kingston (I), then I: will be the drive letter .)
3.In the Command Window ( cmd ) , type the drive letter: and Hit Enter .

4. Now type dir/w/o/a/p and Hit Enter

5. You will get a list of files . In the list , search if anyone of the following do exist
i. Autorun.inf

ii. New Folder.exe

iii. Bha.vbs

iv. Iexplore.vbs

v. Info.exe
 
vi. New_Folder.exe

vii. Ravmon.exe

viii. RVHost.exe or any other files with .exe Extension .

If you find any one of the files above , Run the command attrib -h -r -s -a *.* and Hit Enter.

Now Delete each File using the following Command del filename ( E.g del autorun.inf ) .

That's it .Now just scan your USB drive with any anti virus to ensure that your pendrive is virus free...!!

Thursday, May 5, 2011

Firefox trick for Faster Browsing....!!

Hey amigos...
Here is a trick to enhance your browsing speed in Firefox browser...
Just follow the instructions given below...

Type about:config in the address bar, Then look for the following entries, and make the corresponding changes.
1.network.http.max-connections-per-server =32
2.network.http.max-persistent-connections-per-proxy =16
3.network.http.max-connections = 64
4.network.http.max-persistent-connections-per-server = 10
5.network.http.pipelining = true
6.network.http.pipelining.maxrequests = 200
7.network.http.request.max-start-delay = 0
8.network.http.proxy.pipelining = true
9.network.http.proxy.version = 1.0

In the end, right-click anywhere and select New- Integer. Name it nglayout.initialpaint.delay and set its value to 0.
This value is the amount of time the browser waits before it acts on information it receives.Enjoy!!

Say thanks if u like this post...


Friday, April 8, 2011

100 Strangest Unexplained Mysteries..!!

100 Strangest Unexplained Mysteries | PDF | English | 208 Pages | 20.94 MB

100 Strangest Mysteries is an amazing compendium of the weird and the wonderful. The range of entries is extraordinary, from the bizarre to the horrific, and from the spooky to the just plain confounding.

The book includes some of history's most astounding tales of the strange and supernatural, and tells in vivid detail the story of both events and the people involved, the impact of particular myths and beliefs, and the latest investigations being undertaken in an attempt to find answers to the world's most bewildering phenomena. The text is complemented by 100 photographs and illustrations.100 Strangest Mysteries is a gripping and compelling account of some of the most baffling and astonishing events and is sure to shock and amaze in equal measure.

Saturday, March 19, 2011

Fun with Grammar..!!


Fun with Grammar: Communicative Activities for the Azar Grammar Series, by Suzanne W. Woodward, offers more than 200 communicative, task-based games and activities that add a whole new dimension to grammar classes. Each chapter has four-skill activities and full-page reproducible worksheets.
Introductory Material: 
Chapter 1: Verbs—Present
Chapter 2: Verbs—Past
Chapter 3: Verbs—Future
Chapter 4: Verbs—Review
Chapter 5: Questions
Chapter 6: Nouns
Chapter 7: Pronouns
Chapter 8: Prepositions
Chapter 9: Adjectives
Chapter 10: Modals
Chapter 11: Passive Voice
Chapter 12: Gerunds and Infinitives
Chapter 13: Comparatives and Superlatives
Chapter 14: Relationships Between Ideas
Chapter 15: Clauses
Chapter 16: Conditionals and Wishes
Answer Key, Lyrics, and Indexes


Tuesday, March 1, 2011

Data card Unlocker software


Unlocking your data card easy

* unlocker is a program specialized for data card unlocking .
* It is fast ( takes 5 - 60 seconds to unlock), handily to use and functional program with clear interface.
* It doesn`t need any cables or adapters for unlocking. The data card can be simply unlocked in a same notebook where a PCMCIA or Express socket exist`s.
* New models are being added regulary.
* No need to select any COM ports, auto detect function.
* From now all dongles have free 50 credits for using special functions.

Click here to download

          

Saturday, February 26, 2011

Fresh RAM 5.0.0+Serial Key



It might seem a little trick to understand at first but average computer users should eventually get the hang of it, so in a nutshell it’s not the easiest program to understand. I feel like it is worth the effort to try and overcome the learning curve though, it really does display a lot of great information about process (programs) running on your computer and helps you optimize your systems memory.

FEATURES EXPLAINED:
Fresh RAM 5 is a program designed to monitor and enhance the performance of your computers RAM Memory.
This program will:
  • Show you detailed information on processes running and the memory and ram being used. It also showcases this information in easy to understand and detailed graphs such as pie charts;
  • It lists the biggest programs hogging system memory;
  • Optimizes the available free memory;
  • Enables memory intensive programs such as Graphic Editing Software and Games to be allocated more memory so they run more efficiently.
  • Additional System Tweaks are available for Window XP operating systems.
MINIMUM SYSTEM REQUIREMENTS:
CPU: 500 MHz
RAM: 64 MB
Hard Disk Space:6 MB
Compatible Operating Systems: 95 / 98 / ME / NET / 2000 / XP / VISTA / 7 (32/64 BIT)

Friday, February 25, 2011

Super Internet TV v9.0.0 Premium Edition + Key (100% Working)(Tested)

Super Internet TV allows you to watch 2200+ live television channels and listen to 5000+ online radio stations from 100+ countries. There is no need for a TV Tuner card because all the channels are streamed through your Internet connection. All you need is a Windows PC and an Internet connection. You can also record your favorite programs at will. Super Internet TV is ideal for people interested in alternative programming, learning languages, foreign cultures, entertainment, sports or news.

Features:
- Watch 2000+ Internet TV
- Listen to 5000+ radio stations
- No special hardware required
- Very Easy-to-Use Interface
- No PC knowledge required
- Recording Internet TV channels and radio stations
- Resizable screen, including full-screen mode
- Automatic channel list updates
- Your own personal favorite list
- Advance filtering
- Faster video stream loading
- More reliable connection
- Works anywhere in the world

OS: Windows Vista, XP, 2003, 2000, ME, 98, 98SE or Windows NT4.0

Sunday, February 20, 2011

ESS Cricket Widget on your desktop...!!

ESS Cricket Widget is developed by ESPNSTAR.com to watch live score on ur desktop and match details.

Internet Download Manager 5.19.3 including Crack...!!

Accelerate downloads by up to 5 times, schedule downloads, recover and resume broken downloads. The program features an adaptive download accelerator, dynamic file segmentation, high speed settings technology, and multipart downloading technology to accelerate the download process. It reuses available connections without additional connect and login stages to improve download performance. Comprehensive error recovery and resume capability will restart broken or interrupted downloads due to lost connections, network problems, computer shutdowns, or unexpected power outages. Internet Download Manager can connect to the Internet at a set time, download the files you want, then disconnect or even shut down your computer when its done. Internet Download Manager supports firewalls, proxy and mirror servers, FTP, HTTP, HTTPS protocols, redirects, cookies, download queues, directories with authorization, MP3 audio and MPEG video content processing, and a large number of different server platforms. IDM integrates seamlessly into all browsers automatically (IE, FireFox, Opera etc). It can be also integrated into any other Internet applications that use FTP, or HTTP protocols. The new version adds video grabber that can be used to download FLV videos from YouTube, GoogleVideo, MySpaceTV etc, it also has Download Panel for IE and FireFox that appears on top of a web-player when IDM detects multimedia request, MMS protocol support, speed limiter for comfort browsing and the site grabber feature. Grabber lets you download, for example all audio files from a web site and subsets of web sites, or complete websites for offline browsing. It adds the complete compatibility with Windows Vista, the unique integration into all latest browsers, enhanced virus protection. Completely changed IDM scheduler. Added periodic synchronization of files and the possibility to create new queues for downloading or synchronization. Added new features on starting and stopping queue processing.

Free Rapid Downloader



FreeRapid is an easy to use Java downloader that supports downloading from Rapidshare and other file-sharing services. Simply copy and paste your links from a browser to this application. FreeRapid Downloader will handle the rest itself. No more clicking or uncomfortable waiting.

Main Features

  • support for concurrent downloading from multiple services
  • downloading using proxy list
  • support for streamed videos
  • download history
  • smart clipboard monitoring
  • automatic checking for file's existence on server
  • auto shutdown options
  • automatic plugins updates
  • simple CAPTCHA recognition
  • works on MS Windows (all, include Win7), Linux and MacOS
  • easy to use
  • multilanguage interface Bulgarian, English, Czech, Finnish, Hebrew language, Slovak, Korean, Polish, Portugal (Brasil), Ukrainian (other languages will come soon). Information for translators is here.
  • looks great
  • more than 230 supported sites!
  • simply works! more over 2 000 000 users can confirm that


Thursday, February 17, 2011

Google Sketchup



Google SketchUp Pro is a simple but powerful tool for exploring and presenting your ideas in 3D. SketchUp Pro is everything traditional CAD software isn't -- quick to learn and intuitive to use.

Create 3D Models:
Using SketchUp Pro, you can create 3D models, either by starting from scratch or by using existing data. Import drawings, CAD plans, photos, aerial imagery and other information, then use the modeling tools in SketchUp Pro to develop your ideas into 3D.

Add data to your model:
Within SketchUp Pro, you have the ability to add attributes to your model with Dynamic Components. At any point, create a report summarizing the attribute data in your model. Use these reports to extract quantities and take-offs throughout the evolution of your model.

Export and Share:
Some projects require the use of traditional CAD applications or renderering applications to develop construction drawings, photo-realistic images or to share information. SketchUp Pro can export your 3D model in a number of 2D and 3D formats for use with other applications.

Present and Document:
For many of your projects, SketchUp Pro, which includes LayOut, is all you will need. LayOut is the 2D companion to SketchUp Pro for creating deliverables like permit and construction drawings, presentation documents and full-screen digital presentations.

Sunday, February 6, 2011

Technical English 2 Workbook


Technical English 2 Workbook With Key
Publ: Longman | PDF | 80 pages | ISBN-10 : 1405845570 | 15.45 MB

       Technical English is a two level English course which is ideal for students in vocational training. It is a practical course for students in vocational education or training at work. Its syllabus covers the core language that students need to be successful in all fields of technical and industrial work.


            

Friday, February 4, 2011

Kaspersky Antivirus with key included..!!


       Kaspersky Anti-Virus 2010 – the backbone of your PC’s security system, offering real-time automated protection from a range of IT threats. Kaspersky Anti-Virus 2010 provides the basic tools needed to protect your PC.

NOTE: Key included as a comment in rar file.. 
                                                          
        

Sunday, January 23, 2011

WinRAR 4.65 Full version





      WinRAR is a powerful archive manager. It can backup your data and reduce the size of email attachments, decompress RAR, ZIP and other files downloaded from Internet and create new archives in RAR and ZIP file format.

Friday, January 14, 2011

Avast Internet Security 5.1.854 with Key upto 2013.

FEATURES:

  • Continuous protection against viruses and spyware
  • Ensures all mails sent and received are clean
  • Keeps you protected from "chat" infections
  • Stops attacks from hijacked websites
  • Lets you safely browse suspicious websites or run unknown applications
  • Blocks hacker attacks, to protect your identity
  • Keeps your mailbox free from spam
  • Allows safe and uninterrupted gaming
  • Compatible with Windows XP, Vista and 7

PC REQUIREMENTS:
To run avast! Internet Security your PC must meet the following criteria.

Operating Systems Supported

  • Windows 7
  • Windows Vista (any Edition excl. Starter Edition)
  • Windows XP service pack 2 or higher
Minimum Hardware Requirements

  • Processor Pentium 3
  • 256MB RAM
  • 370MB of free hard disk space

    Please note that avast! Internet Security runs only on PCs with newer. Older Windows operating systems (Windows 95/98/ME/NT/2000) are not supported. 
    Please also note that avast! will not run properly if you have other antivirus software on your PC.

Wednesday, January 12, 2011

Typing Master Pro


Your Personal Typing Tutor

Meet Typing Master Pro, the personal touch typing tutor that adapts to your unique needs. The program provides customized exercises and helpful feedback to guide you step by step to professional keyboarding. As a result your typing speed will increase significantly saving you a lot of valuable work time.
Adjusts to Your Progress
At every stage training is adjusted to your personal progress. Weak spots are pinpointed and rapidly eliminated with additional exercises. Thanks to this personal approach you can put your new skills into action after only 3 to 5 hours of training.

Sunday, January 9, 2011

Need for Speed Most Wanted [Multi 9 language selector]...





       Most Wanted, like other Need for Speed games, is essentially a driving and racing game, where the player selects one car and races against a time limit or other racers to reach a destination. Police chases have once again been integrated into certain racing sessions, in which the police employ vehicles and tactics to stop the player's car and arrest the player, like Need for Speed: Hot Pursuit, Need for Speed: Hot Pursuit 2, and Need for Speed: Carbon. As players take control of faster cars and increasingly rely on nitrous oxide speed boosts, the oxide meter now refills automatically for the first time since its introduction in Underground, and driving sequences become fast-paced and intense similar to the Burnout series.
       Three distinct regions are offered in the city of Rockport, along with cycling weather. Racing events take place between sunrise and sunset, unlike in the Underground where the events took place at night. A Grand Theft Auto-like Free Roam mode is provided as in Need for Speed: Underground 2, but is still limited to Career mode, as well as pursuit-based events in other modes.
       Brand promotion from Underground 2 still continues strongly, with the removal of Best Buy, Old Spice and the entry of Burger King restaurants, Castrol oil, Axe Unlimited and Edge shaving gel. The Cingular logo is still visible in the game's wireless communication system. Performance, body and visual parts that can be bought in the game are also from real life companies.
Rating(s)


http://www.fileserve.com/file/3XVhr5v
http://www.fileserve.com/file/hTAwrRF
http://www.fileserve.com/file/KT2TzJk
http://www.fileserve.com/file/yRy5by2
http://www.fileserve.com/file/NXupUDn
http://www.fileserve.com/file/Au7bvjY
http://www.fileserve.com/file/WNr98UW
http://www.fileserve.com/file/Fswxc2j
http://www.fileserve.com/file/AVCW3Hs
http://www.fileserve.com/file/9jr2gNW
http://www.fileserve.com/file/BujzV65
http://www.fileserve.com/file/JWjWZkZ
http://www.fileserve.com/file/R7DRHW8
http://www.fileserve.com/file/ggnUCF5
http://www.fileserve.com/file/B6dP6yr
http://www.fileserve.com/file/HfBZreY
http://www.fileserve.com/file/CGXVf8u
http://www.fileserve.com/file/PEaZfEM
http://www.fileserve.com/file/rUw7Hzs
http://www.fileserve.com/file/GUtAm8s
http://www.fileserve.com/file/jPNrUKU
http://www.fileserve.com/file/KqvuGTc



Virtua Cop 2



        The game features three levels through which the player's movement is automated on a predetermined path. It is the player's job to shoot the criminals that appear before time runs out and they shoot back. Along the way there will be various objects in the background that can be broken if shot, some of which will reveal power ups afterwards. At the end of each level there is a boss battle, as well as one extra final boss battle after all three levels have been finished.
        Virtua Cop 2 is a light gun arcade game, released in 1995 and developed internally at Sega by their AM2 studio. It was ported to home systems on the Sega Saturn in 1996. It was released in PC in 1997 and Dreamcast in 2000. 


Tuesday, January 4, 2011

Easier English Student Dictionary

Easier English Student Dictionary
English | 2009 | 1024 pages | PDF | 10.3 MB