You Are Viewing softwares

DropBOx-share File smartly

Posted By vibhu on July 6th, 2010

http://magicalharsh.com/blog/dropbox-share-file-smartly/

DROPBOX is used for online back up file sharing and file synchronizing

    Oh !! I dn’t have the Pen drive ,and i want these file to be with me as i m leaving from the city :( .
    I m working on some project .and i want my partner to get program files in a sync manner and in a very fast way. :)
    I want online back up of my important files ..

The one and the very best solution till now is The DROPBOX. It work like a box in which u can put your files and the box is saved at internet. you are somewhere away from your system and want to work on these files ,now you can just work on it modify it you will found that it was modified on yous system also in a sync manner. :)
It is open source Software and can easily be downloaded at company’s website DropBox.com and easy to install at any Platform Windows ,linux or Mac .

After installing it you will see an icon at your desktop and you can make account of your email id .
it also create a folder as the child of your documents folder like this:-

you can make a new folder rename it and then put right click ,go to dropbox menu and make it share with other users to share it on internet with your partners.

FEATURES-

File Sync
Dropbox allows u to sync file to your computers through internet

    Sync files of any size or type.Automatically syncs when new files or changes are detected.
    Work on files in your Dropbox even if you’re offline. Your changes sync once your computer has an Internet connection again.

File Sharing
sharing of files can easily be done at internet or by your system with other users..

    Shared folders allow several people to collaborate on a set of files.And You can see other people’s changes instantly.
    You can control people to able to access the shared folder and can easily kick them .. ;)

Online backup
Dropbox back up your files automatically when you put those files on the dropbox folder

and tho other more like web access ,security and privacy ,mobile device access..and many more :)

Today many company use this dropbox in their project making and m also having full benefit . Just try it !!!!

More Information about Dropbox see Dropbox.com

Teamviewer -an important project tool

Posted By vibhu on July 5th, 2010

http://magicalharsh.com/blog/teamviewer-an-important-project-tool/


TeamViewer-the All-in-one solution for the Remote Access and support over the Internet

This is the punch line of the Company ,and i also feel personally that it is the best. :) . TeamViewer is one of the world wide leading solutions for desktop sharing and online collaboration over the Internet.By Teamviewer you can help and remotely access your friend computer as it in front of you..and can help him by working at your laptop or system. it works on any platform Windows ,linux, Mac..etc.
you can simply download it from here
installation process is very easy ..simply next ..next..next :P
then when you run it a window appears ..but please please please install it at least on two systems as the other one is the system you want to access remotely.
Teamviewer window
And one important note -the version of Teamviewer at both the system should be same ..
In create session you have to enter the ID of the of other system and select the type of access given below it .And if the other one wants to see your desktop they have to know the Id and password given at your window.when you click on “Connect to partner” it demands for the password of the other’s system,after filling the password a connection is established.and you can see your partner desktop at a separate window..:)
Don’t bother about the security about your system while making this connection because the password is changed every time you run it on your system so no one can make a permanent connection without your permission :-)
you can also record the session and watch it later ,can transfer the files to your partner.make a VPN(virtual private network) connection,and use it as a presentation .so it’s a very important utility tool for project making.
enjoy it , it’s very helpful :)

Configuring Pigdin behind a proxy

Posted By Harsh Singh on October 11th, 2009

http://magicalharsh.com/blog/configuring-pigdin-behind-a-proxy/

Its pretty easy to configure pigdin behind a proxy to work with your gtalk account :

How to configure EditPlus to compile JAVA codes

Posted By Harsh Singh on April 16th, 2009

What is Edit Plus ?

EditPlus is a text editor, HTML editor and programmers editor for Windows.

How to configure Edit Plus to compile and run JAVA code ?

Go to Tools >> Configure

Click Add Tool >>

Tool #1 (for compiling the code)

Menu text : compile
Command : C:Program FilesJavajdk1.5.0binjavac.exe (Browse for javac.exe)
Argument : $(FileName) (File Name)
Initial Directory : $(FileDir) (File Directory)

Check “Capture Output” and “Save Open Files”

Tool #2 (for executing the code)

Menu text : run
Command : C:Program FilesJavajdk1.5.0binjava.exe (Browse for java.exe)
Argument : $(FileNameNoExt) (File Name Without Extension)
Initial Directory : $(FileDir) (File Directory)

Check “Save Open Files”

Tool #3 (for applets)

Menu text : applet viewer
Command : C:Program FilesJavajdk1.5.0binappletviewer.exe
Argument : $(FileName) (File Name)
Initial Directory : $(FileDir) (File Directory)

Check “Save Open Files”

Simple Machine Forums

Posted By Harsh Singh on April 5th, 2009

What is SMF ???

Simple Machines Forum — SMF in short — is a free, professional grade software package that allows you to set up your own online community within minutes

ts powerful custom made template engine puts you in full control of the lay-out of your message board and with our unique SSI – or Server Side Includes – function you can let your forum and your website interact with each other.

