Dec 14
This is a quick and easy fix I made for the openRico / Prototype synchronous request problem, if you use Rico to do your Ajax calls you might have already found it a bit messy to do synchronous requests, this patch for prototype-1.4.0.js will allow fix all those problems, both asynchronous and synchronous requests will trigger correctly.
This are a few examples on how to call a synchronous request with openRico with this patch
ajaxEngine.sendRequest( 'transport', { asynchronous: false, parameters: 'id=1' } );
ajaxEngine.sendRequest( 'transport', { asynchronous: false, parameters: 'id=1', on200: success_function } );
ajaxEngine.sendRequest( 'transport', { asynchronous: false, parameters: 'id=1', onSuccess: success_function } );
ajaxEngine.sendRequest( 'transport', { asynchronous: false, parameters: 'id=1', onFailure: fail_function } );
How to run patch:
$ patch -p0 <prototype-1.4.0-sync.diff
Business as Usual
Sep 24
Cleaned up header structure has been uploaded to the official SVN repository
Core structure is all based using XML to be inserted into different parts of the source document or stored in a separate document sharing the same name for example: sample.cpp > sample.cpp.header.xml
Sep 21
I just submitted the project to SouceForge, if this works out i can start building the base structure untill i get more people interested in this project.
openDaedalus is an open source development standardization project
It’s main focus it to construct a standard for all the aspects of systems development, templates, samples and tutorials to teach all who wish to learn.
The main goal of the project in a nutshell is this:
“Make one standard to rule them all”
To Design a development standard to help guide:
* All those just learning about professional development
* Small startups without any real development experience
* New development project managers
The openDaedalus project structure is simple:
Core Standard
[ generic document structure, memory usage standard, etc ]
Development Languages Standard
C++ Code Standard
Templates
Samples
Tutorials
Quality Control
Python Code
Templates
Samples
Tutorials
Quality Control
Ruby Code
Templates
Samples
Tutorials
Quality Control
PHP Code
Templates
Samples
Tutorials
Quality Control
JavaScript Code
Templates
Samples
Tutorials
Quality Control
Other…
Content Standard
XHTML Standard
Templates
Samples
Tutorials
Quality Control
XML Standard
Templates
Samples
Tutorials
Quality Control
And so on..
Anybody is welcome to contribute and better the standard ..
Recent Comments