Search This Blog

Sunday, May 31, 2015

Googlr Tutor

User advice


Mark Fleming has started a new omnibus site/blog dealing with the vagarities and varieties that make up Google.
"In my discussions with other Google users, I am always amazed at how few of Google's tools they have heard of. For the most part, people are only familiar with the main search areas such as the web, news and images. And even in these areas, their knowledge of all the options that would allow them to better harness the power of Google is limited.

When I've told others of the vast features and formidable power of Google tools, they are quite frankly astonished. Compounding the problem of this unfamiliarity is the fact the Google does not make much of an effort to even tell us what's new and what's in public beta. You've usually got to hear about it somewhere else or just stumble upon it."

GoogleTutor.com
Google Tutor and Advisor

One entry, for instance, points to the Google Cheat Sheet

Also see:
Google Guide


See all Topics

Friday, May 29, 2015

Don't Check Spelling

Avoid the squiggles


Omitting text selections from Word's spell checking process

If you frequently include macro code listings or other chunks of cryptic information in your documents, Word's spell checker is likely to have a field day pointing out unrecognized words.

You can make Word's spell checker skip over code listings and other information that it is likely not to recognize by applying the No Proofing language setting.
  1. Select the text you would like the spell checker to skip.
  2. Next, select Tools>Language Set Language from the menu bar.
  3. In the Mark Selected Text As list box, select the (No Proofing) option and then click OK.
From now on, the spell checker will skip over the text you selected without flagging any spelling or grammatical errors.
Alan Wyatt's WordTips site has a comprehensive list of spell checker links: Spelling and Grammar Checking

BTW: If you want to spell check Web forms and information boxes you fill out using Internet Explore, look at ieSpell:
"ieSpell is a free Internet Explorer browser extension that spell checks text input boxes on a webpage. It should come in particularly handy for users who do a lot of web-based text entry (e.g. web mails, forums, blogs, diaries).
Even if your web application already includes spell checking functionality, you might still want to install this utility because it is definitely much faster than a server-side solution. Plus you get to store and use your personal word list across all your applications, instead of maintaining separate ones on each application."



See all Topics

Wednesday, May 13, 2015

Very Clever CSS Playground

I didn't know you could do that!


"This site documents my attempts at understanding and exploring the possibilities of CSS. From standard navigation links to my more bizarre experimental techniques.

All my examples are produced with JUST CSS, no javascript, or any other language, has been used in any of the examples. The demonstrations are designed to work in all the latest browsers, but, if you're lucky, some may also work in earlier versions."

Stu Nicholls' Navigation Gallery.
Here are two of the examples demonstrated:

Messing about in boats
Hover over a picture and it enlarges to 100%
Also:



The Streaker
A piece of animation done with CSS alone, no Java.
(I haven't figured out how to use situational CSS in a blog, so you'll have to go to Stu's site to see if the guy gets to the other door.)


See all Topics

Saturday, May 02, 2015

CSS Crib Sheet

Information rich site


When you get serious about web design, CSS or Cascading Style Sheets will add flexibility to your toolbox.

Mezzoblue .com has a wealth of information including:

CSS Crib Sheet

"You will no doubt come across many quirky layout issues when building a site with CSS. You'll end up banging your head against a wall time and again. This is an attempt to make the design process easier, and provide a quick reference to check when you run into trouble."
And:

A Roadmap to Standards
"The old-timers had to figure out the hard way all the tricks and techniques we now take for granted; lucky folks who came in later (myself included) can benefit from their sweat and tears.

In the end, when your skill using standard-based design eclipses your skill using old-school table-based methods, you’ll look back and marvel at how much more sense it makes to layout a page with CSS."


The RSS link is here


See all Topics