You are allowed to use this product or part(s) of it on a single web site only, belonging to either you or your client. You have to purchase the same product again if you want to use the same product in connection with another or other projects.
Any analysis of the program, embedded data or license files by any means and by any entity whether human or otherwise and including but without limitation to discover details of internal operation, to reverse engineer, to de-compile object code, or to modify for the purposes of modifying behavior is forbidden.
Any analysis of encoded files by any means and by any entity whether human or otherwise and including but without limitation to discover details of file format or modification for the purposes of modifying behavior or scope of their usage is forbidden.
All imagery and fonts used in this product are an integral part of the product. You can use images and fonts only as a part of the web site you build using this product. You can use imagery and fonts to develop one project only. Any kind of separate usage or distribution is strictly prohibited.
You are authorized to make necessary modifications to this product to fit your purposes in accordance with this license.
The product is property of Tania Alekova. You shall not offer this product or part(s) of it, modified or unmodified, for redistribution or resale of any kind. You shall not sub-license, assign, or transfer this product or part(s) of it to any entity.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Recent Feedback
(did you have this years ago...? haha)" - Posted by Jake on Wednesday Jul 16th, 2008 at 10:08pm
after submiting form i get like something :
%u0442%u0435%u0441%u0442 %u0435%u0441%u0442
Help! =)
" - Posted by Yuri on Sunday Jul 27th, 2008 at 9:54am
Great api. Really love the demo.
I`ve just spent the better part of the morning installing it for use in my application. So far, so good.
There is a problem with the input saving to my database however. It calls up my database table fields fine, I enter the information but it doesn`t save to my database and the webpage shows a broken/empty icon where my information should be displayed.
Can you help me with this issue, please." - Posted by Ade on Tuesday Nov 11th, 2008 at 8:42am
Anywho, GREEEAT functions! Easily understandable code, I`m loooovving it :D
I did fell over a tiny bug on this page. If you click to edit a text field, and do not change anything and press enter, it comes with an error "Error updating content". It should be clever enough to see, that nothing`s changed and then go on with it anywho - updating or not updating, but there`s no error :)
Great work!" - Posted by Svend Koustrup on Saturday Mar 7th, 2009 at 7:04am
this is awesome men, just one more thought, how about relationship between 3 or more tables?
thanks" - Posted by jing tuibeo on Sunday Oct 11th, 2009 at 2:24am
i am having problem in putting date in dd/mm/yyyy format as mysql accept it in yyyy-dd-mm so all my date field shows as 0000-00-00.
Please give me the link if the problem is already solved.
i tried following code but did not worked
$tblDemo->onAddExecuteCallBackFunction("newdate1");
function newdate1($array){
$caseID = $array[id];
//
$caseDate = $array[caseDate];
$aDate = explode(`/`,$caseDate);
$newDate = $aDate[2].`-`.$aDate[1].`-`.$aDate[0] ;
//
$caseDateName = $array[caseDate];
$success = qr("UPDATE cases SET caseDate = $newDate WHERE id = $caseID");
echo $success;
} " - Posted by gunjan kumar on Thursday Feb 11th, 2010 at 1:59am
Saved insane amounts of time.
`nuff said." - Posted by Soule on Sunday Mar 28th, 2010 at 8:58am