# Monday, December 17, 2007
Monday, December 17, 2007 6:39:12 AM UTC

Batcycle-batpod

http://www.atasteforthetheatrical.com/

It looks amazing. I saw it on the big screen tonight in front of I Am Legend, and I can’t wait to see the film next year.

Let’s put a smile on that face!

 

 
# Friday, December 14, 2007
Friday, December 14, 2007 4:17:06 PM UTC

These are supposed international one-sheets. First one comes from Collider, the second comes from AlloCine. First heard about (appropriately enough) via FirstShowing. At first I thought it was fake (because just the Batman one was posted, and it just seemed strange.) But now I get the concept, after seeing the other “Joker” poster. Pretty darn cool, and whoever’s responsible for them did a great job.

The_dark_knight_movie_poster_international_l18876223

 
# Thursday, December 13, 2007
Thursday, December 13, 2007 6:08:07 PM UTC



(or download an mp3.)

This is the best ever. Just kick off your shoes, curl up next to the fire with a cup of apple cider, and enjoy.

(As heard on the Mikey Show on Rock 105.3)

 
# Wednesday, December 12, 2007
Wednesday, December 12, 2007 6:35:28 PM UTC

I admit, the last two Verizon “rants” were problems that I could have prevented if I had been more aware and responsible of the matters at hand.

But this time, this isn’t really a rant. It’s more of a statement of just how little Verizon cares about you as a customer.

Back in October, I incurred $97 in data charges checking my e-mail during my honeymoon. It’s my fault, I admit it, whatever. In early November, I went to a Verizon store, while at DevConnections in Las Vegas, and spoke to a manager there about the situation. He agreed to give me a credit of half the $97 (approximately $48.50) if I agreed to add a data plan onto my phone right then and there. I told him yes, and then asked if I could just cancel the data plan in a week or so. He reluctantly said yes, and wrote down on a piece of paper the details of the credit. He added the data plan and that was that. No receipt or anything, and I didn’t catch this manager’s name.

It’s been two bills since then, and I still haven’t seen the credit. A few weeks ago I went into a local (San Diego) Verizon store, and the person there explained that there’s nothing noted on my account regarding a credit. I explained the entire situation and he agreed that I should be getting the credit. He said he was going to put a note on there, and if I still don’t see a credit next month (maybe the manager in Las Vegas just didn’t post it yet?) then I should call Verizon or visit a store again to make sure I get the credit.

Today I called customer service (via *611) and had the customer service rep explain that since I don’t know the name of the manager in Las Vegas, and because they didn’t put any notes on my account, she basically can’t do anything. I would have to find exactly who I spoke to and bring it up with them. I ask if she can tell me what store this happened at, since I don’t live in Las Vegas and was just visiting. It takes her at least three minutes to just tell me the name of the plaza the store is in. What, your database doesn’t show things like store numbers?! I also ask her about dropped calls and poor reception, since Heather and I can’t get reception worth a darn in our house. She said we need to call #832 immediately after a dropped call, and they will credit me automatically. Why Verizon can’t credit me automatically anyway (without calling a number), I’ll never know.

I’m starting to think at this point that the manager pulled a fast one on me. I decide to try and find the store. I end up locating the exact one I went into, via the plaza name the CSR gave me before. It’s on Tropicana Ave in Las Vegas. I call, and explain the situation to the first CSR, and say that I may need to speak to the manager to get this resolved. He explains that since I don’t know who I talked to, he can’t just ask everyone about my situation. He puts me on hold repeatedly, and in between holds, asks for my phone number. I finally give up after being on hold for five minutes and hearing ringing that entire time.

I’m probably going to call Verizon’s corporate line (thanks Consumerist!) and leave a message, see what happens. I’m just over Verizon in general now. The concept that the customer is right is totally lost on them. Who knows what other wireless companies are like. I want to just bail on cell phones entirely, but obviously can’t do that. Maybe Cricket wireless would work for Heather and I. I dunno.

P.S. — Read this awesome tale of woe from another person dealing with Verizon.

Tags:
 
# Tuesday, December 11, 2007
Tuesday, December 11, 2007 6:10:42 PM UTC

I was trying to open a project from SourceSafe under the new Visual Studio 2008, and my list of SourceSafe servers was blank. After a few moments of frustration, I found a CTP (beta) release of a pack of fixes for SourceSafe, and Microsoft suggests you install it before using Visual SourceSafe 2005 in Visual Studio 2008.

