Tag Archives: web development

Tuxtweaks home page with WPtouch

Enable Shortcodes in WPtouch on WordPress

Building a mobile website for your blog or business can be a daunting task. Perhaps you’re an expert at mobile website development and you can design a mobile website on your own just fine. But for many of us, learning to do this would take far too much time and effort and probably wouldn’t turn out all that great anyway. If you are using WordPress to run your website, you’re in luck. There are several plugins available to make your site look great on mobile devices.

With over four million downloads, WPtouch is perhaps the most popular WordPress plugin to make your website mobile ready. I have been using it on this site for a month or two myself.  You can see in the image below what my site’s home page looks like on a mobile device with WPtouch enabled. Continue reading

LAMP Installed on Ubuntu

Installing a LAMP Server on Ubuntu

Why Install LAMP on Ubuntu?

Why should you install LAMP on Ubuntu? When working on web development, I prefer to work within the privacy of my own development environment located on my computer. I’d rather make the majority of my mistakes where no one else can see them rather than out in the wild of the Internet. In order to have that private development environment, I install a LAMP configuration. If you’re not familiar with LAMP, it stands for Linux, Apache, MySQL, php (and/or Perl). Continue reading

Install LAMP and phpMyAdmin on Ubuntu 11.10

LAMP stands for Linux, Apache, MySQL, and php, (or Perl). It’s one of the most popular web hosting platforms. If you’re developing websites, it’s good to have your own private development environment to use while you build and test your websites. This post will show you how to install and configure a LAMP web development environment on Ubuntu 11.10 Oneiric Ocelot to use for testing. It can also be used to set up LAMP on a Virtual Private Server (VPS) or a Dedicated Server, but please note that this post does not cover setting up proper security for serving content to the internet. Continue reading