|
The 'G' key will place a banner at your choosing where-ever you are, deep in the catacombs. Does this provide any functionality or purpose, or is it just for show? So far I don't think it has any additional benefit, but am I missing something?
Started by D3BETA on
, 20 posts
by 12 people.
Answer Snippets (Read the full thread at battle):
Someone clicks on it and it ....
Does this provide any functionality or purpose, or is it just for show? So far achievements.
The 'G' key will place a banner at your choosing where-ever you are, deep in the catacombs.
Wondering this as well.
|
|
I'm aware of the possibility to mark untrusted objects as tainted, but what's the underlying purpose and why should I do it?
Started by FMF on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For an example.
Satisfactory sanitation takes place and prevents a potential SQL injection attack.
|
|
I have seen this macro defined before but never really knew its purpose. Can anyone shed light on this?
Started by Jeff V on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
To put 'assert(0)' in its place -- since the code will never be executed, the assertion will never fire.
|
Ask your Facebook Friends
|
In Java, you often see a META-INF folder containing some meta files. What is the purpose of this folder and what can I put there?
Started by Kristian on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html
The META-INF directory
The following files/directories in the META-INF directory are recognized and interpreted by the Java 2 Platform to configure applications, extensions, class loaders and services... .
|
|
I am newbie, and just learned that if i define say
package my.first.group.here; ...
then the java file that is in this package will be placed under my/first/group/here directory.
What is the main purpose of putting some java files in a package? also, ...
Started by derrdji on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
You may have.
Written fit into its own "Place" that you don't have to look at if you don't want to.
|
|
What are the apps that you consider part of your core toolset for Django projects (including those shipped with Django)? For example, I just discovered Migratory for database migration management: I just love it, and I wish something like that would be...
Started by MiniQuark on
, 21 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Easy to use and great quality!
django-registration for handling user registration I think that Satchmo is going to be my new favourite as I'm slated to build an... .
Django-tagging.
Djangosearch for searching content.
Migratory for database migration.
|
|
The Help->About dialog in GUI applications has historically been the place for some very "interesting" (and often funny) functionality and easter eggs.
How would you define the purpose of the About dialog? What function does it serve in an application...
Started by Rob Sanders on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The best (serious) use I have seen has been Visual Studio that can have a number of loaded... .
In my experience its for the product version number, to list the loaded modules, copyright information and credits for the developers .
MIRC - press the author nose.
|
|
What is the purpose of the colon?
e. g.:
Dim objConn : Set objConn = OpenConnection()`
Is the colon used to combine the two statements into one line? I just want to be sure.
P.S.: I tried searching the answer to this question on Google with no luck.
Started by burnt1ce on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It allows you to place.
The purpose of the colon is to combine 2 otherwise separate style languages, including VBScript, the colon is an end of statement token.
What you have stated is correct.
Separator.
|
|
Good afternoon all.
User Controls -- Do they serve a special purpose?
As far as I can tell they are no different to forms - they have the same toolbox and features.
Are there certain times when they are appropriate to use over forms? It would be interesting...
Started by Ric Coles on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Imagine you need a search box.
User Controls serve the purpose of reusing controls.
By .NET.
|
|
The following is taken from the Yahoo css reset. Can someone please explain the purpose of the asteriks?
body{ font:13px/1.231 arial,helvetica,clean,sans-serif; *font-size:small; *font:x-small; }
Started by Jeremy on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
*property: value
Although Internet Explorer 7 corrected its behavior when a property... .
It is a browser specific CSS hack for versions 7 or below of Internet Explorer .
As far as I know, asterisk prevents Firefox to read the attribute, but is valid in IE .
|