[nyphp-talk] Do any URL Shortening services have an https accessiable url?

2009-07-21 Thread Justin Dearing
Before I fall victim to my own practical joke twice on this list in one day, I already asked on stackoverflow. http://stackoverflow.com/questions/1163226/do-any-url-shortening-services-with-link-tracking-have-a-https-accessiable-url ___ New York PHP User

Re: [nyphp-talk] So what do people use to parse RSS these days?

2009-07-21 Thread Justin Dearing
Sounds like a good suggestion, but I think I want an entirely server side tweet sending solution. Of course I'd like to make the call asynchronously on the server so I don't have to wait for it to return. Regards, Justin Dearing On Tue, Jul 21, 2009 at 9:48 PM, Justin Hileman wrote: > Justin Dea

Re: [nyphp-talk] So what do people use to parse RSS these days?

2009-07-21 Thread Justin Hileman
Justin Dearing wrote: I was thinking I can use libcurl to update the tweets, but I'd also like to make them viewable via a popup div in the webpage. Last time I parsed RSS I used magpie, which worked fine and still has a lot of google juice. However, is there something better? The last magpie rel

Re: [nyphp-talk] So what do people use to parse RSS these days?

2009-07-21 Thread Justin Dearing
I deserved that. Thanks for the suggestion. On Tue, Jul 21, 2009 at 5:38 PM, Eddie Drapkin wrote: > On Tue, Jul 21, 2009 at 5:35 PM, John Campbell wrote: >> http://lmsotfy.com/index.php?q=Best+way+to+parse+RSS+feeds+with+PHP >> >> Sorry... couldn't help myself. >> >> -John Campbell >>

Re: [nyphp-talk] So what do people use to parse RSS these days?

2009-07-21 Thread Eddie Drapkin
On Tue, Jul 21, 2009 at 5:35 PM, John Campbell wrote: > http://lmsotfy.com/index.php?q=Best+way+to+parse+RSS+feeds+with+PHP > > Sorry... couldn't help myself. > > -John Campbell > ___ > New York PHP User Group Community Talk Mailing List > http://lists.ny

Re: [nyphp-talk] So what do people use to parse RSS these days?

2009-07-21 Thread John Campbell
http://lmsotfy.com/index.php?q=Best+way+to+parse+RSS+feeds+with+PHP Sorry... couldn't help myself. -John Campbell ___ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participati

[nyphp-talk] So what do people use to parse RSS these days?

2009-07-21 Thread Justin Dearing
I'm thinking of adding twitter feeds to three new websites I launched: http://lmsotfy.com http://lmsftfy.com http://lmsutfy.com They all have twitter accounts, and I plan on having them keep a twitter ticker of what people have searched for on the sites (with no referencing data of course). I wa

Re: [nyphp-talk] Old articles on OnLAMP at O'Reilly

2009-07-21 Thread Leam Hall
I'm keeping up with the folks at O'Reilly. They're doing a site re-design so the oldness should eventually be phased out. I'm midling confident that they;ll be interested in current input, so be ready when they ask for it. Thanks! Leam Leam Hall wrote: Yikes! http://www.onlamp.com/php/

Re: [nyphp-talk] JSON and MVC

2009-07-21 Thread Mitch Pirtle
Took the same approach with Jooma 1.5, although there is a little more work to it ;-) -- Mitch On Tue, Jul 21, 2009 at 1:08 PM, Nate Abele wrote: > On Mon, 20 Jul 2009, Hans Zaunere wrote: > > I think this really begs some questions on current server-side frameworks > > and the MVC methodology.  

Re: [nyphp-talk] JSON and MVC

2009-07-21 Thread Nate Abele
On Mon, 20 Jul 2009, Hans Zaunere wrote: I think this really begs some questions on current server-side frameworks and the MVC methodology. Changes like this have already begun, namely in RoR and other platforms. In Cake 3.0 we have a class called Media (http://code.cakephp.org/cake3/sour