Disable All Advertising
Image
EAN-139780465017935   EAN-13 barcode 9780465017935
Product NameCommunity Economic Development Handbook: Strategies And Tools To Revitalize Your Neighborhood
LanguageEnglish
CategoryBook / Magazine / Publication
Short DescriptionPaperback
Amazon.comA Buy on Amazon ~ 0940069369
SKU9780940069367
Price New19.99 US Dollars    (curriencies)
Price Used15.49 US Dollars    (curriencies)
Width0.8 inches    (convert)
Height10.9 inches    (convert)
Length8.5 inches    (convert)
Weight32.8 ounces    (convert)
AuthorMihailo Temali
Page Count288
BindingPaperback
Published09/15/2002
FeaturesUsed Book in Good Condition
Long DescriptionThe step-by-step guide to turning any neighborhood around A weak local economy can be strengthened. A run-down neighborhood of boarded-up storefronts, litter-strewn sidewalks, high unemployment, and poorly-maintained housing can be transformed. An entire community can be lifted up. Mihailo (Mike) Temali knows this first-hand. He has spent nearly twenty years working in community-based economic development, helping cities as diverse as St. Paul, Minnesota, and Santiago, Chile. In this concrete, practical, jargon-free handbook, he describes a proven way to make any community a better place to live. Comprehensive, realistic, and easy-to-use If you don't already have a community economic development (CED) organization in place, Temali tells you how to set one up. Then he defines four pivot points that are crucial to neighborhood economies: 1) Revitalizing your commercial district; 2) Developing microbusinesses; 3) Developing your community workforce; and 4) Growing good neighborhood jobs. He explains how to choose your first pivot point, then guides you through the process of tackling each one. True stories of successful CED provide inspiration. Sidebars explore related issues: dealing with gentrification, finding potential partners, supporting microentrepreneurs, and more. Other CED professionals share their insights in “From the Field” notes. Appendices point you toward useful resources, show you how to use the Internet to research your regional economy, and include dozens of worksheets that will help you move from reading about CED to doing it. The Community Economic Development Handbook is precisely what you need to turn your neighborhood around!
Similar Items9780873260329: Planning Local Economic Development: Theory And Practice
9780571095346: Planning Local Economic Development: Theory And Practice
9780434912360: Planning Local Economic Development: Theory And Practice
9781412960939: Planning Local Economic Development: Theory And Practice
9780713161502: Planning Local Economic Development: Theory And Practice
9780582414174: Planning Local Economic Development: Theory And Practice
9780304317318: Planning Local Economic Development: Theory And Practice
9780435456818: Destination Branding For Small Cities - Second Edition
9780879461089: Building Communities From The Inside Out: A Path Toward Finding And Mobilizing A Community's Assets
9780984957408: Destination Branding For Small Cities - Second Edition
View 26 more similar items
Created02-26-2012 11:40:25pm
Modified04-30-2020 8:44:37pm
MD5ae3681e02b3ba855090db77f5757059e
SHA256aec10f21af557a528536d5ffd2167b1b044bd7740fa362cd573c2d91f8a37a64
Search Googleby EAN or by Title
Query Time0.0290670

An article of interest

The Main EANData blog

MSI Barcodes

This symbology was developed by the MSI Data Corporation and is based on the Plessey Code symbology. MSI is most often used in warehouses and inventory control.

This is a continuous non-self-checking symbology meaning it has no predetermined length and there is no validation built into the barcode itself. If you want to validate the data stored in the barcode, you would need to use a check digit. Mod 10 is the most common check digit used with MSI but you can also use mod 1010 or mod 1110. It is allowed but generally not a good idea to omit the check digit all together.

There is a start marker which is represented by three binary digits 110 (where 1 is black and 0 is white). There is also a stop marker which is represented by four binary digits 1001. The remaining markers represent the numeric digits 0-9 (no text or special characters) and each digit is represented by twelve binary digits. Below is a table that describes all of the possible markers. The start and stop markers are the main difference between MSI and Plessey. That and the fact that MSI only covers digits 0-9. You can read these stripes as a binary values where 110 is binary 1 and 100 is binary 0. The stop marker simply has an extra bit on the end.

Character Stripe Bits Binary Value
START 110 1
0 100100100100 0000
1 100100100110 0001
2 100100110100 0010
3 100100110110 0011
4 100110100100 0100
5 100110100110 0101
6 100110110100 0110
7 100110110110 0111
8  110100100100 1000
9  110100100110 1001
STOP 1001 0 + extra stripe

 To create a graphical barcode using this process, you can simply string together a series of 1 and 0 graphic images once you have calculated what your barcode should look like using the table shown above. You can view the source code of this page if you want to see how we created the example shown below.

Code [start]375[stop]
Bits: 110 100100110110 100110110110 100110100110 1001
Graphic:

This is just an example of one way to perform the graphic encoding. It is often easier to just draw the lines instead of tacking together individual images. If you would like to create free MSI barcodes, please visit our barcode generator page. You can save the images you make and use them as needed.