http://www.microsoft.com/downloads/details.aspx?FamilyID=FAF41EDD-924D-449F-AEFC-9C86DD499720&displaylang=en

The CTP seems to have fixed my problem, as I can now open VSS2005 projects from VS2008.

 
Tuesday, December 11, 2007 4:11:50 PM UTC

Get Firefox

Over the past few years, I’ve accumulated a collection of add-ons for FireFox that I genuinely use almost daily to do my job. I’ve seen other “top development add-on” lists, and I don’t really agree with all of the items. With that said, here goes my take:

  1. Console2
    http://console2.mozdev.org/index.html

    Allows you to filter the JavaScript Console by type, language and context, compared to the way the console works by default where it just shows everything all in line. You don’t really notice it, because it should’ve been built into Firefox to begin with.
  2. Firebug
    http://www.getfirebug.com/

    Adds an full JavaScript debugging solution to Firefox and much more. Also helps debug your AJAX applications, because it has a network activity view to show you the ins and outs of your page. I can’t live without this add-on, really. Being able to set a breakpoint in my JavaScript and fully explore the DOM/variables while debugging is immensely helpful.
  3. HackBar
    https://addons.mozilla.org/en-US/firefox/addon/3899

    Just recently found this. It adds a toolbar to Firefox that helps you test for security problems with your app, mainly with querystrings/URLs. Gives you tools to automatically increase/decrease values, test for SQL injection, etc.
  4. HTML Validator (based on Tidy and OpenSP)
    http://users.skynet.be/mgueury/mozilla/

    Another “core” add-on I use, that I couldn’t live without. This one adds native HTML validation inside of Firefox. You can use different types of validation, and choose how strict it is with your code. Even checks for accessibility problems. Use this and find out just how syntacticly bad your HTML really is.
  5. LiveHTTPHeaders
    http://livehttpheaders.mozdev.org/

    Like the name implies, shows the live HTTP headers of your page, underneath the “View Page Info” section of Firefox, or via a pop up window in “realtime”. Lets you also change the headers and re-send the request. Kinda like Fiddler, but built into Firefox.
  6. Save As Image
    https://addons.mozilla.org/en-US/firefox/addon/3408

    Again, like it implies, it saves a webpage as an image. Useful for generating “thumbnails” of site designs, bug snapshots, etc.
  7. Server Spy
    http://jacquetc.free.fr/mozilla/exts/ServerSpy/

    Shows (on the bottom of the browser) what web server software the current domain is running. Useful for planning out what web capabilities you’re working with when initially meeting with a client.
  8. ShowIP
    http://l4x.org/frontpage/showip

    Shows (on the bottom of the browser) what the current web server’s IP address is. You can then query that IP address with numerous lookup services to find history, etc. Useful for knowing what server you’re on, or figuring out a domain/subdomain’s structure.
  9. URLParams
    http://urlparams.blogwart.com/share/index.php

    Adds a sidebar to Firefox that makes it very easy to edit GET (querystring)/POST (form) variables, as well as change your referrer, and submit them again.
  10. View Rendered Source / View Source Chart
    http://jennifermadden.com/scripts/ViewRenderedSource.html

    Visually displays the source code of your page, using literally “blocks” of varying colors to represent each element in your code. Each block is collapsable as well. Gives you a quick way to see how deep an element is nested, where it’s nested, what tags are used, etc.
  11. Web Developer
    http://chrispederick.com/work/web-developer/

    One of the most important add-ons. Adds a toolbar to the top of Firefox that has almost everything a web developer could ever want/need for tweaking pages, tracking down problems, editing CSS on the fly, etc… This toolbar has it all. Really, go check it out now and install it. If you don’t install anything else on this page, you need to at least install this one.
  12. Autofill Forms
    https://blueimp.net/mozilla/

    Like it says, it automatically fills forms! Useful for filling out forms with test data repeatedly.
  13. Cache Status
    https://addons.mozilla.org/en-US/firefox/addon/1881

    Adds a section to the bottom of Firefox showing current memory and cache usage, and allows you to right click and reset/clear the caches (RAM/disk.) I use it just to have that cache clearing shortcut.
  14. IE View Lite
    https://addons.mozilla.org/en-US/firefox/addon/1429

    Adds a right-click menu to your page that brings up the current URL in Internet Explorer. Useful for quickly jumping to “the other browser” to see what it looks like over there.

P.S. — An e-mail from Mike at HireAHelper.com prompted me to write this list. Check out his site if you need moving help, landscaping or general help!