The tag has no wiki summary.

learn more… | top users | synonyms (1)

-2
votes
0answers
19 views

Unique id for downloadable products to prevent unofficial distribution [closed]

I'm looking to sell downloadable blog themes online via a Wordpress eCommerce. I want to prevent the code from being shared via pastebin or similar code storing websites. I am looking to generate a ...
0
votes
0answers
38 views

How to find unique visitors using cookies, ip address referer and user agent?

I am trying to figure out an algorithm, query or method that allows me to predict when a user is not a unique visitor. Figuring out wether the person is not unique can happen after the fact. I have ...
0
votes
2answers
68 views

SharePoint 2010 - Unique ID across multiple lists on the same site? [closed]

I have a site with multiple lists. I am wondering if anyone can suggest an OOTB method (no code is possible) to keep a unique ID for each list item across the lists within the site? Thanks. Vr, ...
0
votes
0answers
52 views

MVC Ajax Partial View Not Cached: Unique Element ID

I have a partial view which I load dynamically by calling a function similar to this as described here $("#addItem").click(function() { $.ajax({ url: this.href, cache: false, ...
0
votes
1answer
197 views

Uncaught TypeError: Object [object Object] has no method 'uniqueId' (jquery upgrade)

I have several screens which use jquery validity and jquery tabs and were working fine in 1.7 but now throw an error and the validation is not checked. Including <script ...
1
vote
0answers
7 views

uniques ID ordered by event time

I need to insert a lot of events into DB in ordered way by event time (each event has a time in millisec) to prevent sorting when retrieving data. Events comes in unordered order. i mean event with ...
0
votes
1answer
87 views

How can I performantly assign unique Ids to objects in C#

I am working on a C# library that will create tons of small objects as part of normal operation (think AST nodes in a compiler). I'd like to assign each instance a unique identifier (unique within the ...
0
votes
2answers
167 views

Can I use an update query in MS Access to auto-populate a Unique ID field with characters from other fields?

Can I use an update query in MS Access to auto-populate a Unique ID field with characters from other fields? Specifically, I have a unique ID field that consists of (1) last initial of first name (2) ...
-1
votes
1answer
76 views

user defined function not working in php [closed]

I have a problem in calling my rand_id() function. here is code as <?php try { $config=array( 'DB_USERNAME'=>'root', 'DB_PASSWORD'=>''); $conn=new ...
0
votes
1answer
106 views

Href - File Name taken from mysql database

I currently have a form that uploads the data via PHP to a PDF form and that form is generated and saved on my ftp server. The data is also posted to a mysql database and the name of the file name for ...
1
vote
1answer
162 views

how can i get unique transaction id in PHP?

I'm testing my log module written PHP. web-server occur too many transaction. every transaction writing on same file. (log.txt) how can i logging this transactions at same file with multiple lines? ...
1
vote
2answers
158 views

Getting Unique Id from all java phones especially from S40 devices

I have requirement of getting an unique identification number programmatically from all j2me supported phones. As we already know getting IMEI / IMSI in S40 devices is almost not possible, bluetooth ...
0
votes
2answers
51 views

Making IDs unique in HTML

I'm such a noob at PHP. I'm really stuck on this and could do with some help! I'm using the following code to control if a div class and span ID appears when a variable (e.g. $project1title and ...
0
votes
2answers
217 views

passing sessionid to url asp.net

I have manualy assigned a sessionid to url: http://www.mysite.com/(S(jdave010098uqfraiasdp9999))/place.aspx so that 'jdave010098uqfraiasdp9999' would be captured by a label to identify a click on the ...
1
vote
1answer
166 views

Control.UniqueID different after cross-page postback

I have a simple ASP.NET page with a MasterPage. Within the MasterPage, I have two login fields: <input type="text" runat="server" id="txtUserName"/> <input type="text" runat="server" ...
-6
votes
2answers
162 views

Unique Emplyee ID Generation C++ [closed]

Hi I am doing an program of Employee Database in C++. I want to generate a Unique Employee Number for each Employee but I am not successful can someone help me and oh please post the code relevant to ...
0
votes
4answers
257 views

PHP foreach loop, unique <select> id for getElementById

What I am interested in getting is $option_value['price'] in a string from the dropdown, not . Using .value returns the later. I have select menus that are created in a foreach() loop. The drop downs ...
0
votes
1answer
59 views

How do you specify the row or document ID Riak or any Key Value Data Strore?

I just attended the Webinar on Intro To Riak. It did not say much about schema design, just the one page. That is what I focus on. So let me ask a question. Say we have a bucket called Customer with ...
1
vote
1answer
208 views

Adding unique ids to droppable itmes

I have a widget in which I can drop items into a trash can. I want to be able to add a unique ID to each item dropped in the trash can at the drop event. How can I do this and is there a way to have ...
4
votes
2answers
1k views

How do I get a unique identifier for a machine running Windows 8 in C#?

I'm working on a Metro app written in C# and need a way to uniquely identify a device. I found the ASHWID in the documentation which looks great. The code suggested is as follows: HardwareToken ...
1
vote
1answer
927 views

How to get Unique ID of Windows Phone?

I want to get the IMEI number of my Windows Phone in my application. How can I programatically access it? If IMEI won't get in my application, then how to access MAC address of my phone. In my ...
0
votes
1answer
334 views

How to get UniqueID from document.getElementById()?

I want to use __doPostBack javascript function. __doPostBack(obj.UniqueID,''); But I only know ClientID of my object - ctl00_cpholder_myObjId document.getElementById("ctl00_cpholder_myObjId").id ...
1
vote
1answer
52 views

MySQL - can I use the gonna-be insert_id in the actual insert query itself?

I've just got a situation where i need to duplicate the unique (auto-incremented) id of each new row in another column. So I was wondering, instead of doing it the old fashioned way: Insert row ...
0
votes
0answers
173 views

SimpleModal code is opening up same content

So I am using SimpleModal code for a page and when I click on the first link it works find but if I click on the second link it opens the same content. I understand that I need unique IDs for each ...
3
votes
2answers
3k views

Get List Item by Guid without List in SharePoint

Could anybody help me to get List Item by unique Id in SharePoint without using List? I know the List Item unique Id, but I haven't information about List. Using Client Object Model I can do the ...
0
votes
0answers
112 views

How do you access a model's GUID or UniqueId using the Revit API?

I am looking for a way to uniquely identify a Revit project or model. I've tried the following, using the UIApplication object (uiApp) provided from an ExternalCommand (C#): string docId = ...
0
votes
1answer
261 views

Adding a UNIQUE ID to the URL parameter if the XMLHttp Open Method - What does this mean and how is it done?

I need help understanding AJAX. I am going through the tutorial on W3C schools ( creating a button that opens text file on the server and displays the result in a div) One part of the tutorials ...
0
votes
3answers
76 views

mt_rand max value

On the php documentation,i found this note: On both 32 and 64-bit systems (OS X and Linux), mt_getrandmax() returns 2147483647 I have confirmed this using the simple function provided ...
0
votes
3answers
292 views

PHP returns floats instead of strings from a database?

I use this to create a unique code for each product in my store, echo base_convert(uniqid(),16,10); For instance, 1403802682572650 My query is simple like this, $sql = " ...
1
vote
0answers
418 views

Primary Keys, Unique Id, and Records (MySQL, PHP, Info Systems)

I am creating a social networking site that will be open to the general public and will expected to host a large number of users. The information of each user will be stored in a MySQL database, and ...
1
vote
3answers
630 views

How to create an unique id for users without username - PHP

Usually, when I'm developing websites which interact with clients, I used to use their usernames or user IDs to save their configs and so on. But now I'm developing a website with no login system and ...
0
votes
0answers
263 views

Retrieving Unique IDs from table - concurrency issues

I'm working on a solution where I want to store an unique ID in a SQL Server 2008 R2 database. The unique ID has to be sequential and have a prefix of two characters e.g.: AA000001-AA999999 and ...
0
votes
6answers
688 views

Generate a Unique ID using PHP and MYSQL

Hi I am creating a system that processes and ID and a UID, The UID we are generating randomly but I am a little stuck, I need to always generate a UID that does not currently exist in the db as the ...
0
votes
1answer
449 views

Saving User ID in Shared Preferences Android

I just asked a question about this but I want to go at it a different way. When a user edits his/her profile and hits the save button, I want to be able to generate a random number using UUID. I want ...
0
votes
3answers
302 views

How to get the unique ID of the website running computer

I tried this code for getting the MAC ID , but i get only the host server address, is ther any way to get the unique ID of the computer which the user accessing my website. ob_start(); ...
1
vote
2answers
2k views

Alternate for select <sequence>.nextval from dual of Oracle in SQL Server?

Is there any way to create a unique sequence no in SQL Server select <sequence>.nextval from dual We have the above code for Oracle which will create a unique number and the number cannot be ...
2
votes
4answers
213 views

Unique IDs to multidimensional array elements in python

I have a multidimensional array with elements that can be completely random. For example, [ [ [1, 2], [2, 1], [3, 1], [4, 2] ], [ [2, 1], [4, 3], [3, 4], [1, 3] ] ] I'd like to assign an ...
0
votes
2answers
202 views

How to get an id that is unique under multi-thread, multi-process, web gardens and web farms situations?

I am trying to go around the problem of log4net not being multi-process safe. Because sometimes the log file gets locked and another thread of same application cannot write onto it. What I am trying ...
0
votes
3answers
101 views

Prevent spammers by using a hashed user id in web applications

I am building a web application that allows users to send messages to other users. On the send message page I currently have the user id of the receiver in the URL so the application knows where to ...
4
votes
1answer
374 views

Eventing in Liferay Portlets

In any portlet application, if the same page containing a portlet is opened in two browser tabs, how is the event in the first page distinguished from the second page? I want to assign a unique Id ...
3
votes
2answers
3k views

Unique Id creation of a fixed length

Well, I have been looking at ways to generate UIDs in java code (most of them coming to stackoverflow too). The best is to use java's UUID to create unique ids since it uses the timestamp. But my ...
0
votes
1answer
45 views

Assigning Unique Ids to large set of documents

Essentially, we want to be able to uniquely assign IDs to all the N grams contained in a large set of documents. So, if I have 10 million documents to process, I would read the text from each one of ...
2
votes
1answer
362 views

Creating unique id with jquery to use in bxslider

I guess this is pretty simple but I have no experience with jquery whatsoever. I'm using bxslider in every post I post in my wordpress theme and need the jquery to point to numerous unique id's, not ...
0
votes
1answer
311 views

Grails:Generating Custom ID

I have a domain object Issue that has a property Date createTime, that I want to be used as the id by GORM with some custom logic. For example suppose the first Issue is created on 2011/08/02, the ID ...
1
vote
1answer
862 views

namingContainer ID with dynamic gridviewrow

This will not be a very clear explanation of my problem, but I don't know how to explain it better. I have a gridview which I create dynamically on PreInit. This gridview has textboxes dynamically ...
2
votes
4answers
473 views

Is there some uniqueID of each computer, to differentiate one from other?

I am developing a windows application in .NET Framework using C#.I want to know is there any Unique Id of each computer manufactured, let it be manufactured by any manufactrure but it must be unique. ...
1
vote
1answer
200 views

check on uniqid for session

For user authentication, my client redirects to server and gets user data and I store it into php native session on client side. In this process Server redirects back on same requested url so if there ...
4
votes
3answers
1k views

When is Control.UniqueId created?

Does anybody know when a control's UniqueId is assigned? Right now I've got some code in my Page_Init that is based off the UniqueId. However, depending on some business logic, I might need to ...
4
votes
2answers
872 views

calculate an unique id from an array/class

I use a data class to feed templates my data, i want to calculate a unique id from the data in the data class so i can check if the template with that data is allready in cache and then serve that ...
2
votes
4answers
605 views

Obtaining the Build ID in a Java Application

Does anyone have a simple suggestion for recording a build ID (generated at compile time) which is displayed in the title bar of the app at runtime? Building from within Eclipse, all I need is the ...

1 2