CMS for Blog

I'm familiar with how to create a CMS for a Blog, but I'm not sure how to go about creating the ability to archive pages. Can someone give me a clue?
Thanks!

Nothing guys? Layout, type, loading, this works/this dosent?

Similar Messages

  • Jsp tag for blog attribute in a flex asset

    hi Experts,
    I am using FW7.6.1, I have a flex asset with a blob attribute, when I create that flex asset, I can upload an image in that attribute, but I did not find a jsp tag for rendering that attribute which has a image saved, another question is what jsp tag should be used in case of a word file is uploaded in that attribute, that's to say:
    1. for a image, I want to display it in browser.
    2. for a word file, I want to show popup window to ask user if he wants to download or open.
    By using assetset:getattributevalues and render:stream, it's just for string type of attribute, not for blog.
    Thanks in advance.
    Best regards

    hi all,
    I got the answer from dev guide, seems should use:
    <blobservice:gettablename varname="uTabname"/>
    <blobservice:getidcolumn varname="idColumn"/>
    <blobservice:geturlcolumn varname="uColumn"/>
    and render:satelliteblob
    some complicated then I expected.
    Best regards

  • CMS for PI7.0

    Hi,
    I want to install CMS for PI7.0, I see only CMS guides for XI3.0, could anybody please help me where to get the CMS installation and configuration guides for PI7.0?
    Thanks in Advance.....

    Lou,
    It is same for PI7.0 also. As far as my knowledge goes the only change is you have to download EXCHANGE DIRECTORY CMS 7.0 from service market place. Its path is
    https://websmp210.sap-ag.de/swdc
    Support Packages and Patches--> SAP NetWeaver >SAP NETWEAVER>SAP NETWEAVER 2004S> Entry by Component> Process Integration (PI/XI)
    ---Satish

  • CMS for JSF Web App

    Hello Experts,
    I am new to Java Web Development, just moving from PHP, HTML, CSS and JS.
    Normally, when I build web apps.. I create a simple CMS using PHP and MySQL for the website. So am wondering if there is a CMS for JSF Web Apps.
    I am new, so am open to suggestions and advise.
    Thanks in advance,
    Shina

    There is Flexive. http://www.flexive.org/
    But like Java itself, it is aimed more at enterprise solutions and thus is far more complex than your average PHP CMS "solution".

  • What is the right CMS for FrameMaker 11 and DITA?

    Hello,
    I am looking for a good CMS for FrameMaker 11. I already tried componize for Alfresco, but it does not solve our problems. Some important requirements are:
    - comfortable editor which can be easily used by authors without XML/DITA/FrameMaker-knowledge
    - creating DITA-imagemaps (CMS editor)
    - creating DITA-templates without special knowledge or using FrameMaker-templates without problems
    In componize it was possible to download DITA-maps and open them in FrameMaker. But I don`t know how to format a whole DITA-map in FrameMaker - is it possible? Because it wouldn´t be very comfortable to format every single topic by using an EDD..
    Another idea was to import the whole DITA-map to RoboHelp for formatting, but it didn`t work because of a missing DITA Open Toolkit-Folder? I did download DITA Open Toolkit, but I was not able to install it. Why do I need this for RoboHelp and not for FrameMaker?
    And for the templates: is there an easy way to create FrameMaker-DITA-templates? I read a lot about EDDs, R/W-rules and DTDs but it seems to be very complicated for non-experts to create all these different documents. And there are less help documents like demonstration videos to learn it on my own.
    For me it seems to be like "before you are able to work with RoboHelp-FrameMaker-Templates-Outputs-CMS, learn a lot of programming languages and become an IT-specialist." - so very complicated, not comfortable, not intuitively.
    A lot of questions, maybe some of you have some good ideas and solutions! Thanks

    A CMS (content management system) is used for storing, retrieving, and managing files. Some CMS products are specialized for DITA. But they don't usually come with the ability to create and edit maps and topics. For that, you need a DITA editor. FrameMaker is a pretty good DITA editor (especially with the DITA-FMx plugin from Leximation).
    DITA maps don't need formatting.  They're simply organized collections of DITA topics. The topics do need formatting in order to deliver outputs.  FrameMaker can format them for print or PDF output, and is exceptionally good for this purpose. It can't directly format DITA for other outputs. For this, FrameMaker and many other products rely on the DITA-OT, which can format DITA for many outputs, such as CHM, Eclipse, or JavaHelp (and also PDF, but without the same power as FrameMaker).  
    To format the topics for page output, FrameMaker uses an EDD.  All DITA topics are formatted using the same EDD, and Frame does this "behind the scenes"  so you usually don't have to worry about it (although you can make custom adjustments to the EDD if you want).
    If you are using DITA, it's a good idea to install the DITA-OT and get it working with other products. There's a Yahoo group called dita-users where you can get help with this.
    As an alternative to the DITA-OT, you might want to look at DITA2Go or DITA4Publishers.

  • How to have more months and years appear for selection in the archives for blog posts?

    Hello,
    How to have more months and years appear for selection in the archives for blog posts?  It just shows past 3 months in the year 2014, but we have many blog posts in years 2013, 2012 and 2011 and further back.  I am using the OOB SharePoint blog
    feature.
    Paul

    Hi,
    Thanks for the reply; it doesn't add anything as RSA6 was one of the options I listed and this was my fall back option if there was no other special treatment for the COPA datasources.
    I have found out why this, and other fields, are not available in KEB0.  The program uses a Function called KERA_COPA_METADATA_INTERFACE within which there is a section that selects the COPA fields:
    ***** 1. RULES (choice/class)
    * set rules for fixed fields
      PERFORM COPA_SET_RULES_FIXED_FIELDS USING I_ACCTCOST
                                          CHANGING E_T_RULES[].
    When you look at this code section there is a hard coded list of fields to exclude:
      MRULE 'MANDT     ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'PAOBJNR   ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'PASUBNR   ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'PAPAOBJNR ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'PAPASUBNR ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'HRKFT     ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'HZDAT     ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'USNAM     ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'RKESTATU  ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'TIMESTMP  ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'PERDE     ' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'PERIO     ' OBLIGATORY CHAR_CE3 OBLIGATORY CHAR_CE3.
      MRULE 'COPA_AWTYP' NEVER FORGET_IT NEVER FORGET_IT.
      MRULE 'COPA_AWORG' NEVER FORGET_IT NEVER FORGET_IT.
    As this is a standard delivered SAP function I do not recommend that you change this code as you will invalid your SAP support and upgrade paths.
    Thanks
    Neil

  • Email notification for blog updates

    Are you kidding me? Wordpress, and everyone else offers email notification for blog updates. But iWeb doesn't? There is no widget we can use or anything? Just the RSS subscribe button provided? I even tried going through Feedburner, but that doesn't help. You would think iWeb would offer what is pretty commonplace these days. Help?

    The iWeb blog is not very good or user friendly - you need to have access to a Mac and iWeb to update it.
    I don't use it myself, preferring to create my own blog in WordPress. On my old website I used to display my blog as an iframe on my site, but now that I have updated my site, I just create a link to it from my site and it opens in a new frame.
    I find it a lot easier than using the iWeb blog - you can update online and I would not consider using iWeb blog until they improve it in updates to come.

  • Recommendations for blogging software

    I want to start a few blogs. I was thinking about using WordPress with a full range of the features(not the free one).
    BlueHost is the most popular host for WP, but turns out it doesn't support Mac.
    Are there other webhosts that do support Mac ?
    What are the alternatives for blogging, both free and not free ?

    Is it worth it? Good question. If you use iWeb for blogging and want comments integrated .Mac is the easiest solution. At the end, you need to decide, if you want that kind of money, if cheaper options are available. .Mac is nice and fancy, but also has some restrictions.
    Wordpress on the other hand is for free, installation on a server very easy or even preinstalled. Wordpress is the tool of choice for a lot of professional bloggers and it has a great reputation. If you are serious about blogging, this might be a very good option, or going with Rapidweaver as you can also blog to a 3rd part webserver.
    I run my main [blog|http://blog.jurgen-photo.com] currently on Wordpress and experiment with iWeb on my [customer website|http://www.jurgen-photo.com].

  • Good font for blogs?

    What would you guys recomment as a non-traditional font for a blog? I'd like something that's different from the rest and catches the eye, but I still want it to be easy to read.
    Right now I think I'm using a version of Arial with a dark blue color (it looks black).
    Thanks for all ideas!

    Serif fonts have more warmth and character to them than fonts like arial, helvetica, verdana which seem to best suit the design fields and e-commerce sites.  For blogs where there is a lot of text, serif fonts can be better to read.  I like to use this group, Palatino Linotype,Book Antiqua,Palatino,serif  - We have it in use here: http://www.teufellandscape.com/blog

  • CMS for non-CMS HTML sites

    There are lots of nice, attractive HTML templates out there for purchase that can deployed quickly for sites such as restaurants, cafes and the like. While I usually use Joomla and Wordpress exclusively, I wouldn't mind using some of these simple HTML templates simply because there are a lot of them and that gives me more choices. Moreover, they usually come as responsive templates nowadays so you get to charge the client for that without having to install an extension to create a mobile site (even though that's not really more than a five-minute operation).
    Since I always market my sites by offering both a Content Managment System and a Responsive Design, I don't want to put myself in a box by having to use Joomla and Wordpress when I could just as easily install a little CMS for basic editing of text and images.
    In the past I have always found security to be an issue with these budget CMS, so this would have to be resolved before I would be willing to use one.

    COMMERCIAL
    Perch ($59 license per site)
    PHP & MySql required
    http://grabaperch.com/
    Media Carbon (formerly called "Content Seed")
    No databases required
    Available in ASP or PHP "Seed" versions
    http://mediacarbon.com/
    WebAssist Power CMS Builder (Extension for DW)
    http://www.webassist.com/dreamweaver-extensions/powercms-builder/
    Adobe Business Catalyst (subscription includes CMS & web hosting on BC servers)
    http://www.businesscatalyst.com/
    OPEN SOURCE
    Get Simple CMS -
    PHP, no database required.
    http://get-simple.info/
    e107 CMS
    PHP & MySql required
    http://e107.org/
    Concrete 5
    PHP & MySql required
    http://www.concrete5.org/
    Nancy O.

  • Copy Right for Blogs / Articles

    Hi,
    i found copy right violations of my blogs at several platforms, for example:
    http://sapxitutorials.blogspot.com/2009/04/value-mapping-replication-scenario.html
    or
    http://searchsap.techtarget.com/tip/Comparing-performance-of-mapping-programs
    Is this ok (allowed without my authorization)?
    Do i have the copy right for blogs written by me at SDN?
    Do i have the right to disagree publishing of my blogs at other platforms?
    Regards,
    Udo

    Hi Udo,
    No, it is not OK or allowed. Both of these sites appear to me to be "content farms" that post as much content as possible with the goal of moving up in search rankings and making money off of ads. They are using your content in violation of your copyright.
    In the case of the blogspot.com blog (a Google property), I believe you can report the unauthorized use of your work here: http://www.google.com/support/bin/request.py?contact_type=lr_dmca&product=blogger
    There are some legal ramifications to making these sorts of claims, at least in the US. These issues are outlined in the form. So, you might decide against making the claim. It's up to you.
    Ethan

  • Adding CMS for Promotion Manager

    We are on BOE version 4.0 SP5 Patch 5. I am trying to locate instructions how to add new CMS so we can connect and promote objects from one system to another using 'Promotion Management' on CMC. By default only current CMS can be selected.
    We have the systems - Dev, QA and Prod. We needed to reinstall Dev from scratch. After reinstall we cannot connect and pull content from other system
    I searched for instructions but I could not find specific ones for SP5.

    You don't need to add CMS for promoting objects from one environment to another.Only when youa re using override settings, you have to CMS systems.
    Create a job, while creating a job, it will ask for source and destination systems locations. and then add the objects you want to promote.
    Check if all the systems are same domain.

  • Error when trying to access CMS for Catalyst 2940

    Hi,
    I have been using the web CMS to administer our Catalyst 2940 until yesterday when it suddenly did not work. The following error message appeared when trying to start the CMS:
    "AppletParameters property not found"
    Bearing in mind the following were done in the past 4 days:
    - upgrade Symantec Antivirus Corp Edn from 9 to 10
    - install security patches for WinXP (yesterday)
    I set out to try and see if I can find the culprit:
    - disabled Windows Firewall -> still same problem
    - tested across 3 machines running WinXP SP2 with latest security patch installations -> all exhibit the same problem (one of the machine has never had the CMS plugin installed before)
    - tested 1 machine with WinXP SP1 (fresh CMS Plugin install) -> works
    - tested 1 machine with Win2K SP4 (fresh CMS Plugin install) -> works
    - removed security patches 1 by 1 from one of the WinXP SP2 machines -> still same problem
    - tried to activate restore point on this same WinXP SP2 machine -> failed to restore (I think becos all the security patches had been removed by then)
    - did not remove Symantec Antivirus Corp Edn as both the WinXP SP2 machines and Win2K SP4 machine have that installed (and only the WinXP SP2 machines have the problem)
    The most likely conclusion here is that WinXP SP2 security patches caused the problems but I can't explain why didn't the CMS load even after I removed all the WinXP SP2 security patches.
    Help!!
    Cheers!
    Edmund

    Problem solved. Disabling Symantec AntiVirus's Auto-Protect allows the CMS to load properly.

  • IWeb - looking for replacements for 'blog' & 'photos'

    With a deep Sigh..., I am finally facing up to the fact that I must move my iWeb Websites to another hosting sight and deal with the loss of the intergrated blog & photo pages that come with iWeb.  I kept hoping for a miracle but now I must get on with it.  I would be grateful for advice from those who have dealt with this issue already. 
    My biggest concern is finding suitable replacements for the blog and photo galleries that can be embedded into iWeb having a matching 'look and feel'.
    I have developed many robust (well of 50) websites with iWeb and they are active websites.   The websites have:
    Custom layouts (i.e. not using the suppled defalut template)
    Blog pages (used as 'News' entries)
    Photo pages
    iMovie
    HTML Snipits
    Many have been designed for use with charity events and recieve quite a bit of traffic (see stats below) before and during the event.
    As for the hosting - we will use GoDaddy or other Domain Provide with Hosting services.   We have already moved some of the more less complicated websites over. 
    I love iWeb (I know it has it's faults and I have probably pushed it to it's limits but it has handled it well).  I have tried looking at other products like Rapidweaver & Freeway Pro (Dreamweaver would be out of the question for me as I'm not a programmer - I can deal with some basic html code for snippets and such - but that's my limit).  My partner has begun looking at Wordpress.  However, the biggest drawback from what I've seen from these other products is that I can't duplicate the freedom and ease of designing a template/layout the way I want it.  I have tried to duplicate a website I have done in iWeb and I simply can't do it with these other products (at least without a great deal of work - if at all).
    So, I wish to continue using iWeb for the main website desgin but desparately need to find good replacements for the blog and photo galleries to move over my existing websites.
    Please HELP!  
    This is my 1st time up on the forums so I do apologise if this has been dealt with before.  In my searches - I just haven't really found an answer which is why I'm submitting this question.
    Many thanks, MichelleSC
    P.S. I have been an Apple user since Apple began and have always raved about their products.   This is the 1st time I have been frustration with Apple.  I really wish they would continue to develop iWeb and keep Mobileme.

    Do you have visitors post comments to your blog or it is one the only includes your entries?  If it's the atter then you can continue to use the iWeb blog. If you currently have visitors comment on the entires you will have to move to a new blogging system, one of those suggested by Ethmoid and Jeff.
    As for photo albums I've just run across a new site called ZangZig which offers albums similar to MobileMe galleries with most of it's features plus one that MMe didn't have.  The capability of selling your photos. 
    One convenient feature of it is that it can move/copy photos from your existing MMe galleries as well as your iPhoto library and other sources:
    As for for iWeb can do after MMe is gone read the following:
    On June 30, 2012 MobileMe will be shutdown. HOWEVER, iWeb will still continue to work but without the following:
    Features No Longer Available Once MobileMe is Discontinued:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    ◼ MobileMe Gallery
    Currently if the site is published directly from iWeb to the 3rd party server the RSS feed and slideshow subscription features will work. However, if the site is first published to a folder on the hard drive and then uploaded to the sever with a 3rd party FTP client those two features will be broken.
    All of these features can be replaced with 3rd party options.
    There's another problem and that's with iWeb's popup slideshows.  Once the MMe servers are no longer online the popup slideshow buttons will not display their images.
    Click to view full size
    However, Roddy McKay and I have figured out a way to modify existing sites with those slideshows and iWeb itself so that those images will display as expected once MobileMe servers are gone.  How to is described in this tutorial: iW14 - Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.  There's a link in the tutorial to download the file that one needs to be edited and replaced in existing slideshows and in the iWeb application for future slideshows. Once replaced in the application it's back to life as usual for iWeb.
    OT

  • Would like to use song from Itunes as background music for blog, How do I?

    Would like to use a song I have in my Itunes library as background music in my blog. Does anyone know how? New to computing and not great on the lingo just yet. Thanks

    I'll give you my recipe to attain your goal. Then, please, tell me if it worked.
    First of all, you need some MB of disc space on the web, and almost all of the e-mail providers (such hotmail.com, msn.com aol.com andso.on) can give you this chance.
    Second step, you have to download, install on your computer and set with your web space information, an ftp browser such as SoftX FTP Client ( http://www.softx.org/ftp-download.html ) or Terrapin FTP Browser ( http://www.pcadvisor.co.uk/downloads/index.cfm?categoryID=1470&itemID=6574 ).
    Third step, you have to reduce the mp3 bitrate of your song whether it's more than 128 kbps, to make sure it won't be too heavy to load when someone visit your blog. To do this, you must open the Preference panel of iTunes (in Windows version of it usually in tools menu), click on advanced, click on import and then choose import using mp3 encoding and set the bitrate to 128 kbps (less is better) and confirm. Now select your song, right click on it and click on convert selection to mp3. When the operation will end, you'll have two files of the same song. Right click on the new one and click on "show file". An Explorer window will open with the right file already selected. Just drag and drop it on the FTP browser (is better if you correct the name of the song and put out spaces between the words before the uploading - i.e.: "Storm in a tea cup.mp3" will become storminateacup.mp3 or storm.mp3, far better) and it will be uploaded to your web space. Obviously, if your file is already at a low bitrate (lower than 128), you must jump the "Preference panel setting" step and the "convert to mp3" step.
    Final step: your blog
    this is the standard html syntax, accepted by almost all of the blog providers:
    '<embed src="http://YOURWEBADDRESS/NAMEOFTHESONG.mp3" autostart=false loop=false volume='85' width=425 height=40>'
    Be careful: you have to write correctly your web address and the name of the song, because the html language is case sensitive.
    put autostart=true if you'd like to hear the song as you open the blog and loop=true if you like to hear your song again and again. You can also set the volume as you like (0-100 is the range) and put to 0 both width and height if you like to make the song bar invisible.
    You can put the code either in a post or in the blog page, as it will be the soundtrack for the blog or just for a single post.
    Enjoy it
    slowly, slowly catch the monkey

Maybe you are looking for

  • Interest calculation on bank loan

    Hi guru, we have taken long term loan from 10 banks.we have to calculate interest on loan from each bank.we have maintained each bank loan a/c as a vendor.As we know the procedure as given by sap for balance interest calculation will be followed here

  • Flickering problem in Ipad 2?

    Flickering screen on my iPad 2.  It also presses buttons on its own.

  • IBAN update for vendor bank details using  rfbikr00

    Hello, I am trying to update the IBAN details of vendor using standard upload program rfbikr00.While doing the same, the IBAN is not updated to the corresponding bank details line, rather it is creating a new line with IBAN only. I am using the below

  • IPad 3 safari wont work

    I just received my iPad today. Everything is good but only that my safari wont work... When I opened the safari app, it will show up the web but only the bar on the top and the rest are white. Also, the touch screen seen no functioning when that happ

  • Syncing iphone please help!!

    trying to sync new music to my iphone but keep getting the same message (itunes has an unknown error occured 13019) it will add games and apps to my phone but not music it starts syncing but then has this error? my itunes is up to date. please help!!