Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

48
votes
16answers
29k views

What are the free alternatives to basecamp for managing projects?

I just started freelancing after being employed. At my previous job we used basecamp to manage time and what to do on projects. I like basecamp a lot but I'm trying to cut costs as much as possible ...
7
votes
8answers
2k views

Biggest Missing Features in Basecamp for Software Development Management & Collaboration

What features might our team find lacking if we adopted Basecamp for bug tracking, task tracking, external documentation, collaboration, and project management? I've used the free version before and ...
6
votes
6answers
6k views

A Opensource alternative for basecamp? [closed]

Is there a Opensource based basecamp alternative? Or even a free hosted version of it?
4
votes
2answers
373 views

How to implement a subscription based DB, such as basecamp

I have developed a fully functional ruby-on-rails application which utilizes numerous mysql tables. I would like to turn this into a subscription based service but I have some general, probably basic, ...
3
votes
4answers
2k views

Exporting files from Basecamp

I've been looking around for a long time how to get files from Basecamp and so far it seems like a 'mission impossible', but I wanted to ask here as well: Is there any way to get files from Basecamp ...
2
votes
0answers
247 views

How do I use the current Basecamp API with ActiveResource?

I'm trying to use the current Basecamp API (http://developer.37signals.com/basecamp/comments.shtml). The current basecamp-wrapper version was giving me fits, one of the things was because the json ...
2
votes
0answers
64 views

Is there a way to return the Basecamp URL of a Fogbugz case via the Fogbugz API?

I am trying to query all Fogbugz cases that contain Basecamp URL's, in order to match these against open Basecamp projects/to-do URL's. The problem is that the Fogbugz API has no mention of the ...
2
votes
1answer
990 views

Encoding problem with ASIHttpRequest response

Guys, I've tryied all and had not success. Creating: ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:[NSURL URLWithString:self.urlString]]; request.delegate = self; [request ...
2
votes
1answer
303 views

How do I set Basecamp credentials using apple IOS for iPad

I'm trying to request my company's Basecamp info for an internal project we're building. I understand how to add credentials in an ASP.NET environment but I'm new to iPad development and can't seem to ...
2
votes
4answers
158 views

What project management tool to use for a geographically distributed team?

Currently we are using Trac. Tickets are good for tracking tasks and related discussions. However, I think it has the following disadvantages or limitations Tickets creation is too complex for ...
2
votes
0answers
108 views

how does basecamp api

Can any one explain me how the basecamp api works.What is the meaning of POST /#{resource}/#{resource_id}/comments.xml and how to accomplish this using asp.net. ...
2
votes
1answer
156 views

Are there any good tools to integrate BaseCamp in XCode or OS X?

Are there any recommended Basecamp plugins/stand alone apps for XCode/OSX to manage milestones & to-do's etc?
2
votes
2answers
2k views

jQuery AJAX post not working, but works with curl

I'm trying to make a post request via ajax using jQuery (for the BaseCamp API), and I can't seem to get it to work. I can get it to work using curl just fine, so I know it's something I'm doing wrong ...
2
votes
5answers
3k views

Project management: SharePoint vs activeCollab

I'm trying to choose a project management and collaboration software for our next project and would like to know your opinion on "enterprisey" SharePoint vs. "lightweight" alternatives like BaseCamp ...
2
votes
3answers
1k views

Any tips for managing a project with basecamp?

I'm going to be using basecamp for the first time on new project. Does anyone have any good tips / pitfalls for using basecamp. For example, can you end up spending more time playing with the to-do ...
1
vote
1answer
14 views

Attaching a file to a comment with Basecamp API

I'm attempting to attach a file to a comment in a message with the Basecamp API. According to the documentation, I first upload the file as so: curl -H 'Accept: application/xml' -H 'Content-Type: ...
1
vote
3answers
44 views

How to take an object array value in php?

Get object 's array value in php $obj = new Basecamp($bcUrl, $bcApikey, 'X', 'simplexml'); while print the object print_r($obj); Get array as following: Basecamp Object ( ...
1
vote
1answer
55 views

