Sunday, November 14, 2010

Extreme Photo Manipulation

LighTake

Find 100's of electronics products (computers, cameras, MP3, games, led lights and much more) at the lowest price. Free shipping anywhere in the world.

Syncables

This software sits on your computers and your smartphone to wirelessly keep your data completely in sync. It easily syncs files, media, email, contacts and bookmarks with and even between Windows, Mac and Linux computers. It also works with your Blackberry or Android smartphones.

Download here

OverClock Your CPU

Deliver explosive performance to your PC's components using 100% FREE methods. Your PC will blow away any rig worth hundreds more and your game's frame-rates will literally shoot through the roof as a result.
Download here

Thursday, September 16, 2010

Computer Problem Help

ApexJobs.USA

Apex Jobs USA


Introduction and General Tips You\'ve already got enough trouble in your life, you don\'t need a problem computer. But rather than taking an ax to your computer, let\'s try to fix it. The following procedures generally apply to all Windows 95/98/Me/Win NT/2000/XP computers. When a solution only applies to a specific version of Windows, we will try to note this in the answer. Before you start researching your specific problem in the following pages, please take a minute to review the following information: A couple of quick InfoHQ Axioms on Computer Problems: 1. Most crashing problems are caused by software errors. If you computer operated normally for awhile, and then started crashing, chances are good you have a software problem. 2. You have a pretty good chance of having a hardware problem if: a. Your computer is in a bad environment (excess heat/moisture or is near other electronic components that cause magnetic interference e.g. unshielded stereo speakers, machinery, older TVs, etc.) b. You unplug and plug accessories into your computer without first shutting off the power to your computer. This has a high likelihood of causing a short to your system as you could be charged with static electrically. c. You have been working inside your computer. Chances are something is connected wrong or you inadvertently knocked a cable loose. d. You do not use surge protectors or UPS to protect your computer from unusual electrical events e.g. storms, power surges, outages etc. Note: While it is possible for a hardware error to cause software errors, it is very unusual for software problems to cause unrepairable hardware problems. A few quick cautions before we continue: 1. Our Advice * If you are unsure on how to perform the procedures in this article, we suggest you enlist a competent friend or find a reliable computer repair shop. We suggest you read all the articles in this section that seem related to your problem. Many different ideas and solutions are presented in each topic. We do not assume any liability for what you do, or not do, as a result of articles on this page.* 2. * Caution: Working Inside Your Computer* Many of the procedures described below if not performed correctly, can cause additional problems or short your computer. All power should be turned off prior to opening a computer\'s case, to avoid the possibility of electrical shock hazards. You should be grounded whenever you are working inside a computer or you may short out your motherboard or other computer components. Grounding is ideally accomplished with a grounding wrist strap or a less preferred method is to touch your metal computer case before touching anything inside the case. This article resulted from the many questions we have received from our readers. Find your computer\'s condition in the Index on the next page and click on it to begin fixing your problem.

Monday, May 24, 2010

Shake Your Head Or Shake Your Browser


This is small script to make your browser start shaking just for little fun.
try to past this code into your browser address bar.


javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)

I run this in Firefox and it work for me i don't will work for your browser too.


Thursday, May 13, 2010

