User msanford - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T04:40:11Zhttp://stackoverflow.com/feeds/user/114900http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/934680/future-proof-file-storage/934710#9347102Answer by msanford for Future proof file storagemsanford2009-06-01T12:58:44Z2009-06-01T12:58:44Z<p>All you need to make such a system work is to make sure the API you use (or, more likely, create) can talk to the database and to the filesystem in a sensible way. Since this is what your site is already doing anyway, it shoudn't be hard to implement.</p>
<p>The mere fact that your files are given identifiers instead of plain-English names is mostly irrelevant with regard to remote synchronization.</p>
http://stackoverflow.com/questions/924483/what-makes-a-good-programming-blog-post/930775#9307750Answer by msanford for What makes a good programming blog post?msanford2009-05-30T22:30:15Z2009-05-30T22:30:15Z<p>Make it open source.</p>
<p>I really like a blog I can copy code snippits from and then adapt for my own use. For example, I recently wrote a few blog posts on apache and PHP, and I included complete code segments so that others can make use of my experiences.</p>
<p>You also need to keep your audience in mind. Is your readership highly technical, requiring less basic explanation but a lot of meat and potatoes, or are they novices or beginners, requiring a lot more hand-holding? You can <em>certainly</em> do both on the same blog, just keep that in mind while you're writing an article.</p>
<p>Following from that, make sure your readers don't have (any/too many) unanswered questions at the end of your article. You want them to say "Aah! That's how it works!" instead of "I still don't get it". Again, keep your readership in mind; if you're writing an article on advanced python, beginners still won't get it, but the article's not destined for them, anyway. Tagging or categorizing articles based on skill might be a very good idea.</p>
<p>You might want to have a look at some of the comments in the PHP documentation: identify which comments add a lot of value and which don't.</p>
http://stackoverflow.com/questions/930708/mp4-stream-to-iphone-ipod-touch-via-http/930748#9307481Answer by msanford for mp4 stream to iphone/ipod touch via httpmsanford2009-05-30T22:15:49Z2009-05-30T22:15:49Z<p>Does this looks promising for your needs? www.iphonedevsdk.com/forum/iphone-sdk-development/1916-how-play-mp3-audio-stream.html</p>
http://stackoverflow.com/questions/972507/what-is-a-good-invisible-captcha/972508#972508Comment by msanford on What is a good invisible captcha?msanford2009-06-09T20:37:17Z2009-06-09T20:37:17Z+1 for everything you said.