Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 331947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:49:18+00:00 2026-05-12T09:49:18+00:00

I’m trying experiment with DabbleDB to see if it’s something that I could use

  • 0

I’m trying experiment with DabbleDB to see if it’s something that I could use to store data in. They have a JavaScript API that’s based on JSON (http://dabbledb.com/help/guides/jsapi/). I’ve never used JSON before and have been trying to understand how to use it.

The above link has their APIs file (which I downloaded and called “json-api.js since that seemed to be what they used in their examples). Additionally, I downloaded a schema file from my test database (which just has 1 table called Events, with 1 record). I called this file neotest-schema.js. I then got an export link of the table from their Web site which is: http://neotest.dabbledb.com/publish/neotest/67249c55-1839-4908-9e1a-366ca2f9192c/events.jsonp

I tried to follow their examples, but they don’t explain how to actually use the “url” to get data, so I figure I’m missing something. I guess the first question then is: How do you retrieve data into JSON via a URL?

My poor attempt went something like this:

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>New Web Project</title>
</head>
<body>
    <h1>New Web Project Page</h1>

    <script src="json-api.js" language="javascript"></script>
    <script src="neotest-schema.js" language="javascript"></script>
    <script src="http://neotest.dabbledb.com/publish/neotest/67249c55-1839-4908-9e1a-366ca2f9192c/events.jsonp" type="text/javascript"></script>

    <br>Table Begin<br>
    <script type="text/javascript">Dabble.view('Events').writeTable()</script>
    <br>Table End<br>


</body>

Which did nothing for the “Dabble.view” tag. The Begin and End tags showed up, but nothing else happen. If there’s a good way I can go about debugging this, I’m fine with those kind of instructions too. I’m using Eclipse with the Aptana plugin and my project include JQuery and Dojo if those would be helpful in solving my problem.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T09:49:18+00:00Added an answer on May 12, 2026 at 9:49 am

    Instead of using the DabbleDB provided JSON Apis, I’ve been able to use JQuery to pull the data (sample code without reading the schema)

            <script type="text/javascript">         
            $.getJSON("http://neotest.dabbledb.com/publish/neotest/67249c55-1839-4908-9e1a-366ca2f9192c/events.jsonp?callback=?",
            function(data){
              $.each(data.entries, function(i,entry){
                $("#dataStuff").append(entry.fields[0].value);
              });
            });
        </script>       
    
        <div id="dataStuff"></div>
    

    I’m still trying to get the DabbleDB stuff working however.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to understand how to use SyndicationItem to display feed which is
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I am doing a simple coin flipping experiment for class that involves flipping a
I am trying to render a haml file in a javascript response like so:
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
This could be a duplicate question, but I have no idea what search terms
I'm trying to use string.replace('’','') to replace the dreaded weird single-quote character: ’ (aka
I'm trying to create an if statement in PHP that prevents a single post
I am trying to loop through a bunch of documents I have to put

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.