Jonas Brothers the Next Incredible Hulk

February 14th, 2009
jonas brothers the next incredible hulk

jonas brothers the next incredible hulk

If you love Jonas Brothers, you definitely love this coloring games. I experimented the color and came out Jonas Brothers HULK alike.*LOL* . You too can experiment by playing this cool Jonas Brothers Coloring game. For more games for girls, you can visit www.dressupdollgames.net.

I.T.A.L.Y. – I Trust And Love You

February 10th, 2009

Anyone seen the new commercial of Dingdong Dantes on Goldilocks? It's cute actually, perfect timing for the upcomming Valentine's day. The commercial inspired me to do a research on some famous acronyms in the Philippines. This acronyms are name of the place/country that turned into phrases, some phrases stand for affection, inspired by their love one and some are an R-rated phrase (Pinoy are really talented when it comes to kalokohan). Here are the list I found circulating the net.

  • ITALY - I Trust And Love You
  • IMUS - I Miss U, Sweetheart.
  • BALIWAG - Beauty And Love I Will Always Give.
  • HOLLAND - Hope Our Love Lasts And Never Dies
  • PARIS - Please Always Remember I'm Sincere
  • ROME - Remember Our Memorable Evenings
  • JAPAN - Just Always Pray At Night
  • LIBYA - Love Is Beautiful; You Also
  • FRANCE - Friendship Remains And Never Can End
  • CHINA - Come Here, I Need Affection
  • PINAS - Promise Im Nice And Sweet.
  • KOREA - Keep Optimistic Regardless of Every Adversity.
  • KENYA - Keep Everything Nice Yet Arousing.
  • MALABON - May A Lasting Affair Be Ours Now.
  • MANILA - May All Nights Inspire Love Always.
  • CANADA - Cute And Naughty Action Develops Attraction.
  • PASIG - Please Always Say I'm Gorgeous!
  • CEBU - Change Everything... But Us.
  • BURMA - Between Us, Remember Me Always.
  • TONDO - Tonight's Our Night, Dearest One.
  • INDIA - I Nearly Died In Adoration!
  • EGYPT - Everything's Great, You Pretty Thing!
  • RUSSIA Romance Under the Sky & Stars is Intimate Always.
  • PARANAQUE - Please Always Remain Adorable, Nice And Quiet Under Ecstacy.
  • PASAY - Pretty And Sexy, Are You?
  • MARLBORO - Men Always Remember Love Because Of Romance Only.
  • PERU - Porget Everyone... Remember Us.
  • SINGAPORE - Sex Is Needed; Gals Are Priceless; Orgies R Excellent.
  • YEMEN - Yugyugan Every Morning, Every Night.
  • PHILIPPINES - Pumping Hot I Love It! Please, Please, I Need Erotic Stimulation

WordPress Plugin: FV Code Highlighter

February 10th, 2009

I was thinking to do some gamesitescript templating tutorial, so I search for a code highlighting plugin better than default code tag and I found several plugins but I encounter some compatibility issues with wordpress 2.7. One plugin standout from the rest, and works great with wordpress 2.7. The plugin I'm referring to is FV Code Highlighter by Frank Verhoeven.

FV Code Highlighter works very similar to most the other syntax highlighting scripts, but I like how the plugin uses the default dreamweaver tag color and the background color.

As of the moment, the plugin is in early stage of development and only support the following programming language PHP, HTML, CSS and XML.

Example

PHP CODE:

<?php
// get host name from URL
preg_match('@^(?:http://)?([^/]+)@i',
"http://www.wickedhippo.com/games/16/girls.html", $matches);
$host = $matches[1];
// get last two segments of host name
preg_match('/[^.]+\.[^.]+$/', $host, $matches);
echo "domain name is: {$matches[0]}\n";
?>

CSS CODE:

@import url("style.css");
h2, .eligio {
display: block;
font-size: 13px;
color: #000;
padding: 18px 10px 17px 10px;
line-height: 18px;
border: 1px solid #e2e2e2;
text-align: left;
overflow: auto;
}
@media screen, print {
    pre { margin: 0px 10px 10px; }
    h1 { font-size: 14px; padding-top: 10px; }
}

Visit FV Code Higlighter

  • Recent Post