Tagged Questions
The ids tag has no wiki summary.
17
votes
2answers
3k 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 ...
12
votes
6answers
17k 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 ...
8
votes
3answers
4k views
jQuery: select all inputs with unique id (Regex/Wildcard Selectors)
I have some textboxes on a webform that have ids like this:
txtFinalDeadline_1
txtFinalDeadline_2
txtFinalDeadline_3
txtFinalDeadline_4
In my jQuery how do I find all of those in order to assign a ...
7
votes
4answers
107 views
Wrapping ID's in CSS Classes?
I am relatively new to CSS and wondering whether its possible to "Wrap" ID's so you don't have to repeat them over and over ?
i.e.
#home
{
some stuff
}
#home .header {
some stuff
}
#home ...
6
votes
8answers
760 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 ...
6
votes
7answers
5k 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 ...
5
votes
4answers
1k 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
805 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 ...
4
votes
3answers
39 views
Any hidden reasons to use ids instead of name attributes to identify fields in forms?
I am working on a large web application project and the previous designer favored the use of ids as handles to form fields over name attributes.
I suppose one advantage of this is that the lookup of ...
4
votes
3answers
7k views
ASP.NET Multiple controls with the same ID 'x' were found. FindControl
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 when I ...
3
votes
2answers
47 views
Script tags with IDs?
Do most modern browsers support ids in script tags such as:
<script id="aParticularScript">/* ... */</scrip>
The reason I ask is that Eclipse displays a warning stating "undefined ...
3
votes
1answer
53 views
naming ids using Razor C# syntax
I have a for loop in my razor document:
@for(var i = 0; i < Model.Content.Cars; i++)
{
<p id = "car@i"> This is a car. </p>
}
I am trying to get something like this:
<p id = ...
3
votes
3answers
280 views
How to Get id's of all inputs inside the form?
How to get all id's of input elements inside a form in an array?
3
votes
4answers
63 views
Storing IDs between pages for up to a day?
I need to store IDs (Contact IDs, Claim IDs, etc.) between multiple .aspx pages.
At the moment I am storing the ID in the Session and have set the Session timeout to 300 minutes. However, I am still ...
2
votes
2answers
44 views
Negative ids for entities, when the positive range is occupied?
Are there any issues that I need to think off before allowing for negative range to allot ids to entities in my application ?
Any downsides of storing negative id range when the positive range is ...
2
votes
2answers
101 views
Neural network and IDS
I am trying to get a grasp on the efficiency of neural networks over other artificial intelligence algorithms for use in intrusion detection systems. Most of the literature I’m reading isn’t giving a ...
2
votes
2answers
307 views
Jquery change elements within div
I'm stuck with this kinda stupid problem. I saw examples of my problem, but it seems I can't find correct loop. In any case, I'll better provide examples:
<table border="1" id="inline" ...
2
votes
1answer
5k views
JSF(Primefaces) ajax update of several elements by ID's
One more question concerning JSF.Particularly, Primefaces.
Have following problem with ajax update of elements by id's at same time.
If elements on page goes one by one ,that ajax update performs ok:
...
2
votes
1answer
526 views
Rails, Mongoid: use custom key and custom key format
I have model Account:
class Account
include Mongoid::Document
include Mongoid::Timestamps
...
end
I want to use specific ids with specific format. I want id to be 16-digits instead of ...
2
votes
2answers
417 views
How can I avoid duplicate ids in android child components?
I've just ventured into the fun world of Android development, but had a very quirky problem with the test app I was working on.
The app uses a TableLayout where each TableRow contains an EditText and ...
2
votes
1answer
2k views
How do I make cakePHP's form helper 'create' action use a custom id? Or some other work around
I'm building a site that requires multiple forms for the same model in varying numbers throughout a single page. These forms belong to an object with an id. Currently, since I can't figure out how to ...
2
votes
5answers
757 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 ...
2
votes
8answers
762 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 ...
1
vote
1answer
72 views
Given a thread id, how to decide it's alive or not in C++ on linux
Given only thread id, is it possible to decide from there whether the thread is still alive or not? I'm talking about C++ on linux.
1
vote
2answers
136 views
solr query without order
I have a solr index with the unique field as "id".
I have a ordered set of ids, using which I would like to query Solr. But I want the results in the same order.
so for example if i have the ids ...
1
vote
2answers
113 views
Creating a unique filename from a list of alphanumeric strings
I apologize for creating a similar thread to many that are out there now, but I mainly wanted to also get some insight on some methods.
I have a list of Strings (could be just 1 or over a 1000)
...
1
vote
4answers
621 views
Generating alphanumeric IDs (unique strings)
How can alphanumeric IDs be generated in PHP or AS3 etc instead of the classic auto incremented numeric ID.
YouTube uses this for its video IDs for example. Facebook generates long alphanumeric ...
1
vote
3answers
56 views
Sharepoint lists IDs - possible to update it?
Is it possible to change the ID of a list with Sharepoint? With a feature or something like that?
1
vote
1answer
301 views
How do get a ID from one table in phpMyadmin and add it to another table field on insert
I am try to add id from one table to another table to give a relationship to the tables. I am doing this on a number of tables on insert of data from a form. Example: person owns and item so item has ...
1
vote
2answers
295 views
snort ftp command monitioring
Right well I'm working on an IDS using Snort. To be run on the client side. At the momoent I'm trying to create alerts when certain FTP commands are issued and yet it does not seem to catch them. The ...
1
vote
2answers
61 views
Using CSS Classes for individual effects - opinions?
Just trying to canvas some opinions here. I was wondering how people go about adding individual effects to html elements. Take this example: you have three types of h1 titles all the same size but ...
1
vote
2answers
186 views
NHibernate with informix database “IBM IDS”
which NHibernate driver can i use with informix database "IBM Informix
Dynamic Server" ?
Thanks,
Amjad.
1
vote
3answers
485 views
MySQL - JOIN 2 tables with 2 ID's in common
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" :
id
...
1
vote
2answers
255 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 ...
1
vote
3answers
434 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; ...
0
votes
0answers
9 views
Snort alert to port.?
I want to make snort alert to particular port and one my application listen to that port and shows the alert.
Also I want to know if such thing really exists or not?
Will I have to write my own ...
0
votes
1answer
19 views
OSSEC | How add exception rule
I have standard syslog_rules.xml (OSSEC 2.6.0).
This is the standard rule for bad words in the /var/log/messages file.
<var name="BAD_WORDS">core_dumped|failure|error|attack|bad |illegal ...
0
votes
0answers
33 views
What is an syn error in TCP Protocol?
How to check syn error in connection using JnetPcap ( JNETPCAP is java wrapper for libpcap).
Also how to check Rej error in connection. ??
I am building Intrusion detection System.??
At present ...
0
votes
1answer
40 views
Best way to link to categories from static blocks
What is the best way to link to categories and products from static blocks.
I ask because sometimes we will update URL-keys for categories, etc, which will break links in static blocks to given ...
0
votes
1answer
33 views
Possible to rename widget after laid out in RelativeLayout?
Working with Android for the first time, I've blocked out a layout using the relative layout and laid down some buttons and text widgets how I like them. However when I go back to rename the IDs the ...
0
votes
0answers
24 views
How to let Snort alerts abnormal traffic if PC from Internal Network send HTTP request to Internet using spoof source IP?
All server machines in my network are assigned with different VLAN. I have a port mirror setup in the core switch and connect to Snort PC. Recently I found out some suspicious traffic in my firewall ...
0
votes
0answers
12 views
Time spent from a user on a prohibited web pages
Using Snort as IDS, what parameter and information can I use to calculate the time spent from a user on a prohibited web pages?
0
votes
0answers
50 views
python script to parse IDS rules
I am working on converting an old proprietary IDS system's rules to Snort rules. The old system has hundreds of rules and I'd like to not spend the next week doing this by hand. I am a python newbie ...
0
votes
2answers
52 views
Android: different layouts which have elements with the same exact IDs - works but why?
I was working on an app tonight and I noticed that I have two similar activities which have different layouts (mylayout1.xml and mylayout2.xml)... but within those layouts I have some elements that ...
0
votes
2answers
186 views
Building Intrusion Detection System but from where to begin
I have searched a lot on Intrusion Detection system but now I am confused as now from where should I start.
I dont know whether any open source reusable codes exists but I want to make Intrusion ...
0
votes
1answer
81 views
Extracting HTML content from one page into another page
I have one page which contains a number of headers containing different types of information. This page is a consolidation of all the information pertaining to a specific topic. We have a number of ...
0
votes
2answers
48 views
jquery generating ids and class
I would like to know how can I generate the following classes to game1, game2, game3, etc, automatically...
Generate a contentious classes
.game1-btn game1-btn, game2-btn, game3-btn,
.game1 - ...
0
votes
1answer
28 views
How to access DOM elements when the ids were dynamically created with numbers
I am building a forum page that submits a number of comments with respect to a subject much like the one we are on. Hence, when I acess the database to display the comments, I need to dynamically ...
0
votes
2answers
71 views
Get checkbox's ID
I need to get the ID of checkboxes in a table in the <tbody> section. I have a live(click) function that I want to bring up a popup with the data that i want based in the id in the checkbox.
I ...
0
votes
4answers
104 views
Multiple href ids
I'm using two jquery plugins:
scrollto and fading-tabs
both of them activate the function via the href attribute (href="#some-id")
How can i activate two ids in href on the same time? like:
...