Nuffnang Cashout Amount Reached

Posted in Advertising Campaign, Nuffnang on 23-11-2009

Nuffnang Cashout Amount Reached

Nuffnang Cashout Amount Reached

I’ve been blogging since October 2008 and this is my first time cashout!
Well, now that my readers have gained, I hope I can cashout sooner the next time :p
Thanks to my supporters who click my ads and view my blog.

How to Create Moving Text in Blog

Posted in Tutorial 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

Edit “Post A Comment” in Blogspot

Posted in Blogspot, Tutorial 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”

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

Posted in Tutorial, Zen Cart 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.

Enable/Disable Comment in One Post for WordPress

Posted in Tutorial 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