Tagged Questions

0
votes
2answers
30 views

jquery append foreach to div

Hi all, I'm trying to create a dynamic tag cloud using jquery, I want it to pull the keywords from the page and then spit them out in a div, but am not sure how to go about it - I …
1
vote
2answers
39 views

Keyword search with SQL Server

Hi, I have a scenario where I need to search for cars by keywords using a single search field. The keywords can relate to any of the car's attributes for e.g. the make or the mode …
0
votes
2answers
77 views

Why self::function() and $self->variable or self::$variable even though there is $this->function() and $this->variable (PHP)?

I'm confused about these two keywords and the way to use them in PHP5. I think that "this" is used for instanced objects (not static) while "self" is referring to the object itself …
10
votes
14answers
667 views

A real use for `as` and `is`

I have -never- used as or is in C# or any language that supports the keyword. What have you used it for? I dont mean how do i use it i mean how have you actually need it? I a …
-1
votes
1answer
48 views

Filter by keyword jquery

Hello, I have been looking around on ways I can implement an input box on my webpage that will filter by keywords, much like the one buysellads.com uses here where you type in a k …
0
votes
5answers
53 views

Variable name taken by keyword — your examples?

Have there been any cases where you wanted to use a word as a variable/function name, but couldn't because it was a reserved word in your language? The ones that crop up over and …
0
votes
1answer
70 views

Why can’t I find the Var keyword in my Visual C# 2008 Studio?

I have this version: Microsoft Visual C# 2008 Express Edition Using this function: var X = new WebClient(); Var isn't recognized by my IDE. Thanks.
0
votes
2answers
40 views

Values not showing in Access form combo box

Hi, I have an application in Access 2003 that I am working on. In it, I have an employee table, which is connected to two other tables. The two connected tables are tables that ho …
4
votes
4answers
277 views

5 ways to use the static keyword in Java

I just had an interview where one of the questions was something like "Describe 5 ways to use the static keyword in Java." I could only think of 2 on the spot, and afterwards I fo …
-4
votes
4answers
107 views

What is significance of static keyword in Java and in C++ ?

What is the importance of Static keyword in Java and in C++ and how it's functionality differ in both programming languages ?
1
vote
5answers
132 views

How do I extract keywords used in text?

How do I data mine a pile of text to get keywords by usage? ("Jacob Smith" or "fence") And is there a software to do this already? even semi-automatically, and if it can filter ou …
6
votes
5answers
294 views

Why does Clojure have “keywords” in addition to “symbols”?

I have a passing knowledge of other Lisps (particularly Scheme) from way back when. My knowledge is pretty rusty (and was pretty basic to begin with). Recently I've been reading ab …
2
votes
6answers
128 views

Why I need to use ref keyword in both declaration and Call ?

Duplicate of: What is the purpose of the “out” keyword at the caller? Why I need to use 'ref' keyword in both declaration and Call. void foo(ref int i) { } For example, Cons …
0
votes
1answer
50 views

How to get Keywords used from a Search Engine

I am using C# asp.NET and I have searched the internet up and down trying to find a solution to this problem. In google analytics they have the keywords used by search engines so t …
2
votes
6answers
221 views

Python normal arguments vs. keyword arguments

Could someone explain the differences to me? Aren't all arguments "keyword arguments"? They all have names, and can all be assigned by that name instead of the position. Do keyword …

1 2 3 4 5 7 next
15 30 50 per page