One Reason Why I Continually Shop Wtih Amazon

In short, their customer service.

Companies are bound to make mistakes. Orders will be misplaced, packages damaged during shipping, and products will malfunction or break. It’s how a company responds to those problems that makes them great, and I have consistently had a great experience with Amazon.

Most recently, I had an issue with a DVD I purchased. I had bought the I Love Lucy Complete Series (affiliate link) for my then fiance in October of 2010 (over a year ago). Well, since it’s 34 discs, we weren’t able to watch it all right away. In fact, we are just now getting close to finishing it. The second to last disc of the set gave us problems. It would not play properly, getting stuck in a loop on one of the production logos. We were unable to navigate to the menu or any other part of the disc. I checked the disc, and there were a couple scratches, which I know we didn’t cause because this was our first time handling it.

Since it was purchased over a year prior, I figured we were screwed, but I would try to contact the manufacturer. I checked the packaging, and found www.paramount.com/entertainment, so I try to bring up the page, but it doesn’t exist anymore. I can’t find any sort of useful link on the Paramount home page. I search for the CBS Home Entertainment website, which does have a contact page, but no contact form on it. They do have links to Twitter and Facebook, so I contact them through Twitter, and wait for a response.

In the mean time, I figure it won’t hurt to contact Amazon, since they are often very helpful, and maybe can at least get me in contact with the manufacturer. I explain the issue with the disc in an email, and ask if they are able to replace the single disc. I get an email within a couple hours letting me know that they cannot replace the single disc, but are willing to replace the entire set for me. They sent me a replacement, and are paying for the return shipping on the defective set. Their service is much more than I asked for, and certainly more than I expected, but why I continue to buy with confidence from Amazon.

Posted in General | Comments closed

DC Comics Sea World Ad from 1977

I thought this old ad from one of my comics was neat. There’s a coupon to save $0.75 off each Sea World park ticket. It might not seem like a lot, but remember tickets were probably $20 a piece or less at the time.

Posted in General | Comments closed

Walt Disney World Orlando VS Universal Orlando Resort

I was browsing Google Maps recently and noticed how large Walt Disney World Orlando is compared to Universal Orlando Resort. In the image below you can see Disney in the purple, and Universal in the red. To be fair, the purple is only the land Disney owns, and not necessarily their entire resort. With Universal, all that red is the entire resort. As you can see, they have no room to grow. Good planning on their part.

 

Walt Disney World Orlando VS Universal Orlando

Posted in General | Comments closed

SVN Ignore

Telling SVN to ignore files and directories is crucial to keeping your repository clean, and to prevent it from needlessly bloating. It’s rather simple to tell SVN what you want it to ignore with svn propset/propedit svn:ignore.

If you want SVN to ignore all files in a directory, you’d simply enter the following command:

svn propset svn:ignore * /path/to/directory

Often times, you only want SVN to ignore a specific type of file, say .jpg uploads in your user profile pictures directory:

svn propset svn:ignore *.jpg /path/to/directory

As you can see, it’s easy to tell SVN what to ignore with propset svn:ignore, but what if you want to know what you or someone else has told SVN to ignore? It’s simply:

svn propget svn:ignore /path/to/directory

Often times, you will want to edit what you’ve already told SVN to ignore. This can be achieved with svn propedit svn:ignore.

svn propedit svn:ignore /path/to/directory

This will allow you to edit your svn:ignore property in your default text editor. Multiple ignores can be added one per line. You can even run this command to setup the initial svn:ignore rather than using svn propset svn:ignore. I much prefer this method because it’s cleaner, and I don’t have to remember the syntax for the command line.

Posted in Version Control | Comments closed

Samsung Fascinate Screen Capture

With the recent update to Android 2.2 Froyo, the Samsung Fascinate has the ability to take screen shots. There’s no need to root your phone, or even install other programs. Simply hold down the back button and push the power button. You will see a message stating “Screen captured. Saved as image file.” At this point, if this is your first time taking a screen capture, a folder will be created on your micro SD card labeled ScreenCapture.

Posted in General | Comments closed

USB Hub Guy

USB Hub GuySince I use a computer at work, I’m the resident computer guy in my family. Yes, simply using a computer on a regular basis makes me the go-to guy for anything computer related. While I am a web developer, and know a decent amount about computers, I don’t know everything about every computer, far from it actually. One of the more difficult things is trying to help a family member over the phone. Whether it’s trying to hook up a new gadget, or troubleshooting an issue, descriptions are always as vague as possible. “My computer won’t turn on” can mean the monitor won’t turn on, the actual computer won’t turn on, or a number of other things.

Something I found to ease my pain was this USB hub in the shape of a little man (Amazon affiliate link). I got it for less than $5 shipped online one day. I’ve set it up on the desk of several of my family members. I connect it to the computer for them. Now, any time they call me needing help connecting their camera, mp3 player, Kindle, or any other of the plethora of electronics that use USB, I simply tell them to plug it into the “little guy”. It’s made everything easier on everyone. Depending on who I was talking to, connecting a USB device sometimes meant climbing under the desk and finding the port in the back of the computer, finding the right port on the front of the computer (sometimes concealed by a door to hide all the “ugly” ports), or finding it along the sides of a laptop. Now, if the device doesn’t work after they’ve connected it to the “little guy”, I don’t have to guess whether or not they’ve connected it to the right port or not.

Posted in Design | Comments closed

A Quick Tip for Easier CSS Editing

