Welcome!

How To Add An App Bar In Windows Store App Using WinJS

For adding an app bar in every pages of our application we need to add the app bar in the default.html. As we know  when we create a project with…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to get language specific Skype status in text format

In my previous tip ‘How to get Skype status on the web application and make call or chat from web application’ I showed how to get skype status by getting…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Monitor the time taken by Server to execute a WebPage

Monitor how much time the server is taking to process a request and to give a response. Sometimes we need to monitor the performance of our web application, like how…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Custom Configuration in web config

Accessing and saving custom settings from web.config in ASP.NET We usually save our application settings through key and value in appSettings element of web.config file. But accessing the attributes in…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Difference between BorderStyle property NotSet and None

Each web control has a lot of properties for customization. These properties can be set by the developer during design time or runtime with different predefined values. Such a property…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Add tooltip to ASP.NET Datapager

ASP.NET pager doesn’t provide any direct support for adding tooltip to its different buttons . But there are some work arounds through which you can provide tooltips to ASP.NET data…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
IE7 Tabbed Browsing And Keyboard Shortcuts

Tabbed browsing feature is enabled by default in Internet Explorer 7 but in case its not, you can go to Menu Tools|Internet Options,  From the preference window that pops up,…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Tracking dependencies of a library in Mac

otool is a command-line tool shipped with Xcode and can do things similar to Dependency Walker in Windows. Where is it located? /Applications/Xcode.app/Contents/Developer/usr/bin How to use it? For instance, to…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Play background music in mobile application using Corona

Introduction : While developing a gaming application, everyone wants to add background music to play all the time when user is playing the game. Corona sdk provides API that simply…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!