Tribal Language

4
Filed under Productivity, communication strategy

This morning I dropped into Starbucks for a non-fat GRTL (Green Tea Latte).  Vicariously I’m learning what one Barista called Starbonics, the tribal language of Starbucks. Tribal languages abound in every organization. To communicate effectively within any group it is important to pick-up their language. The development of a tribal language is a natural and critical element that builds cohesion between members. In some cases it facilitates higher thinking, in others more efficient processes, such as the case at Starbucks.

Some folks say, "I’m not good at learning languages." Often their experience with formal study of a foreign language resulted in a frustrating and intimidating experience. Truth is everyone learns multiple languages throughout their life. Here are just a few of the languages I speak:

  • Geek Speak: Seen the bumper sticker "There’s no place like 127.0.0.1"? The default IP (Internet Protocol) address for every machine is 127.0.0.1 which is the home address.
  • Design Terminology: Publishing text in a graphic from Photoshop is often kludgy (kludge meaning something is crude or inelegant). Text is more pristine when exported from a vector format such as .eps.
  • Texan: Hi ya’ll.

The list goes on. Other languages I "speak": web developer, Engineering, Christianese, Higher-Ed, Austinisms, Marketing, business… and of course various standard spoken languages such as English, Spanish, Turkish and bits of Hebraic, Arabic, and Italian.

Think about all the life experience one gains over decades. With each job, each place you lived, each area of study, the first thing to pick-up is the language, the coding system for communication. Learning the right terminology is critical for success. How many tribal languages do you know? How many do you use from day-to-day? What tricks have you found in your station in life to pick-up new terminology?

Is it the GWW instead of the WWW?

2
Filed under Google, Just for Fun
Maybe Tim Berners-Lee the man credited with the invention of the World Wide Web (not our buddy Al Gore) was actually not thinking big enough. Will the web shortly be renamed Galaxy-Wide Web? It seems that Google has their sites set on taking the web into our galaxy. From the Google Lunar X Prize site, "The Google Lunar X PRIZE is a $30 million competition for the first privately funded team to send a robot to the moon, travel 500 meters and transmit video, images and data back to the Earth." Gee, missing-out on that Google IPO seems like a mistake that just keeps growing. What’s next for Google? Their own country? Oh wait, they already possess the world. Intergalatic web anyone?

Rule of Thumb: Three or More for Categories

5
Filed under Blog Tip, Web and Tech Helps, WordPress

Realizing I probably had too many categories for my posts, well over a hundred, I decided it was time to trim the number down a bit. But what would be the criteria? Certainly dropping-off the single post references made sense. How does one then quantify what constitutes enough for a category? I’ve landed on the number three.

Categories or tags are connect-the-dot labels that group content from multiple posts together. It stands to reason that if there are three or more related posts, a category could tie them together.

As I stripped away useless categories, I discovered redundant/like categories that I combined. There was also a couple categories such as "writing" for which I knew I had many posts but only one was tagged.

As I move forward with posts, I will for the most part categorize retrospectively after I have three or more like posts. It’s really a simple idea but one that helps solidify the concept in my mind.

Checklist for Setting Up a WordPress Website

7
Filed under Plug-ins, Tutorials, Web and Tech Helps, WordPress

Setting up WordPress websites has become a regular part of my work. Much more than just for blogs, the platform is ideal for rapidly launching sites. In fact, nine out of ten WP sites I launch are non-blogging sites. I thought for my sake and for others who are looking for a checklist for what needs to be done to setup a WordPress website, I’d punch out a basic checklist for the process. This may get quite lengthy, but hopefully it will be a helpful resource to make sure all the bases are covered.

Hosting

  • Search for and select domain an open domain.
  • Sign-up with host and document access information.
  • Setup ftp access and document access information.
  • Setup MySQL database and document access information.
  • Create sub-folder on host with the same name as domain (This allows easy launching of additional sites on same host) and point domain to sub-folder.

WordPress Install

  • Download and unzip latest version of WordPress.
  • Save wp-config-sample.php as wp-config and edit database access information in the top of the document. The documented info from your host provider, i.e. database name, host, username and password should be entered.
  • Upload WordPress and go to the domain address in the browser.
  • Click to install and be sure to copy the temporary Admin password into notepad and log-in to instigate the installation.
  • Immediately change the Admin password to something familiar so that you don’t lock yourself out of WordPress.

