The Wichita Computer Guy's Contribution Blog
Force Enable Disabled Or Incompatible Addons In Firefox
There are several ways to forcefully enable disabled or "incompatible" addons in Firefox, but they ultimately do the same thing. I recently started having issues with the 32bit version of Firefox, stealing 1GB - 1.5GB of memory from my system if I had more than 3-4 tabs open. (I usually average about 8 - 15) Knowing the 32bit probably wasn't handling the memory right, I decided to try out the nightly x64 build to see if it would help my memory situation.
List Of Stock Photography Websites
Here's a list of stock photography websites where you can either buy a stock photo or upload your own and make a little extra $$. (not in any particular order)
www.alamy.com
www.canstockphoto.com
www.corbisimages.com
www.istockphoto.com
www.shutterstock.com
www.bigstockphoto.com
Apache .htaccess Hotlink CDN / Parallel Subdomains Drupal CDN
Extending my blog: apache .htaccess rewrite cdn / parallel subdomains a little further, I wanted to also ad some code to block hot linking from the primary domain as well as include the CDN / parallel subdomains as well.
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://example1.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https?://(srv(1|2|3)\.)?example1.com/.*$ [NC]
RewriteRule ^.*\.(gif|jpe?g|png)$ http://example2.net/misc/images/hotlink-image.jpg [NC,R,L]Apache .htaccess Rewrite CDN / Parallel Subdomains Drupal CDN
First off, I suck at programming... secondly, I suck at apache rewrite rules because it's basically programming. It took me a while to come up with a no-nonsense method to rewrite my parallel / cdn subdomain names, so I wouldn't get hassled by the search engines because it looked like I had all sorts of duplicate content being served from my cdn subdomains.
Tmobile Nexus S Rooted build.prop Network Tweaks
First off, this page is for my own records of the various speed tweaks. I have no idea if the following settings will help / work for your area.
build.prop ro.ril meanings
GPRS classes and coding schemes
Edit the /system/build.prop file and insert the following:
ro.ril.hsxpa=2
ro.ril.hspda.category=8
ro.ril.hsupa.category=6
ro.ril.enable.dtm=1
ro.ril.gprsclass=12Reboot Twice