ids

Using CSS Classes for individual effects - opinions?

Hey, 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 some are black some are gold and some are white. Some have a text-shadow etc. Would you create separate CSS classes and add them do the...

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 rest of my rules file is fine at works for detedting portscans and logins to facebook. Heres what I've done: preprocessor sfportscan: prot...

How do get a ID from one table in phpMyadmin and add it to another table field on insert

Hi, 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 item and person ids to link the two, however in some cases I have optional tables so sometimes the ids of those tables will be added ...

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 value to them. Before I had the underscore and they were all named txtFinalDeadline I could do this and it worked. $(this).find("#txtFinalDe...

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? ...

Retrieving All email address from iphone address book

Possible Duplicate: Issue regarding retrieving all email ids from address book in iphone Hi friend, Is it possible to retrieve all email ids from iphone address book. can you please tell a way to retrieving it. Thanks in advance Regards, sathish ...

Get all IDs of items in a ListView

How can I get all IDs of items in a ListView with a Cursor adapter? ...

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 change the form ids, I'm stuck with a hole bunch of duplicate ids. I'm looking for a way to append the object id to the form id so they're...

Generating alphanumeric IDs (unique strings)

Hello! 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 strings for uploaded image names and so on. EDIT: It's not how I generate the strings per se, but how do I generate unique ones like th...