Bush Countdown Clock

Ok, so there’s a bunch out there already, but they don’t give you the code, they want you to point your browser to their code. I don’t want to do that. So here’s my own counter that you can freely use and modify. Please keep the link back to this site though (or at least credit me somewhere nearby). Enjoy 😀
Since Congress is too gutless to Impeach the Bush, here’s how much longer we have to suffer under his rule.
Target:
Now:

And here’s the code to run it:
<script>
then = new Date();
then.setFullYear(2009)
then.setMonth(1);
then.setDate(20);
then.setHours(12);
then.setMinutes(0);
then.setSeconds(0);


function printDate(aDate)
{
	toReturn  = aDate.toLocaleString();
	return toReturn;
}

function countIt()
{
	now = new Date();
	
	document.getElementById("then").innerHTML = printDate(then);
	document.getElementById("now").innerHTML = printDate(now);
	document.getElementById("counter").innerHTML = Math.round(((then-now)/1000))+" seconds and counting...";
}

</script>


<div style='width:350px; border:2px solid black; background:white; padding:10px; font-align:justify;' >
Since Congress is too gutless to Impeach the Bush, here's how much longer we have to suffer under his rule.
<hr/>
<div style='font-family:arial; font-size:12pt'>

<table>
<tr><td>Target:</td><td id=then align=center></td></tr>
<tr><td>Now:</td><td id=now align=center></td></tr>

</table>
</div>
<hr/>
<div id=counter style="width:100%; text-align:center"></div>
<div style='font-size:8pt;width:100%; text-align:center'>

<a href="http://www.jeremyduffy.com/top-issues/president-george-w-bush/">About Bush</a> |
<a href="http://www.jeremyduffy.com/bush-countdown-clock/">Get this counter</a>
</div>

</div>

<script>
setInterval("countIt();",1000);
</script>

syntax highlighted by Code2HTML, v. 0.9.1
Tags:

White House Illegally Deleted Over 10 Million E-mails

(Image is used under the Pixabay license)

Over 10 Million e-mails were deleted during historically important time periods (also periods where corruption and incompetence have been alleged). How convenient that they're "missing".

Either way, count another law broken by the Bush administration.

Tags: , , ,

Timeline of Bush’s Attack on American Freedom and Liberty

George W. Bush
(Image used under: Fair Use doctrine)

So Bush wants to leave a legacy? Here it is.

Tags:

Summary of White House E-mail Issue to Date

George W. Bush
(Image used under: Fair Use doctrine)

This covers it pretty well. In case you don't know what I'm talking about, watchdog groups sued the Whitehouse for records that they believe will prove that Bush and company lied and generally did bad things. The Whitehouse claims to have deleted all e-mail records from that time.

Imagine that.

Tags: , ,

Articles of Impeachment to Be Filed Against Cheney

(Image used under: Creative Commons 2.0 [SRC])

It's a start. Let's hope it goes somewhere.

More coverage found @: http://www.presstv.ir/detail.aspx?id=29792&sectionid=3510203 and http://blog.washingtonpost.com/sleuth/2007/04/articles_of_impeachment_to_be.html

Tags: , ,

Bush Blackmails Congress

George W. Bush
(Image used under: Fair Use doctrine)

Bush is threatening to veto any wire-tapping bill that comes to him without language that retroactively provides immunity to the telecommunication companies (like AT&T) for their part in the illegal spying fiasco.

Has anyone else noticed or is refusing to sign a law because of a provision that technically has nothing to do with said law considered blackmail? If it's not, it's certainly a tantrum at the least.

Tags: ,

Bush Administration Bungles Formerly Successful Anti-terror Program

George W. Bush
(Image used under: Fair Use doctrine)

No I'm not talking about the illegal spying, but the case of the Al-Queda video that was discovered before it was publicly released. The problem is that the disclosure of the video alerted Al-Queda that their networks had been compromised. While I read about this news yesterday, what I didn't know was that it was the Bush administration who is responsible for the leak.

Tags: ,

Congress Finally Taking AT&T (etc.) to Task?

AT&T
(Image used under: Creative Commons 2.0 [SRC])

Now that Congress has officially started to investigate the role of major telcom companies in illegal spying, the question is, "will anything finally come of it?"

At this stage, they've only sent letters asking about their involvement and whether they knowingly broke the law under the promise of protection from litigation from the executive branch. If they actually answer truthfully, things should get interesting.

Tags: ,

After 6 Years and Tons of False Posittives, the TSA No-Fly List Caught One! (OK, Not Really)

(Image is in the Public Domain)

