jappler.com revisions.

jappler.com WordPress

I have spent the last few weeks about making jappler.com more of a resource. I have spent a lot of time over the years posting about UNIX commands, web development HOWTOs, etc and would like to make that content easier to find. You will notice that I have already changed the navigation items and plan to re-design how I present content on this web site. I hope, that sometime in May, I will have a web site that will be much more resourceful to everyone. I will also document how I used WordPress to do it.

Leave a Reply

Your email address will not be published.
*
*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

CSS Serenity Now! Web Development

Keep It Simple!

I am currently working on a big project which includes wrangling over 12k lines of CSS. Tonight it took me an hour to create a very simple form when it would normally take me 5 minutes. Why? Overcomplicated CSS. At this point I am using so many default values (like vertical-align: baseline; and float:none;) that […]

CSS Hints HOWTOs Web Development

CSS and z-index.

I have been busy working on an excited project that uses some pretty complicated layouts. I was originally hired to optimize and clean up the XHTML/CSS so it would work in IE 6, IE 7, Safari, and Firefox, but now am busy working on producing the clean XHTML/CSS from the start. I needed to brush […]