Skip to content
Fragmented Development

Blog

This is a repository for the thoughts, notes, and achievements of Mr. Jacob Honeyhume. It contains posts on a large variety of subjects, technical and otherwise.


Safeguard Your Redirects

Every once and a while, I allow a page to terminate itself by redirecting the user to another page with the header() function. This effectively stops script execution, because the user is sent to another page, right?

A-oK

Note: Update at the bottom of this post.

Debugging the "Object has no properties" Error in Javascript

I've encountered this problem before while writing Javascript, and was recently reminded what a pain it can be to debug. Hopefully these tips will prevent you some strife in your own coding.

Information Overload

I've recently been reading the planets: Planet Ubuntu and Planet Web Security, in addition to my daily blogs. Planets are really just lots of blogs tied together into one RSS feed, so in essence I just started reading forty more blogs in two additional subscriptions.

Making Navigation Work

Out of all the projects I've been working on, one issue continually crops up. That issue is site navigation, and it is the single most important part of your site.


For a full list of posts, feel free to check out the Archive!