checklist

Software Release Checklist?

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

iPhone add to favorites function

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

WYSIWYG Editor for a task manager (checklist)

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

How do I add a record in my database when it is coming from a checklist box control from vb.net?

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

PHP/MySQL Security Checklist: The definitive practical guide

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

iphone SDK:How to use the checkmark to delete the row is checked ???

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

List of HTML, CSS, JavaScript and jQuery things that can cause cross-browser compatibility issues

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