How to Create Pages in Blogspot

Posted by greatbloggingtips | Posted in Blogspot, Tutorial | Posted on 01-03-2010

  1. Go to Dashboard and click on ‘New Post’.
  2. Click on ‘Edit Pages’.
  3. When prompted, click ‘Yes’.
  4. Click on ‘New Page’.
  5. Type in your Page Name and content. Click ‘Publish Page’.
  6. Click ‘Add the Page List Gadget’.
  7. Configure the order and click ‘Save’ when done.
  8. Pages gadget will appear in your blog.
Share and Enjoy:
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • MySpace
  • StumbleUpon
  • TwitThis
  • Yahoo! Buzz
  • LinkedIn
  • RSS
  • Twitter

How to Create Moving Text in Blog

Posted by greatbloggingtips | Posted in Tutorial | Posted on 11-11-2009

  1. Continuous scrolling, from the left:

    Insert this: <marquee behavior=”scroll” direction=”left”>TEXT</marquee>

    Result:TEXT

  2. Text bouncing:

    Insert this: <marquee behavior=”alternate”>TEXT</marquee>

    Result: TEXT

  3. Scrolling upwards:

    Insert this: <marquee behavior=”scroll” direction=”up”>TEXT</marquee>

    Result: TEXT

  4. Stop the movement with the mouse (click and hold the mouse down):

    Insert this: <marquee behavior=”scroll” direction=”left” onmousedown=”this.stop();” onmouseup=”this.start();”>TEXT</marquee>

    Result: TEXT

  5. Stop the movement with the mouse (hover towards it):

    Insert this: <marquee behavior=”scroll” direction=”left” onmouseover=”this.stop();” onmouseout=”this.start();”>TEXT</marquee>

    Result: TEXT

  6. Share and Enjoy:
    • Facebook
    • Digg
    • del.icio.us
    • Google Bookmarks
    • MySpace
    • StumbleUpon
    • TwitThis
    • Yahoo! Buzz
    • LinkedIn
    • RSS
    • Twitter

Edit “Post A Comment” in Blogspot

Posted by greatbloggingtips | Posted in Blogspot, Tutorial | Posted on 03-11-2009

Isn’t the phrase “Post A Comment” looks too common in Blogspot blogs? To replace the phrase to some other words of your own, follow these steps:

  1. Log in to Blogspot.com.
  2. Click on Layout and click on Edit HTML tab.
  3. Check on the Expand Widget Templates.
  4. Find (CTRL+F) these code in your template code:
    <data:postCommentMsg/>
  5. Replace the code with your own wording e.g. “Post a Cool Comment”
Share and Enjoy:
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • MySpace
  • StumbleUpon
  • TwitThis
  • Yahoo! Buzz
  • LinkedIn
  • RSS
  • Twitter

Remove ‘Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.’ from Main Page

Posted by greatbloggingtips | Posted in Tutorial, Zen Cart | Posted on 28-10-2009

  1. Go to your cPanel and navigate to /includes/languages/english
  2. Select index.php and click ‘Code Editor’.

    Remove Heading Title from Zen Cart - 1

    Remove Heading Title from Zen Cart - 1

  3. Click ‘Edit’ when prompted.

    Remove Heading Title from Zen Cart - 2

    Remove Heading Title from Zen Cart - 2

  4. In the code, find HEADING_TITLE constant and modify the value as desired.

    Remove Heading Title from Zen Cart - 3

    Remove Heading Title from Zen Cart - 3 (Click to Enlarge)

  5. Click ‘Save Changes’ when done.
Share and Enjoy:
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • MySpace
  • StumbleUpon
  • TwitThis
  • Yahoo! Buzz
  • LinkedIn
  • RSS
  • Twitter

Enable/Disable Comment in One Post for WordPress

Posted by greatbloggingtips | Posted in Tutorial | Posted on 16-10-2009

To enable or disable comment in a post, click scroll down to ‘Discussion’ tab in edit post mode. Open the options. Tick on ‘Allow comments on this post‘ to enable commenting or untick it to disable commenting.

Enable/Disable WordPress Comment

Share and Enjoy:
  • Facebook
  • Digg
  • del.icio.us
  • Google Bookmarks
  • MySpace
  • StumbleUpon
  • TwitThis
  • Yahoo! Buzz
  • LinkedIn
  • RSS
  • Twitter