Agile work flow for support customers

I have a customer who fires over support jobs all the time. Some are 5 minute jobs and others are ~1 hour. What are the best practice agile methods that can be used for this? Our process of for ...
1
vote
1answer
71 views

Having trouble retrieving Bascamp TimeEntries using the ruby basecamp-wrapper

I am attempting to retrieve TimeEntries in Basecamp using the Ruby basecamp-wrapper. I have tried all the combinations and different ways I could think of to get it working (see below) but am having ...
1
vote
1answer
28 views

How to create versions of same file in database and disk like BaseCamp document manager

If you've used Basecamp there is a documents manager page you can also find a demo here. I liked the feature of creating versions when same file gets uploaded twice,[optionally user specifies to ...
1
vote
3answers
569 views

HTTPS connection with basic auth result into Unauthorized

I am trying to access Basecamp API from my Android/Java source code following way .... import org.apache.http.HttpResponse; import org.apache.http.StatusLine; import ...
1
vote
1answer
68 views

How to delete files from Basecamp using their API?

I was able to successfully use the Basecamp File API to get the list of the files in a project, and download files. But how can I delete files? Issuing a DELETE instead of a GET on the file doesn't ...
1
vote
0answers
109 views

Getting token for userid and password in basecamp api

I want to use BaseCamp API in my ipad application. I will ask user to enter username and password but each request requires authentication token. Please tell me how to get user token having username ...
1
vote
2answers
398 views

Google Apps integration to Basecamp & Highrise

I am looking for Google Apps integration for Basecamp & Highrise. Is there anything out there that will integrate: Google Contacts <-> Highrise Contacts Google Docs <-> ...
1
vote
1answer
655 views

Integrating Basecamp with JIRA

Has anyone had any luck integrating Basecamp with JIRA? Even something as "simple" as assigning a Basecamp thread to a JIRA ticket and having changes to the ticket show up in Basecamp?
1
vote
1answer
168 views

Return only Active Projects using Basecamp's API?

Is there a way to return only active projects using Basecamp's API? No matter what I try I always get back my entire list of projects, and it's HUGE. Here's what I think should work: ...
1
vote
1answer
217 views

Is it possible to create new projects in Basecamp via their API?

Using the Basecamp API, is it possible to create a new project? It seems like a simple task, so either I'm missing something or this functionality is not available via the API.
1
vote
2answers
560 views

Creating a login like Basecamp in CakePHP

I am trying to create a basecamp like login where users can login to see their companies projects using the url: http://abc.com/companyname/ I dont know how to create a 2 level auth... (one at the ...
0
votes
1answer
24 views

Trying to access Basecamp API via Rails

I'm trying to access the Basecamp API through Rails, but it responds with a SocketError. My code is like this: require 'rubygems' require 'net/https' http = ...
0
votes
0answers
22 views

accessing basecamp api via rails

Using Basecamp gem I am trying to fetch the list of messages(posts) in basecamp corresponding to a perticular projects and it gives me nil response every time although the projects has messages. My ...
0
votes
2answers
89 views

Project Management tools with great UX? [closed]

The more I look for a project management tool, the more I'd appreciate a tool / service with a great UI / UX which seem to be quite hard to come by. So far I've tried: JIRA - don't like it at all ...
0
votes
1answer
8 views

Where can you get list of all Basecamps that user has access to?

Basecamp API allows a lot of things but it's all based on one URL: http://your_basecamp.basecamphq.com Thing is, you can use one 37 Signals account with multiple basecamps. So, where can I find a ...
0
votes
1answer
52 views

Update a Milestone using BaseCamp API and c#

I am unable to figure out how to update a milestone in baseCamp using the API. I'm able to do everything else (create, complete, uncomplete, and delete). But I'm stuck on updating. I keep getting a ...
0
votes
1answer
86 views

cURL can not login to basecamp

