Is there any Content Management System better then Drupal?

Hi everybody,
I am in search of content management system for my new project it is for the collaboration of high school teacher. I want to provide following feature in it:
*Blog
*Lesson Plan
*Chat 
*Email
*Virtual Class Room features
*Personal Resource
*Resource sharing
*discussion forums
*and more ... according to further requirement.
Please suggest me any better solution with Java technologies.

Well, the basic unit of information in RH is the topic. There
are features to modify a topic and to exclude it from the final
output. But you can't re-use part of a topic in another topic.
In a real CMS, you are writing building blocks from which the
output is generated. Talking about online help, you can have one
building block appear in a multitude of different topics. If you
change one block, the changes propagate through all topics using
this building block.
And don't get me startet abour robustness, reliability and
the ability to handle large projects...
RH has several features which emulate a CMS, but the basic
concept is completely different.
---Dirk Bock

Similar Messages

  • Are there any reference manager systems that allow inserting citations into pages other than endnote?

    Are there any reference manager systems that allow inserting citations into pages other than endnote?

    Only Endnote is integrated with Pages. How other reference manager systems work, i do not know but that are not integrated with Pages.

  • I can no longer edit my custom content management system using Firefox

    Hello,
    I work for the University of North Carolina. We have a very old custom content management system that is built in Oracle (UCM). When logged in, it has little edit buttons that allow you to click on items and launch edit windows. I don't know what's behind that -- it's not Java. I'm thinking javascript? All I know is that since the Firefox upgrade to 13.0.1, the edit buttons no longer display, and the sites are not editable.
    So far, the only way we've been able to allow people to edit their sites is by forcing them to use IE9 in compatibility mode. All other browsers fail for various reasons. Firefox is our workhorse browser, but we're desperate to have Firefox back.
    I understand we also have some problems with our Remedy application -- not sure what's happening, but it's also no longer functional in Firefox. I'm wondering if there is a patch in the works that will address these issues?
    BTW, it sounds a lot like this issue here: http://support.mozilla.org/en-US/questions/930042

    Drat... So, we tried taking out the javascript entirely. No real change, except lightbox actions would not function. Then, we tried referencing a different javascript version. No difference, except that lightboxes and Carousels still would not function.
    To see if the $ error was universal across all of our sites, I logged into four or five other UCM sites. None of them threw the $ error, only the Art site. What's interesting is that for all sites, you can see editable areas if you look for them (e.g. mouse randomly around the areas where there used to be buttons to click on), but the icons continue to not show up.
    The warnings coming from the console seem fairly benign, and it's only the Art site that throws a definite error. The only thing that seems consistent across all sites is the warning: "server does not support RFC 5746, see CVE-2009-3555".
    Any other thoughts? I'm not sure a guest logon would help, but I can certainly pursue that line of action if you'd like to dig a little deeper.
    Thanks in advance,
    - Veda

  • CMS (Content Management System)

    Hi,
    Firstly and quickly some background. I have a web design and development company and am currently bringing my company into the 21st century by revamping my site and my method of developing sites from a fixed width layout to a responsive layout using sass + compass and Zurb’s foundation framework.
    I would like to add a built in content management system into my site that will allow my clients to log into an account set up for them via my website which will allow them to edit certain elements of their site such as text and images as well as adding in additional content / pages. Something that would allow me to wrap a class round elements of sites to show which sections I want to be editable by my clients would be ideal.
    Ideally I would like to find a method / tutorial to build my own robust reliable easy to use CMS so I don’t have to pay a third party.
    I don’t mind using third party software but it has to be able to be integrated into my site so my clients can edit content on their site through mine. Also I don’t want the CMS part of my site to have another company’s logo etc.
    Hope this all makes sense, any help that can be given is much appreciated.
    Kind regards
    Elliot.

    All the websites I build are based on a custom CMS that I've been refining over five years.
    If, as you say, you want to build your own CMS, here are some points:
    1. You must be able to write PHP and SQL code effortlessly. Also know some javascript.
    2. Allowing clients to upload and edit material on the site raises many security issues, which must be addressed. You must build the CMS so that if a hacker breaks into it, the damage would be minimal. Also, clients may "unwitingly install material you don't want to allow, like javascript.
    3. If clients have the ability to create new pages, then they must also be given the ability to manage their menu system. Assuming that the menus are multi-level, this is more complex to program than just giving clients text boxes to add content to.
    There is a book on creating a CMS called "Buid your own database driven website using php & mysql," but it's outdated and has many shortcomings.
    PHP Solutions by Powers will teach you many of the things you need to build a CMS, although it's up to you to put it all together.
    Unless you need to build a CMS that has complex features that no off-the-shelf CMS can accommodate, then I suggest you not try. Instead of learning to build your own CMS, apply your time to learning Drupal, Joomla, or even WordPress. Then modify your existing websites to work with the CMS.

  • How to create a built in Content Management System

    Hey guys, I've found myself in a spot of trouble.
    My client commissioned me to create for him a website for his new restaurant (Paul's Place). I built him a responsive site using another website I found online (www.megnarestaurant.com) as a guideline. The problem is though that the client plans on changing the menu about every month and wants to be able to change it himself. I could teach him how to edit the files and add new ocntent himself (It's not even that hard after all) but that just doesn't seem like the right option.
    Instead, I want to create a built in content management system that doesn't require a third party website or software like Wordpress or Joomla. I was thinking about having a page called "www.paulsdiner.com/login" where the client can log in using a username and password and can then change the content of the website.
    My menu page is pretty much the same as the one found on "www.megnarestaurant.com/starters.html". I'm also using gloriafoods as an ordering system meaning that the client will have to change it on both the website itself and on the actual gloriafoods website (Not really an issue).
    I want the client to be able to edit the menu boxes and add new boxes along with being able to add a new menu section (Like in the Jump Menu) which follows the template of the existing Jump Menu.
    I'm making this website as a favour to my friend so I'm not being paid. As a point of reference (And future bragging and maybe some innocent blackmail ) how much do you guys think the creator of "www.megnarestaurant.com" charged his client?

    Have a look at Perch
    Perch - The really little content management system (CMS) - Perch
    It requires a php/mysql database to run but the tables and set up are all automated through the Perch set up files - you just need a server that runs php/mysql. It works on the same principals as the one Ben suggested but its a lot cheaper for a one off site - however if you intend to build more CMS driven sites the one Ben suggested might be more financially viable in the long run.
    The nice thing about Perch CMS is it fits in with your workflow unlike Wordpress/Joomla where you have to jump through hoops to change anything.
    Plus I think you can take Perch for a spin before buying (or at least you could when I was exploring CMSs) - you can't with Power CMS. I never investigated Power CMS beacuse I would not buy something before trying it. It looks good but it might be a bit dated as it doesnt seem to be in continuous develoment. Perch is in a constant state of development and the guys are working to make it better on a daily basis.

  • Oracle Payables Integration With Documentum Content Managment System

    Hi there,
    I'm working for a customer who has the requirement to add "attachments" to invoices in Oracle Payables. The attached documents will not be stored in Oracle, but will be links to documents stored in the Documentum content management system. Clicking on the link will retrieve the document and display it.
    The problem is I am a complete novice when it comes to developing for Oracle Payables. Documentum provides an extensive java API that I have a lot of experience using but can I get at that from within Payables?
    Can anyone point me at the correct documentation/websites to get me going?
    Many Thanks
    Paul

    You can attach a URL to an invoice using standard attachments, just query up an existing invoice and click on the "paperclip" attachments icon in the toolbar, enter the sequence, category, description and enter "Web Page" as the data type, then put the URL in the File or URL field.
    You could also do the above steps automatedly via PL/SQL (or Java) by calling the appropriate FND attached documents API to insert the data into the required tables.
    Gareth
    Blog: http://garethroberts.blogspot.com
    Web: http://www.virtuate.com

  • Is RoboHelp a content management system?

    I know RoboHelp can use conditional tag to manage file
    content. RoboSource control can do version control. Then what is
    the difference between RoboHelp and Content Management system?
    Thanks.

    Well, the basic unit of information in RH is the topic. There
    are features to modify a topic and to exclude it from the final
    output. But you can't re-use part of a topic in another topic.
    In a real CMS, you are writing building blocks from which the
    output is generated. Talking about online help, you can have one
    building block appear in a multitude of different topics. If you
    change one block, the changes propagate through all topics using
    this building block.
    And don't get me startet abour robustness, reliability and
    the ability to handle large projects...
    RH has several features which emulate a CMS, but the basic
    concept is completely different.
    ---Dirk Bock

  • Content Management System in Swing

    Hi,I wish to make a website content management system using a swing GUI.
    So to start off, is there a text pane in Swing that can publish into HTML format? would it be possible to paste text from Word directly into this ( i have had bad experiences with Active-x windows not being able to accept text pasted in from word )
    Thanks in advance

    Hi,I wish to make a website content management system
    using a swing GUI.
    So to start off, is there a text pane in Swing that
    can publish into HTML format? would it be possible to
    paste text from Word directly into this ( i have had
    bad experiences with Active-x windows not being able
    to accept text pasted in from word )
    Thanks in advance
    hello,
    use [url http://java.sun.com/docs/books/tutorial/uiswing/components/editorpane.html]JEditorPane  or JTextPane (its subclass).
    I think its possible to paste text from word to swing textcomponents isnt it ?
    regards,
    Tim

  • Is there any file manager like scrapbook (firefox extension)

    Is there any file manager like scrapbook ( firefox extension )
    I love the extension. Especially the "tree view" style.
    I'd like to use it to manage all my files and photos.
    Is there anything like that?
    I've tried xfe. But I cannot select the root folder of the side panel.
    And it cannot edit text file inside.
    I want to edit text file inside the file manager.
    then, I don't have to use other note keeper.
    Any suggestions ?

    Mc, Krusader, Gnome-commander, Tuxcmd, Vimcommander, Vimexplorer, tunar

  • How to create a backend administrator content management system?

    How to create a backend administrator content management system using SQLyog515 and JSP only.
    Can give suggestions?
    Thanks,
    JSPnewbie*
    Message was edited by:
    Liting_JSPnewbie

    Have a look at Perch
    Perch - The really little content management system (CMS) - Perch
    It requires a php/mysql database to run but the tables and set up are all automated through the Perch set up files - you just need a server that runs php/mysql. It works on the same principals as the one Ben suggested but its a lot cheaper for a one off site - however if you intend to build more CMS driven sites the one Ben suggested might be more financially viable in the long run.
    The nice thing about Perch CMS is it fits in with your workflow unlike Wordpress/Joomla where you have to jump through hoops to change anything.
    Plus I think you can take Perch for a spin before buying (or at least you could when I was exploring CMSs) - you can't with Power CMS. I never investigated Power CMS beacuse I would not buy something before trying it. It looks good but it might be a bit dated as it doesnt seem to be in continuous develoment. Perch is in a constant state of development and the guys are working to make it better on a daily basis.

  • Path for Content Management System (CMS)?

    Hi All!
    Has anyone configured Authoring environment for learning Solution. Can anyone please provide me the step-by-step details.
    Also can anyone please explain the process of setting up the path for CMS (Content Management System) Address in KM for ECC6.
    Ours is a EP7.0,ECC6.0 (NW2004s) new implementation.
    Thanks
    regards
    Madhu

    Hi,
    "CMS" would in the first place only be a generic term that you can call any product that manages content.
    At SAP I am aware of the following similar terms:
    <b>KM -</b> Java-based CMS, integration framework for 3rd party CMS's and more of SAP NetWeaver, runs in the Portal
    <b>CM -</b> The architectural part of KM that deals with basic content management services. With additional services and TREX this combines to KM.
    <b>DMS -</b> "Document management system", R/3-based system for management of engineering documents, bases on "KPro" in Web AS ABAP, part of mySAP PLM, integrates into KM via repository manager
    <b>KW -</b> KPro-based system for managing SAP-related documentation and training
    <b>Content Server - </b>Object storage location for KPro-managed documents (see DMS)
    <b>KPro -</b> "Knowledge Provider", deep level very generic set of ABAP methods to manage document attachment objects in an R/3 environment
    Hope that clarifies...
    Regards, Karsten

  • Accessing content in WebLogic Content Management system via link in JSP

    We are running WebLogic 8.1 (sp4) and are learning about the BEA Content Management System and what we can do with it. We have a user request to pull out the content based on certain indexes and display the titles as links in a JSP. The links in the JSP would actually allow the user to pull down the document.
    <BR>
    Is this possible?
    Could someone send an example on how to do this?
    <BR>
    Thank you,
    <BR>
    Robert
    <BR>
    This is what we have so far (which builds a link, but we don't have the correct mapping to open/save/etc. the file):
    <br><br>
    <pz:contentSelector rule="ProgramPublicLinks" id="pubLinks"/>
    <utility:notNull item="<%=pubLinks%>">
    <utility:forEachInArray array="<%=pubLinks%>" id="plink" type="com.bea.content.Node">
    <BR><BR>
    [a href="<%=request.getContextPath() + plink.getPath() %>"]
    <BR>
    <cm:getProperty id="plink" default="No content node found." name="binary" resultId="link"
    conversionType="url" />
    <%= link %>
    <BR>
    [a]
    <BR><BR>
    </utility:forEachInArray>
    </utility:notNull>

    Hi Robert,
    Take a look at the DownloadBinaryServlet. You can use this to download a CM Node's binary property value.
    If you are displaying images, the ShowPropertyServlet is probably a better match. (build up an image href URL to the ShowProperty servlet)
    -Steve

  • Info on Integration with Content management System

    Does Access Manager provides support for any of the content management system? If no, does any other Access Management solution does that?

    Hi,
    Please send me a private mail (ktukker at_sign adobe -d o t - com ) with your question and description of workflow. Can you give me some sample links of Washington Post / NYT that you are referring too?
    You can combine an HTML workflow with DPS. have a look at the Shell Scenarios app; content has all be created in HTML articles.
    Shell Scenarios: https://itunes.apple.com/nl/app/scenarios/id605820338?l=en&mt=8
    -Klaasjan

  • Is there any form of system cleanup  for mac air

    is there any form of system cleanup for mac air

    How to maintain a Mac
    1. Make redundant backups, keeping at least one off site at all times. One backup is not enough. Don’t back up your backups; make them independent of each other. Don’t rely completely on any single backup method, such as Time Machine. If you get an indication that a backup has failed, don't ignore it.
    2. Keep your software up to date. In the Software Update preference pane, you can configure automatic notifications of updates to OS X and other Mac App Store products. Some third-party applications from other sources have a similar feature, if you don’t mind letting them phone home. Otherwise you have to check yourself on a regular basis. This is especially important for complex software that modifies the operating system, such as device drivers. Before installing any Apple update, you must check that all such modifications that you use are compatible.
    3. Don't install crapware, such as “themes,” "haxies," “add-ons,” “toolbars,” “enhancers," “optimizers,” “accelerators,” "boosters," “extenders,” “cleaners,” "doctors," "tune-ups," “defragmenters,” “firewalls,” "barriers," “guardians,” “defenders,” “protectors,” most “plugins,” commercial "virus scanners,” "disk tools," or "utilities." With very few exceptions, this stuff is useless, or worse than useless. Above all, avoid any software that purports to change the look and feel of the user interface.
    The more actively promoted the product, the more likely it is to be garbage. The most extreme example is the “MacKeeper” scam.
    As a rule, the only software you should install is that which directly enables you to do the things you use a computer for — such as creating, communicating, and playing — and does not modify the way other software works. Use your computer; don't fuss with it.
    Safari extensions, and perhaps the equivalent for other web browsers, are a partial exception to the above rule. Most are safe, and they're easy to get rid of if they don't work. Some may cause the browser to crash or otherwise malfunction.  Some are malicious. Use with caution, and install only well-known extensions from relatively trustworthy sources, such as the Safari Extensions Gallery.
    Never install any third-party software unless you know how to uninstall it. Otherwise you may create problems that are very hard to solve.
    4. Beware of trojans. A trojan is malicious software (“malware”) that the user is duped into installing voluntarily. Such attacks were rare on the Mac platform until sometime in 2011, but are now increasingly common, and increasingly dangerous.
    There is some built-in protection against downloading malware, but you can’t rely on it — the attackers are always at least one day ahead of the defense. You can’t rely on third-party protection either. What you can rely on is common-sense awareness — not paranoia, which only makes you more vulnerable.
    Never install software from an untrustworthy or unknown source. If in doubt, do some research. Any website that prompts you to install a “codec” or “plugin” that comes from the same site, or an unknown site, is untrustworthy. Software with a corporate brand, such as Adobe Flash Player, must be acquired directly from the developer. No intermediary is acceptable, and don’t trust links unless you know how to parse them. Any file that is automatically downloaded from a web page without your having requested it should go straight into the Trash. A website that claims you have a “virus,” or that anything else is wrong with your computer, is rogue.
    In OS X 10.7.5 or later, downloaded applications and Installer packages that have not been digitally signed by a developer registered with Apple are blocked from loading by default. The block can be overridden, but think carefully before you do so.
    Because of recurring security issues in Java, it’s best to disable it in your web browsers, if it’s installed. Few websites have Java content nowadays, so you won’t be missing much. This action is mandatory if you’re running any version of OS X older than 10.6.8 with the latest Java update. Note: Java has nothing to do with JavaScript, despite the similar names. Don't install Java unless you're sure you need it. Most people don't.
    5. Don't fill up your boot volume. A common mistake is adding more and more large files to your home folder until you start to get warnings that you're out of space, which may be followed in short order by a boot failure. This is more prone to happen on the newer Macs that come with an internal SSD instead of the traditional hard drive. The drive can be very nearly full before you become aware of the problem. While it's not true that you should or must keep any particular percentage of space free, you should monitor your storage consumption and make sure you're not in immediate danger of using it up. According to Apple documentation, you need at least 9 GB of free space on the startup volume for normal operation.
    If storage space is running low, use a tool such as the free application OmniDiskSweeper to explore your volume and find out what's taking up the most space. Move rarely-used large files to secondary storage.
    6. Relax, don’t do it. Besides the above, no routine maintenance is necessary or beneficial for the vast majority of users; specifically not “cleaning caches,” “zapping the PRAM,” "resetting the SMC," “rebuilding the directory,” "defragmenting the drive," “running periodic scripts,” “dumping logs,” "deleting temp files," “scanning for viruses,” "purging memory," "checking for bad blocks," "testing the hardware," or “repairing permissions.” Such measures are either completely pointless or are useful only for solving problems, not for prevention.
    The very height of futility is running an expensive third-party application called “Disk Warrior” when nothing is wrong, or even when something is wrong and you have backups, which you must have. Disk Warrior is a data-salvage tool, not a maintenance tool, and you will never need it if your backups are adequate. Don’t waste money on it or anything like it.

  • Edge animate and content management system

    Since I'm having great difficulty getting this to work, I'm wondering if edge animate 2014.1 will work in an content management system? The previous version I was using created a _edgePreload.js which among other things, loaded the javascript files and had a path to those .js files that could be changed, which is how I managed to get about half working with my cms. Now that Edge has updated to v2014.1 the _edgePreload.js is no longer automatically generated as a separate file and when set to publish preload DOM as separate file, this preload.js  does not have the same "paths" section. Also, publish settings will not let you use relative paths, Can anyone explain if and how edge animate 2014.1 can work in an content management system I would greatly appreciate it.

    You can now modify the first parameter to "AdobeEdge.loadComposition" in the generated html page accordingly.
    Say, you moved the edge generated js(_edge.js and/or _edgePreload.js) files to folder "myJSFiles", then do the following change:
         Before Change:  AdobeEdge.loadComposition('CompName', 'EDGE-107552393', { ..... }
         After Change:    AdobeEdge.loadComposition('myJSFiles/CompName', 'EDGE-107552393', { ..... }
    hth,
    Vivekuma

Maybe you are looking for

  • My Ipod Touch 4G  is showing up as a storage device in my computer but not on Itunes.

    So I have a Ipod touch 4g. It is showing up as a storage device when I connect it, but not in Itunes or any other third party program. My IPod has connected to this computer before on this version of ITunes and worked fine. Now, it's just not. I real

  • Chart labels are not shown in the exported analysis

    Hi All, I have a requirment where client wants data lable should come in the chart when they export the charts to PDF/Excel/PPT. In 10g when we export the analysis in PPT it displays the data but in 11g we don't get that. I can not put the data label

  • Itunes continually freezing forcing a hard reboot of pc

    when syncing my itunes library with my ipod, itunes freezes fairly often and i can't quit out of it even if i try and kill the process in task manager. i think reformatting windows and starting over might help somewhat, but in the meantime, which is

  • Is any body implemented N-step..

    Hi,   <b> Friends , i am facing very big problem, even i posted lot of times , but no reply from you all.    please friends give me soluction for my problem.   is any body successfully implemented N-Step SC Item level approval workflow ( WS14500015 )

  • Need FMS For Unit price

    Dear Experts,                    Please Find the Attachment and  mentioned two fields(Red) and I want Multiply from these Two fields. So please give FMS query for this problem.Kindly give solution ASAP. Thanks&Regards Vinoth Raj K