It’s Good to be back (in Bali)

After 7 days in the Capital City of Indonesia i’m glad to be back in Bali again, leaving behind all traffics, new web projects are awaits i’m ready to roll again…

Show Hide Javascript

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’;
}

Website and Fengshui…

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 of the actual business’ offices. Therefore, the website design and the elements that will be in it should follow feng shui guidelines in order to be properly balanced.

Continue reading “Website and Fengshui…”