Archive for Uncategorized
February 1, 2007 at 11:38 pm · Filed under Uncategorized
So how hard can it be to find the "payment" option on the DMV site to pay for a violation? Well, how about I let you try for yourselves and see how long it takes you. I swear it took me almost 30 minutes just to find the page with the little credit card icons on it, and that wasn't even the page with the form to fill in your info.
I don't know who designed that site or decided that they should fill all the pages with endless ramblings, but I would really love to know if they've ever used the site themselves. It is the most useless piece of crap I've seen in a long time. Why is there so much text explaining every little detail that I nor anyone else cares about. Just show me a damn form to fill out, take my money and leave me alone!
the letter I received in the mail instructed that I had to make a payment within 30 days or my license would be suspended. The letter said that I had the option to pay online and the only link that was provided was the following:
http://nysdmv.com/drp.htm
Ok, are you ready? Click on that link and try to find the credit card payment page. Go go go! and good luck, you'll need it!
February 21, 2006 at 7:06 pm · Filed under Uncategorized
In a few days, I will be moving this domain to a new server. I will either be upgrading to WordPress 2.0.x or giving the Ruby on Rails powered Typo a shot. Haven't decided yet.
As long as we're moving things over, I think its time for a facelift on the site as well! Stay tuned.
May 25, 2005 at 4:09 pm · Filed under Uncategorized
Ok, I'm pulling out my hair here (which there isn't much of since I just shaved my head) and I can't figure out why this isn't working. If anyone out there is a RegExp and mod_rewrite expert, please help me out!
I noticed today from my server logs that I am getting a lot of 404 errors coming from the following url: http://www.getintothis.com/blog/feed/atom/
So, I tried to modify my .htaccess file to force that url to point to the feed.php file that is being used by the rest of my feeds. This is a section of my .htaccess file pertaining to the feeds. I added the first two lines in hopes of resolving this issue, but I'm still getting 404 errors.
Why is it that ^atom.xml points to feed.php?feed=atom just fine, but my rules don't wotk? Somebody please help me out here. Thanks.
RewriteRule ^feed/?$ feed.php [L]
RewriteRule ^feed/(feed|rdf|rss|rss2|atom)/?$ feed.php?feed=atom [L]
RewriteRule ^rss2.xml feed.php [L]
RewriteRule ^atom.xml feed.php?feed=atom [L]