Test post to improve SEO

This is a test.  I’ve installed the all-in-one-seo plugin to see how it works

Testing FV WordPress Flowplayer

FV WordPress Flowplayer is a plugin that makes it easy to upload and embed a flash video (flv) in a WordPress post or page.
[flowplayer src=’https://iweb.langara.ca/jperreault/files/2010/04/Office_Video.flv’]

Embed Video from Media Library Test

GuwIyzL2QavaHA3VURjj

Google Chart Wizard

I just discovered the Google Chart API the other day and found it to be incredibly easy to use. Within about 5 minutes I had a chart working the way I wanted it to look.

Have a look at the Chart Wizard to see what you can make:
https://code.google.com/apis/chart/docs/chart_wizard.html

It’s so simple to use, you call the API through the URL of an image, and that URL contains all the parameters for the graph.

Attask User Conference: How to approach @Task implementation

You may need to change some processes to get user buy-in.  The technology part is the easy part, the hard part is the cooperation from your people ( process flows and detailed requirements ).

Configuring @Task before all the details are set up will configure you into a corner.

Top things a PM should not do:

Develop project plan on a napkin
Setup Project Structure as “Ready 1 2 3 go get em”
Status reports “Sooooo how’s it going”

Real success criteria:

Use @Task methodology
PM structure : team meetings, issue management, change controls and documentation
effective communication
thorough test plan
execute recommended education plan
knowledge transfer from consulting to customer core team : find users and deeply understand the requirements
partnership between customer and Customer Core team
Partnership between Customer and AtTask services
Executive sponsorship

Avoid designing into a corner.  Spending a week up front will save time and resources later.

Secret Sauce = realistic scope, right resources, acheivable timeline
plan in 30 to 60 day increments
design for the future

 time – money – value

AtTask User Conference opening remarks

I am currently at the AtTask user conference in Salt Lake City.

I am listening to the opening remarks, and AtTask has created a new product called “AtTask Stream” which adds a social media component to project management.  It has added some common social media features such as status updates, thumbs-up ( high-five ) in order to get buy in from the users.

There is a new cleaner look and feel to the product.  They have created a project summary dashboard with a few new features:

Ping – project manager initiates a request for a status update.  The developer can add a comment to the project and can update how they feel about the progress [ “going smoothly”, “some concerns”, etc ].  This allows the project manager to see when the last update was.

How this ’empowers the front line’.  Can assign tasks to functional teams- ie you don’t know who is going to work on it but you know which team.  It is then up to the people on the team to “accept” the work.  You are also able to propose a new date for completion.

This is in beta testing now scheduled for release in later in the summer

Live stream test

This is a test of a live stream:

How to copy and paste from Word

When you copy a section of text from Microsoft Word, there are all sorts of formatting tags hidden in the background.  When you paste that text into a web-based WYSIWYG editor, like the one in WordPress, you may get unexpected results.

There are two ways to get around this.

1.  You could paste the text into a text-editor  ( such as Notepad ).  You will lose all the formatting, any links, fonts and styles.  But you can add them back using the WYSIWYG editor.

2.  Wordpress has a method to clean up text copied from Microsoft Word.  Here’s how to do it:

In the WYSIWYG editor, click the Show/Hide Kitchen Sink icon.

pastefromword1

Once you click it, some hidden icons will be revealed on the line below.  Now find and click the “Paste from Word” icon.

pastefromword2

A window will popup with a space to paste your text.

pastefromword3

Paste your text in the box.

pastefromword4

Press the insert button, and your text will be inserted into the WYSIWYG editor, cleaned of all the extra hidden formatting.

pastefromword5

Google Chrome Video

I love Google Chrome

Why can’t I upload FLV files?

Came across a problem today where non-administrators ( editors and authors ) were not allowed to upload flv files using the media uploader in WordPress MU

I found a reference to this problem here:
https://mu.wordpress.org/forums/topic/9818

It turns out to allow this, I needed to add the mime type to wp-includes/functions.php