[Lift] Oauth

2009-10-05 Thread Mark Essel
Just came across http://scala-tools.org/mvnsites/liftweb-1.0/lift-oauth/license.html while browsing for updates. Is this project near a release stage, I'd love to get my hands on some apache 2.0 version of the code. As someone still very new to web programming is there some way I can contribute?

[Lift] Re: This is the official support channel for Lift

2009-08-04 Thread Mark Essel
I bugged you on twitter Dave before I learned there was a community (or of this good heads up). My apologies. Sadly I believe many first time lift users will become confused as to the nature of lift development and believe you to be the primary contact incorrectly. On Jul 9, 1:28 pm, David

[Lift] Re: scala+maven

2009-07-29 Thread Mark Essel
Actually this is relevant to some problems I was having simply getting a nice sandbox to learn scala/lift with eclipse. Thank to the original poster and the good folks who answered. Bookmarking http://blog.getintheloop.eu/2008/12/19/enabling-launchers-and-warnings-with-scala-maven-plugin for

[Lift] Re: grabbing rss or other type of feeds within lift

2009-07-02 Thread Mark Essel
(various languages). Netbeans is still new to me (used once before for gcc in cygwin). On Jul 1, 5:24 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Wed, Jul 1, 2009 at 2:16 PM, Mark Essel mes...@gmail.com wrote: Thanks David. I'm going with some direct calls for simplicity

[Lift] Re: grabbing rss or other type of feeds within lift

2009-07-02 Thread Mark Essel
.NET libraries, mains (various languages). Netbeans is still new to me (used once before for gcc in cygwin). On Jul 1, 5:24 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Wed, Jul 1, 2009 at 2:16 PM, Mark Essel mes...@gmail.com wrote: Thanks David. I'm going with some direct calls

[Lift] Re: grabbing rss or other type of feeds within lift

2009-07-01 Thread Mark Essel
in there.  The code is Apache 2.0 license, so you can use it without any license-related concerns. On Tue, Jun 30, 2009 at 6:37 AM, Mark Essel mes...@gmail.com wrote: Thanks Tim. will definitely check out the lib (not sure of licensing issues, plan on developing a product with it) On Jun 30, 4

[Lift] Re: grabbing rss or other type of feeds within lift

2009-07-01 Thread Mark Essel
:16 PM, Mark Essel mes...@gmail.com wrote: Thanks David. I'm going with some direct calls for simplicity (along the path you suggested). along the lines of: val rssFeed = XML.load( (new URL (feedUrl)).openConnection.getInputStream ) One more oddity, I'm getting problems compiling normal

[Lift] Re: grabbing rss or other type of feeds within lift

2009-06-30 Thread Mark Essel
your trying to parse the twitter feed? Perhaps if you want to do something with twitter you should consider a proper twitter api lib:http://code.google.com/p/java-twitter/ Cheers, Tim On Jun 30, 3:33 am, Mark Essel mes...@gmail.com wrote: trying to conjure up a similar functioning piece

[Lift] grabbing rss or other type of feeds within lift

2009-06-29 Thread Mark Essel
trying to conjure up a similar functioning piece of code in scala to grab my status from twitter. (php) $username = victusfate; $feed = http://search.twitter.com/search.atom?q=from:; . $username . rpp=1; //echo $feed; function parse_feed($feed) { $stepOne = explode(content type=\html\,