Found 193 results for "javascript"

The search executed in 4.47497E-4 seconds. That's fast.

Gitana 4.0 / Reference / Types / Server

Explore our comprehensive Server API documentation, featuring methods, properties, and examples to accelerate your development efforts.

Score: 3.9418278

How to monitor API traffic from a node js app

It is sometimes helpful to see the API traffic that is going on between the Gitana javascript driver and the Cloud CMS API server. This is a non-intrusive method of doing that. install a tool called Charles Proxy https://www.charlesproxy.com/ This is an excellent tool for monitoring http/https traffic. Once installed, start Charles Proxy and enable reverse proxy: Check "Enable Reverse Proxies" and then click the "Add" button. A port will be assigned (55703 in the example below). Set Remote Host

Score: 3.8057969

Finding sanity by losing your head

There was a lot of chatter last year regarding a “headless” or “decoupled” CMS design. Zeitgeist, maybe… countermovement, definitely. Since their inception, every expansion of content management software along the continuum from managing basic websites to full-on digital experiences drove CMSes further and further into the application’s presentation tier. In parallel, we witnessed the maturity of frameworks such as Angular, Ember, and Ionic (just to name a few) - all pushing development out to t

Score: 3.8057969

Gitana 4.0 / Reference / Types / Status of Operation

Explore the Status of Operation API with detailed properties, methods, and language cookbooks to accelerate integration.

Score: 3.7412424

Gitana 3.2 / Guide / Guide / Rules

Automate your content management with rules in Cloud CMS. Trigger actions like converting files or updating properties using policy bindings and conditions.

Score: 3.7101457

Gitana 4.0 / Content Engine / Behaviors / Rules

Automate business logic with Cloud CMS Rules. Trigger actions on content creation, updates, or removal using flexible conditions and policies.

Score: 3.7101457

Chaining vs. Promises

The Cloud CMS JavaScript driver provides it's own internal chaining library that makes it easier to manage callbacks in asynchronous JS applications. The chaining library is powerful and bears some similarity to modern promise libraries. But it is important to bear in mind that it is distinct apart from having some similar method signatures. One similarity in structure in that both promises and chaining have a then() method to resolve the callback. However, the chaining library's chained methods

Score: 3.5600824

Easy Forms with Cloud CMS

One of the many uses of Cloud CMS is as a storage and reporting mechanism for forms. If you’re looking to put a form up onto your web or mobile site, Cloud CMS serves as an excellent option for capturing and storing this information. Fundamentally, Cloud CMS provides the Alpaca forms engine. Alpaca is an open-source JavaScript library for jQuery. It makes it easy to design and insert forms into your sites. Cloud CMS built Alpaca and been working with the broader community to improve it and make

Score: 3.5600824

Gitana 3.2 / Guide / Guide / Cookbooks / Node.js Cookbook

Optimize your Node.js applications with Cloud CMS. Learn to connect, chain API calls, and query nodes for efficient data management.

Score: 3.5490289

Gitana 4.0 / Developers / Cookbooks / Node.js Cookbook

Explore the Node.js Cookbook for tips on connecting to Cloud CMS, handling asynchronous tasks, and creating custom nodes effortlessly.

Score: 3.5490289

Gitana 4.0 / Reference / Types / Deployment Package

Explore the Deployment Package in our Platform documentation, featuring properties, methods, and language-specific cookbooks to enhance your development.

Score: 3.4487512

Gitana 4.0 / Reference / Types / Deployment Record

Discover the comprehensive guide to Deployment Record, detailing methods, properties, schema, and available API interactions.

Score: 3.4487512

How do I search for nested content?

Cloud CMS maintains two indexes that are of interest for finding things. The primary index is the MongoDB index - against which you can run any query you can dream up using the MongoDB DSL. The secondary index is the Elastic Search index - against which you can run any search you can dream up using the Elastic Search DSL. For information all kinds of really powerful stuff you can do with this, see: https://www.cloudcms.com/documentation/content-services/query.html https://www.cloudcms.com/docume

Score: 3.4487512

Careers - Gitana

Careers - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate content. Publis

Score: 3.44226

Gitana 3.2 / Guide / Guide / Forms

Optimize your content management with Cloud CMS's mobile-friendly, role-based forms using the powerful Alpaca Forms engine.

Score: 3.3441718

Gitana 4.0 / Developers / Frameworks / Nuxt.js

Create static sites effortlessly with Nuxt.js and Cloud CMS. Access tools, examples, and the Cloud CMS Nuxt module for seamless content integration.

Score: 3.3441718

Gitana 4.0 / Reference / Types / Deployment

Explore comprehensive deployment documentation with methods, properties, and examples to enhance your platform integration.

Score: 3.3441718

Gitana 3.2 / Guide / Guide / API / Statistics

Optimize your Cloud CMS with customizable node statistics, enabling detailed data aggregation and insights through JSON associations and server-side rules.

Score: 3.245748

Create Once, Publish Everywhere!

One of the things that our customers love about Cloud CMS is that it lets them create content once and easily publish it to all of their mobile and web applications. It reduces the amount of work required to create fresh and interesting content and saves them time and money in the process. Our goal is straightforward. We want to provide all of the things that small business owners need on the backend to give their users a seamless experience in creating, editing and publishing content. With Clou

Score: 3.152953

Tree Hierarchies

In Cloud CMS, there are no hard and fast rules regarding association types between nodes. And so, when dealing with things like tree structures, you usually have to first make some assumptions about the kinds of relationships between nodes that you want to traverse. For arbitrary relationships and traversals around nodes, Cloud CMS provides traversal methods which are a bit more intensive to use. However, if you're using typical a:child relationships between nodes (which is what Cloud CMS uses f

Score: 3.0653157

Gitana 4.0 / Reference / Types / Association

Learn how Associations connect two nodes by defining relationships without permissions in this detailed guide on structure and custom behaviors.

Score: 2.9038873

Gitana 4.0 / Reference / Types / Token

Explore our comprehensive Token API documentation, including methods, properties, and developer cookbooks to accelerate your project.

Score: 2.8293855

Gitana 4.0 / Forms / API / Views

Optimize Alpaca rendering with views for display, edit, and create types. Customize templates, styles, and callbacks easily.

Score: 2.7544563

Gitana 4.0 / Reference / Types / Data Store

Discover our comprehensive Data Store API documentation, including properties, methods, and examples to streamline your development process.

Score: 2.6912906

Dynamic ProxyPassReverseCookieDomain with Apache 2

We do a lot of HTML5 and JavaScript application hosting at Cloud CMS. Our platform lets you build HTML5 applications and deploy them to our cloud infrastructure with just a couple of clicks. As a result, we’ve gotten pretty friendly with Apache 2, virtual hosts, mod_rewrite, proxies and more. Applications built on our platform use OAuth2 over SSL. We support all of the authentication flows even for HTML5/JS applications. Inherently, these applications are considered “untrusted” in any two-legged

Score: 2.6912906