Month: March, 2008

Cutting Emissions

31 March, 2008 (21:10) | Uncategorized

I’m very much in favour of cutting emissions but I found the headline of this article
http://www.smh.com.au/news/environment/light-bulbs-ban-to-slash-emissions/2007/02/19/1171733685061.html
to be somewhat inconsistent with its own facts
The Federal Government estimates replacing the old bulbs with compact fluorescents in homes could cut greenhouse gas emissions by as much as 800,000 tonnes a year in 2008-12. Australia’s emissions in 2004 totalled [...]

How to Sort using Multiple Attributes?

31 March, 2008 (12:10) | Uncategorized

Hi, …

MyEclipse Delivers Tools to IntelliJ IDEA Users

31 March, 2008 (09:10) | Uncategorized

MyEclipse is proud to announce immediate availability of the popular SNAPs tools to users of IntelliJ IDEA via “Use-Anywhere” connectors.
Developers using IDEA are now able to utilize the MyEclipse Visual HTML Designer, XML Editor, Database Explorer and Image Editor SNAPs directly in their own environment. Soon, additional SNAPs will be made available to IDEA users [...]

Java Date / Time zone issue / UTC to BST conversion problem

31 March, 2008 (06:10) | Uncategorized

Hello,…

MyEclipse Delivers Tools to IntelliJ IDEA Users

31 March, 2008 (03:10) | Uncategorized

MyEclipse is proud to announce immediate availability of the popular SNAPs tools to users of IntelliJ IDEA via “Use-Anywhere” connectors.
Developers using IDEA are now able to utilize the MyEclipse Visual HTML Designer, XML Editor, Database Explorer and Image Editor SNAPs directly in their own environment. Soon, additional SNAPs will be made available to IDEA users [...]

Date formatting issue

31 March, 2008 (00:10) | Uncategorized

I’m building JSf page but my question is date formatting. here is sample code …

MyEclipse Delivers Tools to IntelliJ IDEA Users

30 March, 2008 (21:10) | Uncategorized

MyEclipse is proud to announce immediate availability of the popular SNAPs tools to users of IntelliJ IDEA via “Use-Anywhere” connectors.
Developers using IDEA are now able to utilize the MyEclipse Visual HTML Designer, XML Editor, Database Explorer and Image Editor SNAPs directly in their own environment. Soon, additional SNAPs will be made available to IDEA users [...]

Attempting to make a Law of Sines program

30 March, 2008 (00:10) | Uncategorized

Okay, so I’ve been making my own Law of Sines program (just because I can) and I’ve noticed something: Java seems to be automatically “set” to calculate on a radian “mode”. I noticed this by inputing:…

MyEclipse Delivers Tools to IntelliJ IDEA Users

29 March, 2008 (21:10) | Uncategorized

MyEclipse is proud to announce immediate availability of the popular SNAPs tools to users of IntelliJ IDEA via “Use-Anywhere” connectors.
Developers using IDEA are now able to utilize the MyEclipse Visual HTML Designer, XML Editor, Database Explorer and Image Editor SNAPs directly in their own environment. Soon, additional SNAPs will be made available to IDEA users [...]

Is it possible to use a variable in the name of other variables?

29 March, 2008 (17:13) | Uncategorized

Trying to avoid a long post; is there some command in Java that would allow a variable to be read before the rest of the statement it is in?…