0
votes
1answer
23 views
Accessing function from multiple forms on same page.
Hi,
I have the following function:
<script type="text/javascript">
$(function(){
// start a counter for new row IDs
// by setting it to the number
// …
0
votes
3answers
43 views
php session help
Ok so my main page has a session. I am using the session id to query the database.
Now when I post to a page I have session_start() at the top but when I echo the session_id() on …
0
votes
1answer
28 views
NSXMLParser ignores element named <id>
Hi there,
I'm using Wordpress's XML-RPC framework in my project. Now I have a situation where in the XML response there is a tag named which contains user data and by the time t …
0
votes
3answers
30 views
JavaScript innerchild?
I have the following example HTML:
<div id="target">
<div id="targetText"></div>
</div>
and I'm using the following code to get the inner div:
$('#targe …
0
votes
3answers
100 views
Save edited cell to mysql - How can i send an Identifier with the edited cell data?
Hi,
i have the problem that i can't send any identifier for the edited content to the edit.php file. it sends automaticaly an id=1 parameter for the first row in the grid for examp …
-3
votes
0answers
24 views
How to refer to any control of the view in the implementation class?
How can I get the id of the file upload control in my implementation class?
0
votes
6answers
233 views
12 Digit Unique ID - Code reliability
Guys,
I wanted a number that would remain unique for a day (24 hours). Following is the code that I came up with; I was wondering about its fallacies/possible risks; 'I believe' t …
0
votes
3answers
34 views
Grails: JSONP callback without id and class in JSON file
Hi,
I am working on a REST based interface where people get a json file. The client needs to access the file from another Domain. I use jsonp which works so far. My problem is the …
0
votes
1answer
28 views
Android: View.setID(int id) programmatically - how to avoid ID conflicts?
I'm adding TextViews programmatically in a for-loop and add them to an ArrayList.
How do I use TextView.setId(int id)? What Integer ID do I come up with so it doesn't conflict wit …
1
vote
2answers
51 views
asp.net mvc id not being pulled from route?
I'm not doing any fancy route patterns yet, just the basic controller, action, id style.
However, my actions never seem to be passed the id. When I stick a breakpoint in any one o …
0
votes
3answers
52 views
add id to li a using jquery
Hi all,
I'm looking for something that will allow me to add an id tag to the 9th li a tag in my list.. I'm not even sure if it's possible?
Here's the code:
<ul id="p7menubar …
0
votes
2answers
50 views
get current focused window id using objective c
hi developers, how can i get current focused window id using objective c, the return value should be an int, help is highly appreciated! I just need to get the following line worki …
1
vote
1answer
104 views
Getting connected USB info with Delphi on Vista
Hello,
How can I get 'connected usb info'(device instance id, driver key name ..) from Registry in Vista or Windows 7 by using delphi?
Where is this information in Windows Registr …
0
votes
3answers
90 views
Advantage of data type id vs NSString in Objective C?
This code...
NSString * s = [[NSString alloc] initWithString:@"Hello, World"];
s = s.lowercaseString;
NSLog(@"%@", s);
...allows the use of dot notation but is strongly typed.
…
0
votes
3answers
37 views
linux id no_squash_root
The linux 'id' command reports on groups=
that process belongs to. When and how does this get filled in?
I'm writing an suid/sgid program and it seems that the groups never get f …
