by dave | Jan 31, 2003 | Tinker Blog
Well it appears that I have become what I have long despised in the web design world: the php portal site. Now I don’t think it’s as bad as most, but I’m afraid that the site does suffer from clutter on the frontpage. This was brought to my attention...
by dave | Jan 30, 2003 | Tinker Blog
Try this code: if(navigator.appName.indexOf(“Netscape”)!=-1 && navigator.appVersion.indexOf(“4.”)==0) { document.writeln(“”); } else { document.writeln(“”); document.writeln(“@import...
by dave | Jan 29, 2003 | Tinker Blog
Make an empty file named style.css. In your html page, add a line inside the tag that says . Let’s say you have some text that you want to be in a certain spot on your web page. We will put it there without a single table or line break. Put tags around the said...
by dave | Jan 22, 2003 | Tinker Blog
Here are some handy instructions for setting up a CVS server. I’m really posting them for my own benefit, but perhaps this will help someone else out there. I’ll be posting a follow up sometime with a walk-through of basic cvs use. Server Setup .On your...
by dave | Jan 20, 2003 | Tinker Blog
If you’re wondering if you could get that great GNOME 2 font smoothing in Mozilla without having to compile it yourself, you’re in luck! Head over to the mozilla.org website and download Mozilla 1.3a with font smoothing. Download the files. Double-click...
Recent Comments