SMF is written in the popular language PHP and uses a MySQL database. It is designed to provide you with all the features you need from a bulletin board while having an absolute minimal impact on the resources of the server. SMF is the next generation of forum software – and best of all it is and will always remain completely free!

Download : http://www.simplemachines.org/

Map a Drive Letter to a Folder the Easy Way in Windows

Posted By Harsh Singh on March 7th, 2009

Have you ever needed to repeatedly access a folder that is nested deep inside a giant hierarchy of folders? Sure, you can always create a shortcut to that folder, but did you know you can actually assign a drive letter to a folder instead? Today we’ll show you how to do this.

This ability has existed in Windows via the subst command for quite a while, so this will also work for you XP users as well.

Map a Drive Letter the Easy Way

The easiest way to assign a drive letter to a folder is to use a simple utility called Visual Subst, which gives you a nice graphical interface to assign drive letters, but also does something that the command line version can’t… you can set your virtual drives to apply again at startup.

You can download and run the utility without needing to install it, and then simply use the Browse button to select your path, and click the green plus symbol after choosing the drive letter.

image

At this point you should see the drive letter show up in the list. (Note that you can delete it by highlighting and choosing the red X icon, or change the path / letter by using the Save button.

image

If you want to save the drives, you’ll want to select the “Apply virtual drives on Windows startup” option.

Now when you open up your Computer window, you should see the new drive show up in the list.

image

The contents of the new M: drive will actually be the contents of my desktop folder.

Download Visual Subst from ntwind.com


Courtesy : www.howtogeek.com

Map a Drive Letter to a Folder the Easy Way in Windows

Posted By Harsh Singh on November 26th, 2008

Have you ever needed to repeatedly access a folder that is nested deep inside a giant hierarchy of folders? Sure, you can always create a shortcut to that folder, but did you know you can actually assign a drive letter to a folder instead? Today we’ll show you how to do this.

This ability has existed in Windows via the subst command for quite a while, so this will also work for you XP users as well.

Map a Drive Letter the Easy Way

The easiest way to assign a drive letter to a folder is to use a simple utility called Visual Subst, which gives you a nice graphical interface to assign drive letters, but also does something that the command line version can’t… you can set your virtual drives to apply again at startup.

You can download and run the utility without needing to install it, and then simply use the Browse button to select your path, and click the green plus symbol after choosing the drive letter.

image

At this point you should see the drive letter show up in the list. (Note that you can delete it by highlighting and choosing the red X icon, or change the path / letter by using the Save button.

image

If you want to save the drives, you’ll want to select the “Apply virtual drives on Windows startup” option.

Now when you open up your Computer window, you should see the new drive show up in the list.

image

The contents of the new M: drive will actually be the contents of my desktop folder.

Download Visual Subst from ntwind.com


Courtesy : www.howtogeek.com

Q-Dir 3.33

Posted By Harsh Singh on November 21st, 2008

Q-Dir makes your files and folder easy to manage.
Fast and easy access, with an amazing Quadro-View technique.
You don’t have to renounce the usual, Drag and Drop, all Views, and other functions of your system.
No! Q-Dir gives you other nice functions, that make you happy.
One can save many hand moves and also time!

Q-Dir does not have to be installed and can be executed easily from the desktop.
Rename Q-Dir_Installer.exe to Q-Dir.exe and GO.

It’s a small famous utility for Windows PC-s and also an USB-stick friend :) .

WARNING :Once Q-Dir, always Q-Dir ;) !



Q-Dir makes your files and folder easy to manage.Fast and easy access, with an amazing Quadro-View technique.  One can save many hand moves and also time! It's a small famous utility for Windows PC-s and also an USB-stick friend :).

:Some Features::

Favorites:
Quick access to most often used folders.
Drag&Drop:
Move files by dragging in Q-views, and other programs such as MS Explorer.
Clipboard:
Copy/ Paste between the Q-Dir directory views, and other programs such as MS Explorer.
Folder-Type:
ZIP-, FTP-,cabinet-,network-, system – folders, shortcuts …
Views:
Large icons, tiles, list, detail, thumbnail (Vista: extra large symbols) .
Export:
to XLS, CSV, TXT, HTML.
Popup Menus:
Desktop, My Computer.
Screen magnifier:
anything on the screen can be enlarged.
Color Filter:
Different colors for different item types (e.g. *.log;*.txt).
Highlight-Filter:
Effective way for fast items highlighting.
File-Filter:
Allows for quick and easy filtering of the items.
Columns:
All columns support, and save function .
Quick-Link’s:
For fast folder access.
Folder-Select:
Fast & flexible folder selection address-bar/ desktop menu/ my-computer menu/…
Multi-INI:
Several INI files for Q-Dir.
Tree-View:
Simple and quadruple.
Preview:
Allows a quick preview.
Portable:
from 2.77 is Q-Dir portable.

New in 3.27 / 08/11/2008
Improvements and corrections: Address bar, Tree-view, menu bar, L-mouse double-click … .

