Displaying 20 results from an estimated 300 matches similar to: "feedburner api xml"
2006 Mar 13
1
Pagination & Feedtools
Is it possible to paginate rss feeds with FeedTools.
The following code generates an error about constants.
latest_feeds =
FeedTools::Feed.open(''http://feeds.feedburner.com/Eribium'')
@news_pages, @pages = paginate :latest_feeds, :per_page => 5
--
Posted via http://www.ruby-forum.com/.
2006 Mar 19
1
Sending post request with post_form
Basically I have a controller with this:
@lang = params[''lang''] || ''en''
@errors = request.raw_post
@feed_stats =
Net::HTTP.post_form(URI.parse("http://www.google.com/tbproxy/spell?lang="
+ @lang), @errors)
render :text => @feed_stats
However whenever I run this I get an error message:
undefined method `post_form'' for Net::HTTP:Class
2006 Apr 14
3
link_to_remote_with_overlay - Easy Ajax Overlays
People might be intrested in an article I wrote about using a helper and
some javascript to easily bring up ''Overlays'', a bit like Lightbox.
http://www.eribium.org/eribium/?p=32
--
Posted via http://www.ruby-forum.com/.
2006 Apr 01
15
Ruby on Rails CMS released. Web 2.0, Ajax, etc
Eribium, a content managing system built with rails has been released
completely free under the MIT License.
http://www.eribium.org/eribium/?p=21
You can find a demo here: http://alexmaccaw.no-ip.info:3000/admin
(user and pass are ''demo'').
Some of the features include:
* Completely Unobtrusive Javascript.
* Liquid View, works with pretty much any screen resolution.
2006 Jun 01
5
Content Management System
I am looking for a good CMS based on Rails that has at least these
attributes:
1. Ease of use ( as it will be used by people who are not html literate)
2. Very easy/flexible to change layout.
So far I have looked at
http://rcms.oopen.de/Home/ (have not installed it yet)
http://adminpages.flowdev.de
http://demo.radiantcms.org/admin/pages
http://www.eribium.org/eribium/
MuraveyWeb does not seem
2006 Apr 24
1
Gmail style Ajax Spell Checking in Rails
I''ve written a post on my blog about ajax spell checking using ruby on
rails, that is similar to gmail''s.
Here''s the link if anyone''s interested:
http://www.eribium.org/eribium/?p=36
Feedback is always appreciated.
--
Posted via http://www.ruby-forum.com/.
2006 May 10
1
Rails Plugin Directory - Comments
The directory of Rails plugins at http://www.agilewebdevelopment.com/
plugins/ now has support for adding comments to plugins, so stop by
and leave a kind word about your favorite plugin. :)
A feed for plugin comments is available at http://
feeds.feedburner.com/RubyOnRailsPluginComments, while the plugin feed
itself is available at http://feeds.feedburner.com/RubyOnRailsPlugins.
--
2011 Apr 06
1
Treatment of xml-stylesheet processing instructions in XML module
Hello again,
Another stumble here that is defeating me.
I try:
a<-readLines(url("http://feeds.feedburner.com/grokin"))
t<-XML::xmlTreeParse(a, ignoreBlanks=TRUE, replaceEntities=FALSE,
asText=TRUE)
elem<- XML::getNodeSet(XML::xmlRoot(t),"/rss/channel/item")[[1]]
And I get:
Start tag expected, '<' not found
Error: 1: Start tag expected, '<' not
2007 Apr 13
3
Upgrade from Centos 4.4 to Centos 5
Hi,
Is there a yum way to upgrade from CentOS 4.4 to CentOS 5?
Or I just need to download the installation CDs and upgrade using
them, as I did many times with Fedora.
best regards,
--
Guillermo Garron
"Linux IS user friendly... It's just selective about who its friends are."
(Using FC6, CentOS4.4 and Ubuntu 6.06)
http://feeds.feedburner.com/go2linux
http://www.go2linux.org
2006 Aug 10
1
IMPORTANT: Rails update 1.1.6
for those who didn''t read it somewhere else: the bug being adresseb by
1.1.5was not completely fixed, so now theres another security update:
http://feeds.feedburner.com/~r/RidingRails/~3/10954980/rails-1-1-6-backports-and-full-disclosure
anybody using engines, dont update since this update will break the plugin,
more info for fixing the bug in this case also in the blog.
--
Michael
2009 Jan 02
1
zfs support in ubuntu linux...
http://translate.google.com/translate?sl=auto&tl=en&u=http%3A%2F%2Ffeeds.feedburner.com%2F~r%2FJainuxsWebLog%2F~3%2F496764318%2F
Any comments?
--
This message posted from opensolaris.org
2008 Oct 26
0
Fwd: Decision Stats
Dear Lists,
Here are my latest posts on retrenching and locating facilities better. Do
you have anything in academic papers that use data mining- analytics for
1) Better Employee ROI quantitative measurement or cutting costs rationally
based on data rather across the board.
2) Locating facilities based on pure quant based approaches than local
supply demand conditions.
Specific application for
2006 Mar 24
0
Eribium Demo | Rails CMS
Demo now up,
check it out.
http://alexmaccaw.no-ip.info/eribium/?p=18
--
Posted via http://www.ruby-forum.com/.
2006 Jun 11
3
Armageddon
I''m just wondering what happened to Armageddon and whether people had
any more information/news about it. I''ve thought about comet but I think
that a flash socket would be easier to implement. Does Armageddon have
the same drawbacks as other flash sockets, namely not working over port
80 (so the companies firewall blocks it)?
--
Posted via http://www.ruby-forum.com/.
2006 May 09
2
Anybody using Macromedia''s Flex with Rails?
Yeah I know this is a bit of a weird question since everybody seems to be
going ajax - just curious
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060509/8537fdc3/attachment.html
2006 May 09
2
A rails CMS
A client has posed me the task of creating a CMS for a customer
facing website using Ruby on Rails.
Are there any such projects already underway? If not, is a basic CMS
going to be too much for one developer to handle? (I can probably
outsource a bit but the budget isn''t massive)
The project is scheduled to last for 3 months and will probably
involve some basic marketing pages,
2008 Jul 26
4
Mongrel on Ruby 1.8.6 w/ patchlevel 279 (Win)
Hi,
I can''t install Mongrel on Ruby 1.8.6 (patchlevel 279), using Windows
XP.
My environment:
C:\ruby18>gem environment
RubyGems Environment:
- RUBYGEMS VERSION: 1.2.0
- RUBY VERSION: 1.8.6 (2008-07-17 patchlevel 279) [i386-mingw32]
- INSTALLATION DIRECTORY: c:/ruby18/lib/ruby/gems/1.8
- RUBY EXECUTABLE: c:/ruby18/bin/ruby.exe
- EXECUTABLE DIRECTORY: c:/ruby18/bin
-
2007 Jan 02
5
Call connected, cannot hear or speak - $20 for fix
I am able to get this script to dial, but I am unable to talk or hear
anything. The script asks for the number to call and the the caller id to
display (if user is not at their normal extension). Once submitted, the
external extension receives a call, once answered the call is then placed to
the dentition number.
The script works as the call is place, but I cannot hear or say anything.
Any one
2006 Apr 26
6
Sphinx2
I have a gateway, which I call from my mobile phone (free of charge,
since it is the same phone company).
This gateway gives me a dial tone. I can than dial to any extension
number or even other gateways, ....
It is getting more a trouble to remember all the numbers, or to key in
all the long phone numbers when you got the dialtone.
I was thinking of using for this Sphinx2. How can I
2006 Aug 18
0
Ruby on Rails CMS Breakdown - Do they all stink?
I put an article up on my Ruby on Rails blog that breaks down all of the
known (that I''m aware of) CMS into feature lists and explains the current
development situation as I see of it CMS w/ Rails.
The blog url: http://rubyonrailsblog.com/
Article specific url:
http://www.rubyonrailsblog.com/articles/2006/08/18/ruby-on-rails-cms-breakdown-do-they-all-stink
FeedBurner: