You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at Subrion. Testing it as well as other CMS apps.
I fired up the demo from your site. Got the base/default page.
I also downloaded the community edition code.
Did a quick find/grep over the entire download code to see if I could find the tet -->> "Prominent slogan for your company"
which was/is in the Demo on the default page.
I couldn't find the "text" in the code. Is this text for the demo app in the community edition? I'm testing the cms apps to see how they ability to massage the community editions work, as opposed to the company/hosted/fee based operations.
thanks!!
For some community cms apps I've seen, the process stores the "content" in tables.
Also, as a larger question,
Subrion does project work for a fee for additional functionality. Does this apply to the community edition, or just the company/hosted version?
I'm looking to have a couple of "sections" of a page with data from the srvrside.
rough use case:
app has a main navBar menu item "item1"
use selects "item1",
app generates the "section/area" for the content/data to be displayed.
does the app do a creation of the html/css/etc+php logic, along with tbl data and return all
of this from the srvr to the front.. ie a "new" page
-or- does the process implement javascript/ajax logic to fetch/return required data from srvr
and implement and front/client changes via front DOM manipulation with addition of
returned ajax/query calls.
thanks
The text was updated successfully, but these errors were encountered:
Hi.
Looking at Subrion. Testing it as well as other CMS apps.
I fired up the demo from your site. Got the base/default page.
I also downloaded the community edition code.
Did a quick find/grep over the entire download code to see if I could find the tet -->> "Prominent slogan for your company"
which was/is in the Demo on the default page.
I couldn't find the "text" in the code. Is this text for the demo app in the community edition? I'm testing the cms apps to see how they ability to massage the community editions work, as opposed to the company/hosted/fee based operations.
thanks!!
For some community cms apps I've seen, the process stores the "content" in tables.
Also, as a larger question,
Subrion does project work for a fee for additional functionality. Does this apply to the community edition, or just the company/hosted version?
I'm looking to have a couple of "sections" of a page with data from the srvrside.
rough use case:
app has a main navBar menu item "item1"
use selects "item1",
app generates the "section/area" for the content/data to be displayed.
does the app do a creation of the html/css/etc+php logic, along with tbl data and return all
of this from the srvr to the front.. ie a "new" page
-or- does the process implement javascript/ajax logic to fetch/return required data from srvr
and implement and front/client changes via front DOM manipulation with addition of
returned ajax/query calls.
thanks
The text was updated successfully, but these errors were encountered: