no, you need a http requests sniffer to understand what you should do. (in firefox httpfox is ok)
to login in this site, you need
1- load a page where there is the form to login
2- retrieve security token parsing the html, for example (131120627-8c95a8xxxxxxxxxxxxxx7296), search the html to see it.
3- create a http request to this page
Code:
http://www.iphonedevsdk.com/forum/login.php?do=login
with the following data in POST (parameter = value) //comment
Code:
vb_login_username = username
cookieuser = 1 //or 0, this is not important, enable cookies or not
securitytoken = yourSecurityToken
do = login
vb_login_md5password = yourMd5Password
vb_login_md5password_utf = yourMd5PasswordUsingUtf
and then you are on.
I hope this is not for a bot, there are also too bot here