The Official Forum

The Official Forum (https://forum.officiating.com/)
-   Basketball (https://forum.officiating.com/basketball/)
-   -   star (https://forum.officiating.com/basketball/52368-star.html)

Nevadaref Wed Mar 18, 2009 01:05am

star
 


Anyone know how to make that with your keyboard?

I did it by copying and pasting from someone else's post.

JugglingReferee Wed Mar 18, 2009 06:11am




Although looking at the page's source after I used &#8902 ; (remove space), and it is different than the "star" text that produced your star, who cares? It works. Google HTML entities for all HTML codes.

BillyMac Wed Mar 18, 2009 06:29am

★★★★★
 
Quote:

Originally Posted by Nevadaref (Post 589199)
★ Anyone know how to make that with your keyboard?

Planning on starting your own spam business? Or are you going to start posting reviews of movies, restaurants, or hotels, on the Forum?

bob jenkins Wed Mar 18, 2009 08:10am

Quote:

Originally Posted by Nevadaref (Post 589199)


Anyone know how to make that with your keyboard?

I did it by copying and pasting from someone else's post.

Wingdings font. Alt-0171

I don't know if that's an option on this board.

On the typewriter, we made them with a Capital A overlayed with a lower case v. ;)

JugglingReferee Wed Mar 18, 2009 08:54am

What is a "typewriter"?

Adam Wed Mar 18, 2009 09:03am

Quote:

Originally Posted by JugglingReferee (Post 589254)
What is a "typewriter"?

It was a pretty cool gadget, sort of like a hybrid computer and printer; but I'm pretty sure they had less than 1KB of memory.

derwil Wed Mar 18, 2009 09:09am

Pretty sure most operators had less than 1KB of memory too.

JugglingReferee Wed Mar 18, 2009 09:20am

Quote:

Originally Posted by Snaqwells (Post 589259)
It was a pretty cool gadget, sort of like a hybrid computer and printer; but I'm pretty sure they had less than 1KB of memory.

Must have been made by Texas Instruments then.

mbyron Wed Mar 18, 2009 09:38am

Quote:

Originally Posted by Snaqwells (Post 589259)
It was a pretty cool gadget, sort of like a hybrid computer and printer; but I'm pretty sure they had less than 1KB of memory.

But there was likely a version of DOS written for it.

Adam Wed Mar 18, 2009 09:41am

Quote:

Originally Posted by mbyron (Post 589275)
But there was likely a version of DOS written for it.

True, and I'm pretty sure a good number of corporations are still using it.

M&M Guy Wed Mar 18, 2009 09:48am

Quote:

Originally Posted by Nevadaref (Post 589199)


Anyone know how to make that with your keyboard?

I did it by copying and pasting from someone else's post.

For whatever it's worth, it does not show up as a star on my screen; it's more like a square, with dark lines at the top and bottom, and lighter-colored lines on the sides.

Maybe I'm still using DOS?

JugglingReferee Wed Mar 18, 2009 09:52am

Quote:

Originally Posted by M&M Guy (Post 589284)
For whatever it's worth, it does not show up as a star on my screen; it's more like a square, with dark lines at the top and bottom, and lighter-colored lines on the sides.

Maybe I'm still using DOS?

As a technology professional, I recommend you upgrade your OS and browser.

Adam Wed Mar 18, 2009 09:55am

Quote:

Originally Posted by M&M Guy (Post 589284)
For whatever it's worth, it does not show up as a star on my screen; it's more like a square, with dark lines at the top and bottom, and lighter-colored lines on the sides.

Maybe I'm still using DOS?

Quote:

Originally Posted by JugglingReferee (Post 589287)
As a technology professional, I recommend you upgrade your OS and browser.

I'm seeing the same thing M&M is; and I'm on a state-of-the-art military machine.

Hey, stop laughing.

M&M Guy Wed Mar 18, 2009 10:05am

Quote:

Originally Posted by Snaqwells (Post 589289)
I'm seeing the same thing M&M is; and I'm on a state-of-the-art military machine.

Hey, stop laughing.

Oops, sorry - didn't see that last part until I wiped the Diet Pepsi off my screen. :D (You know, that 13" CRT monitor...)

I'm just glad to hear I'm not the only one with a problem. I mean, the problem of viewing the star...

Should I be wearing my purple leisure suit while I install my new version of Windows?

JugglingReferee Wed Mar 18, 2009 10:15am

Here's a great list: Character Entity Reference HTML 4

M&M Guy Wed Mar 18, 2009 10:26am

Quote:

Originally Posted by JugglingReferee (Post 589305)

Great list, but when I get down to the Expanded Character Entity List, Misc. Symbols, I cannot see a great many of them, even on this website. On the ones I can't see, within the brackets all I see are two vertical, light-colored lines. For example, I can see the "Ohm" symbol, but I cannot see the "Inverted Ohm" symbol.

What's the deal? Do I have one of them state-of-the-art military machines too?

Adam Wed Mar 18, 2009 10:28am

You don't need to be so hurtful about it.

M&M Guy Wed Mar 18, 2009 10:36am

Quote:

Originally Posted by Snaqwells (Post 589309)
You don't need to be so hurtful about it.

<font>;) :D</font>

mbyron Wed Mar 18, 2009 10:56am

Here: try this list.

Welpe Wed Mar 18, 2009 12:42pm

Quote:

Originally Posted by Snaqwells (Post 589259)
It was a pretty cool gadget, sort of like a hybrid...

They ran on both gasoline AND batteries? Amazing! :eek:

Adam Wed Mar 18, 2009 12:49pm

Quote:

Originally Posted by Welpe (Post 589358)
They ran on both gasoline AND batteries? Amazing! :eek:

Thoser were the later, greener models. Originally, they ran on steam (from burning coal.)

ILMalti Wed Mar 18, 2009 01:24pm

Depending on what font you are using is what you should see. In other words behind the charachter is a 1 or 2 byte value, which can be mapped to different images depending on the fonts.
To see all these maps you could go to start --> All programs --> accessories --> System tool --> Character mapping (assuming Windows and beyond)

You will find the star in various maps Ex : Font Wingdings/2 (0XAC)
That is probably why people are seeing different images.

I am quite positive there is much more to this, but this seesm to be the cause of the issues mentioned above.

Raymond Wed Mar 18, 2009 01:29pm

Quote:

Originally Posted by ILMalti (Post 589378)
Depending on what font you are using is what you should see. In other words behind the charachter is a 1 or 2 byte value, which can be mapped to different images depending on the fonts.
To see all these maps you could go to start --> All programs --> accessories --> System tool --> Character mapping (assuming Windows and beyond)

You will find the star in various maps Ex : Font Wingdings/2 (0XAC)
That is probably why people are seeing different images.


I am quite positive there is much more to this, but this seesm to be the cause of the issues mentioned above.


I learned something new.

Welpe Wed Mar 18, 2009 03:05pm

Quote:

Originally Posted by Snaqwells (Post 589366)
Thoser were the later, greener models. Originally, they ran on steam (from burning coal.)

Oh good point, though I thought it was steam and the tears of children.

Edit: Oh my we've done it now, look at the ad banners on the top.

Juulie Downs Wed Mar 18, 2009 08:33pm

Quote:

Originally Posted by Snaqwells (Post 589366)
Thoser were the later, greener models. Originally, they ran on steam (from burning coal.)

I've heard tell that there were models that were entirely human-powered, but that may just be an eco-dream...

NICK Thu Mar 19, 2009 01:44am

In your MS word document, double click INSERT. When the drop down menu appears, click on Symbols then take your choice. Cheers

Adam Thu Mar 19, 2009 09:46am

Quote:

Originally Posted by Welpe (Post 589420)
Oh good point, though I thought it was steam and the tears of children.

You are correct, the coal heats the tears to steam.

Adam Thu Mar 19, 2009 09:47am

Quote:

Originally Posted by Juulie Downs (Post 589483)
I've heard tell that there were models that were entirely human-powered, but that may just be an eco-dream...

That sounds far fetched; sort of like the rumor about watches that don't need batteries. ;)

ILMalti Thu Mar 19, 2009 03:10pm

If the font you are using does not map the symbol (ex star), you cannot just simply " double click INSERT", you need to change font and get your symbol.
Each charachter in each font map has a unique hex value, however the same value can be used across multiple font maps to represent differnt charachters. That is why enbedded within your word document are strings of control characters to identify charechteristics such as FONT being used, size, colour etc etc,

Word is kind enough to remember the "recently use symbols", but if you look at the lower lefthand corner, the font name and the decimal value is given
What makes the symbol unique is "FONT + hex value (offset into the map table)".

Al lot of applications do not offer this "symbol feature".

Regardless of all of this, the problem lies on the receiver side not the sender. If the receiver get the word document and does not have the FONT that the sender used, the symbol seen by the receiver will be different (depends on what the receivers default FONT is) and thus a different symbol is seen. (Example I gave was the 0xAC in Wingdings font maps to a 6 pointed star but in FONT Arial it is a NOT sign.
The only way I know to ensure that the receivers get the image you want them to get is by resorting to a graphic representation of the symol.

In summary and repeating myself (sorry)
If the receiving application does not support (ie does not have the font map for example), then the representation will be whatever the current FONT being used maps the hex value/s too (please note some symbols are represented by 2 bytes) ,


Appologies for the length of this reply


All times are GMT -5. The time now is 10:09am.



Search Engine Friendly URLs by vBSEO 3.3.0 RC1