It may sound funny but worth to try …:) only using simple and rather silly tools ,see the rest of the article
Author: baliweb
Hardrive Crisis!
Couple months ago i had problem with my PC it seems the hard drive crashed right after i move the data, after hours of googling i found this article. I owe to it big time.
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…
Web 2.0 An Explanation from a Web Design Perspective
Once one of my client asked me what is Web version 2.0, make me answered to the question in rather silly reply.So this good article i found in the net, explaining a clear definition of Web 2.0 to remain me what’s all about .
Continue reading “Web 2.0 An Explanation from a Web Design Perspective”
Bali Restaurant’s
These restaurants are selected for their full fine dining quality. They are places to experience as well as to dine.
Via Dolorosa tableau – Denpasar
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
Ten CSS tricks
Here’s an article with some very useful CSS tips “you may not know†(but really should!)
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.
Start to Design Your Web with CSS
Before you start working with CSS-based layouts, just notice that browser all have their own, fairly unique, default styling for the various elements. Sometimes, the browser applying different default styling to your elements. To accomodate and eliminate this possibility, you should use css that could neutralizes a lot of default layouts.