Tag: Web Development

CSS jappler.com Web Development

almost there.

Well, new designs, new learning experiences. I have lots to share later about CSS and about WordPress layout, but I need a break. I still need to get my main menu from the rest of the site into the blog layout, and figure out why my top menu item is not lining but, but the […]

Web Development

time to regroup, redesign.

Well, it is that time in the design cycle to archive my current web site, and move to a new design. I will be working on it this weekend to hopefully finish it up. Once I have it completed, I will be moving this web site to a new url, I will keep a redirect […]

HOWTOs UNIX Web Development

rsync: synch both boot and data volumes.

If you have mission critical servers, you know that a backup is essential. I do not want my mission critical web server to go down. Along comes rsync. How to set up rsync to synch my boot drive (and make it bootable) as well as synch my data files (html/php files): First, you will to […]

Web Development

the art of php include().

Let’s face it, no one wants to make several changes to the same portion of a web page when you have static information/pages. Enter php include(). If you have a common header, footer, block of information that needs to be on multiple pages and the thought of only editting something once instead of on multiple […]

UNIX Web Development

what's on my web server?

It is time to build another web server, and this time I will write about what is on it. I have built this configuration on the original iMac all the way up to the latest Xserve with success, so it is possible to make a cheap web server out of an older computer. To further […]

Hints Web Development

google alert.

Ever since I started monitoring what search engine robots indexed on my web sites, I have also been using Google Alert. Google sends me reports (html email or plain text, your choice) of any web site that has been indexed with keywords that you specify. Not only can you make sure Google is following the […]

Hosting Web Development

Web Hosts, A Journey

I had been wanting to move my personal web site on a server that supported both PHP and MySQL for awhile since I started working with the two technologies. After talking to a friend about it, he suggested I find a host and do month to month billing until I am satisfied with the hosting […]