Parse PHP in HTML Pages on GoDaddy Hosting

Sometimes it is helpful, mainly to avoid broken links, to make sure your html files (with a .htm or .html extension) can parse PHP. On GoDaddy hosting, this threw me for a loop.

Read Post →

Back to Basics

I’m restructuring my blog to only focus on these languages and environments: Apache, PHP, MySQL, Javascript (usually via jQuery), XML, Actionscript, CSS, and HTML. Very rarely have I had to extend my reach out into other languages to accomplish the creation of a quality web page or web application.

Read Post →

Force SSL / https on Typo3′s Backend

Sometimes it is appropraite to secure Typo3′s backend login page and editing pages. This is done very easily in your server’s .htaccess file.

Read Post →

Installing Imagemagick for Typo3

One of the things you immediately find out about Typo3 is that it uses Imagemagick, a server based image modification tool, to handle thumbnail creation, image resizing, and more. Imagemagick gives Typo3 some great features, but only if you have it installed correctly. Here is a quick guide to installing Imagemagick for Typo3.

Read Post →