Reading the wikipedia page, you can find that the No-fly list was implemented on 9/11 2001 and ballooned from 16 names to over 40,000. There have been many false positives including children and some famous people (fortunately some of whom are congress members).

According to this story, all the millions of dollars, the time wasted, and the frustration cast doubt whether the program was worth it. The man described in this article is actually Gerry Adams, a spokesman for the Irish Republican Movement.

It's because of suspected past ties to the IRA that he has been flagged eternally for extra security checks and constant harrassment. Read the story for a well written example of such which includes this awesome quote:

I hand the FBI young gun a copy of my travel schedule – a document that has been in the possession of the US state department for the past month or so.

"Huh," he says. "Why are you going to the White House, sir?"

"To see the president."

"Huh. Why?"

"He asked me," I say evenly.

Tags: , ,

Part of The PATRIOT Act Struck Down by Court – Finally

George W. Bush
(Image used under: Fair Use doctrine)

Part of the Patriot act allowed the feds to issue "National Security Letters" which could demand information without subpoena, without probable cause, and included a gag order requiring that the recipient could not share that they'd received such a letter with anyone.

Despite this being a gross over-stepping of power, Congress did pass AND RENEW the Patriot act. All that aside, a federal judge finally struck the provision as unconstitutional.

Although Marrero recognizes the importance of preserving national security, he asserts in his decision that "The Constitution was designed so that the dangers of any given moment would never suffice as justification for discarding fundamental individual liberties or circumscribing the judiciary's unique role under our governmental system in protecting those liberties and upholding the rule of law."
Tags: ,

Loading...

If you want to learn more about my professional background, click here to learn more.

Check out one of my guides/tutorials:

email Tutorial
|INDEX|next: E-mail Viruses

E-mail Dangers

Until we find out who the people are who actually buy things from spammers and kick them off the Internet, you're going to have to learn how to deal with and prevent spam.
E-mail Viruses - Learn how viruses are spread through e-mail and how to stop them
Phishing - Spot and avoid lures that pull you into the dark side of the web
Don't be one of those people that loses thousands of dollars to the classic Nigerian Scam.

E-mail Etiquette

Use CC only when necessary and BCC the rest of the time.
Use Reply-All when you mean to and never when you don't.
Practice proper E-mail Forwarding to protect privacy and make e-mails more readable.
Always personalize your e-mails to make it obvious to your recipient that it's valid.

E-mail Tips and Tricks

Using E-Mail Aliases Properly - Be careful about using sensitive data (like your real name) in an e-mail account.
Remember to treat your e-mail account with the security it deserves.
Use a decoy e-mail account to keep your main e-mail account free of spam.
Avoid using any Internet provider's default e-mail.

... or check out any of my other guides and tutorials by clicking here!

Preventing Spam

Spam is annoying and worthless, but you still see it every single day. Here are some tips for preventing and reducing spam.

[Click for full description]

E-mail Viruses

Make sure that viruses don't sneak onto your computer through your e-mails. Read some simple tips to prevent that from happening.

[Click for full description]

Phishing

By far the most dangerous thing you'll find in e-mails is a lie. Sending a bogus e-mail to someone is generally called phishing, but can also be referred to as a Nigerian scam (depending on the goal of the e-mail). Learn to recognize and deal with phishing before it's too late.

[Click for full description]

Nigerian Scam

Many people have lost thousands and even hundreds of thousands of dollars to the classic Nigerian Scam. Don't fall for it!

[Click for full description]

How to Use "CC" Properly

Don't violate people's privacy and invite spam into their accounts by CC'ing all your contacts. Learn the proper way to send mass e-mails first.

[Click for full description]

Reply-All

It's easy to embarass yourself or harm your career when you don't know how to use Reply-All appropriately.

[Click for full description]

How to Forward E-mails Properly

Don't forward e-mails carelessly or you risk looking foolish as best and violating the privacy of all your contacts at worst.

[Click for full description]

Personalize E-mail

Follow this simple rule of e-mail etiquette to help prevent your friends and family from falling for phishing scams.

[Click for full description]

Using E-Mail Aliases Properly

It can be hard to find a good name to use in an e-mail account that hasn't been used and doesn't give away too much information about you.

[Click for full description]

Protecting E-mail Passwords

Your e-mail account is the most important online account you have. Remember to treat it as such!.

[Click for full description]

Using a Decoy E-Mail Account

Why it's very important to use a buffer e-mail account to shield your main account from people and companies that you don't trust.

[Click for full description]

The ISP E-mail Trap

Don't fall for the trap of using the free e-mail account provided to you by your Internet service!

[Click for full description]