Tag: Web Development

Web Development WordPress

WordPress 2.0.5

I spent a few minutes (not hours) updating all my sites to WordPress 2.0.5. So far, everything is working and no issues have come up. If you not upgraded your WordPress installation, check out the fixes in 2.0.5 and then upgrade away. Great work WordPress developers!

jappler.com Web Development WordPress

wordpress permalinks fix.

I had been struggling with the the next/previous links on my WordPress blog now for several months. Nothing excites me about mod_rewrite and permalinks in general. I know both are very powerful, but with power comes frustration. My problem: All my permalinks were working correctly except for the next page/previous page links. WordPress was trying […]

Web Development

a web browser kind of week.

The last few days have been pretty busy in the web browser world. The big news: Microsoft released Internet Explorer 7.0. I downloaded it, installed it and was pleasantly surprised. Finally Microsoft is making text look good with anti-aliasing. (One of my biggest pet peeves with Windows in general). After taking a quick look at […]

Business Web Development

new portfolio is available to view.

I finally had a few minutes to update my company’s (SDAC Inc) web development portfolio. If you are interested to see what I have been busy working on in the last two years, check out my consulting web development portfolio. You will notice I mainly focus on building dynamic web sites using WordPress as a […]

Javascript Web Development

A Weekend Full of Learning

What a crazy and full weekend! Many thanks to Demitrious for helping me out this weekend with PHP. If you are a beginner, check out Demtrious’s article: Poor Man’s Debugger. This article helped me greatly over the past weekend and I feel like I now have a good handle on what to do when things […]

Hints HTML/XTML Web Development

using the title attribute in html links.

Ever wonder how to get a mouse over “tool tip” to appear without much hassle? Use the title attribute (keep your mouse over the link for a few seconds to see this in action). Not only does this help your users/readers get more information, it also helps people who are using auditory browsers will have […]

Content Management Systems Web Development WordPress

wordpress resources.

I have been creating more CMS web site solutions using WordPress over the last year and and have collected some great resources along solid product right out of the box, it is highly configurable, there are endless plugins, and everything is well documented. So, if you are ever looking to build a web site using […]

Web Development WordPress

CSS positioning.

There are few things that drive me more crazy than CSS, and yet I work with it and actually enjoy it on occasion (when it is all over and QA’ed). The last few days have been CSS hell. I will note that I have finally reached the point in my career where I use the […]

Web Development

documentation is key.

I am in the process of finishing up a project for my consulting company and one of the final things I do before handing over everything to my client is to provide detailed documentation of what I did, how I did it, and how to modify what I created. Why? I feel it is very […]

CSS Web Development

making things work: ie 5-7 and css.

I am currently working on a CSS project that needs to work in IE 5.0+, FireFox 1+, Safari 1+, and Opera 8+ for both Mac and PC. Normally writing CSS for multiple browsers/multiple platforms does not scare me, but the IE 5.0 part scares me, particularly since I am going to have to create some […]