Blogger Photo Back-Up Service

by Data Wrangler on July 29, 2010

Overview of Blogger Migration Advantages
We have suddenly been doing some complete Blogger to WordPress migrations. People who realize that there are advantages to a complete move cite the following as some of the reasons:

  • Complete database and images on your own server
  • improved speed
  • SEO enhancements are available
  • increased ease of posting in the WP environment as compared to Blogger

We have had a few stories where Google has simply wiped out accounts, often with no notice and in one recent case, they declined to reinstate the account. Unlike WordPress where regular back-ups are simple to make and can even be automated, your data is in the hands of another.

While we would be happy to discuss the value to you or your organization of moving your entire blog presence (or content managed site) to WordPress, we have developed a method of simply backing up your images.

Blogger Image Back-Up Only
While moving a succession of Blogger Blogs to WordPress we developed several excellent techniques for moving images. Unlike the Blogger Content Back-Up that is now available, images are not readily available in a usable format. However we have developed a method that will permit us to make you complete folders of your Blogger images in all three formats:

  • Thumbnail Size Blogger Images
  • S400 – the displayed size of your images in the blog post images in Blogger
  • S1600 / S1600-h – the full sized original image that you uploaded

We can provide you with a list of all images and with a list of the posts that use those images as well as a directory of each of these images.

How Blogger Images are Moved/Handled
Many people are unaware that every time you upload an image in Blogger when creating a post that it goes into a Picasa web album. The album is “hidden” from public view unless you alter that. Of course you can easily make a back up of that entire album, but the names are cryptic and nothing ties them back to specific posts. Many use winHTTrack and make a duplicate of the site off-line. However with this method, the images are buried in several levels of sub-directories and they have cryptic directory names.

When we first started doing Blogger site moves, the Blogger/Picasa images were moved with simple brute force. We would have to essentially go post by post, and retrieve and upload the proper pictures while creating links when migrating. Thankfully we have developed a more automated system now.

We have developed a system that allows us to retrieve and archive your images economically and in a way that would allow you to match images to the proper posts should you ever be in a disaster recovery mode. It also allows us to easily re-create the images on a complete move to WordPress.

So while we might encourage you to make the complete WordPress move with your Blogger Blog, feel free to use our contact form to give us a hollar if you just want to make a back-up of your blogger images. We’d be happy to provide you with a quote for this service.

{ 0 comments }

Nice Free WordPress Theme: Simple Balance

by Data Wrangler on July 29, 2010

Some of the newer themes being developed are really nice and flexible. I came across a few lately that I really liked. When I get a minute perhaps I’ll feature a few others that I have liked.

This past week when doing a Blogger to WordPress move (the migration included moving about seven hundred images to the BlueHost WordPress server from Picasa/Blogger), I found one that I really liked called Simple Balance.

What is nice about this particular theme is that you can put several different looks on it, change a lot of the features such as show one featured post with the rest excerpted, etc. The site advertises version 2.1, but in fact the download I took was version 2.2. While I appreciate a theme like Thesis with all of the hooks and flexibility, using something like this is much more intuitive and offers a lot of simple flexibility.

Installed Theme

Installed Theme

Access the Simple Balance Control Panel

Access the Simple Balance Control Panel

Options abound with a simple click in Simple Balance WordPress Theme

Options are a click away in Simple Balance


{ 0 comments }

Why are HubSpot Users Migrating to WordPress?

by SEO Wrangler on July 12, 2010

HubSpot Logowordpress logo

Migrating from HubSpot to WordPress continues amongst a variety of businesses. One of the companies we spoke with recently operates in three countries which means it is a sizable enterprise. Their reasons for moving from HubSpot to WordPress are;

  1. The API does not meet expectations
  2. The website is loading slowly (very slowly)
  3. Lacks the ability to include custom developed software
  4. There is no direct access to the database, which limits access to our own content
  5. Not seeing an SEO benefit

A consulting firm shared their primary motivation behind the move from HubSpot to WordPress.

  1. $250  a month is no longer affordable
  2. The purpose of driving conversions was not achieved
  3. The blog posting/editing system is a pain to use

We are not certain if there is a trend developing here.  WordPress is certainly gaining steam and it is quite natural for companies like HubSpot to see customers come and go.   Client companies may shrink or mature or take on internal expertise or hire topical experts.

Do you think there is a trend in HubSpot clients moving from HubSpot to WordPress?

{ 7 comments }

Moving Day: A Migration from HubSpot to WordPress

by SEO Wrangler on June 3, 2010

For the first time ever BlogWranglers was asked if we could move a blog from HubSpot to WordPress.  All we needed to hear was move and WordPress and we were all in.  Another blog migration here we come.

Well, what a surprise upon logging into the account at HubSpot.  Here is what we found;

  1. There is no blog or website Export function in HubSpot
  2. There is no access to the database in HubSpot

The account is structured in way that really prevents leaving HubSpot.  So far, all of the major content managements systems that we have worked with offer some sort of export or migration tool or access to the database and file system, so HubSpot was quite a disappointment on this point.

We ended up doing a lot of heavy lifting, the hard way, and successfully transferred the website content into a fresh WordPress installation on our dedicated server.

The client is very happy now and grateful to have reduced his monthly expenses considerably.

{ 2 comments }

code optimization, speed up wordpress, load faster

April 1, 2010

http://wpgarage.com/tips/38-ways-to-optimize-and-speed-up-your-wordpress-blog/ .
http://tools.pingdom.com/fpt/
http://www.port80software.com/tools/compresscheck.asp

Read the full article →

WordPress Theme Directory: Generate URL Dynamically with PHP Code

March 27, 2010

I can’t quite remember how to generate the theme directory with PHP – I’m usually off by a letter for some reason …
It’s of course very simple and I do it regularly when creating updates and custom coding, particularly in Thesis custom themes, because adding code in open hooks will NOT link to the the [...]

Read the full article →

Adding a Blog Page to Thesis WordPress Theme

March 27, 2010

Many people wish to add a blog page to their page structure.  By doing so, you can have your cake and eat it too because the blog page will wind up in your navigation structure.
How to do it yourself:
1. Create a page called “blog”.
2. Choose custom template for the page template in the left sidebar [...]

Read the full article →

Troubles Upgrading WordPress Automatically?

March 26, 2010

Many of our new customers come to us with something broken on their WordPress install or needing updating to the latest version.  Frequently the issue is their inability to utilize the automatic upgrade feature to get the latest version of WP (2.9.2 as I write this).  In fact just tonight we had such a client [...]

Read the full article →

Security Scan by Skipfish – Why Not Require a Permission File?

March 22, 2010

Skipfish is a new service from Google that allows you to scan a site for vulnerabilities. They say the following which seems to me to be incredibly nieve:
All right, I want to try it out. What do I need to know?
First and foremost, please do not be evil. Use skipfish only against services you [...]

Read the full article →

Mobile Browser Sniffer – in php

March 21, 2010

I recently used this one and it appears to be working well:
http://detectmobilebrowser.com/
What one do you use? Why is it better than this one?
Need help installing this or other enhancements on your website? It is what we do, give us a holler.

Read the full article →