Technical Articles

In-depth guides, insights, and best practices for modern software engineering

Wordwrap that PRE!

Ever used a <PRE> in a limited width div container? You will notice that the line gets cut off almost as if word-wrap was not enabled.

To …

Read Article →

16000 Limit!

Today I discovered that Flash truly has a limit!

  • 16,000 frames: Exceeding this limit causes the movie playback to stop. While this limit is rarely …
  • Read Article →

    htaccess ErrorDocument

    Create a file called .htaccess in the root of your public_html/htdocs of your domain.

    This is useful when you want to handle error pages gracefully …

    Read Article →