Anonymous IP Address while you are on World Wide Web

    When you’re on the Internet, your activity can be traced using your IP address. An IP address is a number that identifies your router or network device on the Internet or in your network. The only problem is that a lot of personal information is attached to your IP address because of your Internet Service Provider (ISP). If you’re doing something you’re not supposed to be doing, someone can grab your IP address and track you down. Most websites keep a record of the IP addresses of people coming to their website. A lot of them do nothing with these addresses unless someone does something that deserves permanent banishment from their site. Who knows what other suspicious things other sites are doing with your IP address.

    You can hide your IP address one of three ways. 1st, proxy servers are tools that have their own IP address you can use while going about your business on the Internet. Instead of your IP address showing up when you go to a website, their IP address will appear. If they try to trace you, the proxy server’s address will come up instead of your own. However, this isn’t a fool proof method for staying anonymous on the Internet. If you commit illegal or immoral acts surfing the World Wide Web, the proxy server is going to surrender your real IP address in the blink of an eye and you will go to prison. Therefore, no matter what measures you take, the authorities are still going to get you if you commit criminal acts.

    Second, programs exist for the sole purpose of blocking other IP addresses from accessing your computer. This isn’t going to keep your IP address anonymous per say, but it will keep people from trying to trace you through looking into your internet activities. There are disadvantages to this approach through. If you block IP addresses from ISPs that share them for a wide range of computers, you’re going to limit the syndication of content to a specific region. You have to be careful which IP addresses you do block to keep your ability to access the Internet wide open.

    Finally, firewall programs are the best option for hiding your personal information and keeping intruders from attacking your electronic fortress. Experienced hackers have ways of getting around firewalls, so you have to have another line of defense in case they break through. Your defensive approach shouldn’t consist of just one method of keeping electronic bandits and hooligans at bay. Use as many protection methods as you possibly can. You can never be too safe. Plus, if your wall is high enough, it will be impenetrable and your privacy can stay maintained.

    You can combine privacy software with one or more of these methods to ensure your experience on the Internet is a safe one. This software does whatever it can to ensure you don’t leave a trace while you’re on the World Wide Web and your data remains secure. Staying on the offensive is essential to prevailing in the battle against electronic bandits and hooligans. You can’t let them win.

Wednesday, May 5, 2010

15 Popular Command Prompt Tricks & Hacks

Sharing with you some useful tricks & hacks regarding Command Prompt.

* Save A List of Files to a Text File by Extension

>dir *.ext /s /b > files.txt

This command line will create a file called files.txt. When you open this file, there will be a complete list of all the files in that directory and all subdirectories with the .ext extension. You can then open up this text file in any text editor and work this the information.By changing the ext part, you can select different files. For example, if you wanted to list all of the PDF documents, you would type:

>dir *.pdf /s /b > files.txt

* Get Your IP Address Information

>ipconfig /all

This will retrieve a pile of information about your network connection and IP information. From this command, you can get:
Host Name
Primary DNS Suffix
Node Type
IP Routing Enabled
WINS Proxy Enabled
DNS Suffix Search List
Connection-specific DNS Suffix
Network Adapter Description
Physical (MAC) Address
DHCP Enabled
IP Address
Subnet Mask
Default Gateway
DNS Servers

*Get Installed Driver Information

>driverquery


It can be very useful when troubleshooting to know what drivers are installed on a system. This command will give you a complete listing of the drivers and when they were installed.
*Copy Files Via Infrared Port

>irftp filename.ext

This will fire up the Wireless Link dialog so that you can copy the specified file via an infrared port.

*Find Files Opened By Network Users

>openfiles /query

If you are running a system and you want to know who has files open on your computer, this command will provide you a list of those users and the files that they have open.
Note: If you get an error saying The system global flag ‘maintain objects list’ needs to be enabled to see local opened files, you can fix this issue by typing

>openfiles /local on
. You will have to reboot the system but it will resolve the issue.

*Monitor Port Activity

>netstat -a 30

This will show you all of the TCP/IP ports that are being used on your system and what they are connecting to (or being connected from). It will continue to monitor these ports and refresh the information every 30 seconds. You can change the refresh rate by changing the number at the end of the command.
Tip : Best Tips to Make Firefox 3+ Faster

*Recover Information From A Corrupt File

>recover filename.ext

If you have a disk with damaged sectors, you can attempt to recover as much information as possible from the damaged file. Data that is not damaged can be retrieved but data in damaged sectors will be lost.

*Defragment Remote Computer


>rexec remotePC defrag C: /F

This command used the rexec command to force a defragment of the C: drive on the computer named remotePC. You can use whatever you want to for the command (I just used defrag C: /F as an example). This is very useful for remote maintenance.

*Retrieve Detailed System Information


>systeminfo

