Tagged Questions

1
vote
3answers
46 views

MySQL - JOIN 2 tables with 2 ID’s in common

Hi, I have 2 tables that I need to get information from, and would like to get the information in one single query. The situation is this : table "matches" : id team_A_id team_B_id table "teams" …
3
votes
8answers
189 views

Whats the best way to name id & classes in CSS and HTML

When naming classes and ids for CSS what is the best method to use. In this case I need there to be some kind of naming convention so that other people can pick up rules and understand how to name …
1
vote
2answers
51 views

Can different users have same USER ID in MOSS 2007

Hi I am just curious to know whether different users can have same user ID in MOSS 2007. I have two SharePoint groups with different set of permission levels. SharePointGroup1 is in root site. The …
0
votes
3answers
32 views

create an array from similarly named id’s

I have a group of id's with similar names (ex: div1, div2, div3) that are all going to perform the same function. is there an easy way in jQuery to create an array by calling the prefix of the id …
0
votes
1answer
61 views

jquery javascript overlapping id’s

Hi All, I am dragging and dropping elements using jquery. I have two div's div a and div b and divc. I am dropping div a and div b over div c But when i drop div a over div c then it says it has …
1
vote
5answers
153 views

Adding ids to HTML tags for QA automation

I have a query In our application we have lots of HTML tags. During development many tags were not given any id because of no requirement.Now the QA team wants to automate the test cases using QTP. In …
5
votes
1answer
330 views

Working around LinqToSQls “queries with local collections are not supported” exception

So, I'm trying to return a collection of People whose ID is contained within a locally created collection of ids ( IQueryable) When I specify "locally created collection", I mean that the Ids …
0
votes
0answers
18 views

A similar tool like AGENT: Automatic Generation Analysis of NIDS Attacks

Dear all, We build a small signature generation tool for IDS's. We want to test it to against to a tool like AGENT, for network traffic attacks and check rules generated. AFAIK the author's of AGENT …
3
votes
5answers
224 views

What type of ID does Youtube use for their videos

I am curious what type of ID that youtube uses for identifying their videos? They seem to be the same type of IDs used for short urls on sites like Digg and Bit.ly.
5
votes
3answers
337 views

Another ID generation queston

I'm trying to generate unique IDs for use in a Google App Engine application and would like feedback on the feasibility of the approach I'm thinking of using (questions at the end). I've read quite a …
5
votes
5answers
1k views

Reference asp.net control by ID in javascript?

When asp.net controls are rendered their ids sometimes change, like if they are in a naming container. Button1 may actually have an id of ctl00_ContentMain_Button1 when it is rendered, for example. I …
1
vote
4answers
372 views

jquery IDs with spaces

Does anyone know how to select an item in the DOM by ID with jQuery, when that ID has a space? For example, the id of my item would be <div id="content Module">Stuff</div> How would I …
2
votes
8answers
541 views

Nonblocking algorithm to generate unique negative numbers

I recently refactored a piece of code used to generate unique negative numbers. edit: Multiple threads obtain these ids and add as keys to a DB; numbers need to be negative to be easily identifiable …
2
votes
3answers
1k views

ASP.NET Multiple controls with the same ID ‘x’ were found. FindControl

Hey Guys, Getting the following error Multiple controls with the same ID 'ltlItemCode' were found. FindControl requires that controls have unique IDs. This Error does not happen on page loads but …
1
vote
3answers
146 views

Hibernate and IDs

Is it possible in hibernate to have an entity where some IDs are assigned and some are generated? For instance: Some objects have an ID between 1-10000 that are generated outside of the database; …

1 2 next
15 30 50 per page