Chronicles of PWU Computer Science Students Alumni
17 Mar
Hi mga repa peeps!
Matagal tagal na ding walang post sa website na to. Ano na nga ba ang balita?
Last February, nagkita kami nila Jonjon at Robert at pumunta sa Vivere Hotel sa Alabang para makipag usap sa Kano na boss ni Robert, sideline project sana - website. Kaya lang di natuloy, nagkaron ng di pagkaka unawaan. Yaan mo na, at least libre ang hapunan namin sa taas ng Hotel na overlooking < nun lang ako napunta dun, hehe >.
26 Feb
CUSTOM MADE , NOW YOU CAN TAKE THAT CALL WHEN YOU’RE IN THE TRAIN , TAXI , JEEPNEY, BUS OR YOUR PRIVATE VEHICLE!
Your days of being afraid to answer your phone in public are over
NOKIA 45 - CUSTOMIZED FOR METRO MANILA CONDITIONS

26 Feb
26 Feb
* SALAD DODGER.
An excellent phrase for an overweight person.
* SWAMP-DONKEY
A deeply unattractive person.
* TESTICULATING.
Waving your arms around and talking bollocks.
* BLAMESTORMING.
Sitting round in a group, discussing why a deadline was missed or a project failed, and who was responsible.
* SEAGULL MANAGER.
A manager who flies in, makes a lot of noise, craps on everything, and then leaves.
* CUBE FARM.
An office filled with cubicles.
(more…)
19 Feb
This is for my own use - nakakalimutan ko kc…
HTML code
<head>
<script language=”javascript” src=”flashfix.js”></script>
</head>
<body>
<div id=”flash_container”></div>
<script language=”javascript”>
writeFlash(’flash_container’);
</script>
</body>
flashfix.js content (in one line only)
function writeFlash(id) {
document.getElementById(id).innerHTML = “<object classid=’clsid:D27CDB6E-AE6D-11cf-96B8-444553540000′ codebase=’http://download.macromedia.com/pub/shockwave/cabs
/flash/swflash.cab#version=7,0,19,0′ width=’500′ height=’500′ id=’myflash’> <param name=’movie’ value=’slideshow2.swf’ /> <param name=’quality’ value=’high’ /> <embed src=’slideshow2.swf’ quality=’high’ pluginspage=’http://www.macromedia.com/go/getflashplayer’ type=’application/x-shockwave-flash’ width=’500′ height=’500′></embed></object>”;
}