If you reached here that means you are looking for the code with suggested bug fixes. I got the code from http://nisheet.wordpress.com/2007/04/28/resizable-title-window/. Thanks Nisheet for your wonderful work.
http://groups.google.com/group/mavasflex/web/ResizableTitleWindowWithFixes-04212010.zip
Wednesday, April 21, 2010
Friday, August 21, 2009
Asian chars in Eclipse - UTF-8 encoding
In order to save Asian and Indian characters in Eclipse, the file encoding should be changed to UTF-8 before opening the file and adding Indian and Asian characters. If you try to change the encoding after adding characters the Eclipse will show save error because of some characters can't be mapped. In order to change the encoding before opening the file, select file in navigator pane and right click for properties menu, choose Other (UTF-8) under Resource->Text file encoding.
Sunday, October 26, 2008
Ubuntu - wireless network
The following content in /etc/network/interfaces blocked my internet connection.
auto lo
iface lo inet loopback
iface wlan0 inet dhcp
wireless-key s:
wireless-essid vvasam
auto wlan0
I deleted the following lines in the interfaces file and started wireless connection.
auto lo
iface lo inet loopback
The following are the commands for starting wireless connection
sudo ifconfig wlan0 down
sudo ifconfig wlan0 up
sudo iwconfig wlan0 essid key
auto lo
iface lo inet loopback
iface wlan0 inet dhcp
wireless-key s:
wireless-essid vvasam
auto wlan0
I deleted the following lines in the interfaces file and started wireless connection.
auto lo
iface lo inet loopback
The following are the commands for starting wireless connection
sudo ifconfig wlan0 down
sudo ifconfig wlan0 up
sudo iwconfig wlan0 essid
Thursday, October 25, 2007
SOA Definitions and Architecture Overview
Please find the article at http://soastandards.org/articles.html
Subscribe to:
Posts (Atom)