Monthly Archives: January 2009

Spiritual gifts: Is it only exclusive for adventist?

ShareThis week’s lesson is about God’s given gift like spiritual gift w/c others were priviledged to have it that was use for God’s ministry. Now my question is, is it only exclusive for Adventist? Because this morning in our lesson … Continue reading

Posted in anything under the moonlight | Tagged , | 1 Comment

css and email: how to do it

Share I’ve been having problem applying css on email. I almost wanted to sleep but bumping on these articles awoke my senses. You will find tips and guidelines on these urls so please read them for their explanations on how … Continue reading

Posted in css, html | Tagged , , | Leave a comment

css visibility property: display vs visibility

ShareTip: Even invisible elements takes up space on the page. Use the “display” property to create invisible elements that do not take up space. source: http://www.w3schools.com/CSS/pr_class_visibility.asp

Posted in css | Tagged , | Leave a comment

php:levenshtein()

Share levenshtein (PHP 4 >= 4.0.1, PHP 5) levenshtein — Calculate Levenshtein distance between two strings Description int levenshtein ( string $str1 , string $str2 ) int levenshtein ( string $str1 , string $str2 , int $cost_ins , int $cost_rep … Continue reading

Posted in php | Tagged , | Leave a comment

Installing a PHP extension on windows

Share Installing a PHP extension On Windows, you have two ways to load a PHP extension: either compile it into PHP, or load the DLL. Loading a pre-compiled extension is the easiest and preferred way. To load an extension, you … Continue reading

Posted in windows | Tagged , | Leave a comment