Tagged Questions
The success tag has no wiki summary.
14
votes
11answers
2k 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 to make it easier for ...
13
votes
5answers
7k views
Ajax success event not working
I have a registration form and am using jQuery Ajax to submit it.
Here is the jQuery Ajax code:
$(document).ready(function() {
$("form#regist").submit(function() {
var str = ...
8
votes
8answers
6k views
Why default return value of main is 0 and not EXIT_SUCCESS?
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 standard "no error" code, for ...
7
votes
22answers
621 views
What is the most important feature a website can have?
Ok, I'm planning to build a site.
What single features is going to optimize my chance of success. Where do I put the most effort?
Nice design.
Simple design.
Clear purpose.
Low response time.
How ...
7
votes
10answers
415 views
Which factors determine the success of an open source project?
We have a series of closed source applications and libraries, for which we think it would make sense opening up the source code.
What has been blocking us, so far, is the effort needed to clean up ...
6
votes
4answers
171 views
AjaxSetup never execute the success function
I have a simple registration page that validates if a user is already taken.
I use ajaxSetup for all my ajax calls and for some reason the "success" is never called. When I look at my console ...
6
votes
7answers
334 views
How do you stay focused and ship projects?
I find way too many projects to get involved in, way to many languages to play with (and way too many cool features within those languages), and way too many books to read...
How do you guys stay ...
5
votes
2answers
1k views
Do you know any projects where ZeroMQ was used? Both success and failure stories are valuable
I'm interested in using ZeroMQ in a project, but I'd like to hear about other's experience with it. I did some searching but found only mongrel2 project. Have you heard about other projects where it ...
5
votes
3answers
259 views
Is there a MDSD/MDA success story for a real world application?
I am currently facing a situation where I as an advocate of test driven development have to compete with an advocate of model driven software development (MDSD) / model driven architecture (MDA).
In ...
5
votes
5answers
2k views
Best practice in python for return value on error vs. success
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 not be empty.")
...
4
votes
3answers
3k 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',
type: 'POST',
...
3
votes
3answers
56 views
How to check for no errors in jquery .validate()
I am having some issues creating the code which should show a button only if all the text fields validate correctly. I am hiding the button when page opens (i know I can use css to do this but I am ...
3
votes
3answers
8k views
JQuery ajax error function is executed even if query is successfull
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 my main page (ajax.html):
...
3
votes
13answers
528 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 absence of a resident ...
3
votes
9answers
522 views
Quality vs. ROI - When is Good Enough, good enough?
UPDATED: I'm asking this from a development perspective, however to illustrate, a canoical non-development example that comes to mind is that if it costs, say, $10,000
to keep a uptime rate of 99%, ...
2
votes
4answers
49 views
Error: invalid variable initialization
I have to call a function only if ajax call success. I write this code:
<script>
function removeFromCart(id) {
var value = "";
for(var i=0; i<id.length; i++)
...
2
votes
1answer
119 views
SQL Jobs Schedule to Not Run on Holidays
I have a SQL Agent Job that has multiple steps which are scheduled to run Monday - Friday at a certain time. I need to be able to implement a stop feature on this job to not run on Holidays that are ...
2
votes
2answers
397 views
Use of success / jsonpCallback with ajax request
I'm developing an application for Netflix using their OData API. I've followed Stephen Walther's blog entry on how to query the OData API. In it, he uses the following code:
$.ajax({
dataType: ...
2
votes
3answers
222 views
JQuery AJAX inexplicable parseerror
My AJAX scripts are all functioning perfectly and the success function is working yet the script still hits the error message. I have determined that the problem is parseerror. What I have not ...
2
votes
1answer
1k views
ASP.NET MVC Show success message
Here is an example method I have that deletes a record from my app:
[Authorize(Roles = "news-admin")]
public ActionResult Delete(int id)
{
var ArticleToDelete = (from a in _db.ArticleSet where ...
2
votes
2answers
458 views
how to pass a value to jQuery Ajax success-handler
Give the following Ajax call in jQuery:
{
.
.
.
,
getSomeData: function(args, myUrl, foo) {
$.ajax( {
type: "GET",
url: myUrl,
data: args,
async: ...
2
votes
2answers
117 views
Metrics to track Open Source Projects
I'm curious to know what metrics open source project members track. Small projects may not bother with tracking any numbers, but I assume that active projects would track some numbers. There are two ...
2
votes
1answer
676 views
How to sequence events in PHP for uploading files to amazon S3
Hi I am hoping someone can help me to understand why I am getting varied results with some PHP code I have written to upload files to S3 then call an EC2 instance to perform actions on the uploaded ...
1
vote
4answers
48 views
how do i use the success function with an $.ajax call
I don't understand how the success function works in a $.ajax call with jquery.
for instance
$.ajax({
type: "POST",
url: "ajax.php",
data: "function=1",
success: ...
1
vote
1answer
42 views
Ajax Success and Error function failure
I am having trouble getting my JQuery ajax to work properly. It directs to the php page to update the database, but never returns back to the script for the success or error options.
Any help will be ...
1
vote
1answer
52 views
Magento getData from guest on success.phtml
I am trying to get the subtotal amount on checkout success page. It works good for registred users:
$_order = Mage::getModel('sales/order')->loadByIncrementId($this->getOrderId());
$amount = ...
1
vote
1answer
70 views
Paypal API TransactionSearch NVP - Success but no result
I am editing a web site of an Ultimate Frisbee organisation I'm part of that needs to validate a membership payment when the user tries to sign in.
To do so, I am using a PHP Paypal API (the NVP ...
1
vote
1answer
73 views
Content refresh issue on Jquery ajax success
i use the below jquery ajax request. On success, the "ajaxRenderSuccess" function may last from 500ms to 1200ms, therefore before running this function i highlight a new step in my UI (a kind of ...
1
vote
1answer
32 views
How to check signout success and redirect to sigin page
In order to signout from my webapp, I need to call a json to signout (clear all cookies)
logout:->
$.get('/signout.json')
However, I am unsure how I can refresh the page + redirect the web ...
1
vote
1answer
205 views
ExtJS+django form submit success/failure issue
I have a problem when dealing with the callback of a form submit, the code in client side is:
[...]
buttons: [{
text: 'submit',
formBind: true,
handler: function(){
...
1
vote
2answers
42 views
Jquery ajax .html doesn't work
success: function(json) {
for (var i = 0; i < json.length; i++) {
var response = json[i];
$('#rv-container').html('<p>' + response.name + '</p>' + ...
1
vote
6answers
198 views
jquery not removing the elements
I have code in jquery which is used to delete the previous div tag and a next .pclass.
Heres my code:
$(".delete").bind("click",function(){
var c = confirm("You sure want to delete ...
1
vote
1answer
432 views
XCode - File not found but build successful
In my project, I've include a full "shared" folder by link (not copy) that is outside my project folder.
In the .pch file, I have #import "MyStandardHeader.h"
My Build settings does not have any ...
1
vote
2answers
242 views
function calling ajax returns false
I have a really annoying problem.
I have a javascript function which makes a JSON call to a web service using jQuery.
In the success function I need to evaluate the json response and if necessary make ...
1
vote
2answers
248 views
JQuery Validate Help with Success Method
I have the following code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html ...
1
vote
3answers
155 views
how can i create a success back function?
$(function() {
$(".follow").click(function(){
var element = $(this);
var I = element.attr("id");
var info = 'id=' + I;
$.ajax({
type: "POST",
...
1
vote
3answers
73 views
Python Script Calling Make and Other Utilities
I have a python script that invokes the following command:
# make
After make, it also invokes three other programs. Is there a standard way of telling whether the make command was succesful or ...
1
vote
3answers
429 views
Jquery ajax success function displaying message
On the success function of jquery ajax request i am creating div with a message... But it doesn't seem to show up....
success: function(data) {
$(function() {
$('<div ...
1
vote
2answers
4k views
Jquery ajax success function returns null?
I use the following the jquery statements to call my php controller function, it gets called but my result is not returned to my success function....
<html>
<head>
<link ...
1
vote
2answers
5k 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 theold = "theold";
...
1
vote
1answer
878 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 properties only if ...
1
vote
2answers
658 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 validation was successful. ...
1
vote
2answers
1k views
Not printing results from AJAX
I am working on a script to send data to a mysql table and I have it all working properly but the success part of the call, it is not loading my results in to my results column on my page. My code is ...
0
votes
1answer
10 views
Jump to generated anchor(id) after success with AJAX
Good evening,
this is what I'm trying to achieve: on AJAX 'success' the page has to jump to a generated anchor.
this is the AJAX:
success: function(html){
// Refresh certain files
...
0
votes
0answers
54 views
jquery post: 1 function, many forms
I'm trying to create a function that handles many different forms in a website.
If I want a particular form to be managed by ajax, I simply add a button with "ajax-post" as a class.
Since the actions ...
0
votes
1answer
19 views
payment success
i don't have code to paste but it is a code related question please.
I'm about to work with a bank to set up a self hosted payment form. Their requirements and documentation makes sense so far.
On ...
0
votes
3answers
46 views
JQuery AJAX success + fadeIn
I'm AJAX to load survey content into a container on a page, and during the transition, I fadeOut the container and fadeIn when it's done. It works fine for pages 1-4, but stops working for page 5. The ...
0
votes
1answer
30 views
'success' dialog after jquery form validation clears and submits - showing success message no matter what
I have a simple email form:
<form method="post" action="process-form.php" id="emailForm" name="emailForm" target="_self">
<h4>Sign up to be notified when we go live!</h4>
...
0
votes
0answers
27 views
AJAX resfresh file or div on succes
I've been looking all over for it, found a few solutions but couldn't get it to work :( I'm trying to refresh an external div and or file on succes:
$.ajax({
type: "POST",
url: ...
0
votes
2answers
74 views
how to call function on global ajaxSuccess() - errorhandling http-header
although I found a lot of matches when searching I do not really find a proper solution my problem:
In my script I have a whole lot of AJAX-Requests. In many requests I execute important codesnippets ...