Fogbugz-on-demand, 37 signals, and PB-Wiki all use sub-domains with custom url's for each group of users to access their login page. So it doesn't even seem possible for a user using those services to login to a generc login (that any user of the service could log into.)
At first I thought this was a terrible design flaw, but now I thi...
Hi,
So what I'm looking for is something like a free version of 37signals Basecamp thats less project/todo based and more community based.
I want somewhere people can collaborate. At the moment we use google docs/forms, a forum and IRC.
Does anyone know of any such web applications that bring these features and perhaps other under one...
I think that most of the advice that comes from 37 Signals is fascinating. I ask this question as i can't help also thinking that the some of the principals will only pull in customers if you have a fan base to call on such as the Ruby On Rails evangilists?
...
Does anyone know how 37 Signals built the pop ups for image previews that are now in basecamp? I really like how quickly they load and the fact that the whole page doesn't get "light-boxed" and there is a minimal border It's very snappy. You can see this effect on the marketing page for campfire:
http://campfirenow.com/?source=37signals...
Hi!
My wording may be off, but I wonder if there's an open-source HTML/CSS template/framework for creating 37signals-style layouts, much like this:
Of particular interest is the tabbed layout and the sidebar to the right.
...
I'm interested in Password protecting my apps RSS Feeds. So when you load a RSS feed url in the browser the browser's default dialog asks for a login and password.
Any tutorials or tips on how to get this to securely work? 37 Signals has this behavior on their web apps.
Thanks
...
37signals is a web app company. Some of their applications:
basecamp, to manage projects
highrise, to manage contacts
backpack, like a wiki
they use different domains for each application (basecamphq.com, highrisehq.com, etc)
in basecamp, this is the address of a particular comment for a post in a project of my company (acme) https:...
I am trying to get the highrise api working with my project. total noob.
I have an account, have my api key, added to my rails project like so in my controller.
require 'highrise'
Highrise::Base.site = 'http://MYACCOUNT.highrisehq.com'
Highrise::Base.user = 'MYAPI KEY'
@person = Highrise::Person.find(:all)
in my view i can...
I'm creating a financial web app (Rails 3) and I would love to put a feature in such as the one from Backpack's "Pages" feature (from 37Signals).
I could probably just use some JS WYSIWYG plugin but I really like that feature of Backpack.
Thanks for any recommendations.
...