Random Development/Computer Tidbits
So here are some interesting things that were learned today:
- When trying to check the HTTP_REFERER using a .htaccess file links generated by JavaScript don’t set the referrer. However, this is apparently only an issue in IE (we only tested IE and Firefox)
- IE doesn’t like some JavaScript parameter names when using jQuery – but they work perfectly fine in Firefox
- When PCs don’t have enough memory to perform a process in a software program, they apparently also don’t have enough juice to close the same said program – Hello Task Manager!! (or hello Mac :/)
- IIS can act like Apache mod_rewrite, just make sure you don’t use the Lite version if running multiple website.
Thursday, August 26th, 2010 Posted in Uncategorized | No Comments »