Results 1 to 6 of 6

Thread: How to create and Edit pages with CushyCMS

  1. #1
    Join Date
    Jan 2009
    Posts
    70

    How to create and Edit pages with CushyCMS

    hi
    i am looking for information abouy CushyCMS for editing and creating pages online .CMS to cost a lot with time and is not easy so please kindly tell me how can i make customize setting ? please reply thank you

  2. #2
    Join Date
    May 2008
    Posts
    2,389

    Re: how to Edit pages with CushyCMS

    yes Content Management Systems CMS is costly and is not easy. There are open source alternatives, but in general use PHP and MySQL (not every server supports this) and for a lay is not easy to install such alternatives. Certainly seemed These packages often overkill institutions. In short, the house, garden and kitchen computeraar always modify the code.

    But fortunately there is CushyCMS. A CMS that does not install on your server and each site works. Please log in, your site and you have a CMS for your site! A small adjustment in the code is enough for now to enjoy the convenience of a CMS.

    First, the join CushyCMS briefly discussed. Then follows the adaptation of code to your site to be adaptable in CushyCMS. Then you can add the site to CushyCMS (FTP required).

    you need

    A website;
    FTP access to your server (and your login information);
    A simple text editor such as Notepad (programs such as Dreamweaver can of course);
    A mail address to log in CushyCMS;
    And of course the Internet and a browser of your choice.

  3. #3
    Join Date
    Feb 2008
    Posts
    1,852

    Re: how to Edit pages with CushyCMS

    Go to the site of CushyCMS: www.cushycms.com. And click on the large green button where "Sign up for free 'on it.You will be automatically logged. There is a mail sent to the address you just entered, with a brief confirmation of your registration. This logging is done and you can start the real work.

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: how to Edit pages with CushyCMS

    In order to make a site compatible with CushyCMS you the source code in a number of small adaptations. Everything you want in modifiable CushyCMS you in the source code for this code:

    Code
    class = "cushycms"

    With this code you can specify exactly what will soon adapt to CushyCMS. Each HTML tag can be equipped with a class attribute. Here's an example how this looks in practice.

    Code
    <h1 class="cushycms" title="Titel"> My Website </ h1> <div class="cushycms" title="Main content"> <p> Everything between these div's ability to adapt will CushyCMS </ p > </ div> <div class="extra cushycms" title="Extra content"> <p> This div had a class. Type just cushycms behind. Simple! </ P> </ div> <p> I'm not adaptable, sob. </ P> <img class = "cushycms" src = "yours.jpg" alt = "I'm just adapt!" />
    As you can see I use in this example 'title' and 'alt'. This is done because I CushyCMS recognize these attributes. Thus, just easier to see what you adjust. This works with 'title', 'alt' and 'id'.
    In the example you can see that images are also customizable. But often the size of an image differently. A large image can ruin your design. This avoid you to work with 'width' and 'height'. This is in a code as follows.

    Code
    <img class = "cushycms" src = "yours.jpg" width = "300" height = "250" alt = "My width and height are fixed." /> <Img class = "cushycms" src = "yours.jpg" width = "300" alt = "Only my width is common." />
    The first image is reduced and appropriate within the specified values. The distorted images can result. The second image is reduced. The ratios are thus preserved. This is in many cases better. Finally, I will discuss a number of types of classes you can use.

    Code
    class = "cushycms-text"

    If you use this class, you will simply enter text. The advantage is that you can enter for example HTML codes.

    Code
    class = "cushycms-html"

    This class ensures that all special characters are converted to HTML.

    Code
    class = "wysiwyg-cushycms"

    This class does the same as the class above. Furthermore, there appear a number of buttons in the CMS for some default formatting operations. This was the technical part of this tutorial. You can the above codes in many ways. With a portion creativity for each site an ideal CMS team.

  5. #5
    Join Date
    Feb 2008
    Posts
    1,852

    Re: How to Edit pages with CushyCMS

    Now that the codes in your HTML files are made (and uploaded to your server), we can add the site to CushyCMS. This is done by logging into your account what you've already created

    Follow the green arrow and click on "Add Site. You are now on a page where you different things to fill. To begin with the URL of your site by entering 'Site URL'. You also need the FTP server and login data filling thereof. If you do this you can also specify the folder where your site (which is not mandatory). This is done by clicking on "Choose ...'. CushyCMS log onto FTP and your folders. Then select the folder where your site is. When you have completed everything correctly, click on "Add Site". Your site is now added.
    The page has been added to CushyCMS. You can have multiple pages.

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: How to Edit pages with CushyCMS

    You edit a page in CushyCMS by clicking on the title you have given the page itself. You come now to a page where all the parts (which are a class) of your page to customize. The operation is not difficult. The editors, as it were, simplified text processors. Upload photos is not difficult. When you're done customizing remember to 'Publish Page' button. CushyCMS fit the page and your website is again up-to-date.

Similar Threads

  1. Create and edit batch file in windows 7?
    By bomblast in forum Tips & Tweaks
    Replies: 2
    Last Post: 08-11-2011, 03:56 PM
  2. Drupal Users cannot edit simple pages
    By T0tal L0$$ in forum Windows Software
    Replies: 4
    Last Post: 30-01-2010, 10:53 AM
  3. How to create or edit DivX video file
    By TechyGuy in forum Guides & Tutorials
    Replies: 7
    Last Post: 20-10-2009, 01:11 AM
  4. How to create the table in Master pages
    By Neil'o in forum Software Development
    Replies: 3
    Last Post: 04-08-2009, 02:19 PM
  5. FireFox:Edit Web Pages Screenshots with FireShot
    By johnson22 in forum Technology & Internet
    Replies: 2
    Last Post: 03-06-2009, 10:44 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,538,224.12252 seconds with 17 queries