With this command, you can retrieve the following information:
Host Name
OS Name
OS Version
OS Manufacturer
OS Configuration
OS Build Type
Registered Owner
Registered Organization
Product ID
Original Install Date
System Up Time
System Manufacturer
System Model
System type
Processor(s)
BIOS Version
Windows Directory
System Directory
Boot Device
System Locale
Input Locale
Time Zone
Total Physical Memory
Available Physical Memory
Virtual Memory Max Size
Virtual Memory Available
Virtual Memory In Use
Page File Location(s)
Domain
Logon Server
Hotfix(s)
NetWork Card(s)

*Automatically Defragment C: Daily

>schtasks /create /tn "Defrag C" /tr "defrag c: /f" /sc daily /st 23:00:00 /ru "System"

This will set your computer to automatically perform a complete defrag of the C: drive each day at 11:00:00 PM (23:00:00). It does this by creating a scheduled task called Defrag C. It will run this command under the computer’s system account.

*Map A Drive Letter to a Folder

>subst W: C:\windows

Sometimes, your directory structure can get pretty deep and complicated. You can simplify this a bit by mapping a drive letter to commonly used folders. In the example that I have given, this will create a drive letter W: and map it to the C:\windows directory. Then, whenever you go into My Computer, you will see a W: drive and when you browse to it, it will automatically take you to the contents of the C:\windows folder.
You can do this with any unused drive letter and any folder that exists on your system.

*List All Tasks Running On The Computer

>tasklist

It’s always good to know what is running on your system. This is the command line version of the processes tab in Taks Manager.

>Kill A Program

>taskkill /im programname.exe /f

If, when using the tasklist command, you discover that there is something running you just want killed. This is the way to do it! Just note the program name and use it in place of programname.exe.

*Reboot a Remote Computer


>shutdown -r -f -m \\remotePC -c "System will be rebooted in 20 seconds"

Sometimes, you just need to reboot a system. This will do it remotely and give the user a 20 second warning.
Tip : To open Command Prompt, click Start, click Run, type cmd, and then click OK.

Friday, April 2, 2010

Windows XP chkdsk always running after reboot

I was having this trouble when ever i reboot my computer my computer start check disk and i have to wait till its end or i need to press key in start to stop it but some time i miss to press key then what i say shh....

So i made search this problem here what i found and no more i am having this problem take a look.


Check Disk runs on every boot:

Open a command prompt...
Start >> Run >> Type: cmd >> Click OK >>
Type or paste the following line:

chkntfs /d

Hit the Enter key.
Chkntfs displays or modifies the checking of disk at boot time.


The /d switch restores the machine to the default behavior; all drives are
checked at boot time and chkdsk is run on those that are dirty.


Autochk.exe is a version of Chkdsk that runs only before Windows XP
starts. Autochk runs in the following situations:


Autochk runs if you try to run Chkdsk on the boot volume.
Autochk runs if Chkdsk cannot gain exclusive use of the volume.
Autochk runs if the volume is flagged as dirty.


This can happen if the drive's dirty bit is set.
When a drive's dirty bit is set, autochk automatically
checks the volume for errors the next time the computer is restarted.


This will report whether the dirty bit is set:


Start >> Run >> Type: cmd >> Click OK >>
Type or paste the following line:


fsutil dirty query C:


Hit the Enter key.
Volume C: is not dirty
Volume C: is dirty


[[If a volume's dirty bit is set, this indicates that the file system may be
in an inconsistent state. The dirty bit can be set because the volume is
online and has outstanding changes, because changes were made to the volume
and the computer shutdown before the changes were committed to disk, or
because corruption was detected on the volume. If the dirty bit is set when
the computer restarts, chkdsk runs to verify the consistency of the volume.


Every time Windows XP starts, Autochk.exe is called by the Kernel to scan
all volumes to check if the volume dirty bit is set. If the dirty bit is
set, autochk performs an immediate chkdsk /f on that volume. Chkdsk /f
verifies file system integrity and attempts to fix any problems with the
volume.]]
-----


This will also report whether the dirty bit is set:


Start >> Run >> Type: cmd >> Click OK >>
Type or paste the following line:

chkntfs c:

Hit the Enter key.
C: is not dirty.





Friday, March 26, 2010