New in 3.25 / 08/06/2008
1. Vista SP1 Search Fix [F3] and new [Alt + F3] selected item.
2. Tree-view switch problem fixed.
3. Tree-view in Vista in Vista look.
4. Correct updated when you connect and disconnect network drives.
5. The folder deletion is possible even if this is open.
6. With second click on [F2] will select only the name.
7. Couple corrections.

New in 3.23 / 07/31/2008
Small improvements, optimization and beauty fixes.

New in 3.22 / 07/24/2008
1. Win98: corrections in color filter and directory structure.
2. Vista: graphics bug terminated in the address bar.
3. New optional treeview-popup with drive bar: above the button Desk. .

New in 3.20 / 07/19/2008
1. Mini bugs kick: vista, statusbar, address bar!

New in 3.19 / 07/18/2008
1. Delete the Start.qdr at Q-Dir crash.
2. More space for data, address bar either 1x or 4x or no
3. No crash at various removable storage media!
4. Small optimization and bugs

New in 3.17 / 07/04/2008
1. Optimization especially in the memory usage in prolonged use.
2. Treeview: adjustable auto expand drag over time.
3. Singel panel mode for small screens.

New in 3.16 / 06/15/2008
1. Corrections in the launch window positioning of Q-Dir.
2. Some of Vista bugs trod.
3. Better Path interpretation in the address bar, and support the environment variables “%temp%”, “%appdate%”, “%AppData%”, “%UserProfile%”, “%AllUsersProfile%”, “%ProgramFiles%”, “%SystemRoot%”, “%SystemDrive%”, “%Temp%”, “%Tmp%” ….

New in 3.15 / 06/07/2008
1. Corrections and improvements in the microscope.
2. Optional display of directory or name in the title bar.
3. View updated when enable/disable the file filter.
4. Better optics under flat-Design.
5. Renaming on Shell Context-Menu in the Tree-View.
6. Preview and general optimization.

New in 3.13 / 05/29/2008
1. Support for the mouse XButtons Previous and Next navigation.
2. Network access in the tree-view improved and accelerated.
3. Auto update problem in the tree-view for zip folders and network is fixed.
4 PDF preview is possible when Adobe Acrobat Reader >7.0 is installed.
5. Optimization stories.

New in 3.11 / 05/24/2008
1. Driver name change in the tree view is possible, also ‘UNDO’ last rename command.
2. Auto update correction in the tree-view, improvement for List-View.
3. Start error message suppression: removable media or unreachable/deleted folders!
4. Shell menu display the full folder path in the status bar.

New in 3.09 / 05/19/2008
1. Direct rename in the Tree-View is possible, also copy/paste/cut [Ctrl] + C V X.
2. Two views more 2 & 3 rotated.
3. Small size optimization!

New in 3.07 / 04/27/2008
1. Speed-Optimizing in color filters for larger directories.
2. Optional activation of colors or bold font for the tree view’s.
3. Font size corrections in the display (accwiz.exe).

New in 3.05 / 04/20/2008
1. Corrections:Tree-View,Color-Filter,Popup-Menue.

New in 3.03 / 04/13/2008
1. File filters corrections.
2. Color filter correction .
3. Marking filter corrections.
4. Tree-view corrections.
5. The view-settings will be saved in the INI. For portable also everything else.
6. Q-Dir is 100% portable.
7. Optimization and fine-tuning;).

New in 2.99 / 04/07/2008
1. English translation.
2. View transferor right mouse button on the Q-Icon.
3. Quick Links folder problem resolved
4. Portable Install corrections.
5. ALT + LEFT / RIGHT = Back / Forward navigation.
6. The marker filter can be used as file filter
7. Unicode version: support of Asian, Arabic, Hebrew, … Writings.
8. Speed and other optimization;).

….

Courtesy : http://www.softwareok.com/

Remove duplicate files the easy way

Posted By Harsh Singh on October 4th, 2008

I have always wanted this kind of software. I have thousands of mp3 songs packed in various partitions of my hard disk. I have collected these songs from several places and keep them storing, but the problem while augmenting my collection is that I am never sure whether I have copied the set of songs before or not, so I just copy them irrespective of the fact that they may be already present. The consequence is that my hard disk space is almost filled with duplicate files

That is why I always wanted a software that could compare the contents of two folders and remove the duplicate elements.

File Comparator is a program which compares any files by their contents. This utility allow you to quickly compare contents of any files in specified folders, and allow to show files which contain same data.

Download Now (493.72K)

Tested spyware free


Download FolderIcon XP v1.02

Posted By Harsh Singh on July 29th, 2008

FolderIcon XP allows you to easily change the icon for any folder with just a few clicks. It integrates into the Explorer right-click menu and offers more than 120 custom XP-style icons (colored, numbered, marked folders) as well as a set of of more than 260 selected system icons. You can also add your own icons and use them in addition to the included library. FolderIcon XP keeps a detailed log of all changes and you can restore any folders, or all of them to the default settings at any time. Additional features include support for network paths, batch apply to subfolders and more.

Download FolderIcon XP v1.02