Manish Pansiniya's Blog

.NET, C#, Javascript, ASP.NET and lots more…:)

Archive for the ‘Tools’ Category

Magic Disk – Virtual Drive for ISO Mount

leave a comment »

Just found alternative for Magic Disk

GBurner Virtual Drive

OSFMount

Written by Manish

June 23, 2013 at 8:29 pm

Posted in Tools

Tagged with ,

IE9–Increase last Visited Websites in Address bar

with one comment

The default settings of IE9 has only 5 last visited websites and that sometimes irritates user as they could not select website that we visit daily. It looks something like this:

image

If we want to view this list fully, we need to change following settings:

Goto IE9 > Internet Options > Content Tab > AutoComplete and uncheck all the items below address bar. Keep addressbar checked.

image

That’s it!!!. It will show entire list of site.

Written by Manish

August 12, 2011 at 10:45 pm

Outlook Addins

leave a comment »

Good Source of outlook addins

http://www.codetwo.com/downloads/freeware/

Written by Manish

August 12, 2011 at 12:03 am

Posted in Outlook, Tools

Tagged with ,

Outlook Plugins

leave a comment »

Written by Manish

August 6, 2011 at 11:39 pm

Posted in Tools

Tagged with

Startup Manager and Service on Windows 7 that Can be stopped

leave a comment »

Just clearing my windows 7 desktop and find 2 useful software+link to speed up the performance of the windows 7 desktop system.

Windows Service That can be stopped: http://i.i.com.com/cnwk.1d/i/tr/downloads/home/windows_xp_services_that_can_be_disabled.pdf

Startup Manager: http://codestuff.tripod.com/products_starter.html

Defragment: http://download.cnet.com/Auslogics-Disk-Defrag/3000-2094_4-10567503.html

Written by Manish

November 9, 2010 at 6:19 pm

Windows 7 starting with a temporary profile- Corrupt Profile

leave a comment »

I had problem yesterday while logging into my windows 7 account. I can login with the username and password but it shows nothing on my account. It is similar to new profile. While searching for solution, I found out that it is logging with temporary profile and this is the problem sometime happens with windows 7. To resolve the issues, there are solutions which says to backup the folder of account profile and create new profile.

But that is not the proper solution as per me. As you need to do many things and invest time into that.

The best solutions found is Reprofiler.

http://www.iwrconsultancy.co.uk/software/reprofiler/reprofiler.htm

With this tool, you can map the profile with correct username.

In my case, I have detached the profile first, then restart the computer. Then I logged in as another user (which is admin). Then I have again assign the profile to the username using this tool and it worked!!!

image

Written by Manish

August 21, 2010 at 4:45 pm

Resolved: FCK Editor’s FileManager issue with theme with ASP.NET Integration

leave a comment »

When using theme on your site and if you try to integrate the FCK editor, it has issue with the File Manager.

It shows the error dialog with HTML which has hint at last about some theme error.

Following article explain you error in detail as well as the solution required for it.

http://aspalliance.com/1908_Solution_to_ASPnet_Theme_Conflict_with_FCKEditor.2

Quite Simple

Written by Manish

June 5, 2010 at 4:10 pm

URL Rewriting is quite useful for SEO as well as for well maintain pages

leave a comment »

We have URL rewriting in one of our project and we used following library to make it so.

http://www.urlrewriting.net/149/en/home.html

It is quite good experience to use it in our project. Its very easy to setup and make it working if you know some basic regular expressions.

It would be of great help when you have CMS kind of website. Like

http://websitedomain/dotnetcms.aspx
http://websitedomain/phpcms.aspx
etc.

This all URL can be redirected to only one page with querystring which is as pages. That is like

http://websitedomain/CMSPage.aspx?ContentToShow=dotnetcms
http://websitedomain/CMSPage.aspx?ContentToShow=phpcms

And you can fetch the content from the database using ContentToShow string.

Quite easy but very useful

Keep Smiling 🙂

Written by Manish

May 31, 2010 at 5:32 pm

Fixed: Outlook Connector users: You must upgrade to a new version

with one comment

 

Fixed this issue.

Close Microsoft Outlook. Uninstall the current version of the Microsoft Outlook Connector. Download and install version 14.0 from www.microsoft.com/…/details.aspx. (Currently 14.0 is latest one on this date)

Written by Manish

May 4, 2010 at 12:38 pm

Website link checker

leave a comment »

We are just finalizing updates on our website IntelliPro Solutions and there are some broken links. Rather than manually searching for broken links, I found a useful freeware which can check all broken links (including external) in all pages of our site.

It’s http://home.snafu.de/tilman/xenulink.html (XenuLink)

Such tool really saves time.

Written by Manish

March 24, 2010 at 12:10 am