I like your view on this as it cover both business and error cases. However I think that for error management we should re-use an existing mechanism, such as exceptions? It would...
I agree! Any web provider will allow you to automatically install wordpress associated to a domain and everything. I've been working under Wordpress for a while and the possibilities are endless, so...
If you have a given problem just attack it the way you would attack any other problem. If afterwards you see patterns in what you have coded you should then...
@kyonaya Just FYI, it makes people's job much easier to help you when you format the code properly. Just embed the Java code in the [ code ] ... [ /code ] tags...Thanks ;)
I'd agree with Mur16 assuming that you're trying to learn the language. If you really need to solve this issue is there any particular reason for .NET?
I agree with PeejAvery. The sheer amount of CMSes out there is incredible and you should sure as hell find at least one that suits your needs (Unless this is a school project ;) )
Thanks for pointing that out! I also had something similar in mind.
Instead of loading a big file of say 2hrs to the server load chunks of the movie (of say 1 minute each -> 120 files) to the...
@BioPhysEngr Thanks for the research - I'd already found JWPlayer and actually read that it supported seeking to a timestamp within the video which is actually one of the solutions to the...
The main goal was to have a constant flow of video recorded "live" and streamed to whomever is connected to a given page. From an architectural POV this is most definitely feasible but I...
I'm really just looking for a hunch here. Don't be afraid to throw me a bone because as of right know I cannot see any way of doing this - even though it has already been done (see...
I am planning on building a site which streams video to clients. Imagine a simple HTML page with a flash video embedded on it. So far so good, appears to be just some flash movie...
But yes, it appears to be a homework assignment. Why don't you just run it and see what it does. Then read through the code and try to understand how these results were produced?...
Yes actually the sort step of your algorithm is just a supplement and not an integral part so you can always drop it off in case the requirement changes.