Many of you read the diary about the Indiana “Unauthorized Reproduction” bill.
Patricia Miller, the state senator who was working on the bill has withdrawn it:
State Sen. Patricia Miller, R-Indianapolis, issued a one-sentence statement Wednesday saying: “The issue has become more complex than anticipated and will be withdrawn from consideration by the Health Finance Commission.”
You can read the full story here
This story was covered by numerous blogs and because of it, Miller received a tremendous amount of unwelcome publicity, phone calls, and emails which obviously led to her backing down.
This isn’t the first time this has happened. Earlier this year, a Virginia legislator called John Cosgrove introduced a bill that would have
required any woman who experiences “fetal death” without a doctor’s assistance to report this to the local law-enforcement agency within twelve hours of the miscarriage. Failure to do so is punishable as a Class 1 Misdemeanor.
This bill was heavily covered by feminist blogs and again the legislator received an immense amount of attention, almost all of it negative. Within days, Cosgrove withdrew the legislation.
These are two great examples about the power of the internet and the progressive community. And they tell me that we should all try to be much aware of bills being worked on in our state legislatures. A concerted effort to publicize a “bad” bill can clearly deter its sponsor from following through because, I think, state legislators know that, given the small number voters involved, any organized effort can dramatically effect their re-election.
Excellent results! The community can be mobilized quickly…and with good results. Thanks for the update.
This is wonderful, Andi. So we must be ever vigilant in protecting our freedom to communicate using the internet. Unfortunately, through their dealings with China; Microsoft, Google and all those others that we depend on are learning just how to suppress that freedom we are enjoying now.
Let’s not lose another communications medium. Support the Electronic Frontier Foundation.here
.
BALANCE OF POWERS
Bill of Rights and the Constitution
and check and balances for an Executive and Congress gone astray.
▼ ▼ ▼
I issue a ductape fatwa against all blatantly fucked up legislation.
Thanks for this, Andi. Sometimes we need to be reminded that reaching out via email and phone calls CAN make a difference.
well a pat on the back to all of you then! and here at booman a special thanks to ductapefatwa.
i said last night (at OW) it’s like someone turning on a light in a kitchen somewhere, and the roaches scurry.
progressiveindependent.com, that is where I found it 😀
Andi, I have a question that maybe you can answer: how do I post an HTML tag so it will show up in the text? If I wanted to post a tag for someone, how do I do it? I tried putting the whole tag in brackets[] and Parenthesis() … and the tag just disappears. I thought I saw a tag posted by you a while ago. Can you help me? Can anyone? Thanks
Hi!
If you want a link, to, say the Washington Post to show up as the words “Washington Post” highlighted and with a link, then put the following (except remove the two * symbols):
<a* href=”http://www.washingtonpost.com”>Washington Post<*/a>
Auto Format version:
[” Washington Post http://washingtonpost.com “]
remove the ” symbols, close up brackets and it becomes this:
Washington Post
Peace
Wow – That’s cool! I feel like I did in school when they’d teach you the long, roundabout way to solve a math problem, and then say “Or you can do it like this – zip, zip, zip, done!”
If you want to have the code look exactly like it should, you have to do use character entities.
1. Switch to HTML Formatting.
2. For < the character entity is ‘&’ + ‘lt’ = ‘;’ and > the character entity is ‘&’ + ‘gt’ + ‘;’ IOW, you mush the amperand, the lt (or gt) and the semicolon together.
<a href=”http://www.washingtonpost.com”>Washington Post</a>
Breaking – Washington Post website goes down due to massive number of hits from http://www.boomantribune.com website…
this is just a ploy to get a bunch of comments in my diary.
This:
<a href=”http://www.washingtonpost.com”>Washington Post</a>
Is the code for this:
Washington Post
And this:
[Washington Post http://washingtonpost.com]
Is the code for this:
Washington Post
Just so you know… If you do a forward-slash before a command it defeats the command that follows it… That way you can easily show commands.
In other words…
This:
<a href=”http://www.washingtonpost.com”>Washington Post </a>
Is the code for this:
<a href=”http://www.washingtonpost.com”>Washington Post</a>
Experiment with it and you’ll get the idea.