A tip I picked up years ago, the source escapes me at this point in time, is alphabetize your CSS style properties. It makes it much easier to jump to the specific property later. Take the following 2 examples, and find the margin in each.

p {
    width: 75%;
    border: 1px solid #000;
    overflow: hidden;
    padding: 5px 10px;
    color: #000;
    background-color: #eee;
    background-image: none;
    margin: 10px 0;
    text-align: left;
    text-decoration: none;
    font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
}

p {
    background-color: #eee;
    background-image: none;
    border: 1px solid #000;
    color: #000; font-size: 14px;
    font-family: Helvetica, Arial, sans-serif;
    margin: 10px 0;
    overflow: hidden;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
    width: 75%;
}

Hopefully, you can find the margin property faster in the second, alphabetized, list. It can take some time to get into the habit of doing so, but it is worth it. After a while, you may forget the benefits of alphabetizing your CSS properties, but you’ll quickly remember how valuable it is when editng another coder’s CSS that does not have alphabetized properties.

Posted in Design | Comments closed

The Trials and Tribulations of a Grooveshark User

If you don’t know about Grooveshark, it’s a really nice service that allows you to listen to just about any music your heart would desire. Unlike other free music streaming services, you can listen to the exact songs you want whenever you want, and however many times you want. Add music to a library, mark your favorites, make playlists and share them with friends.

They offer a VIP service for a monthly/yearly fee that provides an ad-free online experience, allows more songs to be added to your library and playlists, as well as access to their mobile apps. I’ve been so pleased with their service, that I signed up for their VIP service back in November, before I ever had a smartphone with a supported platform. They had planned to increase their subscription prices, but subscribers would be locked in at the price they initially paid forever. I knew I would eventually want to use their services on a mobile device, and didn’t mind giving them my money to support the service while I wasn’t using any of their mobile apps.

I’ve since purchased an Android phone and use their mobile app frequently. There’s a small bug that won’t update your playlists if you’ve added/removed songs via the website. It’s a bug they know of, and they say a workaround is to rename the playlist via the website, and this will force the mobile application to update. It’s an annoyance, but one I can deal with. I ran into another bug a little over a month ago. One of my playlists was emptied. I contacted them to figure out what happened and if there was a backup. They apologized, but they didn’t have any backup. There’s also no way for users to back up their playlists themselves. It wasn’t too big of a deal, I mean, it’s just some music. The playlists can be rebuilt, nothing of monetary value was lost. I rebuilt my playlists and moved on, until it happened again. I contacted Grooveshark again about the situation, and they apologized again, and added 3 months of VIP service to my account at no charge. There’s really not much I could do other than rebuild the affected playlists again. It has since happened a third and fourth time over the past month and a half (I’ve been comped another 3 months of VIP service, giving me a total of 6 months for free), with Grooveshark still not backing up user data, nor providing users with a means to do it themselves.

Grooveshark really provided a great service, one that I raved about to friends frequently. As with many other Web 2.0 services, you might say I have little/no room to complain about issues with a free service, and I would agree, but I am a paying customer. Sure, it’s just music, but I enjoy creating playlists of different types of music, different moods, etc. It’s time consuming, and inexcusable for Grooveshark to not have backups of user data, especially for paying customers. At this point, I’ve stopped using Grooveshark, and won’t use it again until the situation is resolved (even for free). I need to be assured that my data will not be lost, partially or totally, on a regular basis, or at the very least be provided with a way to back up my data if Grooveshark will not do it for me. It’s a shame because Grooveshark had a truly great service, and one of the few that I would gladly pay for.

Posted in General | Comments closed

Boycott Valentine’s Day

Valentine’s Day is a sexist, made up, capitalistic holiday. All advertisements aim at men buying stuff for women. No one ever talks about a woman buying something for their man, and why does anyone need to buy anything at all. Let’s all band together and boycott Valentine’s Day this year.*

*Disclaimer: Seth Cardoza is not responsible for temporary celibacy, sleeping on the couch, sleeping outside, sleeping in one’s car, diarrhea, vomiting, nausea, upset stomach, lost or strained relationships, stabbings (accidental or intentional), or any other forms of bodily harm, both inflicted and/or received.

Posted in General | Comments closed

Update Your Business Model

If you haven’t heard, I’m getting married this year. One of the fun things I get to do is talk to vendors, food vendors, photographers, videographers, DJs, and hotel/resort managers. I recently spoke with a wedding photographer, and a question I always have is “Who gets the rights to the photos?”. This is very important to me for a few reasons. One, because the pictures are of me and my family, and I want to be able to do what I want with them. Two, what happens in 20 years when we want to get another photo album, or more prints, and your company no longer exists to get permission to do so or purchase from directly.

So, I ask the inevitable question, and this photographer tells me we are allowed to print the images ourselves, but cannot take them to a commercial printer. This means I can’t even take my pictures to CVS, Walgreens, Walmart or the local developer to get a few 4×6’s printed. She then goes on to say that

We do all the work, why should they be the ones to profit off of it.

This photographer is paid to photograph the wedding, and wedding photography is not cheap. If you feel your work is worth more than what you charge, and feel the need to retain the rights so that you can make more money off of printing, then you’re doing it wrong. Charge more for your photography work if you truly have the talent to warrant it, and provide better service.

Times have changes, and you need to update your business model to follow suit. This outdated business model makes you look cheap, and your explanation makes you sound bitter.

Posted in General | Comments closed