0
votes
2answers
26 views
how to assert response success in groovy unit testing
Hey i am trying to develop a sample app in groovy on grails...i have an action called login..which doesn't do anything except to render a page called login...I think there is no ne …
4
votes
5answers
215 views
Best practice in python for return value on error vs. success.
Hi,
In general, let's say you have a method like the below.
def intersect_two_lists(self, list1, list2):
if not list1:
self.trap_error("union_two_lists: list1 must n …
1
vote
3answers
177 views
Which music does a programer listen to ? [closed]
(Inspired by SO Podcast #69 )
While you are sitting at work, at
home or anywhere, and you work on
your code, which music do you listen
to?
Which experience did you make with
li …
0
votes
1answer
88 views
catch variable in ajax success function to stop submit form
Hello,
I have a problem within this code.
I want to choose whether I will submit the
form or not based on the outcome off the ajaxcall.
If I hardcode it with return false; It s …
0
votes
2answers
152 views
Ajax jquery synchronous callback success
I have this function that makes an ajax call. I'm describing the problem in the last chunk of code comments.
function doop(){
var that = this;
var theo …
1
vote
2answers
98 views
Ajax jquery success scope
I have this ajax call to a doop.php.
function doop(){
var old = $(this).siblings('.old').html();
var new = $(this).siblings('.new').val();
$.ajax({
url: 'doop.php',
…
1
vote
2answers
116 views
Display a success message to user in a SharePoint Document Library after validation in ItemAdding Event
When validating a document in the ItemAdding event there are many ways to display errors to the user, but there doesn't seem to be a way to display successes to user, like a valida …
1
vote
1answer
73 views
JQuery Call Function Outside of Ajax on Ajax Success?
Hey all, I currently have created a pagination js class that will automatically paginate comments when you get more than 10 to a page. This works fine, but I'd like to set some css …
11
votes
11answers
831 views
Has a system that incorporated a rule engine ever been TRULY successful?
Our system (exotic commodity derivative trade capture and risk management) is being redeveloped shortly. One proposal that I have heard is that a rule engine will be incorporated t …
21
votes
16answers
2k views
Stupid, but commercially successful software
Recently I read that the author of the 99 cent iFart Mobile application for the iPhone makes nearly 10,000 US$ a day (!)¹ with his flatulence simulator.
Do you know of any other s …
3
votes
11answers
246 views
What are success factors in software development projects?
We recently passed on a project that had a number of red flags attached to it - the lack of a clear plan, no success metrics, an obscure legacy system to integrate with, the absenc …
4
votes
9answers
854 views
Why default return value of main is 0 and not EXIT_SUCCESS ?
Hello,
the iso 1998 c++ standard specifies that not explicitly using a return statement in the main is equivalent to use "return 0".
But what if an implementation has a different …
0
votes
2answers
79 views
use succes or complete in ajaxcall
Hello,
My question is that I want to know what the difference is in the ajaxcall below
If I substitute complete for success
I get an empty responseText as the error says
and wit …
1
vote
2answers
733 views
JQuery ajax error function is executed even if query is successfull
Hello,
I'm trying to learn JQuery - and I have a small problem with ajax. I'm trying to populate a javascript array with values returned from an XML response from a page.
Here's m …
0
votes
8answers
144 views
Porting to which gaming platforms?
I'm developing a pretty portable indie game engine and also a "demo" game to go with that. In the future I would however like to make a more comprehensive game to deploy on some di …
