saltybeagle is
17 years ago
in TPR6 - HTTP 201 "What happens when your user-agent isn't a browser" #heweb08
latest #38
saltybeagle says
17 years ago
he's using wireshark to sniff the http request, on his mac
saltybeagle says
17 years ago
Giving an overview of REST architecture. Fairly basic stuff so far.
ryanlim says
17 years ago
that's how i reversed engineered plurk's calls :-P
立即下載
saltybeagle says
17 years ago
rockin' the telnet for HTTP requests. wooot
saltybeagle says
17 years ago
even telnet for PUT -he's hard core. Helps with understanding what's happening.
ryanlim says
17 years ago
yea. urlencode everything, calculate the content length, bla bla
saltybeagle says
17 years ago
I'm getting ideas for json output formats for the unl events calendar.
daugustine says
17 years ago
could be very useful for pulling ldap and active directory information...
saltybeagle says
17 years ago
no documentation. :-(
saltybeagle says
17 years ago
need to update this page www1.unl.edu/wdn/wiki/Pe...
saltybeagle says
17 years ago
he's covering some important aspects of REST design, noting supported methods etc. Pretty good content in this presentation
saltybeagle says
17 years ago
hmm, I'm not impressed by his PHP. No OO code at all.
saltybeagle says
17 years ago
maybe this is just scrap/example code.
daugustine says
17 years ago
his code was very ick
alvin says
17 years ago
"hmm, I'm not impressed by his PHP. No OO code at all." brett, you are starting to talk like a java programmer!
saltybeagle says
17 years ago
"I couldn't find a PHP library that would let me change the http method" ?? pear.php.net/package/HTT...
alvin says
17 years ago
oh ok. that's lame of him. even i know that.
saltybeagle says
17 years ago
same functionality as the perl http::request lib
ryanlim says
17 years ago
brett, to be honest, imho pear kind of sucks. lots of potentially good packages don't have proper docs.
saltybeagle says
17 years ago
meh, source code & api docs are more useful to me than end user docs that don't explain anything
ryanlim says
17 years ago
the one example now that i'd give would be formbuilder. really nice... but docs are hideous.
saltybeagle says
17 years ago
yeah FB has bad docs. It's so package specific though... some have excellent docs
saltybeagle says
17 years ago
PEAR2 will require end user docs before a package can go stable.
ryanlim says
17 years ago
yea. maybe. but people expect documentation. pear is just a jumbled mess.
saltybeagle says
17 years ago
s/pear/open source/
ryanlim says
17 years ago
maybe it is just PHP. i'm starting to feel that the PHP docs are no longer useful. they were. once upon a time
daugustine says
17 years ago
I agree, the php docs have regressed to being not very useful in some cases, they used to be great, don't know what happened
saltybeagle says
17 years ago
whoah whoah --- php.net has one of the best manuals of any language I've seen
daugustine says
17 years ago
although, compare them to some msdn docs... the bad php docs look like gold
saltybeagle says
17 years ago
man, you guys sure bitch a lot about the free software you want to use
saltybeagle says
17 years ago
:-P
saltybeagle says
17 years ago
take a look at all the commits I've made to peardoc - your complaints are falling on deaf ears. If you don't like it, fix it!
ryanlim says
17 years ago
i'd fix it if i knew what the heck some of the functions/methods did.
alvin says
17 years ago
pascal FTW!!!
ryanlim says
17 years ago
assembly!
daugustine says
17 years ago
prolog baby
evilpythagoras says
17 years ago
seconds ryanlim on formbuilder. steep learning curve
back to top