Monthly Archives: July 2014

Repost | TidBITS: Amazon Fire Phone Too Limited and Gimmicky

Julio Ojeda-Zapata has soon thoughtful observations on the new Amazon Fire phone in this article on TidBITS

I’m not sure an Amazon phone makes as much sense, though. Phones are vastly more important than tablets for most people, and therefore need to offer maximum versatility and flexibility. The Fire Phone fails in this regard.

Read the whole article here on TidBITS

Designing Custom WordPress Theme Based on an Existing Website

 

When I decided to implement a blog for BZTech Solutions, I knew that it would be WordPress and I knew that i wanted to incorporate the blog as part of my website's look and feel. I did not know how hard or how easy it would be, however. As I wrote earlier, after I installed WordPress and set it up after viewing the Lynda.com course on installing WordPress, I took a look at Theme Matcher as a potential answer to creating my own custom theme. Instead, I chose to take one of the default WordPress themes, Twenty Twelve, and customize it based on the CSS styling and HTML structure of my website.

I began by replacing the header and footer with my own header and footer. Then I bulk imported chunks of my own CSS and put it in the style.css file. Some things worked and many more did not. I made heavy use of Firebug and Firefox to determine where style were being overridden and implemented adjustments. Finally, I took the correct approach and viewed a course on Lynda.com for creating custom WordPress themes and then deconstructed the Twenty Twelve theme and correctly modified it to create the bztechtheme. Through this process, I gained a better understanding of how the various php files in the theme worked.

I am satisfied with my new bztechtheme, but I doubt that I am finished with tweaking the theme to meet my expectations. The whole process has been enjoyable and highly educational and I recommend it to anyone who seeks to create a custom theme based on their current website design.

 

URLs vs. URIs

Very helpful post by Daniel Miessler on URI vs. URL terminology.

Well, because we often use URIs in forms that don’t technically qualify as a URL. For example, you might be told that a file you need is located at files.hp.com. That’s a URI, not a URL—and that system might very well respond to many protocols over many ports.

If you go to http://files.hp.com you could conceivably get completely different content than if you go to ftp://files.hp.com. And this type of thing is only getting more common. Think of all the different services that live on the various Google domains.

 

So, if you use URI you’ll always be technically correct, and if you use URL you might not be. Finally, there is significant chatter around the term “URL” being—or becoming—deprecated. So URI is a fairly safe choice in terms of accuracy.

URLs vs. URIs.

Theme Matcher – Interesting Idea for Site Branded WordPress Blogs

Theme matcher first dialog A few days ago when I began setting up the BZTech Blog, I began looking for an easier way to customize the blog so that it matched with the rest of BZTech Solutions’ website. One very interesting website that I came across was Theme Matcher. The gist of the site is that you type in your URL and Theme Matcher picks up your website header, navigation, page layout and footer and creates a WordPress theme on the fly for you to download.

When you first enter in your URL, a prompt comes up that presents you with an instructional video to watch that demonstrates how you make a couple of simple selections for your page layout. The first is your article column (if you have a multi-column page layout). Then you can select your sidebar area where all the WordPress widget items will be located. After watching the video, you then make the appropriate selections.

It took me a couple of attempts to make both of my selections. I started with my browser full screen on my 27″ Apple Thunderbolt Display. After resizing my browser so that it was a little smaller, the process seemed to work better. Finally, after selecting both my article area and my sidebar area, I was presented with sample blog content and layout. I was able to view the index of current articles, archive articles, articles by category, etc. The layout was not perfect, but it came pretty close and I imagine that with some CSS tweaks, I would be able to perfect it to my liking.

Once you see the sample design, you are presented with a download theme button and then the option to select between three options and pricing plans. The least expensive plan is close to $50 and allows for you to make two additional theme changes later on. The more expensive plans extend those options.

In the end, I chose to bite the bullet and design my own theme based on the WordPress twentytwelve theme, which was the right decision for me. That forced me to gain a better understanding of the WordPress them modular design. The Theme Matcher option, however, is a potential option for the non-designer or designer who needs to create a base theme quickly and expand upon it later.

If You Use Coda 2 and You Use Firefox – Here’s Help

Panic Coda IconI have been knocking myself out for a week or two trying to figure out why I could not successfully launch Preview in Firefox from the keyboard shortcut option+command+B. I even pursued a conversation with Panic software via Twitter to find a solution. After asking some questions and answering some questions, a fortunate Google search turned up some very interesting information:
You can find my post on Twitter here.

The BZTech Blog is Born!

business blog image

Today I installed WordPress and a customized WP Theme for the BZTech Blog. WordPress install and setup was a breeze. Taking a theme and customizing it was a bit more difficult but  worth it. I hope to use these post to share some of the things that I have learned or am learning in the hope that it might help someone else.