Friday, January 22, 2010

Facebook Typeahead Input

The new fbml version which is 1.1 has included an Ajax Typeahead object as a FBML tag. So it is not necessary to create our own javascript to implement the typeahead object. You can implement the feature using a code like this

   1: <fb:fbml version="1.1">
2:Service Provider :<fb:typeahead-input name="serviceProvider" autocomplete="off" >
   3:     <fb:typeahead-option value="mob" >Mobitel</fb:typeahead-option>
   4:     <fb:typeahead-option value="dia" >Dialog</fb:typeahead-option>
   5:     <fb:typeahead-option value="tig" >Tigo</fb:typeahead-option>
   6:     <fb:typeahead-option value="hut" >Hutch</fb:typeahead-option>
   7:   </fb:typeahead-input>
   8: </fb:fbml>



After adding above code, the resulting input element will be like this

image

Wednesday, January 6, 2010

Disk Cleanup Wizard in Windows 2008

In windows 2008, it seams some basic windows features like disc cleanup wizard are  missing by default. To activate the feature you need to enable the “Desktop Experience” feature from the Server Management in Administrative Tools section

image