Search This Blog

Saturday, August 22, 2015

HTML Character References

Display codes


Alan Wood's Web Site provides a lot of reference material. From over 1400 ingredients of pesticides¹ to Unicode and HTML resources.

In HTML, fonts and symbols can be generated from the numeric character reference or from the character entity reference.

–  or en dash

(– or –)

— or em dash

(— or —)

‡ or double dagger

(‡ or ‡)

™ or trade mark

(™ or ™)

∑ or n-ary summation, sum of

(∑ or ∑)

√ or square root, radical sign

(√ or √)
HTML 4.0 Character Entity References


See all Topics

Wednesday, August 19, 2015

Security and the Net

Is any place safe?



This from PracticallyNetworked.com:
"One of the biggest misconceptions is that hackers will target only large companies. The truth is computers get attacked for a variety of reasons. Some of these include the following:


  • Snooping: Reading private mail and other personal files.
  • Destroying or corrupting computer data: Making files unusable, or making a whole computer unusable.
  • Stealing computer data: Taking credit card numbers, e-mail addresses, company information and so on.
  • Stopping computers from functioning properly: Blocking incoming traffic so that intended users cannot get access, etc.
  • Misusing computer resources: Sending spam without you knowing it, etc.
  • Pranks: practical jokes, breaking in just because it's a challenge.

The bottom line, don't think your network is safe just because you're not that important or well-known. Assuming that you aren't personally targeted, moderately secure networks usually cause hackers to attack elsewhere. Yet attacks can come from many different sources and your computer should be equipped to deal with each of these types of attacks."

CAN YOU EVER BE TRULY SAFE AND SECURE ONLINE

Check out your computers vulnerability at GRC.com.
(Gibson Research Corporation)

Also see:
StaySafeOnline.info


See all Topics

Tuesday, August 18, 2015

Alternate Bullets

High caliber


There are other images that can be used as bullets in Word, PowerPoint, and HTML.
Allan Wyatt's Word Tips:

Using Words as Bullets

StackOverflow.com:

Make Custom Bullets
Using CSS

Shauna Kelly:

How to control bullets in Microsoft Word
Bullets, Numbers, and Lists





Troubleshooting Bullets and numbering


Also see:
Beyond Bullets.com

Beyond Bullet Points, the book


See all Topics

Monday, August 10, 2015

Design Patterns

More suggestions


Martijn van Welie of Welie.com, has a collection of designs for web sites, GUI designs, and MobileUI designs.

Patterns

Some topics covered are:
  • Site Types
  • Ecommerce
  • Navigation
  • Basic Page Types
  • Managing Collections
  • Page Elements
    and
  • Visual Design



See all Topics