Search Results

1
vote

What is your preferred tool stack for PHP development in the Windows Environment?

It took me a while to find Windows tools that I liked too. For my editor, I use E which is an imitation of TextMate for Windows. Fo …
0
votes

What tools do web developers use with PHP, Ruby on Rails, Python, etc?

Database MySQL, CouchDB, SQLite Source Control Git Editor TextAdept, E …
2
votes

How to use twitter api with “http basic auth”?

Whenever you want to use HTTP basic auth with anything, if you want to ignore the actual implementation and HTTP headers, just use cURL. Here's a …