phanibitra

Stories submitted by phanibitra

How To : Host Silverlight Xap in Blogger(dotplusnet.blogspot.com)

submitted by phanibitraphanibitra(170) 1 year, 7 months ago

Here is an article describing the procedure to embed silverlight apps in blogger posts. read more...

add a comment |category: |Views: 63

tags: another

Copy files from GAC(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 2 years, 4 months ago

It is really painful to copy files from GAC(Global Assembly Cache) usually located at C:\WINDOWS\assembly. If you right click on any of the assemblies in the folder you only get the option to view properties and to uninstall that assembly. But sometimes it happens that you have no other option other than copying it from GAC. Here i have simple workaround applying which you can copy the assemblies from the GAC. read more...

add a comment |category: |Views: 11

tags: another

Firebug for IE,Safari,Chrome and Opera(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 2 years, 7 months ago

Firebug is certainly one of the main assets for web development available. I know that is the plugin of choice for many others. An undesirable side effect of Excellent Firebug is that other similar tools for other browsers pale in comparison and seem inferior.You can use firebug in any other browser by following these steps: read more...

5 comments |category: |Views: 534

tags: another

Snippet Designer a visual Studio Addin Bug Fixed(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 3 years, 3 months ago

Snippet Designer is a visual studio addin and using this creating code snippets is a cakewalk. All you need to do is select the code that you would like make a snippet for, and then right click and from the context menu select "Export as snippet" and that code is opened in a new window there you can select the variables that would be changing and right click and select "Make Replacement". If you want to remove replacement select and then right click and select "Remove Replacement".So creating snippets was very simple using this addin. read more...

add a comment |category: |Views: 9

tags: another

Microsoft Visual Studio 2008 development server conflict w(phanibitra.co.cc)

submitted by phanibitraphanibitra(170) 3 years, 3 months ago

I created "New Web Site" and Started Debugging the page to see the blank page rendered. To my surprise, IE 7.0 displayed an error message saying: "Internet Explorer cannot display the webpage". read more...

add a comment |category: |Views: 10

tags: another