Light and Power

Bookmark and Share

Enter your email address:

Delivered by FeedBurner



Home Page













Subscribe here
Add to My Yahoo!
This page is powered by Blogger. Isn't yours?

Host your Web site with PureHost!


eXTReMe Tracker
  Web http://www.klippert.com



  Saturday, January 31, 2009 – Permalink –

Kürzungen für jeder

Accessibility Shortcuts


Several resources are available to help increase speed and effectiveness for keyboard users. Here are keyboard shortcuts for leading Microsoft products that help save time and effort and provide an essential tool for some people with mobility impairments.

  • Internet Explorer 7/6/5/4
  • Office (2007/2003/XP/2002/2000/97)
  • PhotoDraw
  • PowerPoint
  • Producer
  • Publisher
  • Windows (Vista/2003/XP/2000/98/ME/NT)
  • Windows Media Player
  • Windows Movie Maker
  • Windows XP Media Center Edition 2005
Microsoft.com Keyboard Assistance.


[Edited entry from 11/26/2005]

See all Topics

Labels:


<Doug Klippert@ 3:15 AM

Comments: Post a Comment


  Friday, January 30, 2009 – Permalink –

Free Excel Templates

Financial enlightenment


Matt H. Evans CPA. CMA, CFM has complied a list of 75 free Excel spreadsheets devoted to financial matters.

