
What is SUN's promotion for Java SE6?
This page http://java.sun.com/javase/technologies/performance.jsp is so old. Today, I see last article posted December 2005 and only Java 5 mentioned in this page.

Using the electric field would pose a health risk, and would be better employed in applications in which people aren't nearby, he says. Conversely, using the magnetic field would be much safer and could be implemented just as easily. "I can't think of any reason to worry [about health concerns]," he says, "but people will."As technology improvement, everything are getting handy, but doesn't mean people are getting healthy. Got to make some search how electric field and magnetic field affect to people health.
The following shows the age distribution of LiveJournal users:
| 13 | 18111 | |
| 14 | 86152 | |
| 15 | 208933 | |
| 16 | 343292 | |
| 17 | 402602 | |
| 18 | 415630 | |
| 19 | 407798 | |
| 20 | 374305 | |
| 21 | 306239 | |
| 22 | 241646 | |
| 23 | 196216 | |
| 24 | 154057 | |
| 25 | 128022 | |
| 26 | 100316 | |
| 27 | 74239 | |
| 28 | 59702 | |
| 29 | 49253 | |
| 30 | 40438 | |
| 31 | 34715 | |
| 32 | 27681 | |
| 33 | 24569 | |
| 34 | 21020 | |
| 35 | 20230 | |
| 36 | 18281 | |
| 37 | 14073 | |
| 38 | 11175 | |
| 39 | 10222 | |
| 40 | 8597 | |
| 41 | 7747 | |
| 42 | 6677 | |
| 43 | 5884 | |
| 44 | 5474 | |
| 45 | 5978 | |
| 46 | 5314 | |
| 47 | 4245 | |
| 48 | 3569 | |
| 49 | 3335 | |
| 50 | 3312 | |
| 51 | 2978 | |
| 52 | 2508 | |
| 53 | 2240 | |
| 54 | 1882 | |
| 55 | 1959 |
My first throught about www.acrobatusrs.com is message board. People can post question to get help from web community. But, when I vist the site. I see blogs and some other learngin materials, not message board. Anyway, this is great move for adobe.
I have mixed feeling about PDF file. I would like people to send me PDF file instead of MS word file, but in the web, I will try not to open any PDF file. I think Acrobat reader is a monster as many reasons.
Read more at www.acrobatusers.com/
Sestion 508
(n) When electronic forms are designed to be completed on-line, the form shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.
There is a grey area on checkbox and radio button. Where do I put LABEL.
For example :
Accessories :
[ ] Printer
[ ] Monitor
[ ] Keyboard
[ ] Mouse
I believe each checkbox need to associate a LABEL with text on the right side.
Read more at www.access-board.gov/se...
Like to see how google doing the web pages. Unfortuately, the system said a little hiccup at this moment.
Read more at news.com.com/Google+unv...
Push down binary object at runtime -- it's a dream idea for web developer. It's going to be lightweight and fast.
However, Flash is really another world for me. Get the idea, but don't know how to start a sample.
Read more at www.osflash.org/
GIMP is my favorite graph tool. It's free. Since I am not professional graph designer, I only use some very simple tools on windows XP. And, it works for me.
Read more at news.com.com/Linux+user...
The other day, I were thinking how to draw fourier wave by using javascript canvas. At that moment, my assumption was that as long as I could figure out how to draw sin and cos, then I could do that.
Now, I just looked at the site http://davidbetz.net/graphics/ how to draw sin and cos. To draw a wave, it draw pixel by pixel. In this case, I need to work on my math how to calculate intrgral, then draw a fourier wave.
Read more at davidbetz.net/graphics/
It's amazing -- LCD display wall and made in the USA. I am wondering USA actually produce LCD panel.
My guess wall street must have a lot of LCD walls.

