David Kryzaniak, LLC logo David Kryzaniak, LLC

  • About
  • Blog
  • Résumé
  • Contact

Force Non-WWW URL in WordPress

Posted on November 4, 2012 by David Kryzaniak

Making sure all your guest are coming in through the same url can be important for SEO. Google may see your domain as two sites depending how you use the WWW and non-WWW url. If Google does pickup both your

Read more ›

Posted in WordPress | Tagged 301 redirect, htaccess, non-www, url, wordpress, wp, www | 2 Replies

301 Redirects in Modx

Posted on November 2, 2012 by David Kryzaniak

When moving a new site live, it’s critical that you have 301 redirects from the old urls to the new ones. 301 redirects help to preserve any SEO you’ve earned on the old site. Here’s how to create a 301

Read more ›

Posted in MODx | Tagged htaccess, modx, redirect | Leave a reply

Add Custom Menus to the WP Theme Customizer

Posted on October 29, 2012 by David Kryzaniak

Here is a simple Gist (originally created by https://github.com/Abban) that lays out all the necessary hooks to start customizing the new ‘Theme Customizer’ in WordPress 3.4

Posted in WordPress | Tagged theme, theme customizer, wordpress, wp | Leave a reply

Installing NGINX on a Raspberry Pi

Posted on October 27, 2012 by David Kryzaniak

I’m going to assume you already have Debian Squeeze installed and running on your Pi. Open the console (LXTerminal); Type sudo apt-get update Let it crunch away… Type sudo apt-get install nginx Let it crunch away… Type sudo service nginx

Read more ›

Posted in Linux | Tagged linux, nginx, raspberry pi | Leave a reply

Handling Fatal Errors Nicely in PHP

Posted on October 22, 2012 by David Kryzaniak

Here is a simple way to nicely handle fatal errors in PHP. I’ve tested this in PHP 5.2, I believe it should work in 4 but I’m not totally sure.

Posted in PHP | Tagged 500, Errors, fatal error, PHP | Leave a reply

Cross-Browser Compatibility Hack

Posted on October 20, 2012 by David Kryzaniak

Cross-Browser Compatibility can be almost always is a nightmare. Something that looks amazing in Chrome version 22 might look completely different in Firefox 3.5 (or IE7). To make things even more fun (sarcasm), making a minor CSS change to correct

Read more ›

Posted in Hacks | Tagged browser, Chrome, cross, css, Firefox, javascript, Opera, safari | Leave a reply

Woohoo! Finally up and Running

Posted on October 14, 2012 by David Kryzaniak

After a lot of struggle, the site is up and running. For the server being over 6,000 miles away (5,910 miles to be exact), response times are pretty good.

Posted in Web | Leave a reply

  • Newer posts ›

Recent Posts

  • Adding an API Key to your AWS SAM Deploy
  • Serverless HTML to PDF API with AWS Lambda
  • cPanel/WHM Cron: Delete Backups Older Than 30 Days
  • Docker on Amazon Lightsail (Quick Install)
  • Get Noticed! Theme: Changing the Share Bar Icons

Categories

  • AWS (5)
  • Events (1)
  • Hardware Hacks (4)
  • Linux (2)
  • Psychology (1)
  • Random (3)
  • Web (36)
    • API (2)
    • Code Snippets (2)
    • Docker (1)
    • Hacks (4)
    • IIS (1)
    • MODx (1)
    • PHP (5)
    • Responsive (2)
    • Scripts (1)
    • WordPress (15)

Recent Comments

  • David Kryzaniak on Docker on Amazon Lightsail (Quick Install)
  • Leigh on Docker on Amazon Lightsail (Quick Install)
  • Leigh on Docker on Amazon Lightsail (Quick Install)
  • bob on Docker on Amazon Lightsail (Quick Install)
  • Ivan on Force Non-WWW URL in WordPress