1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Tools website

Discussion in 'Websites' started by 2DX, Nov 30, 2016.

  1. #1
    I would like to ask for critique on work-in-progress site JS2DX. Recently expanded support for various device sizes. I'm testing a noSQL based web development environment building that website. A concise tool for website assembly that will be released soon (its beta code is in source).


    http://js2dx.com
     

    Attached Files:

    2DX, Nov 30, 2016 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #2
    I love new tech but I was completely lost on the purpose of your site.
    reduce the text size and add in a page for "what this all means" or links to wikipedia if necessary.
    the image on your contact page is too big and I guess it's missing it's contact form - but I'd suggest adding in your name and some personal details if you're going to give your phone number. If I rang you I'd be kind of stumped about who to ask for.

    Now, I'm guessing that you are developing an api based library to act as a go between between the nosql database and the website - is that right?
     
    sarahk, Nov 30, 2016 IP
  3. 2DX

    2DX Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    I'm developing a real noSQL database/DOM container for Browsers. This tool puts end point of database transaction into web browser DOM object. It's not an API for noSQL but an actual DBMS that is lightweight and runs in web browsers. There is "sql.like" input box that runs sequential queries in browser memory. The database interacts with back-end servers through messages.

    I'm working in parallel on new style for the website and the tool itself and try to post updates frequently.
     
    2DX, Dec 1, 2016 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #4
    You need to explain that more clearly along with what you want visitors to your site to do...

    Will you be building demo sites using the major frameworks to show how easy it is to use your database instead of MySQL?

    An pros and cons comparing yours with other databases would be good - even if the pros are still in development
     
    sarahk, Dec 2, 2016 IP
  5. 2DX

    2DX Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    My framework alone is sufficient to built websites. Although I have a working Angular api driver for 2DX, so third party libs may also be used. Entire website page is loaded from a JS object, which may be a result of noSQL query. Thus this application will work well with existing noSQL apps.

    I added more description to the site just recently and try to keep updates frequent.

    My database is also a DOM container singleton. It renders HTML objects into a DOM container that is instantiated once at startup. All HTML is cached in browser memory. Thus rendering speeds of 10ms per page (still need to benchmark rendering speeds of other frameworks to have a good comparison). I am not aware of another product that is a database and DOM container in one JavaScript object instance. If you know of one please let the forum know. There is "pouchdb" that has some functionality of 2DX but no DOM container singleton afaik.
     
    2DX, Dec 3, 2016 IP
  6. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #6
    This is a review of the site and not the tech... so my comments are about that.

    Your site still doesn't explain the tech well - it launches straight into tech information without first explaining what is going on. You use a really, really big font which says "I don't have much to say so I'm trying to fill up the page this way". I think you need to look at the way other frameworks structure their sales pitch and information flow and even if you don't copy them, take on board what they say before they get techie.
     
    sarahk, Dec 4, 2016 IP
  7. 2DX

    2DX Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #7
    You're right. My database has been operational for only few weeks. I need to write good accompanying texts fast.
     
    2DX, Dec 4, 2016 IP