I am trying to login to basecamp using curl and download attached files. But when I curl: curl -F "username=my-user&password=my-pwd" "https://my-domain.basecamphq.com/login" It's not ...
0
votes
0answers
42 views

Understanding BaseCamp's Email Process

I am trying to figure out how Basecamp works and how I can implement 1 of their features in my own product. When you add a comment to a 'file' or 'note', you add your comment. It then sends an email ...
0
votes
1answer
108 views

Can't fetch data with Ruby and Basecamp API

My code: require 'rubygems' require 'basecamp' basecamp = Basecamp.establish_connection!('example.basecamphq.com', 'example', '123456', true) projects = Basecamp::Project.find(:all) projects.inspect ...
0
votes
1answer
104 views

Basecamp file upload using Python

According to the Basecamp API documentation, files should be uploaded using HTTP POST with content type set to application/octet-stream and the request body containing the binary contents of the file ...
0
votes
0answers
64 views

Project collaboration open-source alternative

I am looking for open-source and free project collaboration software that can be self hosted as alternative for Basecamp, micromobs or other kind such software. I want to host it on LAMP server.
0
votes
0answers
63 views

Basecamp API Last Users Login

I'm playing with Basecamp PHP API( http://code.google.com/p/basecamp-php-api/ ). I'd like to see the last login by a user. I'm analyzing and debugging the response of differents PHP API functions ...
0
votes
1answer
119 views

using the basecamp api to create/delete tasks and add comments

I am trying to gather an understanding about what can and cannot be achieved using the basecamp api, my task is to create an extension where you can create/delete tasks as well as add comments. Can ...
0
votes
1answer
140 views

Basecamp API Request results in Access-Control-Allow-Origin Error

I am trying to perform an AJAX request from a Chrome Extension to Basecamp to authenticate in so I can pull tasks. I have added https://site.basecamphq.com to the permissions in manifest.json. ...
0
votes
1answer
120 views

Can't parse SimpleXML from Basecamp API in PHP

I'm using CodeIgniter and a Basecamp class written for it to connect to and retrieve data from the Basecamp API. I am connecting fine and grabbing data fine and its being returned using SimpleXML (you ...
0
votes
1answer
129 views

Cakephp : Basecamp XML to Array to View

I've been working on Basecamp API integration and I find it too sluggish using Cakephp's HttpSocket, Xml loader using Set::reverse. Anyone have tried working similar? What my code does is provide the ...
0
votes
0answers
198 views

ActiveSupport XML to Hash Typecasting failing on escaped parameter

I'm doing some work with the Basecamp API using the 37Signals wrapper and have run into an issue with the way that ActiveSupport is handling the decoding of certain values. Specifically, it seems to ...
0
votes
2answers
408 views

Handling authentication in PHP using the Basecamp API

I'm building an application that imports Basecamp data using their API and some PHP classes I've constructed. No problems there. However, since the app will be authenticating via the Basecamp API ...
0
votes
1answer
285 views

PHP Basecamp reply with e-mail feature

I was using basecamp, and for clients to reply to a message and automatically replies to it in basecamp is a pretty nice feature. I was wondering how it's done, anybody have any ideas? I am a PHP ...
0
votes
1answer
246 views

Realtime Chat on a web browser

Are there any open source applications (or open source code) to implement realtime chat on a webpage like basecamp does?
0
votes
1answer
494 views

Submitting HTTPS over an iframe in IE problem

I'm working on a script to automatically sign you in to basecamp for a project... so far i have come up with the following as something simple just a form you submit which posts to an iframe: ...
0
votes
1answer
550 views

Basecamp API Rails

I was wondering if someone could do me massive favour.. I really don't understand how to make use of APIs - so I was wondering if, using Basecamp as an example, someone could talk me though the ...
0
votes
1answer
913 views

Django deploying as SaaS (basecamp style)

I am almost done developing a Django project (with a few pluggable apps). I want to offer this project as a SaaS (something like basecamp). i.e: project1.mysaas.com , project2.mysaas.com etc I seek ...

1 2