Image hosting by Photobucket

« Home | Driving in Bangalore (India) » | Answers: » | Uploaded Video!!! » | Songs: Crazy Frog » | Stages of all Computer Professionals!!!! » | Songs: Aayutha Ezhuthu - Yakkai thiri » | Songs:Boys - Ale Ale » | Comedy: Winner » | Amazing Fact.......... » | Some moments to laugh!!! » 

Saturday, April 22, 2006 

Fashion Tip: Don't Make These Fashion Mistakes


1. Wearing the Wrong Colors
To look your best wear clothing colors that will complement your skin. Wearing the wrong colors will make your skin appear sallow and lines and wrinkles will be more evident. The right colors will make you look more vibrant and healthy.

2. Wearing too much makeup
Too much makeup will make lines appear deeper and will create a harsh look. Keep makeup light for day and a little darker for evening. See a professional if you are unsure of makeup application techniques.

3. Wearing Clothes that are too small
Wearing clothes that fit too tightly will make you appear larger. Wearing clothes that do not suit your body type will make you appear larger. Buy clothes that suit your body type - not someone else's.

4. Chipped nail polish
The idea of nail polish is to make your nails appear nicer. Chipped polish just brings attention to poor grooming.

5. An old-fashioned hairstyle or messy hair
Your hairstyle creates a first impression. From your hairstyle people will assume your education level, status, age etc. This doesn't mean the judgments are correct ? They happen instinctively. Make sure it doesn't happen to you. Visit your hairstylist regularly.

6. Messy Shoes or wrong shoes for your outfit
Take care of your shoes they complete your look. Also pay attention that your complement your outfit. Read more information at fashion http://online-articles.org/fashion-style/site-map.php .

7. Roots that show
If you colour your hair make sure you keep it maintained regularly.

8. Bras and bra straps that show
When wearing sleeveless tops make sure you wear a racer back bra. Don't wear bras that fit too tightly or don't have good support.

9. Mismatched hose
Match your hose with your shoes or with your pants or skirt.

10. Wearing inappropriate clothes
When in a working environment make sure that your clothes are not flashy (unless you are in a creative field) do not wear short skirts, (more than 3 inches above the knee) sleeveless tops, plunging necklines, stilettos, too much jewelry, leather pants or skirts, or anything that shimmers.

A few suggestions to consider are these: Decide what clothing you feel comfortable in. Is it a business meeting? Is it a casual night out? Whatever you're going to be doing, the clothes you wear will only accentuate the real you and the right clothes for the occasion can go a long way to help you feel confident.. Read more information at fashion http://online-articles.org/fashion-style/site-map.php .

Take your time to select a few choice merchants that offer timeless, quality clothing at reasonable prices. Take your time, you're not in a hurry, and focus in on what type of clothing you want. In other words, who do you want to be and then find the clothes to dress up that person.

Image hosting by Photobucket

About me

  • I'm Vijay
  • From
My profile

Search Engine


Advertisement

Powered by Blogger
and Vijays Blog!

www.flickr.com
This is a Flickr badge showing public photos from Vijayasekar. Make your own badge here.

Archives


/****************************************************************************** save this file as astrack.js and place at the end of your page code (after the last AdSense ad unit) You must already have the UrchinTracker installed to use this. Modified with permission from Jim Rotherford's Adsense Pepper (http://www.digitalmediaminute.com/) � SeoBook.com. For updates see http://www.seobook.com/archives/001370.shtml You are allowed to use this but you should keep this copyright notice here ******************************************************************************/ function as_click () { urchinTracker ('/asclick'); } // incredibly funky onload add-event scripting, for all browsers if(typeof window.addEventListener != 'undefined') { //.. gecko, safari, konqueror and standard window.addEventListener('load', adsense_init, false); } else if(typeof document.addEventListener != 'undefined') { //.. opera 7 document.addEventListener('load', adsense_init, false); } else if(typeof window.attachEvent != 'undefined') { //.. win/ie window.attachEvent('onload', adsense_init); } //** remove this condition to degrade older browsers else { //.. mac/ie5 and anything else that gets this far //if there's an existing onload function if(typeof window.onload == 'function') { //store it var existing = onload; //add new onload handler window.onload = function() { //call existing onload function existing(); //call adsense_init onload function adsense_init(); }; } else { //setup onload function window.onload = adsense_init; } } function adsense_init () { if (document.all) { //ie var el = document.getElementsByTagName("iframe"); for(var i = 0; i < el.length; i++) { if(el[i].src.indexOf('googlesyndication.com') > -1) { el[i].onfocus = as_click; } } } else { // firefox window.addEventListener('beforeunload', doPageExit, false); window.addEventListener('mousemove', getMouse, true); } } //for firefox var px; var py; function getMouse(e) { px=e.pageX; py=e.clientY; } function findY(obj) { var y = 0; while (obj) { y += obj.offsetTop; obj = obj.offsetParent; } return(y); } function findX(obj) { var x = 0; while (obj) { x += obj.offsetLeft; obj = obj.offsetParent; } return(x); } function doPageExit(e) { ad = document.getElementsByTagName("iframe"); for (i=0; i (adLeft - 10) && px < (parseInt(adLeft) + parseInt(ad[i].width) + 15)); var inFrameY = (py > (adTop - 10) && py < (parseInt(adTop) + parseInt(ad[i].height) + 10)); if (inFrameY && inFrameX) { urchinTracker('/asclick'); } } } //end for firefox