Page 1 of 1

use tiggzi db for non mobile website

Posted: Sat Sep 15, 2012 3:46 am
by Tommy B

First off thank you tiggzi for your software. It rocks \../
What I want to do now is get the data that is input into a tiggzi db and use it on a traditional website. Also would like some advice on a website builder that you would recommend to accomplish this.

Example; my guys in the field enter data via their mobile device. I need my people in the office to be able to view this data and use it for reporting and what not.

Thanks.


use tiggzi db for non mobile website

Posted: Sat Sep 15, 2012 4:32 am
by maxkatz

Everything in Tiggzi database is exposed via REST APIs so you can use the database in any other place/app.

I'm not familiar with any builder for standard web sites like Tiggzi for mobile.


use tiggzi db for non mobile website

Posted: Tue Sep 18, 2012 10:56 pm
by Tommy B

Ok, so I am almost complete with my mobile app that basically allows users to upload/edit/view information from their mobile device to a tiggzi db.

Now I want someone that is sitting behind a desktop PC to be able to get that uploaded data from a non mobile website that is connected to the tiggzi db. I guess I am struggling on what type of website (PHP, Java, HTML5....) to create to get this data. Then what the code is to GET the data...

I am not ashamed to admit that I do rely on "builders" such as tiggzi to help me create...

Any help would be great.


use tiggzi db for non mobile website

Posted: Wed Sep 19, 2012 12:27 am
by maxkatz

The web site would be built using the same technologies as the mobile: HTML, JavaScript, CSS.