6 Ways to Remind the Mustaches That You’re Important

By  on  

We all feel as though we aren't as appreciated as we should be sometimes. Our every day dominance of the web world gets taken for granted by those that aren't tech-savvy, especially the higher-ups in the organization. I've come up with a few ways that us programmers and designers can make the "Mustaches" in the organization remember how important we really are.

Print Code to Their Printer

Many times, printing your code to the printer they frequent is the only time the Mustaches have a chance to see your work. I say this, of course, because there are no computers on the golf course. Printing your server-side language (PHP, ASP, Java, Cold Fusion...) is a must. If you're feeling frisky, go ahead and throw some XHTML or JavaScript with it. To increase the effect, print your code out compressed. Don't include CSS though -- far too humanly-readable.

Speak Lingo When Mustaches Are Present

If you see a Mustache walking down the hall toward your department's cube-neighborhood, wink to fellow employees and start keyword-stuffing your sentences. And I MEAN keyword stuffing -- like getting removed from Google keyword stuffing. For example:

"Rod, did we launch the {Business Name} website yet?

becomes:

"Rod, at what point yesterday did we launch the PHP/MySQL database-based web application with WYSIWYG editing capabilities?"

I recommend hiding behind a cube wall during this lingo session -- the Mustache's head may explode if the Mustache attempts to comprehend what was said.

Make the Website Say "Last Updated: {today's date}"

As you and I both know, making your website dynamically display the current date is a ten second, one time operation. The best part is that the Mustache doesn't get into the office until noon (gotta get 18 holes in), so they can't beat you to the office and question the last updated date. You can, of course, claim that you've changed something from home (if necessary).

Help the Mustache with Email Issues

Nothing seems to perplex a Mustache more than email, usually Outlook Express. CC's and BCC's and attachments, OH MY! I've found that 75% of issues are cause by the 'Stache sending or receiving an attachment that's too large. You'll also have to beware of 'Stache-to-'Stache email interaction -- that can get dicey. Be sure to buddy up with the other 'Stache's tech persons -- you don't want to be their excuse for email issues. Bonus points if you can fit in the phrase "ID-10-T error."

Make the 'Stache Aware of Easy Efficiency/Benchmark Improvements

Those of us in the web field know that speed improvements can be made exponentially. Seeing the speed of a specific functionality improve 500% usually isn't very shocking to us, but the Mustache will be amazed. Worst case scenario is that the 'Stache gives you a stern look and asks you to get that to 600% faster just to save face, but the 'Stache will be pleased with this.

Earn. Produce.

Oh yeah, there's that too. Nothing pleases a Mustache more than big numbers on a piece of paper. Earning and producing is the way to gain the respect of you superiors and grow your department. This, of course, is the best way to remind the Mustaches of your importance.

Recent Features

  • By
    CSS 3D Folding Animation

    Google Plus provides loads of inspiration for front-end developers, especially when it comes to the CSS and JavaScript wonders they create. Last year I duplicated their incredible PhotoStack effect with both MooTools and pure CSS; this time I'm going to duplicate...

  • By
    An Interview with Eric Meyer

    Your early CSS books were instrumental in pushing my love for front end technologies. What was it about CSS that you fell in love with and drove you to write about it? At first blush, it was the simplicity of it as compared to the table-and-spacer...

Incredible Demos

  • By
    Duplicate the jQuery Homepage Tooltips Using Dojo

    The jQuery homepage has a pretty suave tooltip-like effect as seen below: Here's how to accomplish this same effect using Dojo. The XHTML The above HTML was taken directly from the jQuery homepage -- no changes. The CSS The above CSS has been slightly modified to match the CSS rules already...

  • By
    MooTools FontChecker Plugin

    There's a very interesting piece of code on Google Code called FontAvailable which does a jQuery-based JavaScript check on a string to check whether or not your system has a specific font based upon its output width. I've ported this functionality to MooTools. The MooTools...

Discussion

  1. Great tips. I can only use the last one, though, as all ‘staches’ as it were twitter more than I do!

    Darn those techno-‘staches!

  2. @Eric: Yep, beware of the techno-‘staches. They are much more difficult to manipulate.

  3. Funny stuff with more than a grain of truth!

  4. Great post David.

  5. Good humour… but somethings were taken a little too far!! But was nonetheless funny!!

  6. I will certainly be remembering this when I leave Uni!

  7. My comment above was number 1234…. do I get a gold star?

  8. @Mark: If the previous 1000+ weren’t spam, then yes.

  9. Cool! Just one thing I don’t understand – why call them ‘Mustaches’? I thought they where called ‘Suits’.

  10. @Binny V A: “Suits” works too. I find “Mustache” much funnier.

  11. Hi David,

    Interesting post! However I am a Mustaches myself :)

  12. Very Very Interesting post, I like it!!

  13. Great article. I especially like the phrase “ID-10-T error.” that was great.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!