Search Results

3
votes
7answers
635 views

What is Google’s language of choice?

What is Google's language of choice for backend development on their webapps? For the longest time I have thought it was Python. Is there a definitive source on this? …
2
votes
4answers
232 views

Is Wireframing Overplanning?

37 Signal's Getting Real convinced me that wireframing and writing functional specification documents are a middleman steps unnecessary for building web applications and dynamic websites. …
2
votes
1answer
236 views

recovering symfony staging server

This is a very specific question, but I hope there are some folks familiar with this setup using multiple installs of symfony. It's an urgent issue, and I am pretty desperate and just a lowly front …
13
votes
10answers
1k views

Understanding Dijkstra’s Mozart programming style

I came across this article about programming styles, seen by Edsger Dijsktra. To quickly paraphrase, …
1
vote

What is the difference between using HTML or Dreamweaver to make a website? Which is Better?

If you are just starting designing web pages and HTML and know little about writing your own CSS, Dreamweaver is a logical choice. It's more intuitive for designers and has some useful shortcuts co …
1
vote

recovering symfony staging server

After some consulting, I replaced all the missing files in app/web (I missed some in the first run, specifically the /sf folder with all the javascript) and public_html. I also found my dev was ove …