Download and save Myspace videos ( myspace.com ) to your PC, Ipod, Iphone, PSP, Mobile Phone with one-click.
Save the downloaded video into various formats: .avi, .mpeg, .flv, .wmv. Simply paste the URL of a video into the program, press Add, and the file will be downloaded into the selected folder. Just run Myspace Video Downloader and start downloading.
Myspace Video Downloader 3.11
Labels: Audio Video
BitTorrent 6.0.1
BitTorrent is a famous P2P file sharing client , this program able to Serving large files creates problems of scaling, flash crowds, and reliability.
The new BitTorrent Beta brings together BitTorrent’s proven expertise in networking protocols with µTorrent’s efficient implementation and compelling UI to create a better BitTorrent client. As we continue to develop this new client, we’ll be focused on innovative ways to simplify and improve the BitTorrent user experience.
The new BitTorrent 6.0 Beta client features:
· Lightweight client
· Local peer discovery
· Multiple simultaneous downloads
· Configurable bandwidth scheduler
· Global and per-torrent speed limiting
· Quick-resumes for interrupted transfers
· RSS Downloader
· Trackerless support (Mainline DHT)
· You’ll also notice the Beta version comes with BitTorrent DNA, which stands for Delivery Network Accelerator
download from developer website Click here
Labels: Internet
Free Video to Mp3 Converter 2.8.4.1
The video source file can be local or you can grab a video file directly from a YouTube URL.
MP3 output can be saved as:
* High Quality (MP3, 256kbps, 48000Hz, STEREO);
* Standart Quality (MP3, 128kbps, 44100Hz, STEREO);
* Economy Quality (MP3, 96kbps, 22050Hz, STEREO)
download Free Video to Mp3 Converter now
Labels: Audio Video
FreeUndelete 2.0.0702
In case of accidental deletion of files on a NTFS (used by default in Windows XP, 2000 and NT), FAT32 or FAT16 file systems, FreeUndelete is the utility to help.
3GP Video Converter
Free 3GP Video Converter 2.4.4.1 Submitted by Sam Boja on 23 January, 2008 - 17:25. Video Converters
Free 3GP Video Converter. Convert 3GP video files created using your cell phone to more common PC video formats AVI or MP4. Extract audio from 3GP video files.
Convert *.3gp video files to *.avi, *.mp4, *mp3.
This free program contains no spyware or adware. It's clearly free and absolutely safe to install and run.
Labels: Audio Video
Free Video Dub
And “without re-encoding” means without loosing original quality, this is a lossless conversion, which is very fast.
Supports many MPEG files: MPEG 1, MPEG 2 and even MPEG 4 AVI, MOV, MP4, M4V, MPG and FLV files including DivX and XviD.
Publisher : Visit Website
DOWNLOAD NOW (6.8 MB)
Labels: Audio Video
FastStone Photo Resizer
FastStone Photo Resizer is an image converter / resizer intended to enable users to convert, rename, resize, crop, rotate, change color depth, add text and watermarks to images in a quick and easy batch mode. Drag and Drop mouse operation is well supported.
Features:
- Convert and Rename images in batch mode
- Convert to JPEG, TIFF, BMP, PNG, GIF
- Resize, crop, change color depth, apply color effects, add text and watermark.
- Rename images with sequential number.
- Support folder/non-folder structure.
- Load and save settings
- Mouse Wheel Support
Publisher : Visit Website
DOWNLOAD NOW (1.2 MB)
Labels: Graphics And Design
DoublesFinder
DoublesFinder does not need any installation. DoublesFinder does not destroy any file, It just send them to the Recycle bin if the user ask for that.
Publisher : Visit Website
Labels: Software • Tips
Folder Encryption
Folder Encryption is a powerful and easy-to-use program for encrypting and protecting your data. You can encrypt any folder including flash disk and removable hard disk.
Features :
>Fast and Simple : With one-click encryption and decryption. Instant encryption and decryption >Strong Encryption Algorithm : Using the Original encryption technology that can effectively protect your data.
>Encrypted folders are characterized by protection against copy, deletion or real size check.
Publisher : Visit Website
DOWNLOAD NOW (346 KB)
Labels: Office Tools, Software • Tips
19 things you didn't know about Windows XP
20 things you didn't know about Windows XP
You've read the reviews and digested the key feature enhancements and operational changes. Now it's time to delve a bit deeper and uncover some of Windows XP's secrets.
1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type 'systeminfo'. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type 'systeminfo > info.txt'. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).
2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run... and type 'gpedit.msc'; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care -- some may stop your computer behaving as you wish. (Professional Edition only).
3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exe user32.dll,LockWorkStation' in the location field. Give the shortcut a name you like. That's it -- just double click on it and your computer will be locked. And if that's not easy enough, Windows key + L will do the same.
4. XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.
5. For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include 'eventcreate' and 'eventtriggers' for creating and watching system events, 'typeperf' for monitoring performance of various subsystems, and 'schtasks' for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options -- they're all far too baroque to go into here.
6. XP has IP version 6 support -- the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install' into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the command line to find out more. If you don't know what IPv6 is, don't worry and don't bother.
7. You can at last get rid of tasks on the computer from the command line by using 'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by typing 'tasklist', which will also tell you a lot about what's going on in your system.
8. XP will treat Zip files like folders, which is nice if you've got a fast machine. On slower machines, you can make XP leave zip files well alone by typing 'regsvr32 /u zipfldr.dll' at the command line. If you change your mind later, you can put things back as they were by typing 'regsvr32 zipfldr.dll'.
9. XP has ClearType -- Microsoft's anti-aliasing font display technology -- but doesn't have it enabled by default. It's well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2.
10. You can use Remote Assistance to help a friend who's using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your chum's real IP address -- they can find this out by going to www.whatismyip.com -- and get them to make sure that they've got port 3389 open on their firewall and forwarded to the errant computer.
11. You can run a program as a different user without logging out and back in again. Right click the icon, select Run As... and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.
12. Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on. After a while, the nagging goes away, but if you feel you might slip the bonds of sanity before that point, run Regedit, go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with a value of 0.
13. You can start up without needing to enter a user name or password. Select Run... from the start menu and type 'control userpasswords2', which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.
14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options... and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed.
15. XP comes with a free Network Activity Light, just in case you can't see the LEDs twinkle on your network card. Right click on My Network Places on the desktop, then select Properties. Right click on the description for your LAN or dial-up connection, select Properties, then check the Show icon in notification area when connected box. You'll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic.
16. The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.
17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetised groups by View, Arrange Icon By... Show In Groups.
18. Windows Media Player will display the cover art for albums as it plays the tracks -- if it found the picture on the Internet when you copied the tracks from the CD. If it didn't, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.
19. Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons.
Labels: Office Tools, Windows Utilities
How to Rename the Recycle Bin
HKEY_CLASSES_ROOT/CLSID/{645FF040-5081-101B-9F08-00AA002F954E}
and change the name "Recycle Bin" to whatever you want (don't type any quotes).
Labels: Office Tools, Tricks
Make your Folders Private
•Open My Computer
•Double-click the drive where Windows is installed (usually drive (C:), unless you have more than one drive on your computer).
•If the contents of the drive are hidden, under System Tasks, click Show the contents of this drive.
•Double-click the Documents and Settings folder.
•Double-click your user folder.
•Right-click any folder in your user profile, and then click Properties.
•On the Sharing tab, select the Make this folder private so that only I have access to it check box.
Note
•To open My Computer, click Start, and then click My Computer.
•This option is only available for folders included in your user profile. Folders in your user profile include My Documents and its subfolders, Desktop, Start Menu, Cookies, and Favorites. If you do not make these folders private, they are available to everyone who uses your computer. •When you make a folder private, all of its subfolders are private as well. For example, when you make My Documents private, you also make My Music and My Pictures private. When you share a folder, you also share all of its subfolders unless you make them private.
•You cannot make your folders private if your drive is not formatted as NTFS For information about converting your drive to NTFS.
Labels: Office Tools, Tricks, Windows Utilities
Get rid of Windows Messenger
Get rid of Windows Messenger
Start->Run->"gpedit.msc""
-Computer Configuration
-Administrative Templates
-Windows Components
-Windows Messenger
Here you can enable
"Do not allow Windows Messenger to be run"
and
"Do not automatically start Windows Messenger initially"
Labels: Tricks, Windows Utilities
Shut Down Windows Automatically
You can schedule this utility to shut down at a specific time, at a timed interval or when the CPU becomes idle. You can set it to shut down, restart, log off, power off, suspend, hibernate and lock computer. You can also set it to only disconnect the modem. You can capture desktop or execute program before shut down.This is an utility designed to shut down Windows computers automatically, with several working ways and fully configurable. Some of its features are:
- Shut down your computer at certain hour (e.g. at 11:00 P.M.).
- Shut down your computer when the CPU becomes idle.
- Option to execute a program before the shut down.
- Several types of shut down are available (shut down, restart, log off, power off, suspend, hibernate and lock computer).
- Option for show an alert window, which allow the cancellation of the shut down.
- There is an option for setting up a password to protect the access to the configuration.
- Instead of doing a shut down there is an option for hanging up the modem .
- Option to run the program when starting Windows session, for daily programmed shut down.
- Immediate shut down and computer lock from the traybar icon menu.
You may find it on softpedia.
Labels: Office Tools, Tricks, Windows Utilities
PDF Hammer Free Online PDF Files Editor
Once you have access the website, you can create a new project by uploading few of your PDF files that need to be edited. It allows user to arrange pages based on own preference, append one PDF page and add it to other PDF files, delete any pages and even more. Further assisted with color code, user will able to differentiate if the pages are originally belongs to the document or are newly added pages that can be moved around.
Currently the PDF Hammer is still in beta version. So we should expect a more features-rich version which includes pages rotation and watermarks or stamping to the pages to be available soon . Since it is free for use and no installation is needed, no harm to try it now.
Labels: Software • Tips, Windows Utilities
12 Most popular Analytic tools used for blogs
1. StatCounter: StatCounter is mostly used by bloggers. It can also provide data in invisible mode. It sends the statistic report to you on weekly or monthly basis ,provide statistic what keywords your visitors used to reach your website, it displays from where your visitors came from in the big map.
2. Google Analytics: Google Analytics supports a lot of features like it provides report in PDF formt, emails the report to the blogger, and tracks all campaigns, integrated with AdWords. This tool is very famous among bloggers.
9. Site Meter: Site Meter's comprehensive real time website tracking and counter tools give you instant access to vital information and data about your sites audience.
And do share which tool would you prefer for your blog and you think is good to use.
Remove the evil red eye from your images!
Red Eye Remover Pro is able to:
- It automatically detect and instantly correct red pupils in your photos
- It can load and save three common image file formats (jpeg, bmp and png)
- Amazingly work with large collections of images at once
- It will let you adjust the correction parameters in order to achieve the best result:
- It can even make the pupil area darker or lighter to give the eye a natural look.
- You can adjust the pupil detection
- You may even change the correction strength
- Let you to save corrected images one by one or simultaneously
- It can also save corrected images to the original or new files
Labels: Software • Tips
Share files without uploading anything
How to make your folder invisible ?
Have you ever wondered about how to secure your content residing in your laptop or PC.Say you do not want the files to be visible to anyone. How can you do that? Is it possible?Well it’s seems to be impossible but actually not. I would be telling you how you can achieve that. You do not require any software to do so; there are few tricks from which you can achieve the results.
Here’s the hack:
Create a new folder or choose an existing folder to try the trick. While naming or renaming the folder hold [Alt] Key and enter 0160. Release the [Alt] Key. Now notice that the name part of the folder is just a blank. To make you understand let me tell you what I have done? I have inserted a ‘Non-Breaking Space’ as the name of the folder.
After that right-click on the folder and select 'Properties' and choose the 'Customize' tab. Click on the 'Change Icon' button. Scroll along till you find a few blank spaces. Click on any one of them and click Ok. That’s all. Your folder is hidden now.
Now you only know where the folder is. To select the folder just click on it, it will get visible again.
Labels: Office Tools, Windows Utilities
Copy files faster with TeraCopy
If you copy a single file which has size about 50Mb, it will take about 1 minute or maybe less to finish copying it. But if you want to copy a folder which has hundreds of files, it might take longer even though the size is similar.
>Copy files faster
>Pause and resume file transfers
>Error recovery
>Interactive file list
>Shell integration
>Full Unicode support
TeraCopy is free for home users but it only has basic functions. If you want to have extra features, you can go for the pro version. In pro version, you can copy selected files with the same extensions or same folder and it also allows you to remove selected files from the copy queue. And of course, there are these more features in the pro version.
Labels: Software • Tips, Windows Utilities