Tagged Questions

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 controls, override …
2
votes
2answers
470 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 application? I've …
2
votes
18answers
533 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 the later versions …
0
votes
2answers
66 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 that consists of a …
0
votes
4answers
101 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 data. Maybe this is a …