Category: Technology

Love it or hate it – it is here to stay.

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 […]

Web Development

Debugging IE 6 on a Mac

What is worse than debugging your web application for IE 6? Debugging your web application on IE 6 when you have a Mac and have to launch Windows…or wait, do you? If you do not want to run Parallels or something similar – check out ies4osx. It is dependent on Darwine so make sure you […]

Apple

Apple High

I have had an Apple high a few times in my life (the day my PowerBook 520, PowerMac 6500, B&W G3, G4 Cube, 2 Mac Minis, and a MacBook Pro arrived at my door) and I remember each one of them very vividly. Today – I had an unexpected Apple high…I had been having problems […]

User Interfaces Web Development

RoundCube Webmail Update

I have been using Squirrelmail since the late 1990s and while it works and is dependable – the interface is still stuck in the 1990s. A year or so ago I looked at another webmail project: RoundCube Webmail but it was quire ready for primetime. The developers just released a new version which looks promising. […]

Hints HOWTOs HTML/XTML Web Development

Uncheck Checkbox Values

I recently ran into a situation with a custom form where users had a number of checkboxes where the values were saved upon submit. When they went back through the form to make changes, if they unchecked something that was already checked and submitted the form again, the checkbox value would not change (not empty). […]

Web Development WordPress

Show One Post/Page in WordPress

If you want to have a content area somewhere on your site that shows content from a post or page – and you want to do this with using the simplest of code (no loop, no query_posts, etc), check out the function get_post. The get_post function allows you to simply get one post’s title, content, […]