|
05/22/2009 02:10 PM
|
|
The GROW Model in Coaching
|
The GROW model of coaching helps a leader to get a team or group started down the right path on a new assignment:
G: Goals - Agree on goals and objectives. Set long-term goals and reach a consensus with the team. Ensure that you have their buy-in.
R: Reality - Assess the Reality of the situation. Determine [...]
|
|
03/08/2009 05:53 AM
|
|
Como? PDF Translation via Google
|
Google’s current translation service has just gone a step further. Not only can you translate text, or a web page, but now you can translate PDF files that are on the internet. Simply enter in the URL for the PDF file and google will use it’s PDF->HTML conversion tools to convert the document to an [...]
|
|
03/07/2009 08:09 AM
|
|
Spring Cleaning: Dejunking old files on Linux
|
I often let files sit around on servers that contain logs and other automatically updated information. I want to clean these up every once in a while. Linux, of course, offers a great way to do this.
find $directory_to_clean -mtime +$days_old -exec rm {} \;
This bash command will look in the $directory_to_clean location and [...]
|
|
03/06/2009 01:06 PM
|
|
Nothing like Paper - CSS for Print
|
Many of us have websites that look great on the computer monitor, yet wreak havoc on printers. CSS has a great way to make your content more printer friendly when it is needed.
Take the following CSS code for example:
<style type="text/css">
@media print {
#menubar, #navbar, #searchbar {display: none;}
#wrap, #content, #comments {width: 100%; margin: 0; background: #FFFFFF;}
}
</style>
This [...]
|
|
02/23/2009 03:08 PM
|
|
UPDATE: Easier solution to Windows XP SP3 Wireless Issues
|
I few months ago I published my solution for the various wireless problems I had with my laptop when I upgraded from Windows XP SP2 to SP3. Back then I used a batch file to resolve the problems that I was consistently seeing when coming back out of standby or hibernate mode. (See Windows XP [...]
|
|
12/10/2008 09:42 AM
|
|
LDS Church News Widget
|
For those who follow news and information from The Church of Jesus Christ of Latter-day Saints, there is a new widget out there that allows you track news of the church on any of your blogs or other websites.
First you go to the LDS News Widget Page and select the style of widget that you [...]
|
|
11/24/2008 08:49 PM
|
|
Watch out for Elf-Yourself ecards
|
On Saturday, I had received an email-advertisement for an online e-card generator hosted by jibjab.com. It is a holiday ecard named “elf-yourself”. You upload photos of you and family and friends. You then stick your uploaded faces onto their website and they transfer them to a bunch of dancing elves. You can select the type [...]
|
|
11/20/2008 04:54 AM
|
|
When Your Job Gets you Down…
|
I have read recently that if you buy a Johnson and Johnson rectal thermometer and take out the instructions from the box and read them carefully there is a notice that in small print says:
“Every Rectal Thermometer made by Johnson & Johnson is personally tested and then sanitized.”
When your own job get’s you down, think [...]
|
|
11/17/2008 06:57 AM
|
|
The Marrying of Technologies
|
Google — one of the most cutting-edge companies in the technology world has been investing a lot of time and effort in Apple’s iPhone — yet another one of the most cutting-edge companies and products in the world today.
It appears that Google has been doing a lot of research and development with regard to voice [...]
|
|
11/14/2008 07:56 AM
|
|
Saving your LCD TV from Burning-In the last day
|
Ok…so no, this is not about putting your new 52 inch LCD tv into a steel reinforced concrete vault with 10 inch walls buried 30 feet under the ground to keep it from melting down in a nuclear Armageddon.
We had a problem with one of our LCD tvs at work. This TV acts [...]
|