Search Results

2
votes
4answers
236 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. …
3
votes
17answers
727 views

What is your preferred pastime programming project?

By pastime programming project, I refer to any programming you do that's in your spare time and not work-related per se, although what is learned can be applied to work. I like using …
0
votes

How to name variables.

I have always used under_scores for my delimiters between words in a variable name, but have found camelCasing to be a lot faster. …
1
vote

What is the best CSS Framework and are they worth the effort?

I believe CSS is about simplicity. The goal is to have one or two places to check when you're referencing between the HTML and your stylesheet. Adding more lines, and especially lines that you did …
0
votes

What things didn’t you know you needed but are now very glad you have?

Textmate bundles. E uses them now too, so I can develop on Mac and PC using relatively light-weight and easy-to-understand IDEs that are very versatile. …
0
votes

What is the worst software idea you’ve had?

Mine is rewriting the XML parser in Actionscript 3 using a lot of recursion to copy XML objects into standard Objects, without really considering the existing methods of reading XML data, which wer …
7
votes

What is the most readable, appealing font?

Read this if you're looking for a summary of a lot of the linked articles. No plagarism, only regurgitation of info. For print, there's so many fonts. Helvetica is the most popular and one …
0
votes

Should I avoid using “text-align: justify;”?

Firstly, this is purely a design-related problem and solution. The design of your grid specifies if justifying text is needed. I think justify align alone has no major effect on usability. Bad typ …