Bayard Randel

2,046
Reputation
244 views

Registered User

Name Bayard Randel
Member for 9 months
Seen 50 mins ago
Website
Location New Zealand
Age 30
ASP.Net developer in sunny Dunedin New Zealand, with a side interest in OSS web frameworks such as Ruby on Rails. I also enjoy a nice cup of tea.
Nov
21
awarded  Good Answer
Nov
4
awarded  Enlightened
Nov
4
awarded  Nice Answer
Nov
1
answered Question about CSS form layout
Oct
8
awarded  Good Answer
Sep
16
answered how to perform a basic arithmetics from unix csh/tcsh shell
Sep
8
comment What’s the most egregious pop culture perversion of programming?
lol, brilliant!
Sep
8
comment What’s the most egregious pop culture perversion of programming?
Upvoted for MawMaw.
Sep
8
revised Selenium IDE click() timeout
typo, instructions added; added 73 characters in body
Sep
8
comment Selenium IDE click() timeout
Excellent find Dave - thanks very much. It certainly was feeling like a bug.
Sep
8
revised Selenium IDE click() timeout
deleted 5 characters in body
Sep
8
revised Selenium IDE click() timeout
workaround added
Sep
8
revised Selenium IDE click() timeout
edited title
Sep
8
revised Selenium IDE click() timeout
version numbers
Sep
8
comment Selenium IDE click() timeout
Thanks bryan, updated my post with some details. Yes, the script does pause until the click() event fails (or SE:IDE interprets it as failed more accurately.. given that the click event fires!)
Sep
8
revised Selenium IDE click() timeout
added 66 characters in body
Sep
8
comment lerning Selenium
I actually discovered Selenium this way oddly enough. We use it properly for integration testing too of course, but it's a very handy tool for automation while developing as you discovered :)
Sep
8
revised Selenium IDE click() timeout
deleted 139 characters in body
Sep
8
revised Selenium IDE click() timeout
clarification; added 139 characters in body
Sep
8
asked Selenium IDE click() timeout
Sep
3
comment Parsing URL for querystring values with Selenium IDE
Ah figured it out, I need to use storeEval to run javascript against the stored variable.
Sep
3
comment Parsing URL for querystring values with Selenium IDE
Do I run the javascript from the Value textbox?
Sep
3
comment Parsing URL for querystring values with Selenium IDE
While that's very handy to know, I still have the issue of parsing the URL that is stored in ${variable} for the querystring value. Either I need a method which can return the querystring value, or some way to parse ${variable} with a regular expression.
Sep
3
asked Parsing URL for querystring values with Selenium IDE
Aug
26
revised How to remove AspxAutoDetectCookieSupport
added 38 characters in body; deleted 10 characters in body
Aug
26
answered How to remove AspxAutoDetectCookieSupport
Aug
19
comment Asp.Net, DropDownList, AutoPostBack and Google Chrome
"If at all possible stop using WebForms and Ajax.NET and use MVC and jQuery." Sage advice, but in the meantime, this fix works beautifully. Thank you kind sir.
Jul
28
comment Natural language dates in ruby/rails?
answered here stackoverflow.com/questions/605388/…
Jul
10
comment Is SQL outdated?
wow... spooky O.o
Jul
9
answered First programming language after web development?
Jul
9
comment Practical non-image based CAPTCHA approaches?
honeypot captchas are bad for usability - screenreaders will not ignore hidden form fields.
Jul
9
comment Is SQL outdated?
I'll be your friend Postman.
Jul
9
comment Is SQL outdated?
Activerecord and ORMs offer an abstraction which rely fundamentally on SQL; they aren't an alternative.
Jul
9
answered Is SQL outdated?
Jul
9
comment Where do you keep your code?
May I suggest rephrasing the question to make it more OS agnostic, or at least to encourage responses from people using other platforms? There are some good comments from developers on other platforms, and it's interesting to see where people store their source on MacOS/linux etc. :)
Jul
6
revised How to update Model in MVC
edited tags
Jul
6
comment How to update Model in MVC
You need to specify what framework you are referring to. There are many MVC based frameworks: Ruby on Rails, ASP.Net MVC, Grails, Zend etc.
Jun
29
comment Writing a web application in excel? Why not?
My interpretation of the post was that he's contemplating a client side app based on excel as an alternative to a website.
Jun
29
answered Writing a web application in excel? Why not?
Jun
29
comment Good Ruby on Rails Free Hosting
Slicehost is an excellent option (along with Heroku, EngineYard, Rimu and a few others) when you're ready for a paid rails hosting account.
Jun
29
awarded  Enlightened
Jun
29
awarded  Nice Answer
Jun
28
accepted Good Ruby on Rails Free Hosting
Jun
28
answered Good Ruby on Rails Free Hosting
Jun
24
revised Is there anything wrong with writing parts of a webpage in XHTML with an HTML doctype?
added 407 characters in body; added 26 characters in body
Jun
24
comment Is there anything wrong with writing parts of a webpage in XHTML with an HTML doctype?
Given that Google, Microsoft and pretty much every major industry body has pledged support for HTML 5, I think it's pretty safe to assume that's where the web is going. webmonkey.com/blog/…
Jun
24
comment Is there anything wrong with writing parts of a webpage in XHTML with an HTML doctype?
The doctype is not going to change, but it would be prudent to take care using new features in HTML5.
Jun
24
comment Is there anything wrong with writing parts of a webpage in XHTML with an HTML doctype?
XHTML syntax is valid in HTML 5 documents.
Jun
24
comment Is there anything wrong with writing parts of a webpage in XHTML with an HTML doctype?
@Nathan, or an HTML5 doctype
Jun
24
revised Is there anything wrong with writing parts of a webpage in XHTML with an HTML doctype?
added 714 characters in body; added 164 characters in body; added 130 characters in body