Basic WordPress Configuration

  • During installation check the "I would like to block search engines, but allow normal visitors" during the configuration process. To change the setting later go to "Settings" under the Privacy link and change the option to "I would like my blog to be visible to everyone, including search engines…".
  • Search for and upload a theme to modify. For CSS gurus who want to configure I highly customized site, I recommend using the Sandbox theme. Not a lot of bells and whistles, but it provides a strip-down template to build from scratch.
  • Change the Permalink. Under settings in WP 2.5+ go to Permalinks and change the default. My favorite is the simple Custom Structure: /%postname%/.
  • Write a Page called "Home" and set it as the default homepage. Under "Settings" click on "Reading" and for "Front page displays" click "A static page" and select "Home" for under the "Front page" drop-down.
  • Setup the basic landing pages and sub-pages for the site. When a sub-page is created, under "Page Parent" select the parent page.
  • Delete the site Description. In most cases I have no need for the "Tagline" that is used for blogs. I’ll add-in my own meta tags later. Go to "Settings" which brings-up "General Settings" and delete the "Tagline".

Install Plug-ins

  • Download the FCKEditor for WordPress plugin. Unzip and upload folder to wp-content/plugins/. Then activate the plugin. This will instigate a much improved wysiwyg editor for pages and posts.
  • Download and install the WordPress Database Backup plugin. This nifty plugin can schedule to email you a backup of the database on a weekly basis. You will still need to download your site periodically, but what an amazing function to capture the content from the site.
  • Download and instlal cforms II an amazingly powerful forms configurator. This plugin is the most robust configurator I’ve found which both drops form submissions to a user-friendly database on the site as well as sends email submissions to the designated manager of the contacts.
  • For sites requiring mobile access WordPress Mobile Edition plugin detects mobile users and serves-up the page in readable mobile format.
  • The Search Pages plugin enables the search function to return results from both pages and posts.
  • Install Google Analytics for web stats.

Design the Theme

  • Create a back-up of the site before beginning to tweak the design.
  • For a simple, straightforward site: replace the header image, modify color scheme, font treatment and spacing as needed.
  • Tweak the navigation to display pages and ditch the other widgets except the search form.  If hard-coded changes are needed in the navigation, start by inspecting the header.php,  functions.php and possibly sidebar.php files. These will most likely contain the code for the menu.
  • Populate the site with enough content including images to get a feel for how well the navigation and flow of the site works.
  • Make adjustments to accomodate what is stipulated in the scope document. If you are working with a client, a scope document will save you grief as you will have the stipulated requirements for the site. This will help scope creep to get out of hand.

Before Going Live

  • Create an account for content managers.
  • Orient the user with the site with basic update training.
  • Check for browser compatibility in major and current search engines. There’s much debate on this subject. Generally I ensure at least the current and previous versions of FireFox and IE work well.
  • Go back to the Privacy setting and enable search engines to find the site.
  • Spell check and surf the site looking for content or graphical errors. Ideally, it’s good to ask other folks to hit the site as well.
  • Use the free online ad credits the host gives with a new account to help launch the site and emphasize to the client that ranking in the engines takes time.

There’s the initial run-down. This is by no means an exhaustive list. Depending on requirements the design phase could become quite lengthy. There are also a boat load of other plugins, but those are the most common ones I use for a typical configuration. I may continue to add items down the line as they come to mind. Any good suggestions will be added as well.

This Parrothead is Happy

0
Filed under Just for Fun

Jimmy Buffett Live in Anguilla

Being a Jimmy Buffett fan for the last 20+ years, I’ve enjoyed more than a few albums and caught a couple of live shows. He was one of the main inspirations in picking-up the guitar when I was a spry 16 years-old. Jimmy always puts on a great show. Today I landed upon the Jimmy Buffett Live in Anguilla album I’ve been eyeing for a while and to my delight the two CD set included an 82 minute DVD of the performance. The footage starts-out in an intimate setting on the beach with Jimmy accompanied by a few musicians and some folks in a circle enjoying the tunes. Then midway through the third song "One Particular Harbor" it bursts into the larger live set. Sitting with friends this evening enjoying the show I’ve been transported to a sunny island in the Carribean feeling like the King of Somewhere Hot.

How to Get Better Service from IT Workers

2
Filed under Productivity
IT professionals, contrary to popular belief are wired for customer service. In fact, Creating innovative solutions and solving problems is a driving factor for why we do what we do.
 
When technical personnel are approached to solve a technical issue we need clear information in order to most effectively help the person making the request. Some simple steps will expedite your request resulting in better customer service back to you.

1. Be specific as possible. Vague information leaves open questions that require follow-up.

  • Site the specific URL or file location when applicable
  • Make note of when the problem occurs and how repeatedly
  • Any other information such as browser version, specific program or process related to the issue.

2. Put it in writing.

  • Submit every request through appropriate channels whether a work request or email.
  • Follow-up conversations with a request.

3. Plan ahead or allow for process time.

  • Response to issues can take time. Expect a routine delay of one to three days for requests as they are funnelled into the cue.
  • If it is a major issue plan ahead to reduce last minute crisis when possible.

These few guidelines will result in more efficient service in getting your issues resolved more promptly. To my IT support friends, are there other suggestions you would add?

Google Analytics Report Generating

2
Filed under Google Analytics, Web and Tech Helps

