-
I would dearly love to have some sort of rounded corners solution for DIVs.
There are probably as many solutions to rounded corners as there web designers... 99.9% of which are not thoroughly tested and continuously maintained. The choice is killing me.
I need something that keeps the markup simple, is efficient and works on A-Grade browsers.
2007-10-04 12:11:31 UTC in YUI Library
-
I'm having the same problem as the first post: ie it just hanges chewing up CPU. The odd thing is a few weeks ago when I first downloaded and built Tesseract 1.0 on my computer (Fedora Core 3 Linux on i386 platform) it worked fine.
Now it just hangs chewing up CPU and as far as I can tell nothing has changed since I successfully ran it last.
I tried version 1.0.1 -- same thing.
Here is...
2006-10-04 23:43:43 UTC in Tesseract OCR
-
I just got this exception from a METAR record from EINN
at about 2200Z 10 July 2006. Unfortunately the
situation recified itself before I could capture the
offending METAR record.
I'm running version jweater 0.2.5.
The exception is:
java.lang.NumberFormatException: For input string: "1K"
sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224...
2006-07-10 22:33:25 UTC in Java Weather Library
-
The following patch incorporates two performance
improvements for class com.vividsolutions.jump.io.GMLReader
The first modification uses a StringBuffer for
'tagBody' instead of
a String. The "+" operator is replaces with an
append() method on the StringBuffer object which is a
lot more efficient than a "+"
operation on String objects. I get at least x100
performance improvement on...
2005-10-08 18:11:24 UTC in The JUMP Pilot Project
-
Just to follow up on my own post: I notice that the JTidy project is alive again:
http://jtidy.sourceforge.net/index.html.
2004-03-25 19:30:51 UTC in HTML Parser
-
Can this be used as an alternative to JTidy? (in my application I use JTidy as a means of taking user inputted HTML from a web form and ensuring that broken HTML won't break the page in which the HTML fragment is inserted)
2004-03-25 19:00:06 UTC in HTML Parser
-
I've just started to try both Artyom Rodoy's
Persistence Layer ( http://artyomr.narod.ru/ )
and Osage as I want a reasonably light
weight Java based persistence mechanism for
a large web app project.
Can anyone comment on the strengths/weaknesses
of one vs the other?
Thanks.
2001-01-05 16:32:09 UTC in Osage - Persistence Plus XML