Now, I know my post won't mean anything since it's my first post but this is what I think about this thread, without trying to flame it.
I think that this thread would have been made better if you did it as a guide on how to use macro's which is something that is considerably easy if you know what you're doing, but if you're fiddling around trying to get something done, it can be hard.
If you, instead of trying to show us how to be badass client side, showed us how to be badass using macro's, then this guide would be badass.
Example section of the thread:
Using a macro to cast multiple skills:
What you want to do is clear your key bindings of either alt 1 - 0 or ctrl 1 - 0. The reason why you're doing this is so you can cast your skills without having to change your hotkeys or move something around. You can also use shift 1 - 0 if you wanted to.
Now, go to your macro section in game by typing /m or /macro.
Once you finish doing that, create a new macro. I prefer setting the sprite to the ? because it automatically sets the picture to be the picture of the skill that's being cast or item used.
Now, set the name to be whatever you want, I prefer to have simple names consisting of a few letters to know what skill I'm using. (I'm a mage so F/F for Fireball/Frostbolt)
Once you're done with that you're going to type this inside the macro.
Code:
#showtooltip [modifier:x] y; z
/cast [modifier:x] y;z
Replace X with the key that you reset (Ctrl, Alt, or Shift).
Replace Y with the skill that you want to be shown when you press the skill you reset (X).
Replace Z with the skill you want defaulted on the bar so you immediately press the button and it will cast.
This is mainly used for single bar fights, if you dislike addons like bartender and prefer to use hotkeys of 1 - 0. I suggest not using shift because using shift to swap through bars is an effective method.