Simple Ways to Make Your Windows Faster

    The best way to make your computer work fast is to reinstall your windows every 2nd year as every time you work on net or install anything in your computer there will be so many useless file will be created and those will make not only make your computer slow also case the damaging the system as well but if you made such thing and you don't want to uninstall windows then here is some useful tips for you just try these and i hope this will work for you as its work for me lol.

1. Drivers: always keep your drivers up to date.

2. Disable Hardware you don’t use: Using the Device Manager (Right-click on My Computer, click Properties, and go to the Hardware tab) you can disable any hardware on your computer that you do not use. Each piece of hardware requires time to load it’s drivers. Disabling stuff you don’t regularly use such as Firewire ports, PCI ports, and bluetooth could save you a couple seconds each time you start your computer. Don’t worry, you can always re-enable them any time you like!

3. Scan for Viruses and Spyware: If your computer had a sudden dramatic drop in speed, your problem may be Spyware or a virus. I suggest you download Ad-aware, Spybot S&D, (and AVG if you don’t already have Antivirus) to scan for bad stuff. Update each program and run a full scan.

4. Disable Unwanted Start-up Processes: Go Start > Run, type msconfig and hit enter. This will bring up the System Configuration Utility. Go to the start-up tab, and you will see all the programs that load when you start-up your computer. Do not disable any processes that you don’t understand. However you will probably recognize many that you don’t need at start-up, such as CD-burning software, or MSN messenger, or a P2P client. You can safely uncheck these to stop them from booting next time you start up your computer.


5. Uninstall software that you don’t use: most of the time you just install something for only little work then that software is no long for use then you can uninstall that. While it is true that installed software usually doesn’t affect computer performance if you don’t run them, some programs install things called “Services” which are similar to processes and run at start-up. You shouldn’t fool around disabling services, because usually you need most of them. The best way to ensure you don’t have any useless services clogging up your system is to uninstall any software you don’t need anymore.
 
6. Change the boot order in the BIOS: In most cases, your computer checks the CD drive, then the USB ports for bootable media before booting your hard drive. This detection can take multiple seconds depending on your hardware. If you own your computer and have access to the BIOS, you can change the order to boot from your hard drive immediately, thereby saving a couple seconds. If you ever need to revert, you can always change it back.

7. Disable Recent Documents: Every time your computer starts, Windows draws on a list of your most recently opened documents. Not only is this a potential privacy concern, but it can slow down your computer a small bit. You can easily disable this feature by right-clicking on your task bar > properties > Start Menu > Customize > Advanced.

8. Remove Extra fonts: You can save a significant amount of loading time by removing windows fonts that you don’t use. Fonts such as webdings and other fonts that you never use can be removed to save loading time. A good program to use is Font Frenzy, which removes all third-party fonts other than the default windows fonts.

9. Defragmenter your HD often: If you do heavy activity involving movies, pictures, and downloads, your computer will fragment more quickly. You should run a disk defragmenter at minimum once per month. This lowers the stress on your hard drive, thereby making it less likely to crash.

10. Hibernate instead of shutting down: If you have a laptop you can put it into hibernation, which is a state that uses no energy, but is quicker to restore from than starting up from scratch.

Wednesday, March 10, 2010

Expalining Yahoo! Vs Google

Image and video hosting by TinyPic
Who is the best? Google Or Yahoo.

Thanks you all of you guys for giving me hints regarding my post Yahoo! Vs Google, so far user have given more point to google then yahoo. infect its true that what ever google is offering now a days its quite amazing but here is what i am talking is about the result as when you are searching something is really technically is then google will not be able to give you that result what you will get from yahoo!. never mind search something which related to we background not at the front side i mean if you like to search how many site are using "Noah's Classifieds " (Its very known free Classified Script Provider)  Script if you search this in google with advance 100result in one page you will not get more then 4 pages after visiting one by one of them
Find the result of Google
http://www.google.com/search?num=100&hl=en&lr=&rlz=1C1GGLS_en-USPK299PK303&q="Noah's+Classifieds"&start=0&sa=N

