Sticker.com Fraudulent Business

August 22nd, 2011

Sticker.com DOA
I placed two orders with sticker.com back in July, received proofs via email, order confirmations, and my credit card was charged. But nothing was ever shipped.

Since August 8th, I’ve sent emails to every email address I’ve been able to find at the company, and I’ve made several phone calls to a voice mailbox there but I haven’t heard a peep in response, complete flatline. I even pulled up their domain registration information looking for contact info. As far as I can tell, the company is nothing more than a Web scam.

The order numbers are: 421970, 422029

If anyone is interested, feel free to contact sticker.com and ask about my order:

Phone 1: 1-800-811-2891
Phone 2: 1-800-811-2890
Email 1: mark@sticker.com
Email 2: nero@sticker.com
Email 3: orders@sticker.com
Email 4: customerservice@sticker.com
Email 5: info@sticker.com
Read more…

Companies that Suck

World’s Smallest Legible Font

November 24th, 2010

Other fonts have claimed to be the smallest legible font, but I have to say that this 5×1 pixel font by Terry Cavanagh in 2008 is the undisputed king. It cleverly uses the way that LCD displays display pixel color with differently sized dots, depending on color, to create a minuscule but (barely) legible font. Warning, the font only works for LCD displays. But then again, CRTs are about as popular as rotary telephones and VCRs.

I can’t think of a single use for this, but then, why would someone create and paint microscopic sculptures by hand.

subpixelroll

Blown up it appears as:

shindigx6

Fonts, Fun, Work

Gangsta Lorem Ipsum

October 21st, 2010

Why hasn’t anyone thought of this before? A gangsta-style lorem ipsum generator. I hope someone comes up with a Swedish chef version… oooh, or a German movie version that replaces all the lorem ipsum “s” and “c” letters with “z” and “k” letters.

Lorizzle check out this dolor sure amizzle, fo shizzle adipiscing its fo rizzle. Nullam sapien velizzle, my shizz volutpizzle, shizznit tellivizzle, da bomb vizzle, fo shizzle. Pellentesque yo tortizzle. Sed eros. Fusce izzle dolizzle dapibizzle boofron tempizzle gangsta. Maurizzle pellentesque nibh i’m in the shizzle you son of a bizzle. Shiznit izzle tortor. Pellentesque eleifend rhoncizzle nizzle. In hac pizzle dawg black.

Uncategorized

Schadenfreude and Internet Explorer 6

August 3rd, 2010

In a few weeks Internet Explorer 6 will be 9 years old, and with its popularity hovering around 17% I’ve noticed an interesting trend among Web developers that’s been growing over the past few years… a shadenfreude surrounding anything that mocks IE users, or diminishes their browsing experience. The Universal IE6 CSS file is a great example of this. It is a stylesheet intended to make a Website look bland and generic, but functional for IE6 users. Its a manifestation of the philosophy of “Design for better browsers, then design alternative solutions to handle IE6 bugs.” Another project, a Javascript library blurs the page intermittently for IE6 browsers, further to encourages this joy we experience from the pain of others who are:

  • naive enough to think that IE6 is an acceptable browser
  • shackled to a corporate IT policy that doesn’t want to retrain their in-house Windows XP experts
  • working under the umbrella of an accounting department that won’t pay to upgrade the 8-year-old IE6-only Web-based expense reporting system

I’ve heard developers relishing every opportunity to use CSS rounded corners, CSS dropshadows, and any other trick that they can dredge up from the When Can I Use Website just to stick another finger in the eye of Internet Explorer 6 (and occasionally IE7) users. The item I came across online that has me thinking about this trend this morning was the following on a Web site promoting a package of beautiful free HTML5 video player code (yellow arrow and box my own):

ie

The site is actually promoting code as being compatible with “Internet Explorer with Chrome Frame installed.” Chrome frame is a further Internet Explorer insult from Google, which is a package of the main functional part of the Google Chrome Web browser distributed as an ActiveX control (think plugin) for Internet Explorer. That’s like saying the Uhaul truck you are driving has air conditioning because the car its towing has air conditioning. This last thought, because of my own schadenfreude, unfortunately has me laughing out loud.