Read more at www.9xmedia.com/pages-B...
I just downloaded a zip version of SeaMonkey and opened it, but it didn't seem to accept cookies. By the way, that interface is just too old.
Read more at www.mozilla.org/project...
People reporting 10.4.4 were buggy.
No wonder the other day I opened IE on MAC, none of links counld be clicked. At that moment, I thought Apple really forced people to use Safari.
Read more at www.osnews.com/comment....
Today, first time I put my web page into w3c validator. Not to mention countless errors.
But, I have to two fundamental errors :
1, In web page I have
meta equiv="Content-Type" content="text/html; charset=iso-8859-1"
, but apache send out utf-8 encoding in the responding header.
2, Unencoded ampersands in URL
Link like href="q?p=welcome&id=" was failed.
According to http://www.htmlhelp.com/tools/validator/problems.html#amp
, it should be href="q?p=welcome&id="
I probably watch not much TV. I know craigslist classification and go to Whole Foods a lot, but I just don't know Lance Armstrong.
Read more at www.brandchannel.com/st...
First, I am wondering how many peoples are working on IE?
As to SELECT (MS combobox), it's most buggy object in IE.
Now, they have windowless fix. The other problems I have :
1, OPTION style sheet support.
2, If a LABEL object is associated with SELECT. Click this LABEL, then the related SELECT get focus. Unfortunately, the SELECT always select the first item.
3, Use style sheet to set a small size to SELECT object. When drop down pop up, the longer item OPTIONs will be cut off.
Read more at blogs.msdn.com/ie/archi...
Just like inline output from Firebug extension.
printfire("hellow world");
It's much easier than standout output "dump".So, no more alert(), no more dump() for debuging.There is no way to use IE as my default development environment.
Read more at www.joehewitt.com/softw...
It's much better than console2. Nice UI. My favorite part is js error indicator. This is very useful. I don't need to keep my js error console opening.
Read more at addons.mozilla.org/exte...
I like IE5/MAC showing tool tab on the left side of window. AOL Explorer has this kind of feature, too.
jEdit is my favorite java editor. It has this kind of feature. I can hide all add on tools on the side panel and reserver the main window for the file I am working on.
Read more at bugzilla.mozilla.org/sh...
Apache released 2.2 in the early of December 2005. The feature list is excited. It has Tomecat load balancer.
But, So far, I don't see window binary distribution. By the way, what's is "Apache Portable Runtime (APR)"? It's sort of virtual Machine like Java.Read more at www.apache.org/dist/htt...
Great news for mac. MS always offer their softwar into other platform differently, not full features. By the way, it's not for sale. It's better to kill it.
Read more at news.com.com/Music+stop...
This other day, I tried to implement alert message (like system tray -- show, then come down to hide) with marquee tag. Sooner, I realized Firefox didn't support loop attribute.
Read more at bugzilla.mozilla.org/sh...
Ping -- it's interested attribute for hyper link (A). Firefox just have it. Is this good for tracking system? Got to find a good use case.
Read more at whatwg.org/specs/web-ap...
Recently, just migrated from VSS to CVS, and felt a lot of pain. So far I got WinCVS the best, but the interface was still hard to use. I did't see a way to get server log automatically. Like editor, I had to select a file to see it. I would like to see every file editor when folder was changed.
Anyway, people is migrated to subversion, not sure what's the advantage.
Read more at webkit.opendarwin.org/b...
I through this was fast way to do innerText for Firefox. Unfortunately, this was only good for a paragraph. It did not skip STYLE, SCRIPT tags. DIV need a line break. There are lot more comlicated to handle line break.
Read more at www.faqts.com/knowledge...
I have Blogger Web Comments extension installed in my Firefox. Most of time is disable, but I will enable it to see others' comments. I was just curious how google know those comments from. As I played more, I believed those comments were from blog search result. Now, my question how google decide a blog page?
Read more at www.blogger.com/start
DOM should provide an method to look up field name easily.
Then, it will be helpful when do scripting for required field, spell check.
Read more at www.faqts.com/knowledge...
Finally, I got the diff tool which met my need. It can compare two files side by side. For those lines with difference, it can highlight the word difference and lists top/bottom panels.
Previously, I downloaded a copy of WinMerge from www.download.com. That was so out-of-date.
Read more at winmerge.sourceforge.ne...
If 3D APIs are implemented in canvas, then you will see how easy to draw image. Anyway, SVG should have advantage of event handling.
Read more at fuchsia-design.com/Canv...
I am looking a js canvas lib to do bar chart and pie chart with nice 3d effect.
Read more at apples-to-oranges.com/b...
Guss what the result is here? It's 0.
var fooArray = new Array();
fooArray["a"]="a";
fooArray["b"]="b";
fooArray["c"]="c";
alert(fooArray.length);
1, input name="pictures" accept="image/*" type="file"Just try the file type filter as acccept attribute. None of above works on IE6 and Firefox.
2, input name="pictures" accept="image/gif,image/jpg" type="file"
3, input name="pictures" accept="*.gif,*.jpg" type="file"
