Re: Web Development Project
ANy decent forum products for asp.net?
How about a Book Review product, note a few written in php but haven't seen any for asp.net yet. (Haven't exactly been checking them out mind).
A wiki style thing for a major sport ?
Re: Web Development Project
I don't have any ideas for you but a one thing struck me from reading your post.
Why would you write a web based app, make it Windows only and then rewrite it to be platform independant if popular. Make it platform independant from the get go and you won't have to rewrite anything.
Re: Web Development Project
Quote:
Originally Posted by effekt26
The project will initially be released as a Closed Source FREE to use where ever application. After the initial release, I will almost definately release it as open source.
If you are releasing the source for people to put on their site, it is open source. Unless some how you hash your code...
Some ideas might be a
- Grade Book
- Calender
- Daily Planner
- Social Network
- Blog
- Shopping Cart
I would not go with forum software because there are so many other great ones already out there like vBulletin & phpBB.
Re: Web Development Project
hey everyone, thanks for your replies...
i think i like the idea of a small project & issue tracking software...
just with regards about the open source, what is then, when they may use my code for free, but just cant change any of it?
Re: Web Development Project
i dont think there is a name. i think it is just, not open source. lol. Free software to use.
You really cant stop any one from editing your code...
Re: Web Development Project
Open source and being able to view the code are not the same thing. An open source software licence grants you certain rights: primarily, the right to make modifications to the code and release it as your version of the software, whilst giving due credit.
Any product that is written in a scripting language, such as PHP, must be distributed as source through necessity. However, that does not automatically grant you the right to release the source code gratis or modify it and release it as your own. These are different and separate ideas and should not be confused, and also why terms such as 'free software' and 'open source' can be confusing and misleading.