name

What to call a method that finds or creates records in db

This question might seem stupid but i nonetheless i believe it's a worth asking questioin. I work on some web application when we use tags which are attached to articles. When adding new article users provides a list of tags he wish to associate with his new article. So when the form is submitted and my MVC controller processes reques...

jQuery name problem

Hi, i have a problem trying to validate something. I hope you can help me! IM USING STRUTS2 "currentTarjeta.causaDeUnicoServicioContratado": { required: "#currentTarjeta.causaDeUnicoServicioContratado:checked", i need to validate input "currentTarjeta.causaDeUnicoServicioContratado" when is checked the check "currentTarjeta.causaDeUni...

What name will appear under my app in the app store?

When submitting an app, there is one option for the name appears under the app. Can I put something else instead of my real name. Say if my license is for individual, not under a company. ...

Changing node name of xml-node with Java

Hey, I have following scenario: I have a XML-Document, e.g. like this <someRootElement> <tag1> <tag2 someKey=someValue someKey2=someValue2 /> <tag3/> <tag4 newKey=newValue newKey2=newValue2 /> </tag1> </someRootElement> Now I want the parent tag1 to be called reallyCoolTag without ...

How can I auto-generate unique fake names for users?

We would like to give each of users an alias so that we can refer to them in discussions while protecting their identity. These aliases should be unique. The easy way would be to simply use a SERIAL column, but ints aren't memorable. We would like to use real people names so that we can remember the aliases. The other easy way would be...

Change the "name" value of a signed Java applet

Hi, I've (self-)signed a java applet, so when a user views this applet in a browser, the browser will show a "digital signature cannot be verified" confirmation dialog. That's all ok, but: The value of the "Name:" property (seen above the "Publisher:" property) of this confirmation dialog is set to something I don't remember setting w...

can the name of a input tag be changed with javascript ?

I want to know if its possible to change the name of the input tag with javascript or jquery, for example in this code : <input type="radio" name="some_name" value=""> I want to change the some_name value when user select this radio button. the reason what i want to do this is described here : http://stackoverflow.com/questions/13247...

Alter developer username iSQL plus.

How would you go about altering the developer username in iSQL plus. For example I have the current username: developer and want to change it to ccc123_developer ...

looping through elements with jQuery based on name attribute rather than id

Thanks for taking the time to read this. I have an unknown number of (dynamically inserted) input elements in a form, to each of which I want to attach the datepicker widget included in jQuery UI. All of the input elements that I want to attach the datepicker to have a class of "date-pick". Obviously because we have more than one match...

Using a variable in a statement to reference the image stored in a UIImageView

UPDATED Scroll down to see the question re-asked more clearly.... If I had the name of a particular UIImageView (IBOutlet) stored in a variable, how can I use it to change the image that is displayed. I tried this, but it does not work. I'm still new to iphone programming, so any help would be appreciated. NSString *TmpImage = @"0.p...

Java - Name for money class

What should I name my class that stores costs/prices/amounts of money in CAD/USD as separate longs for dollars and cents? I has "PriceInDollars", but I don't really like that, and I always forget it. Any ideas? EDIT: Apparently I should use BigDecimal, not reinvent the wheel. I guess I'll just use that. I did learn a lot trying to make ...

Domain search tool

I am looking for a domain search tool that checks domain availability and integrate such tool with my website, how is this done programmatically? ...

assigning instance names to multiple mcs

I am wondering if anyone knows of any extensions or scripts that assign instance names to multiple mcs at once. I have the same mc on hundreds of keyframes and I have to convert them to graphic symbols to animate then back to mcs for scipting but they lose their instance names. I've read a post on this forum that came close to helping me...

Facebook notifications fb:name as a title attribute of another tag

Hi all, I'm just wondering if it's possible to get the info from an 'fb:name' tag into the title of an 'a' tag in a Facebook notification. Like so: <a href="#" title="<fb:name uid='12345' linked='false' />, <fb:name uid='12346' linked='false' />">2 friends</a> just joined this application. When it's one friend only there's no proble...

Is it possible to compare two tables when no common key exists between them?

I have two tables that I would like to compare for duplicates. These tables are just basic company information fields like name, city, state, etc. The only possibly common field that I can see would be the name column but the names are not quite exact. Is there a way that I can run a comparison between the two using a LIKE statement? I'm...

Name of class from its object

How to extract a name of the class from its object? For example I have a @list object which I know is surely an instance of List class. But how do I extract that directly in code? ...

How to retrieve all tab names or labels without selecting tab in jQuery?

How to retrieve all tab names or labels without selecting tab in jQuery? I need this to validate tab name/label length. ...

Wpf: Listing all control Names in an application

I need a way to list out all named controls in a wpf application. In C++ we could use the resources file to see a list of all the controls on a form(or so I'm told). I need a similar way to see the a list of controls in a wpf application. The names will be used in a database, so it doesn't matter how I get them, I just need to automate...

VisualBasic (or Applescript) Excel Sheet sorting with names

Hi All I have a big problem in the moment. I have to sort out an Excel sheet with names in it. There is always a first name and a last name following each other in the same order. Each name fills a cell. These Cells are alligned in one row. Example Bill|Cospy|James|Bond|George|Clony|Michael|Jacksson Now I want that each first name a...

iPhone :Change Application Name and icon

hi all, i am new to iPhone programming. i create a application in Xcode. I want to change the application name and icon.However i can change the application name (which is appeared below the icon of application in iPhone) and icon from plist. i want to ask that whether there are any other method or trick from which i can change the icon...