Hi folks,
What do you think are good steps to have on a software release checklist -- that is, one to fill out after all testing is done and the software is ready to be released to the outside world QA?
We are working on a Desktop solution developing on Microsoft .NET (3.5) Platform. This is a product that we are developing for our com...
Hello,
I'd like to add a function to my app where users can select favorites. I've got a list with games and I want a button in my tabbar saying: "Add". Now this isn't a problem. But when you click add, I'd like a modal view to come up in which you can select multiple games (which then show the CheckmarkAcessory). And If you then click ...
Hi,
I am looking to develop an html task manager where users can have multiple tasks in groups. I currently allow them to define their tasks in a textarea. E.g.
:Group 1
task 1
task 2
:Group 2
task 3
task 4
:Group 3
task 5
task 6
I am looking for a WYSIWYG editor that can make it more intuitive for users to enter many task or ...
I'm having trouble on how to code this. First I need to assign a value for every item in the list (1 for the first item, 2 for the 2nd and so on). Does this control have a separate field for the value aside from text?
Second, I need to insert this into my database(MSSQL 2008) in this format:
insert into table values(ID,selectedvaluegoe...
After seeing this awesome guide on Stack and needing a practical PHP/MySQL security checklist in-house, I have decided to pay homage to the original guide.
What I need is a practical security checklist for PHP and MySQL. The contents here can function as the checklist, while the answers should function as the guides.
By practical I mea...
hello everyone
I only know the first step is to check a row
next I think is use a NSMutableArray to record which row is been checked
and this is my code :
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
if ([[tableView cellForRowAtIndexPath:indexPath] accessoryType] == UITableView...
looking for collective knowledge - all i want are things to watch out and be careful while using which can cause cross-browser incompatibility issues.. so that you can look for their alternatives or check them out before deployment on large scale...
...