<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6" -->
<rss version="0.92">
<channel>
	<title>Analog Point Solutions [Weblog]</title>
	<link>http://blog.analogpoint.com</link>
	<description>Rants on Php, MySQL, JS, Ajax, Web Standards and anything else I find interesting</description>
	<lastBuildDate>Fri, 21 Dec 2007 02:40:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Ebay is a couple of years late</title>
		<description>I'll let the screen cap speak for itself.

 </description>
		<link>http://blog.analogpoint.com/ebay-is-a-couple-of-years-late/</link>
			</item>
	<item>
		<title>Forward your site to Coral Cache</title>
		<description>If you're getting hit with digg/slashdot/reddit traffic, you can easily forward you site to Coral Cache to relieve the strain.

RewriteEngine on
RewriteCond %{REMOTE_ADDR} !^192.168.1.2$
RewriteCond %{HTTP_USER_AGENT} !^CoralWebPrx
RewriteCond %{QUERY_STRING} !(^&#124;&)coral-no-serve$
RewriteCond %{HTTP_REFERER} ^http://(www.)?digg.com [OR]
RewriteCond %{HTTP_REFERER} ^http://(www.)?slashdot.org [OR]
RewriteCond %{HTTP_REFERER} ^http://(www.)?slashdot.com [OR]
RewriteCond %{HTTP_REFERER} ^http://(www.)?fark.com [OR]
RewriteCond %{HTTP_REFERER} ^http://(www.)?somethingawful.com [OR]
RewriteCond %{HTTP_REFERER} ^http://(www.)?engadget.com [OR]
RewriteCond %{HTTP_REFERER} ^http://(www.)?boingboing.net [OR]
RewriteCond %{HTTP_REFERER} ^http://(www.)?del.icio.us
RewriteRule ...</description>
		<link>http://blog.analogpoint.com/forward-your-site-to-coral-cache/</link>
			</item>
	<item>
		<title>The Character that Broke Reddit</title>
		<description>

There's an interesting story on reddit today that talks about the rotund ninja star character that does cool stuff like reverse text direction.  The reddit story links to this post, where an enlightened commenter points us to Wikipedia.  I still feel all but enlightened.  Can anyone comment ...</description>
		<link>http://blog.analogpoint.com/the-character-that-broke-reddit/</link>
			</item>
	<item>
		<title>Stop NoScript from opening the update/welcome page every time it&#8217;s updated</title>
		<description>I appreciate the security enhancements that NoScript offers for Firefox, but with the tight update schedule (an update is pushed through often several times a week), the "update" page that is shown every time gets kind of tiresome.  I did some quick googling, and couldn't find a solution.  ...</description>
		<link>http://blog.analogpoint.com/stop-noscript-from-opening-the-updatewelcome-page-every-time-its-updated/</link>
			</item>
	<item>
		<title>The easiest way to check your site at different screen resolutions</title>
		<description>There are still a few folks out there with old 800 x 600 pixel monitors, and if you want to take that into account when designing your website, you can use this handy trick to quickly see what any site looks like at different resolutions.  Simply copy and paste ...</description>
		<link>http://blog.analogpoint.com/the-easiest-way-to-check-your-site-at-different-screen-resolutions/</link>
			</item>
	<item>
		<title>Microsoft Makes Fun of Itself</title>
		<description>Microsoft must really have some nerve to run this ad.  Or it was a disgruntled employee trying to get back at his employer. I especially like the "Bulletproof reliability".

 </description>
		<link>http://blog.analogpoint.com/microsoft-makes-fun-of-itself/</link>
			</item>
	<item>
		<title>Redirect to the HTTPS version of a page</title>
		<description>I often have the problem that a client wants their customers to login on a secure site.  The following .htaccess files are a simple way of accomplishing this by redirecting the the sercure version.

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

If that doesn't work, try this:

RewriteEngine On
RewriteCond %{SERVER_PORT} !443
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} ...</description>
		<link>http://blog.analogpoint.com/redirect-to-the-https-version-of-a-page/</link>
			</item>
	<item>
		<title>C++ Quote</title>
		<description>

c++; /* this makes c bigger but returns the old value */ -- Unknown

 </description>
		<link>http://blog.analogpoint.com/c-quote/</link>
			</item>
	<item>
		<title>The Dollar-Sign Function</title>
		<description>There are many dollar sign functions out there, especially in the Javascript packages such as Prototype or MooFX. Peter-Paul Koch over at Quirksmode offers a cross-browser version of document.getElementById.   Let's combine all the goodness from each of these to make a souped-up $() dollar sign function that works ...</description>
		<link>http://blog.analogpoint.com/the-dollar-sign-function/</link>
			</item>
	<item>
		<title>Random Post Wordpress plugin</title>
		<description>I've just written and released a Random Post plugin for Wordpress.  Read more about it (and download it) on the download page.  If you have any issues, suggestions, compaints or feature requests, post in the comments here.   Test it out by clicking "random post" to the ...</description>
		<link>http://blog.analogpoint.com/random-post-wordpress-plugin/</link>
			</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.183 seconds -->
