search for: eribium

Displaying 12 results from an estimated 12 matches for "eribium".

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...
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 01
5
Content Management System
...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 to be active anymore. Anything else around free or paid version? --Jeet -- Posted via http://www.ruby-forum.com/.
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 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,
2006 Mar 11
1
feedburner api xml
...d here: @feed_stats = Net::HTTP.get(URI.parse("http://api.feedburner.com/awareness/1.0/GetFeedData?uri=" + @feed_uri)) The query returns this xml: <?xml version="1.0" encoding="UTF-8"?> <rsp stat="ok"> <feed id="277241" uri="Eribium"> <entry date="2006-03-10" circulation="0" hits="0" /> </feed> </rsp> I''m trying to work out how to parse this xml so I can display the data in my view. Thanks in advance -- Posted via http://www.ruby-forum.com/.
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 Jul 04
11
Any CMS for Ruby on Rails..
Well i want to make a photography community site on the lines of www.gfxartist.com , www.terminus1525.ca, www.phirebrush.com Where the community votes for every subbmission from a artist and can comment (like a forum).. Now gfxartist has used probably SMARTY,php,and their own CMS. terminus used Drupal,Gallery 2.Some one tells me that this combo is heavy on resources and slows down sites.
2006 Mar 18
1
Ruby on Rails CMS Video
I''ve just uploaded a video of a CMS I''m making in Ruby on Rails. You can find it here: http://alexmaccaw.no-ip.info/eribium/?p=13 Would welcome any feedback. -- Posted via http://www.ruby-forum.com/.