Public Comments

Public Comments for F. Andy Seidl Blogsite

March 31, 2009|Comment about:  Skype Available for iPhone

RE: Skype Available for iPhone

Sounds hot to me! *want*

March 24, 2009|Comment about:  The Danger of Strong Passwords that are Easy-to-remember

Beef up those root passwords!

For those of you that run servers (or even your own workstations or laptops), make sure your adminstrative logins haves strong passwords.

I just ran across this article that describes how researchers have discovered (and documented) a way to inject nefarious code into a computer in such a way that:

  • avoids anti-virus detection
  • does not rely on a vulnerability exploit
  • survives hard disk formatting (or even replacement)

All an attacker needs to accomplish this is root access to the machine... that is, you administrative account password.

So, make sure you're machine passwords are strong!


March 07, 2009|Comment about:  Google Docs Replaces Survey Monkey

RE: Google Docs Replaces Survey Monkey

@Rachel: How to set up the form

To create the custom form, I used Google Docs to create a Google-hosted form.  Then I simply looked at the generated form, lifted the relevant HTML, and pasted it into my own CMS (MyST Blogsite, in this case, but any HTML web page would do.)

I basically rewrote the generated HTML to simplify it, style it the way I wanted, and to add some simple JavaScript form validation logic as you might in any web form.  The key was starting with the Google-generated form so I had the appropriate field names and action address.

To see the detail, feel free to view the source of this page:
http://myst-technology.com/public/enterprise-rss/setup

(Search the source for "SETUP_FORM" to find the custom form.)

There is a little HTML/JavaScript trickery that may not at first be obvious.  This is not absolutely necessary, but I added it to provide a little smoother user experience.

First, there is a hidden DIV element that contains a thank you message.  The JavaScript shows this DIV after the form is submitted.  Search for "ID_Response" to find this DIV.

Second, there is an empty IFRAME (search for "id_result") that is used to hold the response from the form submission.  This is accomplished using target="id_result" on the custom FORM element.  And, since we present our own "thank you" message for form submission, we really don't need to see Google's response, so I set the height of the result IFRAME to 1.

Topic Tags:  ,

March 01, 2009|Comment about:  Google Docs Replaces Survey Monkey

RE: Google Docs Replaces Survey Monkey

thanks and question
Thanks for posting this, definitely sounds interesting. Could you please explain how you went about setting this up on Google docs? I have a google group already set up for our account team (if that helps). We would like to set up a survey for a client that I think would probably just be a little freaked out by using anything that included the word "monkey," lol. So I am very curious as to how to go about using Google docs as an alternative . ..

Syndication OptionsRSS (Rich Site Summary) Feed Atom Feed OPML (Outline Processor Language) Feed MYST-ML (MyST Markup Language) Content Feed MS-Office Smart Tag Subscription