November 7, 2011 / WordPress / by Kathy Alice


WordPress templates are powerful tools. For example many themes use templates to give you the option of creating a sales page without the sidebar. But I had never seen these custom templates used for WordPress posts.

WordPress custom post templateAn artist needed Paypal buttons added to her WordPress site, a portfolio of paintings and prints showcased using posts. But at this point we only wanted to add Paypal buttons for the prints, which were available at a the same range of prices based on size of the print and the paper used. Since most of the posts (but not all) would have the same Paypal buttons, I wanted to find a way to avoid copying and pasting code onto each page. I also wanted to empower my client to have the choice to “turn on” or choose the paypal buttons with just a click or two. I found the answer in WordPress custom post templates.

Continue Reading

October 21, 2011 / The Online Life / by Kathy Alice


On a recent trip to Europe I took over 200 pictures with my Android HTC Incredible cell phone in Germany, Istanbul (Turkey) and Prague (Czech Republic). The idea was to not only share snapshots as I travelled along, but also to create an online album to share with my friends when I got back. Here some tips on how to upload photos from your phone that I picked up. Note that this post tends to be Android specific.

Roman Cistern - Istanbul, Turkey
Roman Cistern - Istanbul, Turkey

The basics

You don’t have to have a smartphone to share pictures. Most cellphones today can take pictures and send them via SMS (the protocol used for text messaging). You usually have the option to send a “picture message” to an email address as well. You can do this with a smartphone as well. With Android, if you email the picture it appears to be coming from your gmail account.

As an aside,the Android OS is tightly integrated with your gmail account, for example sharing contacts … in some ways this makes life easier when you are emailing from your phone, but in other ways it junks up my phone with a lot of contacts I’ll never email again. This also can impact your uploads as I discovered.

Continue Reading

October 3, 2011 / The Online Life / by Kathy Alice


I’m into the third week of traveling in Europe. As mentioned in my previous travel in Europe post I’m also working part-time while traveling. The first week I spent in Munich, including a visit to Oktoberfest and the second week in Istanbul, Turkey. Now I am visiting Prague, a beautiful city which I highly recommend.

Google in Czech

Continue Reading

September 16, 2011 / The Online Life / by Kathy Alice


One of the main attractions of the work I do is that I can do it from anywhere. With a laptop and a cell phone and an internet connection I’m work ready and have worked from a variety of locations in California and Texas.

Ein Bier
Courtesy of K Mick – Flickr Creative Common License

Well now I’m taking it to the next level with a 3 week trip to Europe. Oktoberfest in Munich has been on my bucket list forever and now I finally get to experience it next week!

Other than the obvious problem of mixing work with pleasure, there are some challenges in working from Europe.

  • Timezones – Germany is nine hours ahead of California, so this means that my client meetings will need to be at night. Since I will need to meet with a couple of clients during the three weeks I will need to allocate “work” nights during the time I will be there.
  • Connectivity – One of the reasons I picked Europe is because it is a developed country and I should be able to find internet connectivity fairly easily in hotels and WIFI hotspots. I do need to be careful on what I send over unsecured WIFI and may need to invest in a USB broadband card. Similar to the card I have here, there are pay as you go plans in Europe. On my todo list is reconfiguring my mail on my phone and laptop to send over SSL as I have noticed that some of my mail providers block SMTP over unsecured WIFI. Hopefully using SSL will do the trick.
  • Power – Fortunately I won’t need an actual transformer as the laptop’s power is already transformed to a lower voltage, but I do need a adaptor plug. I picked one up at Radio Shack. My cell phone plugs into my laptop to recharge.
  • Phone – This was the most daunting part of planning the trip. At first glance it looked like I would either need to rent a phone when I arrived or try a service here that ships you a phone to take with you. Europe uses a different network (GSM) than the US (CDMA) and although AT&T and T-Mobile phones work on GSM, many of the travel blogs will tell you that Verizon phones won’t. This however is changing, my new Droid does have the capability to work on GSM. I called Verizon to set up a plan and get the magic incantation to activate GSM. The plan is not cheap, it’s $.99 a minute and $.50 to text. However I can receive texts for only $.05. Due to this I may still consider renting a phone, but at least I’ll have a phone that works there. The real killer is data roaming, that can run hundreds of dollars. I plan to keep that that turned off.
  • Phone meetings – At $.99 a minute, this is not a feasible option for hour long (or even half hour) client meetings. Enter Skype. I will be signing up for unlimited calling to US landlines and cell phones for $8 / month. Another alternative is MagicJack but this requires additional equipment to order from them.

I leave in 2 days, we will see how successful I am at mixing travel and work! Stay tuned.

Continue Reading

August 31, 2011 / Search Engine Optimization, WordPress / by Kathy Alice


Although advances have been made in this area, you should assume that an image to a search engine looks like unreadable code. So what you need to do to surround the image with hints on what the image might be about. This gives you another opportunity to add your primary and secondary keywords to your page.

Continue Reading

August 17, 2011 / Search Engine Optimization / by Kathy Alice


CloudFlare helps Website PerformanceSlow website? Webenso has never had great performance, but adding the social media buttons has really slowed things down. Addressing my website performance has been on my to-do list for a while, so it was perhaps serendipitous that I caught a short presentation from Michelle Zatlyn from CloudFlare last night on improving blog performance.

You do need to care about your website speed. Not only because your users aren’t going to stick around for a website that takes 10 seconds or more to load, but it’s bad for SEO as well. Over a year ago, Google announced they would be taking page load time into account for their ranking algorithms.

CloudFlare originally was conceived as a way to block hacker and spam bot traffic to make your website more secure. Michelle quickly got the feedback that any solution they came up with needed to avoid slowing things down. So CloudFlare now has a dual purpose, it looks for “bad” traffic and filters that away from your website, and it speeds up your website’s performance as well. The CloudFlare approach is a little different than the standard remedies for slow websites, it’s not about changing your javascript to load asynchronously or hosting social media button images or installing caching on WordPress (which are all things you should still consider). What CloudFlare does is become a proxy for your website, it caches your pages and can serve your site from it’s datacenters around the world. So instead of someone from Hong Kong requesting your site from its hosting location in the USA, they will get it from the CloudFlare’s Asian datacenter much quicker. Your website — served from distributed locations from around the world — for free. Cool huh?

Continue Reading