PDA

View Full Version : want ideas for what to program



rainbowed_man
July 31st, 2007, 02:25 PM
Hi.

I want a few ideas on what I should program. To help you narrow down the choices, I would like a GUI program that is *useful* to some people.,

- rainbowed_man aka Kyle Brooks

LaRoza
July 31st, 2007, 02:28 PM
Hi.

I want a few ideas on what I should program. To help you narrow down the choices, I would like a GUI program that is *useful* to some people.,

- rainbowed_man aka Kyle Brooks

That doesn't narrow the choices, but how about an app that makes old HTML code compliant XHTML?

It would:

* Make all tags lowercase
* Close all tags
* Add a DOCTYPE

natez0r
July 31st, 2007, 02:56 PM
Hi.

I want a few ideas on what I should program. To help you narrow down the choices, I would like a GUI program that is *useful* to some people.,

- rainbowed_man aka Kyle Brooks

A programming idea generator would be splendid!

escapee
July 31st, 2007, 02:58 PM
Adding onto LaRoza's idea (good suggestion!) , you could add options to sort out CSS and JavaScript, create individual .css and .js files, and insert their respective links into the HTML file.

I did a quick search to see what was out there for HTML to XHTML converters and the few I saw seem to be lacking this idea.

LaRoza
July 31st, 2007, 03:36 PM
Adding onto LaRoza's idea (good suggestion!) , you could add options to sort out CSS and JavaScript, create individual .css and .js files, and insert their respective links into the HTML file.

I did a quick search to see what was out there for HTML to XHTML converters and the few I saw seem to be lacking this idea.
Good idea!

meatpan
July 31st, 2007, 05:18 PM
Sourceforge has a 'help wanted' section, where developers suggest ideas and solicit help for projects. Take a look and see if you get any ideas: http://sourceforge.net/people/

pmasiar
July 31st, 2007, 05:40 PM
Sourceforge suggestion is great! Helping exististing project instead of starting new one (which most likely will fail to get any traction) makes so much more sense.

rainbowed_man
July 31st, 2007, 07:59 PM
Sourceforge suggestion is great! Helping exististing project instead of starting new one (which most likely will fail to get any traction) makes so much more sense.

thanks! ill look into that

smartbei
July 31st, 2007, 08:14 PM
About html/xhtml converters - check out html tidy. See http://tidy.sourceforge.net/

pmasiar
July 31st, 2007, 08:20 PM
About html/xhtml converters - check out html tidy. See http://tidy.sourceforge.net/

... and instead of writing new one, fix reported bugs or add requested features. You will get your name out, and will be part of established community, instead of creating new one (and splitting part of old).

Sorry for repeating same meme, but it is *still* not obvious for many.

braddcadd
August 1st, 2007, 12:15 AM
sounds like pdf-glue ;)

https://sourceforge.net/projects/pdf-glue/