but in same when you search this in yahoo have 100result it will shows at least 10 pages with visits.
Find the result of Yahoo!.
http://search.yahoo.com/search?p="Noah's+Classifieds"&n=100&vf=all&vm=p&fr=yfp-t-701&fr2=sb-top&xargs=0&pstart=1&b=1&xa=tCXqaVrj7Ns5_QaC5Xam.g--,1268304663

This is the difference which usually not easy to find but when you are searching thing in deep then you have to know such thing which matter. Spammer and Advertiser focusing SEO & Search Engines to make there search in 1st page. even after searching on google some time you will another search result. i mean another search engine page when click on it you will find another search result on there pages.
Don't forget to comment on this what you think let me know.

Best & Regards,


 

Wednesday, February 24, 2010

Connects to any PC or Server around the World!


Connects to any PC or Server around the World! Its Free.

TeamViewer is an excellent screen-sharing and file-transfer app that can be used to facilitate business collaborations as well as helping distraught relatives diagnose and cure computer problems. Along with being free for non-corporate use, it gives users precisely the tools they need to share screens securely, send files with a minimum of hassle, control access rights, and even flip which user has control.

The options available while you're in control work smoothly. You can maximize the pane that the other computer's screen is visible in, as well as utilize several smart options from a drop-down toolbar in the center of the window. A big X lets you close the connection, while the Actions button lets you switch whose in control, disable remote input, and reboot remotely. The View menu hides options to adjust the screen resolution, the optimization toward speed or quality, and control multiple-monitor displays.

When you log in, you're given an access code and a password. Sharing those allows your computer to be controlled by the level you set it to: remote support, presentation, file transfer, or VPN. The Team Viewer servers remember which computers you've connected to, so reconnecting to previously shared computers happens faster. Team Viewer also has a Web-based version, for remote connecting to home from public computer. Even the installation process is impressive. Users can toggle admin rights, can opt out of running at startup, and can opt into installing the Team Viewer VPN driver for more secure screen sharing. Overall, Team Viewer makes screen sharing and file-sharing as fluid and unobtrusive as it should be.

Wednesday, February 10, 2010

Virus Total

Virus Total

Hello Guys,
Showing you a very use full service that work cool. The VirusTotal is a service that analyzes suspicious files and facilitates the quick detection of viruses, worms, trojans, and all kinds of malware detected by antivirus engines. and its free.

This service shows result in these 39 popular anti viruses.
see the list of the companies below that participate in VirusTotal with their antivirus engines.

  1. AhnLab (V3)
  2. Antiy Labs (Antiy-AVL)
  3. Aladdin (eSafe)
  4. ALWIL (Avast! Antivirus)
  5. Authentium (Command Antivirus)
  6. AVG Technologies (AVG)
  7. Avira (AntiVir)
  8. Cat Computer Services (Quick Heal)
  9. ClamAV (ClamAV)
  10. Comodo (Comodo)
  11. CA Inc. (Vet)
  12. Doctor Web, Ltd. (DrWeb)
  13. Emsi Software GmbH (a-squared)
  14. Eset Software (ESET NOD32)
  15. Fortinet (Fortinet)
  16. FRISK Software (F-Prot)
  17. F-Secure (F-Secure)
  18. G DATA Software (GData)
  19. Hacksoft (The Hacker)
  20. Hauri (ViRobot)
  21. Ikarus Software (Ikarus)
  22. INCA Internet (nProtect)
  23. K7 Computing (K7AntiVirus)
  24. Kaspersky Lab (AVP)
  25. McAfee (VirusScan)
  26. Microsoft (Malware Protection)
  27. Norman (Norman Antivirus)
  28. Panda Security (Panda Platinum)
  29. PC Tools (PCTools)
  30. Prevx (Prevx1)
  31. Rising Antivirus (Rising)
  32. Secure Computing (SecureWeb)
  33. BitDefender GmbH (BitDefender)
  34. Sophos (SAV)
  35. Sunbelt Software (Antivirus)
  36. Symantec (Norton Antivirus)
  37. VirusBlokAda (VBA32)
  38. Trend Micro (TrendMicro)
  39. VirusBuster (VirusBuster)

Hope this tool will be helpful for you.

regards,