While working with bootstrap 2.3.2 modal I noticed a weird issue with tooltips applied to elements inside that modal. To fix this issue I applied stopPropagation on tooltip element: fragment.find('...
In VS2012 there is preview tab feature i.e when you select any file it is opened and will be placed in the right corner of the tab-well and when you select another file the current file will be closed...
ASP.NET Visual Studio 2012 error: This operation requires IIS integrated pipeline mode.
This is an off-topic post. I had to blog about it because Activision deserves to be slammed for not providing the pause option when playing "extinction" or "squad" offline.
If youhave the bytes with you and want to convert to string in like 10KB, 10MB or 10GB the following code will help you: public static String BytesToString(double byteCount) { string[] suf = { "B...
If you want to add 301 redirects to your site you can do that via web.config. Here is the example: <location path="communifire/technology"> <system.webServer> &am...