09.11.06

CSS Layout

Posted in Web at 21.19 by Gabe

JL@ISCABBS asked Vertigo@ISCABBS to make a layout with CSS.

IE7 RC1 CSS Layout Opera 9.01 CSS Layout

Resizing seems to be an issue.

08.10.06

IE7 Beta 3 – Select Borders

Posted in Browser, Web at 9.19 by Gabe

ie7beta3-selectborder


A workround, put a span around the select and put the border style in the span.


ie7beta3-selectborderworkaround

08.09.06

IE7 Beta 3 – Div/Form Element

Posted in Browser, Web at 17.57 by Gabe

ie7beta3-divformelement

11.02.04

meettheluckyones.com

Posted in Web at 15.12 by Gabe

A cool website my wife worked on, check it out meettheluckyones.com although the music is rather strange.

05.20.04

Tomcat

Posted in Web at 18.33 by Gabe

Well, I’ve been busy programming (partly the reason I haven’t posted in awhile, other reason being we’re moving somewhat soon) some Java.

Let me say I now know why no one uses JSPs/Servlets to do web apps, compared to PHP, Perl, ASP, JSP. Tomcat is a PAIN to install! Well, the pain wasn’t the install process (since I used RPM’s) but the fact that there are 26 dependancies that I had to install first, before installing Tomcat made it take a long time.

Then, after all of that fun, I spent…way too long trying to figure out why it was “running” but not listening to port 8080…I couldn’t see that the section of server.xml was commented out! Then, after that mistake, I spent even more time trying to figure out why (without much help from the error log) my web.xml was “broken” only to realize that I can’t spell servlet or pattern.

Finally, I got my test running. Whew.