Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
12answers
468 views

Which industries give developers the most room for creativity?

As a developer, have you found that some kinds of companies or industries tend to give you more interesting projects, and more room for creative expression, as opposed to others? I guess it depends ...
15
votes
21answers
2k views

Hip application name

I have finished developing a quite useful small application. I would like to launch it, but I am not satisfied with it's name. What techniques, websites do you recommend that can help a programmer ...
8
votes
8answers
603 views

Advice on how to be graphically creative

I've always felt that my graphic design skills have lacked, but I do have a desire to improve them. Even though I'm not the worlds worst artist, it's discouraging to see the results from a ...
7
votes
3answers
1k views

What are unusual and creative usages of html5 canvas

Canvas from html5 was introduced some time ago. Currently it's used (almost) only for demonstrations how cool it is - it's mainly related to painting, games and charts. Many of them can be found at ...
7
votes
11answers
2k views

How do you name your software projects?

I'm starting a new project and having a terrible time coming up with a name for it. While researching something, I came across this blog post, which suggested using a random word generator. I thought ...
7
votes
6answers
691 views

The art of programming

I see programming as the meeting-place of creative arts and science. Most of us ... are interested in programming for the fulfillment achieved by creativeness tempered by the rigor of applied ...
6
votes
2answers
149 views

How can I tackle 'profoundly found elsewhere' syndrome (inverse of NIH)?

How can I encourage colleagues to embrace small-scale innovation within our team(s), in order to get things done quicker and to encourage skills development? (the term 'profoundly found elsewhere' ...
6
votes
8answers
252 views

Creative Terminology

I seem to use bland words such as node, property, children (etc) too often, and I fear that someone else would have difficulty understanding my code simply because the parts' names are vague, common ...
6
votes
11answers
486 views

Creative uses for version control [closed]

I'm searching for creative -- or at least non-standard -- uses for Version Control. I have a specific purpose in mind, but I don't want to stifle your creative thoughts with any sort of limitations. ...
5
votes
7answers
308 views

Are there any strategies to avoid satisficing?

Satisficing (a portmanteau of "satisfy" and "suffice") is a decision-making strategy which attempts to meet criteria for adequacy, rather than to identify an optimal solution. A satisficing ...
4
votes
5answers
127 views

Should software development be separated from software design & usability?

In most of the commercial jobs I've had to date, my role has mostly been confined to "writing the code", whereas the reason I wanted to get into development in the first place was because I enjoyed ...
3
votes
15answers
268 views

What do you do for inspiration when you get programmers block? [closed]

Hitting the wall is an inevitable part of all creative processes, and programming is no exception. I've found that playing with Lego can give me a break from code, without a break from being creative ...
2
votes
0answers
415 views

What's the coolest thing you've used Bytecode injection/insertion (BCI) for? [closed]

What's the coolest thing you've used Bytecode injection/insertion (BCI) for? * Dumb logging doesn't count (unless you've managed to made it unique in some creative way). ** Not only in Java.
2
votes
4answers
427 views

Does Duff's Device work in other languages?

Many years ago while working on a tight graphics I/O problem, Tom Duff unrolled a loop and created his Duff's Device as follows: dsend(to, from, count) char *to, *from; int count; { int n = ...
2
votes
11answers
403 views

What's your all-time creativity problem?

Sometimes, you stumble with programming. Sometimes, it's a lack of creativity, sometimes, you need a new solution. But there are a lot of situations, you stick in, every time they occur. For myself, ...
1
vote
2answers
102 views

How do You Come Up With New Ideas for Open Source project?

You can see lots of briliant ideas in Open source projects. How authors found these ideas whey they don't exist yet? Should I learn software dynamics, history and trends(Nothing new under the sun?) ...
1
vote
2answers
187 views

K&R Exercise 4-6 Problem thinking of a solution

In k&r we have managed to create an RPN. The exercise now is to: Add commands for handling variables, (It's easy to provide twenty-six variables with single letter names.) Add a variable for the ...
1
vote
7answers
132 views

who (NOT WHY) should have the final say on the layout/design of a website that is developed in-house?

forget the weird cases/companies, but in general, who, in your view, is the person who should be able to put his/her foot down and say "THIS is the layout. THIS is where the marketing message comes, ...
1
vote
4answers
810 views

Web design test for interns

We are receiving some graphic design interns today and I may be given the task to test their web-designing skills. Because not all graphic designers are web designers, I would want to keep the tasks ...
1
vote
4answers
239 views

Interesting small web-based applications [closed]

I like programming, but I'm starting to get bored. To bring back the fun, I would like to create small and fun web applications. So, please give some ideas of web applications/gadgets that can be ...
0
votes
5answers
76 views

Creativity or copying is better in coding! [closed]

He there, We're achieving our project of graduation, it's a dynamic website, we're a couple of students, my friend always suggests using plug-ins, he's kinda wants to not doing things from zero as ...
0
votes
0answers
58 views

Defining Rank names for employees [closed]

I want to create a list of Ranks for the employees in my company. We are an open source integrator that works usually with existing solutions and also building custom solutions. We don't want to name ...
0
votes
1answer
992 views

ASP.NET User control with ASP:CreateUserWizard

When using asp:login, asp:forgotpassword and asp:createuserwizard controls within an ascx. (e.g registration.ascx) it can't find e.g UserName, even tho it exists within LayoutTemplate. Any idea how to ...
-1
votes
3answers
96 views

Creative sorting algorithm? [closed]

I just wanted to know if there are any sorting algorithms that are as interesting as Bogosort to sort a pack of cards. Use your creativity. For a change efficiency ain't important but being creative ...