Browsers, Web Code

Using Tables Instead of Images for Emailed Logos

July 29th, 2010

I received an email today from Nike, and couldn’t work out why their logo was visible BEFORE I clicked “Accept Images”. I did a little poking around and someone over there is a genius. I’ve toyed with the idea of using an HTML table with cell background colors in place of simple images, but never actually implemented it in a commercial email. Nike pulled it off and it works like a charm. It took 11,034 characters to create, but that’s not really any more than a moderately sized JPEG. Here’s the HTML table image of the Nike logo:



I recommend poking around with Firebug to see the full glory of it. The outer div, and the <style> tag content is my own, to override the CSS style settings on this page.

For anyone who has absolutely what this is all about… Over half of all emails, when opened, do not display images by default. If you are a company, like Nike, and someone opens your email, you are forced into simply hoping that they will click a button or link labeled with something like “Display Images” in order for them to see the full glory of your emailed promotion, which may be a large photo of your new product, photos of sale items, or inspiring action shot of products in use. Simply having a recognizable (and presumably liked) logo visible when the email is first opened is probably enough to encourage a higher rate of people to select “Display Images”.

My hat is off to Nike’s email folks for this simple, but effective (and ingenious) little HTML hack. It made me click to see the images of the email, but I’m still not ready to pull the trigger and purchase a pair of Vaporjet cleats or a Hypercool athletic shirt.

Browsers, Web Code

Widgets on Skinny Scoop

June 22nd, 2010

Working on updating the SkinnyScoop widget. Below is the current one, next one should be live in a month or so. Thought I’d use as a sample question:

“Do you ever feel guilty about your lifestyle when you think about the people in the world living in poverty?”

Then I realized that my style of question is probably more along the lines of:




Browsers, Web Code, Work

Comic Sans Responds…

June 18th, 2010

In angry rant that’s reminiscent of the classic f#ckthesouth.com rant, Mike Lacher channels energy into defending the most hated font in the world. For anyone who has absolutely no idea why anyone would hate Comic Sans, go here.

The rant is here:
I’m Comic Sans, A$$hole.

comic_sans1

Fun

Ansca Corona + Lua = iPhone Application

January 7th, 2010

ansca corona analog clock iphone application

Today I built a nice looking iPhone application (an analog clock) and managed to build it in a language that I had never seen before in just an hour or so. This feat was entirely because of how simple the folks at Ansca have made programming for the iPhone.
Read more…

Fun, Web Code, Work

Using Sprites with XUL

January 6th, 2010

LCD Clock Image Sprite

CSS Sprites are a growing trend, and they can save a lot of time in certain situations. The term sprite when used for video games is slightly different, but in the context of Web graphics, the term refers to a single image file that is cropped onscreen and used for different images that are seen on a page. One sprite, for example, may contain the mouseoff and mouseover states for all tabs and buttons on a site. With CSS, the correct tab or button can be displayed by simply cropping the desired section of the larger image. Amazon is doing it, Apple.com is doing it, YouTube.com, and others are starting to take the hint. Last night I sat down and tried to apply this technique to a Firefox XUL application.
Read more…

Browsers, Web Code, Work

JSON + Zip Code + $0 = How Much Info?

December 8th, 2009

JSON zipcode data
Armed with a budget of $0, I decided to spend an hour or two last night trying to accumulate as much data as possible using only a zip code, a static HTML page, and some javascript. Not a single dollar was spent, nor a single image created. The page is up here.

I’m sure I’ll add to this project as I find more free data sources, but so far I have:

  • Location Name
  • Lat/Lng of Zip Center
  • Weather Info
  • Forecast Data (4 day)
  • Recent Earthquakes within 100 miles
  • Local Wiki Entries (5)

If you have any XML or JSON data source suggestions that take LAT/LNG or Zip Code as parameters, email me at christopher[ at ]dittoditto.com and I’ll add them to the page.

Web Code, Work