It’s about word playing

Nowadays, miscommunication comes from email, instant message, and whatever it is that can’t see face to face. It’s all about word playing. For instance, African American, that made it Chinese Malaysian, no? So are you Chinese first, Malaysian second?

The same thing applied to all stuff.

1Malaysia

1 Malaysia. We can inteprate it as One Malaysia, One Soul, One Mind. All speak the nation language, went to the nation religion and etc. That’s why in order to not confusing we, the nation, the tagline “People first, performance now” is the powerful copy to make sure we don’t think that way.

Prrojek Kerajaan

Or perhaps, the “Projek Kerajaan Barisan Nasional”, you can of course read it as, Government proposed by Barisan Nasiona, or Government project by Barisan Nasional. To be honest, most are taking the latter one.

But why we make our life so hard for a few word here and there? Let me just sleep. Manually polish 2 cars today. Damn tiring…

Christmas Eve

Was great last night, though I don’t really like the crowd. But still it’s one in a year thing for me. Everyone seems to forgotten about all the gift, the car, the clothing, the diamond tennis bracelet and the name of Jesus.

Sunway

I too having some drinks, look for some old friend that happen to be around and etc. I was going to go home earlier last night, but the traffic is a real headache, so I stayed until around 2.00am with my wife. That is definitely a first-time for her to stay outside for such an hour.

But anyway, Merry Christmas, and remember to invite God for the dinner tonight :)

Highlight WordPress search terms with JQuery

Quite frankly, no one really cares about search page. I too, previously, until the day I search for a site and find it hard to catch the terms on the search page. Instead of finding it, I search using browser CTRL+F again, double my search job.

There are numorous of plugins available for WordPress to highlight the search terms, some even have tutorial on how to highlight without using a plugin. I tested, it doesn’t work too well for me. Perhaps, the updated version of JQuery conflicted with it.

Highlight

Yet again, WordPress template tags comes to save my time :) There is this the_search_query tags in WordPress. It will shows the term you searched. Simply, .replace() it with JQuery.

<script type="text/javascript" >
jQuery(document).ready(function($){
jQuery(".post").each(function() {  // The DIV of the result
  jQuery(this).html(jQuery(this).html().replace(/ <?php the_search_query(); ? >/ig, " <span class='highlight' > <?php the_search_query(); ? > </span >"));
});
}); // END
</script >

Simply placed the above code in search.php and you’re good to go :)

Charges

One thing I hate about working currently is the charges. Very often people take the charges as fixed. Like buying an apple, if it is RM1.99 per piece, and that is the price.

I mostly let my wife handle the pricing part and a very little myself.

What they don’t understand is that sometimes there are add-ons on the process of finishing. There is when charges may add up. Surprisingly, it is like a big deal.

Let’s put it in a simple term. You buy a car as you wishes, second day, you wanted to add a spoiler for the car. Do you go back to the dealer and asked them to add it for free? They can add it, but it’s not going to be free. You paid the car itself and not all the add on. It is that simple.

Anyway, year end now. Time to collect money and give myself some bonus this year :) Some good acne products seems great in my wishlist.

Shopping season is here or so they says

Christmas is near, everybody starts to shop. For present, for their new year and etc. Even neighbour seems like tidying their home too. Lots of dust and lots of glass mosaic tile can be seen around the area.

Xmas Sibu

Me? Looking for something to shop as well. Of course I have a list of wishlist as well. Just got one the moment I went to Puchong Carrefour :)

The thing to plan now is the day itself. Though I like planning but planning to do something else is not in my league though. I can plan a well work plan, a well strategy but not a well something-to-do list.