Itunes code - web/software specialist. coder question database wise?
January 21st, 2008 | by FS |Business Launch Expert inquired:
Ok one, I has a Client cooperates I that wants to imitate in the long run & quot; I-Tunes& quot; fà ¼ r their membership of website. I am rather technically oriented, but applications of Web or software etc. never wrote. I have project many Web Sites, but this 1 is different. I look for view, as one does best. The most important language choice side wäre differently, but as soon as they get announced hätte it, in International Telecommunication Union eating IL interface. 1) it wäre surely of humans downloading of 3 kinds of files. They wà ¼ rden tatsächlich video as Flash (rear one/Lo), audio as 64 or 32 and able to be seen, only pdf& #39; s. 2) Wäre it something, them download (e.g. iTunes) or should make I it one Web app? I am leaning gegenà ¼ more ber webapp. Why a way or the others? 3) Wà ¼ rden the data to be stored, on MSSQL kind data base or? 4) könnte/wà ¼ rde it to be made best in php versus ms.net (true. Net) 5) Wäre it on content management system of the bar? Every other opinion wäre groà well-behaved. I look for fà ¼ r some offers more später and today view wäre helpfully,
Ok one, I has a Client cooperates I that wants to imitate in the long run & quot; I-Tunes& quot; fà ¼ r their membership of website. I am rather technically oriented, but applications of Web or software etc. never wrote. I have project many Web Sites, but this 1 is different. I look for view, as one does best. The most important language choice side wäre differently, but as soon as they get announced hätte it, in International Telecommunication Union eating IL interface. 1) it wäre surely of humans downloading of 3 kinds of files. They wà ¼ rden tatsächlich video as Flash (rear one/Lo), audio as 64 or 32 and able to be seen, only pdf& #39; s. 2) Wäre it something, them download (e.g. iTunes) or should make I it one Web app? I am leaning gegenà ¼ more ber webapp. Why a way or the others? 3) Wà ¼ rden the data to be stored, on MSSQL kind data base or? 4) könnte/wà ¼ rde it to be made best in php versus ms.net (true. Net) 5) Wäre it on content management system of the bar? Every other opinion wäre groà well-behaved. I look for fà ¼ r some offers more später and today view wäre helpfully,







One Response to “Itunes code - web/software specialist. coder question database wise?”
By Colanth on Jan 22, 2008 | Reply
1) If they can see (or hear) it, they can save a copy of it, so if you stream it, stream a portion of it or, for videos, stream it with an overlaid copyright notice for the entire length.
2) Presenting a file for downloading is, basically, one line of code.
3) Which data? The files would be stored on the drive. Their filenames and locations would be stored in a database. I’d use Linux, Apache, MySQL and PHP. They’re proven. (And they’re free.) IIS is sort of okay, but MS SQL robust enough for a web site is pricey. And Windows isn’t known for long-term stability.
4) PHP was written to allow programmers to write programs. .Net was written to allow MS to make money. You decide.
5) CMS is a crutch for those who don’t want to (or can’t or won’t learn to) write code.
Start learning PHP and SQL (I’d rather suggest that you learn programming first, but you want this done this year, I’m guessing. If not - “Algorithms + Data Structures = Programs” by Wirth. If you don’t know how to write a detective novel, learning French won’t teach you to write a French detective novel.)