Here are a few of the entries:
Time Value (xls)
Introduction to time value concepts, such as present value, internal rate of return, etc.
Lease or Buy a Car (xls)
Basic spreadsheet for deciding to buy or lease a car.
Top Five NPV & IRR (xls
Explains Internal Rate of Return, compares projects, etc.
Statements (xls)
Generate a set of financial statements using two input sheets - operational data and financial data.
Business Financial Analysis Template
for start-up businesses from Small Business Technology Center
Income Statement
What If Analysis
Assessment Templates
Set of templates for assessing an organization based on the Malcolm Baldrige Quality Model.


ExInfrm.com


[Edited entry from 11/28/2005]



See all Topics

Labels:


<Doug Klippert@ 3:06 AM

Comments: Post a Comment


  Thursday, January 29, 2009 – Permalink –

Sort Forms

Create a sorting function

Here is one way to provide your users with a means to reorder fields in forms.

"Chris Weber develops a solution that allows users to sort the data in their forms (or subforms) that you can add to your application easily.

  • The sorting interface should be generic to any form in any database.

  • It should also work with subforms.

  • It needs to be implemented as expediently as possible to fulfill the bid, and be easily maintained in the future.

  • It should be intuitive or reminiscent of other interfaces in Access and Windows.
Let Your Users Sort it Out



Scroll down to the bottom of the page. There is a file that can be downloaded with the code.

[Edited entry from 11/23/2005]

See all Topics

Labels:


<Doug Klippert@ 3:01 AM

Comments: Post a Comment


  Wednesday, January 28, 2009 – Permalink –

More Tips on Presentations

From another point of view


"Holding the honorary title of "Microsoft Regional Director" for Chennai over the last 6 years, I have delivered hundreds of presentations and lectures. Doing this, I have learned that doing successful presentations is an Art, which can be acquired only over time and by practice."


Venkatarangan, Chennai, India


There are 3 basic ways to learn this art:
  1. Listen to great speakers: Attend as many programs of great speakers as possible. Subject spoken is immaterial here, what you are learning is the "Master's" way of doing it.

  2. Read about doing presentations: There are now plenty of books on doing effective presentations and Internet has numerous pages on this. Read them.

  3. Keep Doing it: Get on stage as many times as you can and just do it. As they say, your mistakes teach you more than anyone. So as you keep doing more and more presentations, you will learn on your mistakes and improve.
Also:
  • General Tips:
  • Health/Life Style Tips:
  • Doing Technical Presentations:
  • Authoring Power Point Slide-Decks:
  • Laptops, Audio-Video & Systems:
  • Sharing the stage:
  • Answering Questions — Q & A:
Venkatarangan's Blog


[Edited entry from 11/25/2005]

See all Topics

Labels:


<Doug Klippert@ 7:12 AM

Comments: Post a Comment


  Tuesday, January 27, 2009 – Permalink –

Mail Merge Page Printing

One big page


After completing a merge to a new document, the status bar may indicate that the insertion point is located on page 1 of 38 pages. This is a bit of mis-information.

If you turn on Show/Hide and look at the merged document in Normal view, you'll see that the merged document has section breaks rather than page breaks.

If you try to print what should be Page 1, the entire document will print.

To print just the first section, use "s1" in the Print dialog box.



Another way to handle it is to go to Edit>Replace and replace

"^b" (section break)

With

"^m" (manual page break)



From Office.Microsoft.com:
In the Pages box, type instructions to print one of the following:


Noncontiguous pages

Type the page numbers with commas between them. Type the range of pages with a hyphen between the starting and ending numbers in the range. For example, to print pages 2, 4, 5, 6, and 8, type 2,4-6,8
A range of pages within a section

Type p page number s section number. For example, to print pages 5 through 7 in section 3, type p5s3-p7s3
An entire section

Type s section number. For example, type s3
Noncontiguous sections

Type the section numbers with commas between them. For example, type s3,s5
A range of pages across sections

Type a range of page numbers and the sections that contain them with a hyphen between the starting and ending numbers in the range. For example, type p2s2-p3s5


[Edited entry from 11/21/2005]




See all Topics

Labels:


<Doug Klippert@ 3:49 AM

Comments: Post a Comment


  Monday, January 26, 2009 – Permalink –

Graphics from the '50s

Remember it the way you want to


Original fifties clipart? Just in time for the holidays, some Ozzie and Harriet style pics.



"Most communities in the fifties had small town print shops that doubled as printers of local news and advertising papers. These printers could not afford graphic artists so they used stock clipart supplied by large companies who distributed common graphics for use in advertising sections of the papers. They were provided for the printer in lots of categories to meet any advertiser's needs."

Retrographix.com


[Edited entry from 11/24/2005]




See all Topics

Labels:


<Doug Klippert@ 3:24 AM

Comments:
I"m always looking for retro looking graphics in Microsoft Office. Thanks!
 
Post a Comment


  Sunday, January 25, 2009 – Permalink –

Email Icons

Foil the spoilers


If you include an email address it can be read be the evil robot of the web.
Nexodyne.com will create a free email icon graphic to be used in place of a mail hyperlink.



You could also use this piece of Javascript to avoid R2D2.

(user in this case would be "MyJunkMail.Place"
mydomain would be "Gmail.com")


<script language="JavaScript">
<!-- Begin
user = "myaddress";
domain = "mydomain";
document.write('<a href=\"mai' + 'lto:' + user + '@' + domain + '\">');
document.write(user + '@' + domain + '</a>');
// End -->
</script>
<noscript>
Here goes some text that can be seen if Javascript is disabled.
</noscript>


(from SB Projects.com)

[Edited enty from 11/22/2005]




See all Topics

Labels: , ,


<Doug Klippert@ 3:35 AM

Comments: Post a Comment


  Saturday, January 24, 2009 – Permalink –

Better PowerPoint Presentations

More suggestions


There are never enough tips for successfully communicating information.

Michael Hyatt has these guidelines:

I like the first rule. The purpose of the meeting is to communicate information, not to demonstrate your prowess with a piece of software.

Rule #1:
Don't give PowerPoint center stage.
Rule #2:
Create a logical flow to your presentation.
Rule #3:
Make your presentation readable.
Rule #4:
Remember, less is more.
Rule #5:
Distribute a handout.


Michael Hyatt is the President and Chief Operating Officer of Thomas Nelson Publishers, the largest Christian publishing company in the world and the ninth largest publishing company of any kind.

Five Rules for Better PowerPoint Presentations

[Edited entry from 11/5/2005]




See all Topics

Labels:


<Doug Klippert@ 3:50 AM

Comments: Post a Comment


  Friday, January 23, 2009 – Permalink –

Java and All That Jazz

Free code


One way to jazz up a boring web site is to use scripting to present random images or create interesting menus. You could learn to do it yourself, or borrow from the stars.

JavaScript-2.com is a source for free JavaScript Codes.

Find FREE JavaScript codes quickly and easily with the only search engine that searches all the top Java Script libraries, offering a total of over 8,000 free JavaScripts.


[Edited entry from 11/20/2005]




See all Topics

Labels: , , ,


<Doug Klippert@ 3:05 AM

Comments: Post a Comment


  Thursday, January 22, 2009 – Permalink –

SuDoku

CrossNumber puzzles


I have to admit that I have not caught the fever that these puzzles seem to have generated.

Most every newspaper in the world has started publishing these brain teasers.


"Sudoku , sometimes spelled Su Doku, is a logic based placement puzzle, also known as Number Place in the United States. The aim of the canonical puzzle is to enter a numerical digit from 1 through 9 in each cell of a 9x9 grid made up of 3x3 subgrids (called "regions"), starting with various digits given in some cells (the "givens"). Each row, column, and region must contain only one instance of each numeral.
Completing the puzzle requires patience and logical ability. Its grid layout is reminiscent of other newspaper puzzles like crosswords and chess problems.
Although first published in 1979, Sudoku initially became popular in Japan in 1986 and attained international popularity in 2005."


Wikipedia — Sudoku

Here is a download that will construct as many of these puzzles as you might be Jonesing for.

Andy Pope Su Doku

Also:

Su Doku.com

Web Su Doku

Here's an Excel template from the Redmond people:
  1. Enter puzzle values in Starting position grid
  2. Set Game state to 1
  3. Press F9 to calculate
  4. The Possible numbers grid will show the first step in the solution
  5. The Final position will show the current result
  6. Continue to repeat calculation by pressing F9 until the puzzle is solved or the solver stops responding
Sudoku solver


[Edited entry from 11/18/2005]

See all Topics

Labels: ,


<Doug Klippert@ 3:32 AM

Comments: Post a Comment


  Wednesday, January 21, 2009 – Permalink –

Dvorak Anyone?

Alternative Keyboard Layouts

"Free keyboard layouts - called Dvorak layouts - are available for people who type with one hand or finger. These layouts make the most frequently typed characters on a keyboard more accessible to people who have difficulty using the standard keyboard layout (called the "QWERTY" layout).

Dvorak keyboard layouts reduce the amount of motion required to type common English text. Use of these layouts may also help avoid some types of repetitive strain injuries associated with typing.

Studies have also shown an increase in typing speed and accuracy when using the Dvorak layout for two hands. The left-hand or right-hand keyboard layouts can also be useful for people who type with a wand."


You do not need to modify your hardware keyboard to use these layouts, but you will need to change your keyboard settings to use the Dvorak layouts.

(A keyboard layout is a map or a definition of how keys are laid out on your keyboard. The keyboard layout you use is determined by software in your computer. The letters on your keys indicate the standard layout for your keyboard.)

Tutorials and downloads


Dvorak layouts

Introducing the Dvorak Keyboard
By Marcus Brooks

A Brief Primer
by Randy Cassingham


[Edited entry from 11/19/2005]




See all Topics

Labels:


<Doug Klippert@ 3:07 AM

Comments:
I would also check out rankmytyping.com I think you will like it better
 
Post a Comment


  Tuesday, January 20, 2009 – Permalink –

Hole in Backyard

A guy digs a hole in his back yard


"About 2 years ago I decided to dig a hole in my back yard.
Why?
Why not.
Its good exercise and I could get a tan too. Plus holes are cool."

Seven pages of pictures



" I'm considering selling scoops of dirt from the hole. I figure 12 bucks should cover the shipping and the trouble. I'll send you a baggie of dirt, with a signed certificate of authenticity. If you want it, you better ask for it now. My house has a sale pending so I'm not sure how much longer I'll be able to do this.

If you want some other piece of a hole like a wood chip, a dead frog, or maybe a mud stained rag. Just ask."

[Edited entry from 11/16/2005]




See all Topics

Labels:


<Doug Klippert@ 3:21 AM

Comments: Post a Comment


  Monday, January 19, 2009 – Permalink –

Merge Pictures

Different picture to every letter in a mail merge



A variation of this technique could also be used with an IF statement to display different pictures based on some criteria, such as Zip code.
  1. Open the Excel worksheet that you use as the mail merge data source.

  2. Insert a new column that has a column heading such as Picture.

  3. For each row of the Excel worksheet, insert in the Picture column the path and the file name of the picture that you want to use for that record of the data source. Additionally, enclose the path and the file name in quotation marks (").

    For example, copy the path and the file name of the picture in Windows Explorer. Then, paste the path and file name into the Excel worksheet.

    Note The path and the file name of each picture in the Picture column will appear similar to the following example:


    "C:\Documents and Settings\username\My Documents\My Pictures\foldername\filename.jpg"

  4. On the Edit menu, click Replace. Then, replace each instance of a single slash mark (\) with double slash marks (\\) in each path.

    For example, each path should now look similar to the following example:

    "C:\\Documents and Settings\\username\\My Documents\\My Pictures\\foldername\\filename.jpg"

  5. Save and then close the Excel worksheet. Then, quit Excel.
In Word, follow these steps:
  1. Open the mail merge main document.

  2. If the Excel data source is not attached, attach the data source. To do this, go to Step 3 of 6 in the Mail Merge task pane. Click Browse, and then attach the Excel data source.

  3. Click Next: Write your letter.

  4. In the mail merge main document, move the insertion point to the location where you want the picture to appear.

  5. On the Insert menu, click Field.

  6. In the Field dialog box, click IncludePicture under Field names, and then click OK.

    Note You may receive the following error message:

    Error! Filename not specified

  7. Press ALT+F9 to display the field codes in the mail merge main document. You will see a field that is similar to the following field:

    { INCLUDEPICTURE \* MERGEFORMAT }

  8. Move the insertion point into the field immediately following INCLUDEPICTURE.

  9. Press the SPACEBAR, and then click More items on the Mail Merge task pane.

  10. In the Insert Merge Field dialog box, click the picture merge field, such as Picture, and then click Insert.

  11. Click Close to close the Insert Merge Field dialog box.

    The INCLUDEPICTURE field should now look similar to the following field:

    { INCLUDEPICTURE { MERGEFIELD "Picture" } \* MERGEFORMAT }

  12. Press ALT+F9 to hide the field codes in the mail merge main


  13. Click Next: Preview your letters.


  14. Click Next: Complete the merge.

  15. In the Mail Merge task pane, click Edit individual letters.

  16. In the Merge to New Document dialog box, click OK.

  17. On the Edit menu in the merged document, click Select All.

  18. Press F9 to update the fields in the merged document.
    (Word mail merges are not dynamic)

  19. To print your letters from the merged document, click Print on the File menu. Each printed letter will contain the picture that you specified in the Excel data source.
Knowledgebase #909132: Different picture to every letter in a mail merge

[Edited entry from 11/14/2005]

See all Topics

Labels:


<Doug Klippert@ 3:46 AM

Comments: Post a Comment


  Sunday, January 18, 2009 – Permalink –

Normalization

Designing an efficient database

Here is an understandable article about how to put together a normalized database.

One topic covered is what should be used for a Primary or foreign key.
"In general, a key field should have these characteristics:

Should be One Field

It is possible to define multiple fields as the key fields of a table, but a single field is preferable. ...Far better to have a CustomerID number than a combination of other fields to define a customer.
Should be Numeric

Access offers an AutoNumber field that is a Long Integer which is ideal for key fields. These values are automatically unique for each record and supports multi-user data entry as well.
Should Not Change Over Time

A key field should not change over time. Once identified, like a social security number, it should never change.
Should be Meaningless
To ensure a key field doesn’t change over time, it should have no meaning and therefore no reason to change over time.


Here are a few of the other topic headings:

Understanding Your Data
  • What Data Do You Need?
  • What Are You Going to Do with the Data?
  • How Is Your Data Related to Each Other?
  • What Is Going to Happen to the Data Over Time?
  • Learn How to Use Queries
Database Normalization Tips By Luke Chung, Founder and CEO of FMS Inc
Also see: Knowledgebase #283878: Description of the database normalization basics
15seconds.com: Introduction to Relational Databases
and:
Normalization Model

[Edited entry from 11/15/2005]

See all Topics

Labels:


<Doug Klippert@ 3:52 AM

Comments: Post a Comment


  Saturday, January 17, 2009 – Permalink –

How to Bum Out Your Audience

Audience antagonizers


What are the three most annoying things about bad PowerPoint presentations?

"According to the survey, conducted on the CommunicateUsingTechnology.com web site, the most common complaints are:
  • Speakers reading their slides to the audience (62% of respondents cited this item),
  • Text on the slides is too small to be readable (46.9%)
  • Slides hard to see because of color choice (42.6%) and
  • Full sentences were used instead of bullet points (39.1%).


This survey is one of the first to investigate how presentations are seen from the audience point of view. Of those respondents who see 100 or more presentations per year, more than half said that 50% or more of the presentations they see suffer from one or more of the annoying traits. The costs of poor presentations are in the time wasted by those who attended and in the extra work that must be done to communicate the intended message again since it was not done properly the first time."
CommunicateUsingTechnology.com: Annoying PowerPoint Survey [Edited entry from 11/13/2005] See all Topics

Labels:


<Doug Klippert@ 3:35 AM

Comments: Post a Comment


  Friday, January 16, 2009 – Permalink –

Code Your Web Site

An overview


One of the reasons the Web has expanded so rapidly is the ease of writing simple HTML.

When you want to add more bells and sirens, FrontPage has some built in tools to ease the process.
"In the early 1990s, Web sites were simple. Basic HTML allowed programmers to design sites that relayed basic information to Internet users but that could do little else.

Today, Web sites are often sophisticated and complex. Rather than a static place to present information, Web sites frequently act like business partners, performing complex tasks that can help run and even improve a business or personal endeavor.
To take full advantage of a Web site and truly make it work for you, you need professional coding tools. Microsoft Office FrontPage 2003 provides several new, powerful coding tools that will help you to create dynamic, interactive sites that can do more for you.

FrontPage 2003 coding tools (also Expression Web)can help you to generate clean, efficient code, while also giving you more control over the code. These tools can also help you to increase and apply your knowledge of coding languages.

This article will introduce you to the FrontPage 2003 coding tools and show you how you can use them to code faster and more accurately."


Pump up your Web site
with coding tools


[Edited entry from 11/6/2005]

See all Topics

Labels: ,


<Doug Klippert@ 3:35 AM

Comments: Post a Comment


  Thursday, January 15, 2009 – Permalink –

Light Up Where You Live

A nation's porch light


"Ben Fry is a doctoral candidate at the MIT Media Laboratory. His research focuses on methods of visualizing large amounts of data from dynamic information sources. This work is currently directed towards "Genomic Cartography" which is a study into new methods to represent the data found in the human genome."


He has a fascinating demonstration of data display technique:




Zip Code Demonstrator.

Type in a zip code one number at a time to see how zip codes are distributed in the US.

[Edited entry from 11/12/2005]




See all Topics

Labels:


<Doug Klippert@ 3:41 AM

Comments: Post a Comment


  Wednesday, January 14, 2009 – Permalink –

Spreadsheet Design

Make it work and look good


Timothy Miller uses the nom de screen of "Jethro" (Moses' Father-in-Law).

His SpyJournal.biz site/blog gives some tips on how to present an Excel solution


Design and layout

One of the easiest ways to set up spreadsheets that calculate or generate results that need to be reported is to separate the function from the form. Just like a shiny exterior on a car hides the internal engine and wiring. I always create my reports and front end menus to look good and generate results and calculations in more functional sheets.
Hiding unnecessary sections

If you must have calculations and working sections visible, then hide the unnecessary bits. Hiding a row or column is only one way of doing this. Using the group function you can rollup whole rows of information, e.g. components that add to a subtotal or constants and variables such as exchange rates, interest rates, and other indexes.
Use of colour and graphics

I like to use the company logo or other graphic as a design element in my spreadsheet. Sometimes I do this by using the corporate colours, other times by using the graphic itself. If I have a spreadsheet with a lot of macro buttons, I may use command objects and use the logo as a picture on the button.
Removing excel components

There are a number of excel components that you can turn off. Menu screens and reports screens may not need horizontal or vertical scroll bars, sheet tabs or row and column headings. Using macro buttons to return to a menu can overcome the need for sheet tabs. Not displaying gridlines will give a clean uncluttered look to a layout, and then using borders as necessary can create emphasis in the right areas.

You'll find the complete text here:
Design Presentation Tips
Also see:
SpreadsheetStyle

[Edited entry from 11/7/2005]




See all Topics

Labels:


<Doug Klippert@ 3:00 AM

Comments: Post a Comment


  Tuesday, January 13, 2009 – Permalink –

Almost All You Need to Know

Collection of Word explanations



Shauna Kelly is a Microsoft Word MVP.

She has compiled a gathering of important Word how to's and whys.


For new users of Microsoft Word
Basic concepts - Introduction
Styles in Microsoft Word
Tips for understanding styles
Formatting
How the Styles and Formatting pane works
Numbering, Bullets, Headings, Outlines
How to control bullets
Templates
What is the relationship between a Word document and its template?
Layout
How to keep a figure on the same page as its caption
Sharing Microsoft Word documents
What happens when I send my document to someone else?


Making the most of Word in your business:
Microsoft Word FAQ


[Edited entry from 11/4/2005]




See all Topics

Labels:


<Doug Klippert@ 3:21 AM

Comments: Post a Comment


  Monday, January 12, 2009 – Permalink –

Calculator Plus

Add, subtract, convert

Another free prize offered by Microsoft to reward users of legitimate Windows, is a neat calculator.

Besides all of the features of the built in calculator, both basic and scientific, this tool converts measurements and currency.


Microsoft Calculator Plus download.




[Edited entry from 11/9/2005]




See all Topics

Labels:


<Doug Klippert@ 3:01 AM

Comments: Post a Comment


  Sunday, January 11, 2009 – Permalink –

PayPal - Phishing

A tutorial


As part of a series on Identity Protection Resources, PayPal has a section on Spoofing or Phishing.

"Many spoof emails look very real. While there are some telltale signs, it can often be difficult to identify fake emails. Whenever you get an email about your PayPal account, the safest and easiest course of action is to open your browser and log in to your PayPal account directly without clicking any links in the email.

Warning signs that an email about your PayPal account are fake include a generic greeting, a false sense of urgency, and links that don't include "https://www.paypal.com" immediately before the first "/".


Spoof Tutorial

[Edited entry from 11/7/2005]




See all Topics

Labels:


<Doug Klippert@ 3:07 AM

Comments: Post a Comment


  Saturday, January 10, 2009 – Permalink –

John Titor - 2036

The future came back


Why speculate about the future, when we've already been visited by a representative?
"A tale that disturbed me, concerned me, made me wonder if our world as we know it has less than 15 years left.

It is the tale of John Titor, a self-proclaimed time traveler from the year 2036.

Okay, it sounds crazy. It's not crazy, though . . .it's simply a hoax. It's a compelling hoax, so I decided to write my take on it. After some initial 'what if' excitement about it, the reality set in that this wasn't what it appeared to be. In this piece, I hope to prove relatively clearly that his claims are false both in theory and in fact. He seemed to know enough about physics to pass amongst laymen, but unfortunately he skipped philosophy and economics while he was reading all those physics books.

Since this story just won't seem to die and there is evidence that the same perpetrator is now claiming to be an alien on various boards across the web, I felt it was worth sitting down and analyzing."


Tackling John Titor, Time Traveler



Wikipedia:
John Titor

"John Titor was the name of a purported time traveler from the year 2036. He posted on several time travel-related Internet bulletin boards during 2000/2001, making many vague and seemingly falsifiable predictions about events in the near future and giving an explicit, detailed account of his supposed native time period. Whether or not John Titor was a hoax is a topic of controversy on web-based paranormal discussion boards."

John Ttior's Story

"Someone using the assumed name of John Titor and claiming to be a soldier on a mission from 2036 presented a considerable amount of information on the Web beginning around November 2000 about his mission and time travel machine, his perspective on our society, how our society is going wrong, and how society as we know it will end in a very short but massive global nuclear war in 2015. He's gone now, back to 2036 he said he was going in his last posting on March 24, 2001, and the threads he left across the Web in his five months with us have been slowly evaporating since then."



AboveTopSecret.com:
The John Titor Project

"Although many find it easy to dismiss all this as either science fiction or an elaborate extended hoax, there are those who still read his information and agree that there is something very troubling about John Titor and what he had to say."


Answers.com:
John Titor

" He claimed his time machine — a "C204 time displacement" machine-was created by General Electric. Supposedly, he transported it in a standard motor vehicle (a black, model-year 1966 Chevrolet Corvette Convertible shown in the photographs he provided), and the car also served as his vessel whilst traveling through time (it remained stationary throughout with the engine off). He claimed that the public is fully aware of time travel in his time period, although the extreme skeptics of his day do not believe it exists."

[Edited entry from 11/7/2005]




See all Topics

Labels:


<Doug Klippert@ 4:21 AM

Comments: Post a Comment


  Friday, January 09, 2009 – Permalink –

Graph Data and Shapes

Statistical collection


Betty C Jung has put together a serious collection of tutorials, links, and data sources.

Here are some of the topics:
  • Charting Data
  • Data Presentation
  • Cumulative Frequencies
  • Fishbone Diagram
  • Flowcharts
  • Frequency Distributions
  • Gantt; PERT Charts
  • Graphing With Excel
  • Analyzing and Plotting Data with Excel
  • Organizational Charts/Mapping
  • Social Network Analysis
Graphing & Presenting Data


[Edited entry from 11/3/2005]

See all Topics

Labels:


<Doug Klippert@ 3:49 AM

Comments: Post a Comment


  Thursday, January 08, 2009 – Permalink –

Send the Viewer on their Way

Move on


If you have an old site that people still address, or a web page that has been moved, see this code and the explanations.

<html>

<head>
<meta http-equiv="REFRESH" content="3; URL=http://WWW.MiniByteTech.com">
</head>

<body bgcolor="#FFFFFF" text="#000000">


The operative line is:

<meta http-equiv="REFRESH" content="3; URL=http://WWW.MiniByteTech.com">


The value of content is in seconds.
The new location for this web site is WWW.MiniByteTech.com! You will automatically be redirected in 3 seconds. If your browser doesn't automatically load, click <a href="http://WWW.MiniByteTech.com">HERE</a>.

</body>
</html

PCMag.com:
Routing Your Web Site Visitors

Help2Go.com:
Redirecting a Web page

ISiteBuild.com:
How to Redirect a Web Page Using a 301 Redirect

This tools help you determine if the redirect you have created is Search Engine Friendly:

WebConfs.com:
Redirect Checker




[Edited entry from 11/2/2005]



See all Topics

Labels: , , ,


<Doug Klippert@ 3:45 AM

Comments: Post a Comment


  Wednesday, January 07, 2009 – Permalink –

An Obsession with Butterflies

Quote



"Architecture is a plant's first defense. Once a caterpillar begins to eat, compounds in its saliva can be recognized by the leaf as a form of attack. Whang, whang, whang. The entire plant goes on alert. A hormonal burst starts a second defense system, a counter attack that may include rushing newly produced toxins to the damaged leaf, as well as compounds that slow a caterpillar's ability to digest the plant as food."



About the Author

Sharman Apt Russell teaches writing at Western New Mexico University. She is also the author of Anatomy of a Rose, Kill the Cowboy and Songs of the Fluteplayer.
She has a unique voice. Inherently complex topics are made enjoyable.

Book Description

From the beastly horned caterpillar, whose blood helps it count time, to the peacock butterfly, with wings that hiss like a snake, Russell traces the butterflies through their life cycles, exploring the creatures' own obsessions with eating, mating, and migrating. In this way, she reveals the logic behind our endless fascination with butterflies as well as the driving passion of such legendary collectors as the tragic Eleanor Glanville, whose children declared her mad because of her compulsive butterfly collecting, and the brilliant Henry Walter Bates, whose collections from the Amazon in 1858 helped develop his theory of mimicry in nature. Russell also takes us inside some of the world's most prestigious natural history museums, where scientists painstakingly catalogue and categorize new species of Lepidoptera, hoping to shed light on insect genetics and evolution.






By Sharman Apt Russell
ISBN 0-7382-0699-7
Perseus Publishing 2003


Also see:

The North American Butterfly Association (NABA)

and,

AmazingButterflies.com:
A Talk with Sharman Apt Russell

[Edited entry from 11/5/2005]



See all Topics

Labels:


<Doug Klippert@ 3:32 AM

Comments: Post a Comment


  Tuesday, January 06, 2009 – Permalink –

Clip Art Gallery

Sprinkle carefully


Judicious use of Clip art can spice up a document. Here's an article about how to customize existing pictures including:
  • Display clip-related toolbars
  • Customizing your clip art
  • Cropping
  • Sizing
  • Adding text wrapping
  • Blurring
  • Rotating and flipping
  • Adding a drop shadow
Edit clip art in Word

Also:
Clip art gallery

 

Halloween clips
Clip Art demo
5 new things about the Clip Art and Media site
Mary Sauer's Design Gallery Help
Microsoft Clip Art & Media Help

[Edited entry from 10/12/2005]

 See all Topics

Labels: , , ,


<Doug Klippert@ 3:15 AM

Comments: Post a Comment


  Monday, January 05, 2009 – Permalink –

Excel 2007 Limits

New Boundaries


Here are a few of the major changes in Excel 2007.
The total number of available columns in Excel

Old Limit: 256 (2^8)
New Limit: 16k (2^14)
The total number of available rows in Excel

Old Limit: 64k (2^16)
New Limit: 1M (2^20)
Number of unique colors allowed a single workbook

Old Limit: 56 (indexed color)
New Limit: 4.3 billion (32-bit color)
Number of conditional format conditions on a cell

Old Limit: 3 conditions
New Limit: Limited by available memory
Number of levels of sorting on a range or table

Old Limit: 3
New Limit: 64
Number of items shown in the Auto-Filter dropdown

Old Limit: 1,000
New Limit: 10,000
The total number of characters that can display in a cell

Old Limit: 1k (when the text is formatted)
New Limit: 32k or as many as will fit in the cell (regardless of formatting)
The maximum length of formulas (in characters)

Old Limit: 1k characters
New Limit: 8k characters
The number of levels of nesting that Excel allows in formulas

Old Limit: 7
New Limit: 64
Maximum number of arguments to a function

Old Limit: 30
New Limit: 255
The number of characters that can be stored and displayed in a cell formatted as Text

Old Limit: 255
New Limit: 32k

These were reported by David Gainer.

Some other numbers

More information is available at David's blog:

A discussion of what's new in Excel


[Edited entry from 10/26/2005]



See all Topics

Labels:


<Doug Klippert@ 3:37 AM

Comments: Post a Comment


  Sunday, January 04, 2009 – Permalink –

Split View

Top and bottom


If you need to look at more than one part of a document at once, consider splitting the window.

To split the current window, just go to Window>Split from the main menu.
(View>Split in 2007)

Another way is to use the splitter control between the file tab channel and the scroll bar for the doc.



To create new windows for the same document, just go to Window>New Window and create as many views on the same document as you would like. (View>New Window in 2007)

WebJunction.org:
Word Split Window
(Publisher: The Bill and Melinda Gates Foundation)

Also:
Dawn Ontario, Disabled Women's Network:

Split Screen Feature - Microsoft Word

[Edited entry from 10/27/2005]



See all Topics

Labels:


<Doug Klippert@ 3:50 AM

Comments: Post a Comment


  Saturday, January 03, 2009 – Permalink –

One Slide Only

Get to the point


Too many PowerPoint shows consist of a massive deck of slides. The audience leaves either overwhelmed or wheeled out unconscious from the overload.

Elliot Masie is the head of the MASIE Center is an international e-lab and ThinkTank located in Saratoga Springs, NY.

He is hosted a seminar called Learning 2005

One feature of the sessions was a presenter's limit of only 1 page.

Think about this limitation the next time you are asked to lead a meeting.
"Every session at Learning 2005 will be limited to ONE PAGE (a slide, a poster, a mind-map, a single question or even just one word!)

Each facilitator of a case study, discussion, conversation or Radar Screen session will be asked to create a GREAT "1 Pager". It might be a single question such as,

"What is the impact of increased Compliance on Quality and Budget for Training?"

Or, it might be a mindmap of several concepts. Or, a graphic. Or, a simple list of Do's or Don'ts. But, it will just be a "1 Pager"!

Masie.com

[Edited entry from 10/31/2005]




See all Topics

Labels:


<Doug Klippert@ 3:35 AM

Comments: Post a Comment


  Friday, January 02, 2009 – Permalink –

Test Your Typing

Practice, Practice


"With the TypingMaster Online Test you can assess your personal typing skills in minutes for free - within your web browser.

Based on the short text typing sample, this Java™ applet will estimate your typing skills including typing speed, accuracy and net speed. You can also receive test results directly to your email address."

TypingTest.com

MrKent.com

Typing and Ten-key Tests

Also:
CalculatorCat.com

Typing test


[Edited entry from 10/30/2005]



See all Topics

Labels:


<Doug Klippert@ 3:39 AM

Comments: Post a Comment


  Thursday, January 01, 2009 – Permalink –

Photos and PowerPoint

Album creations



PowerPoint can be used to produce a photo array. Put the show on DVD's or on the web.

Here is a list of 100 tutorials:

PowerPoint 2003 and Photo Album links

Also:

Photo Story 3

"Create slideshows using your digital photos. With a single click, you can touch-up, crop, or rotate pictures. Add stunning special effects, soundtracks, and your own voice narration to your photo stories. Then, personalize them with titles and captions. Small file sizes make it easy to send your photo stories in an e-mail. Watch them on your TV, a computer, or a Windows Mobile-based portable device."




[Edited entry from 10/23/2005]



See all Topics

Labels:


<Doug Klippert@ 3:48 AM

Comments: Post a Comment

eXTReMe Tracker