Tagged Questions
The awareness tag has no wiki summary.
9
votes
3answers
331 views
How do I spread awareness of my open source project?
I've got a couple open-source projects on Codeplex (I'll link if someone asks, but otherwise, I'm not quite that shameless ;)), but I'm not really sure how to go about spreading the word or getting ...
6
votes
1answer
62 views
What is the best method to gain users and contributors for my own open source projects?
There are two questions to this:
How can I best "spread the word"
about my projects to interested users?
How can I best "spread the word" to like-minded developers?
I know this sounds easy, but it ...
4
votes
1answer
285 views
.NET MVC: How to fix Visual Studio's lack of awareness of CSS classes in partial views?
This has been sort of an annoyance for me for a while. I make pretty heavy use of partial views in MVC, and am using Visual Studio 2008 to develop. The problem is that when I give html elements a ...
3
votes
3answers
233 views
Make two Java applications on the same LAN aware of each other
I have a Java program running on two computers that are both on the same network. I would like to have these applications become aware of each other, so they could communicate directly as opposed to ...
3
votes
4answers
101 views
How many of you have contributed/gave feedback to your standards committees?
Ok as programmers we all follow programming standards (as in W3 standards, or C++ standard, etc...), and many of us consider these standards "sacred" and also many seasoned programmers can recite ...
2
votes
10answers
178 views
Can a Java class have awareness of its instantiator?
Is there a way for a Java class to have an awareness of its instantiator? For example:
public class Foo() {
public Foo() {
// can I get Bar.myInteger from here somehow
// ...
1
vote
0answers
70 views
Feedburner awareness API 0 circulation
The feedburner awareness API seemed to be working fine till last night but its not working right now. Its not even down but returning 0 for every site. I wonder if there is something I am missing or ...
1
vote
1answer
46 views
Tools/Techniques to use our ability to think spatially
What software/UI techniques can leverage our spatial memory? I think and remember in physical space, often the location of something is as important as it's content. For instance I keep an untidy ...
0
votes
1answer
45 views
What's the first step toward an aware program that's useful in its environment?
As a programmer, what line of computer science or mechanism should I consider as the first step to constructing a program aware of its environment instead of blindly carrying out tasks? Or a program ...