Apr
7
Via Dolorosa tableau - Denpasar
April 7, 2007 | Leave a Comment
Excellent tableau of via dolorosa in Cathedral Roh Kudus Denpasar on Friday Morning (4/6/07), performed mostly by youth (MUDIKA) …Bravo Guys..!
more pictures
Apr
3
Ten CSS tricks
April 3, 2007 | Leave a Comment
Here’s an article with some very useful CSS tips “you may not know” (but really should!)
evolt.org: Ten CSS tricks you may not know
Apr
3
Show Hide Javascript
April 3, 2007 | Leave a Comment
A Simple hide and show javascript code
function show(menuName) {
var myVar= document.getElementById(menuName);
myVar.style.display = ‘block’;
}
function hide(menuName) {
var myVar = document.getElementById(menuName);
myVar.style.display = ‘none’;
}
Apr
3
Website and Fengshui…
April 3, 2007 | Leave a Comment
By following feng shui guidelines and techniques, you can build and design a business website that is not only visually attractive but also attractive to wealth and prosperity. The elements that are part of a business website are somehow equivalent to the objects distributed through a working space since the website is the electronic version [...]


