FOCUS

May 6th, 2009 by madeleine

Yesterday I had an “Improvement on Work Performance” session with boss.

Questions being asked to ponder:
a. How fast are you doing the standard work currently, such as jetstar banners and edm slicing, and how much faster you can do it.
b. How can you help your colleagues, fellow Production people, and project managers, in lightening their load.
c. What are the areas of skillset improvement you can do compared to other people in your role in the market?

The WHY WHY WHY that were being questioned.

why should YOU benchmark yourself?
why should TAC benchmark itself?
why should we care what other people are doing?
why should we care if others in the industry are doing work 20 times faster and 50 times better?

It is all about SURVIVAL!!!

So EACH and EVERYONE of us have to be constantly be upgrading and improving.

First of all, I need to change my mindset. set myself standard. push myself hard. Most importantly, make sure I am thinking the CORRECT THING

GOLDEN QUOTE
“FOCUS ON THE TASK AT HAND”

:focus

May 4th, 2009 by madeleine

Problem: experienced navigation menu tabs got blue outline when clicked.  (only in FF)

Solution: applied :focus {outline-style: none;} to css

What it is: it applies the style to an element when the user sets focus on it. only applies for Mozilla/ NS7+. no supported in IE

Web reference:
http://www.cssdrive.com/index.php/examples/exampleitem/focus_pseudo_class/

Still a long way to be a css master. Practise makes perfect. Just hope to do more css projects in future.