I’ve been called "Master of the Obvious" more than once in my life. In my drive to economize time at work I did a little research on the best way to automate reporting from Google Analytics. I found a way to loose myself of the woeful process of exporting data from Google Analytics and compiling reports into an Excel spreadsheet. While this provides a very customized view of information in one document for the executives, it’s a real time waster.

Yesterday I clicked on the "email" button next to export and whala, I’m scheduling a nifty pdf delivery of each report view on a monthly basis. Very nice graphical presentation, the same as online and it will drop right to my inbox. For the sake of not pilfering others with a montage of email, I’ll group the pdfs into one email or possibly aggregate them into one document with Acrobat.

Report generating for Adwords can be scheduled as well, but unlike Google Analytics it’s reporting mechanism is much more redumentary. Primarily Adwords offers different versions of spreadsheet reporting with no graphical charts. Seems like Google ought to kick-up the reporting features for Adwords.

A new feature Google has instituted is Benchmarking. It’s a voluntary metric where you allow Google to use your raw stats for comparison with other sites within a similar category. Pretty cool stuff for leveraging the value of your work if your site strikes way above the norm. It doesn’t seem to change much from month to month however, at least that’s what I’ve found in my categories. There are better tools out there for comparison, but interesting all the same. It’s the kind of stat to look at perhaps quarterly.

So there you have it, my "brilliant" find for the week.

Work Like Water

4
Filed under Critical Thinking, Philosophy, Productivity

In the quiet moments early in the morning I sometimes wax philosophical in pursuit of understanding my day-to-day existence. What is it that I really am doing? What difference does pushing 0’s and 1’s around? To the degree that I am successful, what makes my work stand apart from another? Is it creative ingenuity to solve problems? Yes, I think I have some of that. Is it a strong work ethic? Well, everyday I get up and do it again. Is it work done with integrity? Yes, I am not one to cut corners. At the end of the day I think a secret to my success is just getting stuff done. It has served me well.

I recently read a rather didactic book on productivity, familiar to many techies called "Getting Things Done." The basic premise of the book by David Allen is to immediately categorize info into buckets thereby either doing it, defering it or delegating it but not ignoring it and letting it pester you until you do something with it. By creating systems for storing tasks and projects you can literally forget about it and focus on solving real problems. I identified with it as something my first boss taught me many years ago.

While the system is tried and true, it didn’t help illuminate in my brain the way I work or more importantly the way my brain works. I have to categorize stuff constantly and come back to it frankly because my memory is just not that good. Half the time I forget my cell number or confuse numbers with my wife’s when asked by someone. So that’s fine and good.

Right now I’m staring at some pretty daunting deadlines this summer to launch an intranet, produce a video and create a website for an international symposium, develop some flash presentations and drive forward the regular agenda’s for development and upkeep of the main site at work. This doesn’t take into account the myriad of other processes and events happening outside of work.

I have come to see work like water. I have never been one to step-down from a challenge, but in the realm of productivity often I find from hour-to-hour the path of least resistance is the most productive. When it’s an opportune time to get a task done, do it. Constant evaluation of the full landscape reveals crevices in projects that I can fill.

As a random nonsequential thinker, I don’t know if I truly understand my thought processes. Left-brained thinkers like to break it apart for other left-brained thinkers. That is all fine and good and I appreciate its instructiveness. For me though, in the rubber-hits-the-road reality of today, this morning with much to get done, it’s just water flowing to the lowest points on the horizon.

Just hoping I don’t drown in the process.

Power of Delayed Gratification

2
Filed under Just for Fun, consumerism, remodeling

New Tile Floors

Good things do come to those who wait. It’s a very unpopular concept, especially in our commercial driven culture that screams-out for us to constantly spend now and pay later. As a culture we have grown so accustomed to living in debt that it seems normal. In fact, prior to World War II, only 2 percent of Americans had a house mortgage and now it’s the opposite with only 2 percent of homeowners not having a mortgage.

In September I wrote the post, "Delayed Purchases Pay Huge Dividends". It featured a lovely picture of my dog laying on a concrete floor in my living room. I decided that living on concrete was better than our old dirty carpet that was a little past due for replacement. The idea was to save-up and wait until we had cash in-hand to have tile laid in our house.

The day finally came, after painting, replacing hardware and other upgrades, we had the funds available to pay for the materials and labor. Having freshly laid floors is like living in a new house and we are enjoying it very much. Best of all is that every single tile is ours paid-in-full. We don’t owe the bank or the legalized mafia, the credit card companies a nickel for them.

Quite a Daydream Huh Jason?

2
Filed under Just for Fun

Finally American Idol caught up to me this year. I’ve never been an avid watcher but I think having pre-teens in the house is what got me hooked. Jason Castro was by far my favorite singer. I like his laid-back style. Well, it was nice while it lasted. Hope to see and hear more from you soon Jason.