6
votes
23answers
3k views
Who actually uses DataGrid/GridView/FormVIew/etc in production apps?
Hi,
Curious if others feel the same as me. To me, controls such as datagrid/gridview/formview/etc. are great for presentations or demo's only. To take the time and tweak this co …
0
votes
2answers
62 views
Why does my simple GTK+ based app take 8 seconds to start up?
Hi folks,
I wrote a GTK+ app whose .exe is small, but of course like all GTK+ apps it links with many DLLs (under Windows). What my program does at this point is construct a GUI t …
2
votes
2answers
435 views
Smallest Java SVG Engine
What is the smallest Java SVG engine (least/smallest jars) that actually works? If your answer is Batik, what is the minimal dep. graph for getting this to work in a simple Java a …
2
votes
18answers
532 views
Which application do you choose to use an older version of?
Other than for testing purposes or plain inertia: Sometimes it's the older version of some program that is more suitable for what you need. Perhaps it's because of feature-creep in …
0
votes
4answers
97 views
How should a blog be structured to easily extract its data?
I'm currently using Wordpress to run my website. However, with each new release I become more concerned with software bloat and the convoluted table structures used to store my da …
