Information Subscribe to Information
Write a class which implements IDisposable interface and provides a finalize method. The finalize method should not get called if the object is disposed
This is an interview question “Write a class which implements IDisposable interface and provides a finalize method. The finalize method should not get called if the object is disposed” class… Read more
Simple Indexer Example In C#
In this example I will create a simple indexer in C# class indexer_class { List<int> index = new List<int>(); public void set_length(int length) { if (index.Count < length) payday loans… Read more
FB’s Multi Friend Selector using Facebook Connect
To display multi-friend-selector on your application using facebook connect, you first need to include the js for that. < script src=”http://connect.facebook.net/en_US/all.js” type=”text/javascript” /> Initialize facebook o cheap viagra bject with… Read more
Lambda expression, predicates and anonymous method C#
Suppose we have a list of integers and we are required to find all the numbers divisible by 3 from the list. So what we eventually do in the previous… Read more
Ajax POST method, using xmlhttprequest
To post data using ajax xmlhttp protocol. var request; function createAjax(url,callbackfunction,parameters,method) { try { request = new ActiveXObject(“Microsoft.XMLHTTP”) viagra vs cialis ; } catch(e1) { try { request = new… Read more
Handle QueryString Using Reflection In .NET
Recently we encountered an instance where we are required to use the querystring. I created a small class, that will read the query string and return the properties based on… Read more
Macbook Announces Bottom Case Replacement Program
Any MacBook purchased between October 2009 and April 2011 is eligible for free repairs of peeling bottom coming off due to issues with glue. Apple has determined that under certain… Read more
Asus Officially Announces Its Padfone
Asus has officially announced their Android Tablet/Phone Combo named Padfone at Computex Taipei exhibition in Taiwan. Asus hasn’t specifically mentioned the specifications for Padfone, but looks like Asus themselves are… Read more
Dynamically setting fb:like button url
To dynamically set the href (url) attribute of the fb:like button. Place a script tag, just after the fb:like element, setting the href attribute of the fb:like element. <fb:like id=”like”></fb:like>… Read more

Add CSS to Facebook comment box
To add CSS Facebook comment box, what all we need to do is to assign the CSS attribute to the fb:comments tag. To change the like button style. .liketext {… Read more »