IE Shortcuts

By mahingupta on Jul 30 2010 | 0 Comments

I spend almost half of my time working on browsers. So it is always important for me to make sure I can operate it as fast as possible. The best way to do any activity faster on computer is simply use Keyboard as much as possible.

So here I am listing few of the shortcuts I use most while operating in IE.

IE and Google Toolbar shortcuts :

Some of which I use most are

  • Alt + D : Selects text in Address bar
  • F4 : Address Bar ( Actually it opens Address bar history )
  • F5 : Refresh
  • Ctrl R : Refresh
  • ESC : Stop loading page
  • ESC : stops any animating gif ( I love this )
  • F11 : View Full screen
  • F6 : Move between Address Bar, Favorite Bar, and Browser window
  • F12 : Developer Tools
  • Ctrl T : New Tab
  • Ctrl F : find 
  • Ctrl N : Open current tab in new window
  • Ctrl K : Clone currant Tab
  • Alt V C : View Source
  • Alt LeftArrow : Previous page ( Back button in browser history )
  • Alt Right Arrow : Next Page
  • Ctrl Q : Show thumbnail view
  • Ctrl W : Close current Tab
  • Ctrl E : Goto Browser quick search bar

If you have installed Google toolbar and want to reach its Search box, you can use shortcut below.

  • Alt G : Google Search Bar

For more detailed entry of shortcuts you can visit

http://www.onecomputerguy.com/ie_tips.htm#keyboard_shortcuts

I have checked all above shortcuts with IE8 and IE 7 compatibility mode. All of them work very fine.

 

Thanks,

Mahin Gupta

Post info

Categories: TechNews , TechTips , Browsers

BugTracker.Net : Add attachment gives you invlaid id

By mahingupta on Feb 25 2010 | 0 Comments

Hi, We are using BugTracker.net to Track Bugs ;)

It has fairly almost all features one need to track issues related to development and above all its free. Highly recommended after using it for almost 1 year.

We were facing a strange bug in it from quite a few time.

Whenever we try to add attachment to issue, it always failed with message “invalid id”.

After a bit of Google, we found following solution here :

In add_attachment.aspx. file remove attribute action=add_attachment.aspx from the form tag.

ie

Change :

<form class=frm runat="server" enctype="multipart/form-data" action=add_attachment.aspx  >

To :

<form class=frm runat="server" enctype="multipart/form-data" >

 

Happy Bug Tracking :)

Post info

Tags:

Some amazing Logo designs – Part 1

By mahingupta on Feb 01 2010 | 0 Comments


I will write a multipart series to show you some great Logos I have found on the net.

Below Logo designs I have seen at this place. There are many great designs out there. Below are my pics.

 

 

 

Post info

Tags:
Categories: Logo , Design