Category: Web Development

Javascript

Jappler Recommends: jQuery

If you ever wanted to do something cool (slideshow, lightbox, accordion, pagination, table sorting, drop down menus etc) – please do yourself a favor and look at jQuery and all the great jQuery plugins that are available. About a year or two ago I really liked some of the different javascript libraries (YUI, prototype, etc) […]

Serenity Now! Web Development WordPress

Side Projects

Between normal day to day work, maintaining a house, spending time with the family and pets, exercise, relaxing, and enjoying life…there is not too much time for fun side projects these days. I have been trying to complete a few really cool things over the last few months without much luck…but I think March will […]

Hints HOWTOs Web Development

PHP 4 or PHP 5? You Pick the Flavor

I recently ran into a situation where there were two versions of PHP on a server and I needed to make sure PHP 5 was being used. To pick the version – all you need to do is add the following into your .htaccess file (assuming you do not have access to your httpd config): […]

HOWTOs Web Development

HOWTO: Use RapidSVN for SVN

If you are a web or application developer, there will come a time (hopefully) that you will need to use subversion for your projects. While I use the command line for this – there are some GUI applications that make it easy for people to manage their files using subversion. For this documentation, I have […]

jappler.com

The Story of My Life – Told in the Header

For the last few versions of Jappler.com – I have had images in the header arranged in a way to tell a story. My roots. This picture was taken out of my car on the road my parents live in NY. My home. Old Main on the Penn State campus. I was destined to go […]

WordPress

Jappler Recommends: Shutter Reloaded

I had been looking around for some alternative lightbox like plugins (for photos) and came across the super lightweight option: Shutter Reloaded. The script is super lightweight (10k), does not require any other libraries, and works perfectly without having to add any additional code. If you are looking for a nice little lightbox like plugin […]

jappler.com Life

Busy Busy…

I have not been a very good poster lately – and I apologize. I have had a lot going on. We got our new dog Colby last weekend, been busy with all the WordPress 2.7 update/compatibility issues, preparing for Evan’s 2nd birthday, re-organizing my office space and development environment, getting ready for holiday travel, and […]

Javascript Web Development

Lava Lamp Menus

Check out these fun lava lamp menus. Really – even though some of this stuff is a little crazy for me – I like the idea of doing cool things like this without the use of flash.

Web Development

How to Test .htaccess Files

A quick way to find out if your server is reading your .htaccess files is to type “test” or any text into it. If the .htaccess file is being used – you will get a server error when you reload a page on that site. If you do not get an error – you most […]