Welcome!

Using Profile in Website and Web Project with Profile Migration

What is Profile? The ASP.NET profile feature associates information with an individual user and stores the information in a persistent format. Profiles allow you to manage user information without requiring…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to post on facebook wall

Posting/adding data into facebook Facebook is the most widely used Social Networking site. Thus it will be greatly beneficial for facebook users if they can directly access data outside facebook…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
New Features Introduced In Ruby 3.1 | Mindfire Solutions

Most of the developers have been working in rails 3.0.1, but the new version of rails (i.e. 3.1) is available now. I am going to discuss all the new features…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to check whether the current user is Administrator or not on Mac using Cocoa.

There could be a  scenario in which a application would need to know whether the user is Admin or not, before or after startup to allow/block user from using it’s…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Retrieve a lookup field value in a Silverlight page as a WebResource in CRM 2011

To retrieve the values of a lookup field or any other field in a Silverlight page, we need to follow two steps i.e 1. Design the Silverlight application to retrieve…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
How to access mutable (non-const ) data type values from CFArrayRef

Is accessing mutable type values from the CFArrayRef a straightforward task ? No! it is not as simple as it is for non-mutable types. Background The CFArrayRef is the standard…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Retrieve The Controls Present Inside The ListBox ItemTemplate in Windows Phone 7

As in Windows Phone 7 we generaly display lists of Data in the ListBox. So many times we came across the problem of retrieving the controls inside the ListBox itemTemplate.…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Basic JQuery syntax

$(document).ready(function () { $('.basic1').click(function (e) { e.preventDefault(); alert('hi'); }); } Now alert will show clicking on both. Through id we can do but then we have write two times like…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!
Video Chat in Rails 3

Gems used: gem ‘raydash’, ‘2.1.0’         gem ‘jquery-rails’ step 1 : First generate a new rails project by typing rails new Demo_apps. step 2: Inside Your gem file add…

150 150 Burnignorance | Where Minds Meet And Sparks Fly!