ceejayoz

18,131
Reputation
854 views

Registered User

Name ceejayoz
Member for 1 year
Seen 5 hours ago
Website
Location Rochester, NY
Age 26
Web (primarily LAMP) developer for a newspaper. LinkedIn: http://www.linkedin.com/in/ceejayoz
5h
accepted How do I know if jQuery has an Ajax request pending?
5h
comment is it reasonable to protect drm’d content client side
There are apps to do it, but you can't just drag-and-drop - iTunes/iPod stores them in an odd format and folder structure seemingly intended to prevent just that.
5h
answered How do I know if jQuery has an Ajax request pending?
5h
answered hide checkbox border in html/javscript/css
5h
comment getting jQuery UI’s datepicker to always open in a certain direction?
Will try that out, thanks!
5h
comment is it reasonable to protect drm’d content client side
iTunes still had to verify it before they'd let you put it on the iPod, though.
6h
comment Can an MIT-licensed program be relicensed as GPL?
Wording change doesn't really address my point. Public domain is not the only relicensable code. I can write a non-public domain license that allows relicensing - the WTFPL is an example: en.wikipedia.org/wiki/WTFPL
6h
answered Can an MIT-licensed program be relicensed as GPL?
7h
comment Can an MIT-licensed program be relicensed as GPL?
You most certainly can re-license code you didn't write, if the code's license permits such a thing. As an example, I could put a really nasty license on public domain code if I wanted to.
7h
answered is it reasonable to protect drm’d content client side
10h
comment Looking for any way to transfer file from PPC to PC
Send it as an e-mail? :-)
13h
revised PHP 5.3 support for strange ‘${}’ code?
added 1 characters in body
2d
comment Redefining and overriding a method
-1 for helping the guy cheat.
Nov
27
comment Experienced People Only: Sockets Security
You could always steal a senior dev's password and tell them it.
Nov
26
comment How to handle Special Entities in email addresses?
So your question is "how do I do this impossible thing"?
Nov
25
comment How do I figure out what technologies/framework/APIs are used in a particular website?
I'd note that the Firefox web developer toolbar does that, via the Information > View response headers menu. No extra app required, and it's highly useful for more than just that.
Nov
25
comment How to remove a cookie in Apache
mod_rewrite has nothing to do with cookies. Its purpose is rewriting URLs, hence then name.
Nov
25
comment file_get_contents receive cookies
Doesn't look like it. Use php.net/manual/en/function.tempnam.php to create a temp file and remove it after you're done.
Nov
25
accepted How does this RSS feed work
Nov
25
answered How does this RSS feed work
Nov
25
accepted Azure Pricing / Hosting Question - will hosting a simple site cost $0.12/hour + data use?
Nov
24
awarded  Nice Answer
Nov
24
revised PHP error: Cannot modify header information – headers already sent
added 112 characters in body
Nov
24
comment PHP error: Cannot modify header information – headers already sent
Why's it called 'header.php' then? Why not 'init.php' or something?
Nov
24
revised Email list filter
added 2 characters in body
Nov
24
answered Azure Pricing / Hosting Question - will hosting a simple site cost $0.12/hour + data use?
Nov
24
answered PHP error: Cannot modify header information – headers already sent
Nov
24
answered What are the performance implications of a php script calling ‘exit’?
Nov
24
answered What is the best tool for creating user guides with screenshots on a Mac?
Nov
24
answered Safe to have page resources without file extensions?
Nov
24
comment Slow Performance For Facebook AJAX App
Please don't submit your question without an actual question.
Nov
24
comment Closing Firefox browser by javascript
No. Would you want random websites closing your browsing session?
Nov
24
accepted <strong> doesnt work, but <b> does
Nov
23
comment php CMS system built with a framework - php framework AND php CMS
If you're comfortable setting up a web server from a barebones Linux install, hosting availability isn't a problem - buy a server slice somewhere like Slicehost.com. Plus, unless you're planning on serving clients who're stuck on a specific host, there's always going to be somewhere that supports Django at a reasonable rate.
Nov
23
answered What is the difference between Fedora Unix and Fedora Linux?
Nov
23
answered Any recommendations as to where to hire for Blackberry App World development?
Nov
23
answered More Valuable Skill
Nov
23
answered CraigsList Auto-posting
Nov
23
answered FTP vs HTTP upload on iPhone
Nov
23
comment mac look n feel on other platforms?
@Chriss Ballance: Zing!
Nov
23
accepted Reference needed for drupal theme_HOOK properties
Nov
23
answered Reference needed for drupal theme_HOOK properties
Nov
23
answered Using comet with PHP?
Nov
22
comment embed mail compose in an iPhone app
Please accept @Chris Beeson's answer if it answers your question - just click in the large checkmark near his answer.
Nov
22
comment Conditional link to node within views?
Glad I could help. :-)
Nov
22
accepted Conditional link to node within views?
Nov
22
comment PHP email verification - how do I organize a message? using html tags?
@Gal For HTML to be interpreted, you need to send a MIME type header that indicates to the client that it is HTML. The default type is text/plain, which doesn't allow HTML to be interpreted.
Nov
22
comment PHP email verification - how do I organize a message? using html tags?
@tomaszsobczak Citation? \r\n is the established standard.
Nov
22
answered Conditional link to node within views?
Nov
21
accepted What if the user can’t log in with their OpenID?