Results 1 to 7 of 7

Thread: Tag CMS

  1. #1

    Default Tag CMS


    Hi I am making a CMS that would make making website easier.

    example:

    <tag:categories>
    <tag:category>
    <b><tag:title></tag:title></b>
    </tag:category>
    </tag:categories>

    This tag above will show all title of the categories
    =================================


    <tag:categories limit="5" sort="ascending">
    <tag:category>
    <b><tag:title></tag:title></b>
    </tag:category>
    </tag:categories>

    This tag above will the categories title in ascending order limited to only 5 items.


    =================================
    <tag:items>
    <tag:item>
    <tag:name></tag:name>
    </tag:item>
    </tag:items>


    As usual this will show all item names
    ========================================


    Tell me if this plan is okay since I am starting it

  2. #2
    kinda similar sa blogger.... xml base siya

    from my experience... tag based template will be a good idea, but will it be a good idea in the long run? one thing to consider is that parsing tag/DOM takes time than doing the it via native language... i have made couple before based from my dumbnamic web framework, and uses XML/Tag type as data... its based on PHP, dunno what are you using, but if it requires an extra job to do things then it would do more harm than good...

    im not sure what blogger is based on (suspect is python + nosql)... ive also tried json base CMS... that didnt go well as plan... CMS tend to be bloated in the long run... thats why it is important even if its CMS there should be a way to load only when needed... and it should run straightforward without additional processes...

    i suggest make you CMS more modular and less bloated, load only what it needs and not load unecessary stuff that aren't used...

    here's some of few CMS/Framework i made
    - jCMS 1.0, a wordpress like modular CMS
    - Dumbnamic, my first attempt to create a XML base CMS/Framework
    - Coral (jCMS 2.0), a reboot of version 1, wordpress like
    - NAMCF (Not-Another-Model-Controller Framework), my latest Framework with CMS options, designed to run dropped-in with or without database, can use NoSQL via 3rd party API, and google drive via JSON

    Some ongoing stuff i also made
    - AppKit, a web framework that works like lego... a reboot of NAMCF adding composer support, and uses Symfony components..


    your idea is good... its straight forward to learn since you dont need to be a programmer to use it...

    D.R.Y.

    i assumed that the tags are for the template....
    Last edited by salbahis; 11-05-2014 at 10:43 AM.

  3. #3
    Quote Originally Posted by salbahis View Post

    i assumed that the tags are for the template....

    yes tags are for the template...


    you can make template for every category and its page on the admin.

  4. #4
    Quote Originally Posted by emailroy2002 View Post
    yes tags are for the template...


    you can make template for every category and its page on the admin.
    try checking blade, twig and blogger for additional ideas, this are 2 of the template engine ive used... may i know what language is it parsed on ruby? .net? php? o Python?

  5. #5
    PHP bro...

    preg_replace stuff...

  6. #6
    Quote Originally Posted by emailroy2002 View Post
    PHP bro...

    preg_replace stuff...
    well then use blade and twig as reference... kay pareha rana sa imo gibuhat.... and also... preg_replace tend to slow down when daghan na kaayo ang iya basahon... similar ta sa gibuhat nako sa una... so instead i use SimpleXML and i forgot the other one i think it was DOMxml

  7. #7
    Quote Originally Posted by salbahis View Post
    well then use blade and twig as reference... kay pareha rana sa imo gibuhat.... and also... preg_replace tend to slow down when daghan na kaayo ang iya basahon... similar ta sa gibuhat nako sa una... so instead i use SimpleXML and i forgot the other one i think it was DOMxml
    ok thanks bro...

  8.    Advertisement

Similar Threads

 
  1. H1 tag problem -- need help here..
    By miacarmel in forum Websites & Multimedia
    Replies: 3
    Last Post: 01-16-2006, 11:11 PM
  2. TAG-PILA RATE NINYO SA INYO DESIGNS, ILLUSTRATIONS , WEB PROJECTS
    By killmore in forum Websites & Multimedia
    Replies: 9
    Last Post: 11-15-2005, 09:11 PM
  3. how can i change my top nav in cms?
    By mayet in forum Websites & Multimedia
    Replies: 1
    Last Post: 10-24-2005, 07:42 PM
  4. Open Source CMS Listing
    By pronelgraine in forum Websites & Multimedia
    Replies: 17
    Last Post: 10-17-2005, 03:13 PM
  5. multicolored/formating text in TEXTAREA tag
    By silent-kill in forum Websites & Multimedia
    Replies: 5
    Last Post: 09-02-2005, 02:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top