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
    5 HTML5 APIs You Didn’t Know Existed

    When you say or read "HTML5", you half expect exotic dancers and unicorns to walk into the room to the tune of "I'm Sexy and I Know It."  Can you blame us though?  We watched the fundamental APIs stagnate for so long that a basic feature...

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

Incredible Demos

  • By
    MooTools-Like Element Creation in jQuery

    I really dislike jQuery's element creation syntax. It's basically the same as typing out HTML but within a JavaScript string...ugly! Luckily Basil Goldman has created a jQuery plugin that allows you to create elements using MooTools-like syntax. Standard jQuery Element Creation Looks exactly like writing out...

  • By
    Facebook Sliders With Mootools and CSS

    One of the great parts of being a developer that uses Facebook is that I can get some great ideas for progressive website enhancement. Facebook incorporates many advanced JavaScript and AJAX features: photo loads by left and right arrow, dropdown menus, modal windows, and...

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!