saltybeagle is Oct 06, 2008 09:16PM in TPR6 - HTTP 201 "What happens when your user-agent isn't a browser" #heweb08
saltybeagle says Oct 06, 2008 09:23PM Giving an overview of REST architecture. Fairly basic stuff so far.
saltybeagle says Oct 06, 2008 09:32PM even telnet for PUT -he's hard core. Helps with understanding what's happening.
saltybeagle says Oct 06, 2008 09:33PM I'm getting ideas for json output formats for the unl events calendar.
daugustine says Oct 06, 2008 09:38PM could be very useful for pulling ldap and active directory information...
saltybeagle says Oct 06, 2008 09:43PM need to update this page www1.unl.edu/wdn/wiki/Peoplefinder_Services
saltybeagle says Oct 06, 2008 09:43PM he's covering some important aspects of REST design, noting supported methods etc. Pretty good content in this presentation
alvin says Oct 06, 2008 09:51PM "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 Oct 06, 2008 09:51PM "I couldn't find a PHP library that would let me change the http method" ?? pear.php.net/package/HTTP_Request/docs/latest/HTTP_Request/HTTP_Request.html#methodsetMethod
ryanlim says Oct 06, 2008 09:53PM brett, to be honest, imho pear kind of sucks. lots of potentially good packages don't have proper docs.
saltybeagle says Oct 06, 2008 09:54PM meh, source code & api docs are more useful to me than end user docs that don't explain anything
ryanlim says Oct 06, 2008 09:54PM the one example now that i'd give would be formbuilder. really nice... but docs are hideous.
saltybeagle says Oct 06, 2008 09:55PM yeah FB has bad docs. It's so package specific though... some have excellent docs
saltybeagle says Oct 06, 2008 09:55PM PEAR2 will require end user docs before a package can go stable.
ryanlim says Oct 06, 2008 09:56PM yea. maybe. but people expect documentation. pear is just a jumbled mess.
ryanlim says Oct 06, 2008 09:57PM 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 Oct 06, 2008 09:58PM 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 Oct 06, 2008 09:59PM whoah whoah --- php.net has one of the best manuals of any language I've seen
daugustine says Oct 06, 2008 09:59PM although, compare them to some msdn docs... the bad php docs look like gold
saltybeagle says Oct 06, 2008 09:59PM man, you guys sure bitch a lot about the free software you want to use
saltybeagle says Oct 06, 2008 10:00PM 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 Oct 06, 2008 10:00PM i'd fix it if i knew what the heck some of the functions/methods did.