robertdot.org
Forms With Elements With Form Attribute Names 
Tags: HTML, JavaScript, Web Design I commonly create a form element that dictates the action I want the server to perform, like <input type="hidden" name="action" value="save">. This allows me to have a switch to determine what to do with the data in any situation instead of posting and getting to multiple places. I found a bug in Internet Explorer 7's JavaScript today that introduces a problem with my naming scheme. Continue Reading "Forms With Elements With Form Attribute Names" on Robertdot … robertdot.org, 2008-09-29 03:29:07

Tags: HTML, JavaScript, Web Design I commonly create a form element that dictates the action I want the server to perform, like <input type="hidden" name="action" value="save">. This allows me to have a switch to determine what to do with the data in any situation instead of posting and getting to multiple places. I found a bug in Internet Explorer 7's JavaScript today that introduces a problem with my naming scheme. Continue Reading "Forms With Elements With Form Attribute Names" on Robertdot … robertdot.org, 2008-09-29 03:29:07
Marriage?? 
Tags: Marriage, Personal I'm getting married October 31st, 2008. Contact me for more details. Continue Reading "Marriage??" on Robertdot … robertdot.org, 2008-09-22 03:28:39

Tags: Marriage, Personal I'm getting married October 31st, 2008. Contact me for more details. Continue Reading "Marriage??" on Robertdot … robertdot.org, 2008-09-22 03:28:39
Yet Another Shameless Self-promotion 
Tags: Marriage, Personal By the way, I'm getting married. Continue Reading "Yet Another Shameless Self-promotion" on Robertdot … robertdot.org, 2008-09-22 03:28:39

Tags: Marriage, Personal By the way, I'm getting married. Continue Reading "Yet Another Shameless Self-promotion" on Robertdot … robertdot.org, 2008-09-22 03:28:39
MySQL FIND_IN_SET 
Tags: mySQL, Reference I always forget this mySQL function, so I figured I should make note of it somewhere. It's called FIND_IN_SET. You specify a variable and a list of possible matches and it returns the position of the string in the list. It's very helpful for sorting things in a defined list provided by the client. Continue Reading "MySQL FIND_IN_SET" on Robertdot … robertdot.org, 2008-09-22 03:28:39

Tags: mySQL, Reference I always forget this mySQL function, so I figured I should make note of it somewhere. It's called FIND_IN_SET. You specify a variable and a list of possible matches and it returns the position of the string in the list. It's very helpful for sorting things in a defined list provided by the client. Continue Reading "MySQL FIND_IN_SET" on Robertdot … robertdot.org, 2008-09-22 03:28:39
A Rant: Two Things I'm Tired Of 
Tags: Rant Recently, there have been a slough of "25 Great Whatevers" or "15 Awesome Ways To Do Something." Smashing Magazine does this constantly, and SitePoint is guilty, too. Many of these articles aggregate links to the same tired sites and tout some little nook of it as very well done. I mean, how many times do I have to look at Avalon Star? Jeeeeesus. Continue Reading "A Rant: Two Things I'm Tired Of" on Robertdot … robertdot.org, 2008-09-22 03:28:39

Tags: Rant Recently, there have been a slough of "25 Great Whatevers" or "15 Awesome Ways To Do Something." Smashing Magazine does this constantly, and SitePoint is guilty, too. Many of these articles aggregate links to the same tired sites and tout some little nook of it as very well done. I mean, how many times do I have to look at Avalon Star? Jeeeeesus. Continue Reading "A Rant: Two Things I'm Tired Of" on Robertdot … robertdot.org, 2008-09-22 03:28:39
Hacking Windstream Install for OS X and Failing 
Tags: DSL, Geek, Internet, Internet Explorer, JavaScript, Personal, Windstream I signed up with Windstream for Internet and phone. It turns out that they do not support Mac OS X at all because they only support Internet Explorer. The only justification I've found for this is that their crack team of developers doesn't know how to use document.createElement and they need to install an ActiveX Control to see how much hard disk space and ram is installed on the computer. Both reasons are totally stupid. Continue Reading "Hacking Windstream Install for OS X and Failing" on Robertdot … robertdot.org, 2008-09-22 03:28:39

Tags: DSL, Geek, Internet, Internet Explorer, JavaScript, Personal, Windstream I signed up with Windstream for Internet and phone. It turns out that they do not support Mac OS X at all because they only support Internet Explorer. The only justification I've found for this is that their crack team of developers doesn't know how to use document.createElement and they need to install an ActiveX Control to see how much hard disk space and ram is installed on the computer. Both reasons are totally stupid. Continue Reading "Hacking Windstream Install for OS X and Failing" on Robertdot … robertdot.org, 2008-09-22 03:28:39
Easy Clearing Of Floats 
Tags: CSS, HTML, Web Design, Web Standards Web standards designers often need to make use of display:float to handle things like columns, navigation lists, and more. Usually these floats are followed by something like <div style="clear:both"></div>. It turns out there is an easier way. Continue Reading "Easy Clearing Of Floats" on Robertdot or LiveJournal… robertdot.org, 2007-04-30 03:33:22

Tags: CSS, HTML, Web Design, Web Standards Web standards designers often need to make use of display:float to handle things like columns, navigation lists, and more. Usually these floats are followed by something like <div style="clear:both"></div>. It turns out there is an easier way. Continue Reading "Easy Clearing Of Floats" on Robertdot or LiveJournal… robertdot.org, 2007-04-30 03:33:22
Alone 
Tags: Apartment, Personal, Tammy For the first time in my life, I am living by myself. Continue Reading "Alone" on Robertdot, LiveJournal, or MySpace… robertdot.org, 2007-04-16 03:33:58

Tags: Apartment, Personal, Tammy For the first time in my life, I am living by myself. Continue Reading "Alone" on Robertdot, LiveJournal, or MySpace… robertdot.org, 2007-04-16 03:33:58
American Inventor #2019 
Tags: American Inventor, Ice Ramps, Personal, San Francisco As you may have heard, I did the unthinkable. I auditioned for a reality television show. Continue Reading "American Inventor #2019" on Robertdot, LiveJournal, or MySpace… robertdot.org, 2007-04-09 03:37:07

Tags: American Inventor, Ice Ramps, Personal, San Francisco As you may have heard, I did the unthinkable. I auditioned for a reality television show. Continue Reading "American Inventor #2019" on Robertdot, LiveJournal, or MySpace… robertdot.org, 2007-04-09 03:37:07
Internet Explorer 7 Heading Bug 
Tags: Bugs, CSS, Hacks, Internet Explorer 7, Web Design I try to avoid Internet Explorer 7, or IE7 for short, but I can't any more. Today was the first time I really had to debug in IE7 and I discovered a pretty irritating bug. Continue Reading "Internet Explorer 7 Heading Bug" on Robertdot or LiveJournal… robertdot.org, 2007-04-09 03:37:07

Tags: Bugs, CSS, Hacks, Internet Explorer 7, Web Design I try to avoid Internet Explorer 7, or IE7 for short, but I can't any more. Today was the first time I really had to debug in IE7 and I discovered a pretty irritating bug. Continue Reading "Internet Explorer 7 Heading Bug" on Robertdot or LiveJournal… robertdot.org, 2007-04-09 03:37:07




