|
Do you feel it's a good career move to learn multiple platforms, or do you think it's better to choose one, specialize in it, and learn it deeper than you could two platforms?
Started by Kilhoffer on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
It also depends on what you are considering as the two platforms and C++."
It's good to know....
Let me clarify that focusing on just one or two already know what you want to do.
Employer (even if it's yourself) wants/needs you to use.
|
|
Is there anyway I can reset my password from my username? I haven't signed in in so long so I was just wondering/hoping I could reset my password from just my username. I think I know the email I used it with but I just can not remember the password for...
Started by tylershootsup on
, 14 posts
by 2 people.
Answer Snippets (Read the full thread at gaiaonline):
Just do your looking for if you know things....
Pink Peppercorn tylershootsup do it, anyone could claim they were locked out of an account that really isn't theirs .
Just do your best to remember.
Of an account that really isn't theirs.
|
|
I just installed Java Developer on Windows Vista. The installation process looked OK and it was successfuly finished. However, I do not know how I cun run this program? Nothing new on the desctop appeared?
Started by Roman on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The JDK is just that: a software development kit, sitting around you installed the JDK—the Java development kit—then this is just the Java compiler and the sources that it is cannot find the ....
Www.eclipse.org/ and start playing around.
|
Ask your Facebook Friends
|
How to know if checkbox is checked (True, 1) having just the {{ form.checkbox }} form-tag?
activo is True, 1 in db.
my template is:
{{ form.activo }} RESULTS: <input id="id_activo" type="checkbox" name="activo" checked="checked"/> {{ form.activo...
Started by panchicore on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Just from looking at the POST data answer, using instance= doesn't make the form bound, it just provides default values to the form.
Displayed at all and a displayed checkbox not having been checked .
|
|
I want to make a screen scraping exactly the same idea as this one http://www.vimeo.com/1626505 What i want know is how to do so? - When the user click on the bookmarklet, it will send to my server the URL then my server will get back to the client page...
Started by Amr ElGarhy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't know if it is just like the one in Vimeo but here is an easy server-side implementation.
|
|
I am trying to find the directory called macports by Find. I do not know where it is in my computer.
I have tried unsuccessfully
find --mindepth 777 macports
How can you find the directory?
Started by Masi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending on your system you can also try
locate macports
find / -name macports -type d .
| grep macports
From any parent directory you might think it lives in .
Try
find.
|
|
From http://support.microsoft.com/kb/317277 : If Windows XP restarts because of a serious error, the Windows Error Reporting tool prompts you...
How can my app know that "Windows XP has restarted because of a serious error"?
Started by wordmonger on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can look for a memory or kernel dump file with a recent creation time, if dump file generation has been enabled (or, rather, not disabled since it's on by default.)
Note: this is a good question for a code-challenge
Here are some executable codes... .
|
|
I want to plot social network visualization, but don't want to do much of programming. Does anyone know a piece of software that can do plotting, zooming in out but does not require much of programming? Say, i could provide my data in format it accepts...
Started by miceuz on
, 14 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
I haven't tried it myself, but perhaps it's worth a look at Omnigator ; I was looking for something similar a while back and "topic maps" is a good phrase ... .
Microsoft Visio comes to mind.
If you wouldn't mind some programming you might use GraphViz .
|
|
I need to analyze pressed key if it is alphabet (for all languages) in UTF-8 encoding. Is that possbile in anyway?
Started by newbie on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
UFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]
Gumbo just gave the answer I had : Use the very nice XRegExp library
Then just.
|
|
Has anyone seen this bug?
I have a sidebar with a ul nav background image for the hover state, floated right, looks great in all browsers.
Then...I added another div underneath it for ad space. inside, there's an anchored image. That image tucks underneath...
Started by Emmy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's a screenshot from IE 7
And another from FF
Here are some suggestions for you that might help with resolving this issue:
add some CSS to your question, so that people have an idea how your layout works install IE Developer Toolbar on IE7 and inspect... .
|