Wordpress

DIY Websites

Keep getting asked "Where can I build a site on the internet" preferably for free or low cost OK so here are some links to templated DIY site building websites: Google Sites Wix Website Builder Squarespace So to get started on the Internets for eCommerce what do you...

Generate Custom XML with Perl CGI.pm

I want to output custom XML without any HTML or DTD tags using CGI.pm Here is my hack to get what I'm after: #!/usr/bin/perl use strict; use CGI qw(:standard -any); # use the -any option to turn on custom tags # e.g. I can use $r->item("Item Content") to create # Item...

Page Load Speed Improvements

I'm noodling away at my websites performance using the Google Page Speed plugin. It recommends losslessly compressing your images using a number of utilities. I mostly upload png format images so I ran the following on my Wordpress content folder to compress the...

I just like tables – All right?

I've tried over time to get into using CSS and the appropriate html tags to create tables but in the I want a table. So I've installed the "WP-Table Reloaded" plugin and now I have a wonderful and simple jQueryised interface within wordpress with which to generate and...

The Telarah Times Goes Mobile

I have an Android based HTC Desire Phone. I use it to read the news in the mornings after waking up. One of the frustrations I have found is trying to read web pages that are designed for people with 19" to 24" monitors on the tiny Android screen. I appreciate when a...

WordPress for Android Video Upload

This link http://android.wordpress.org/2010/05/11/wordpress-for-android-version-1-2-geotagging-and-video-upload/ has the secret sauce for uploading 3gp videos to a wordpress blog namely the PJW Mime Config plugin. After installing PJW Mime Config the mime type you...

Encourage Comments on Your Blog

I'm fairly strict with what I allow as comments on this blog. But if someone has gone to the effort to post a well-thought-out comment I don't mind if they put a URL in the comment or the associated website field and therefore gain some SEO benefit from it. I have...