02 September 2010

Easy To Write HTML/JavaScript Codes In Blogs

Have you ever tried writing HTML/Javascript code in your blogs then you might have found that it does not appear as code in the post? Or have you ever tried to fixed by replacing < with &lt; and > by &lt; manually?
For now, skip the last step.
There are two methods from me. First method is for the general blogs and the second one is given from official Blogger blog. "Thank you, Blogger".

"Read More" Facility. Thank's to Blogger.

Hello Blogger,

Do you still looking for Read More Blogspot template code?
There's no more code. It's easy to insert equals as you write on Wordpress.


Before this time, I know your problem is only "how to put those adorable codes".


This is the old adorable codes plus the steps.
First you need to edit your existing codes then do copy and paste into notepad or any text editor. Add the following code below the <div class='post-header-line-1'/> and <div class='post-header-line'> tags if you’ve got both:

<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
Every body was doing this uncool first step. For programmer, they could finish faster then ordinary people, included me. But this time, Blogger or familiar with Blogspot gives us "insert jump break" button which lets you create expandable post summaries in your blog posts, so longer posts appear as an intro with a link to Read More.

01 June 2010

"Love Letter", I Hope I Will Receive Once, At Least.

Ludwig van Beethoven to his "Immortal Beloved"




Good morning, on July 07


My thoughts go out to you, my Immortal Beloved.
I can live only wholly with you or not at all --
Be calm my life, my all. Only be calm consideration of our existence can we achieve our purpose to live together. Oh continue to love me, never misjudge the most faithful heart of your beloved.
Ever thine.
Ever mine.
Ever ours.

01 May 2010

SilverStripe: WAMP Versus XAMPP

Did you know that WAMP is totally different with XAMPP? Read the explanation of WAMP and XAMPP caferully:

WAMP Server or you can call it as Windows, Apache, MySQL and PHP or Apache, MySQL and PHP on Windows, is a Windows web development environment. Once WampServer is installed, you have the possibility to add as many Apache, MySQL and PHP releases as you want but all the PHP releases aren't compatible with the Apache releases. It didn't mean WampServer knows which releases can work together and lets you know when it is not possible to switch so easy. You have to change some code at PHP.ini. Ou! And this is an experience of mine when I published my website. The website shows many error, so I have to make some changes to make it compatible. It is so hard for the begginer like me. Poor me poor me..

And how about XAMPP?

13 April 2010

SilverStripe: Failed To Install Theme. Why Oh Why, Babe?


If you are a user of SilverStripe too, I bet you have ever meet this kind of problem. What is your version of SilverStripe? Version 2.3.6? Higher or lower? Is this related? I guess so.. This is what I read in their forum.
Okay. This is my turn to speak. I am using SilverStripe Version 2.3.7, although actually you can found the 2.4.0 but I don't know where the file is. And the theme is wine.
After you unpacked the contents of the zip file into the /themes directory in your SilverStripe installation, then change to the themename by putting your theme file in this code:
SSViewer::set_theme("themename");
in your ./mysite/_config.php. I make a change to be like this:
SSViewer::set_theme("wine");
After all you have to flush it by yourHOMEPAGEurl?flush=1.

Yes. Yes. You are right. It works with theme which released in this year. But how about wine and older?

10 April 2010

SilverStripe: Install Using WebPI. For Alternative Only.

SilverStripe. First time I read this word that refer to The Fourth of TOP Free CMS after Drupal, I thought about "what is it", "how to use", "is it likeable", "is it difficult", "did SilverStripe has enough modules for my project", "do I need a code skill like other proffesional IT", and "how to install" is the most important question in my mind. Well, you may need to know about this one: I am a newbie or beginner in this area.
According to Wikipedia, they describe a CMS as follows:
A Web Content Management System (WCM, WCMS or Web CMS) is content management system (CMS) software, implemented as a Web application, for creating and managing HTML content. It is used to manage and control a large, dynamic collection of Web material (HTML documents and their associated images). A WCMS facilitates content creation, content control, editing, and essential Web maintenance functions.
So take a moment and look the introduction of this CMS. SilverStripe CMS is a flexible open source Content Management System that gives everyone involved in a web project the tools I need to do my jobs. The templating language integrates with the database content, leaving me free to focus on my CSS/HTML. With using Sapphire as a framework for developer that helps me build powerfull website. What is Sapphire? Sapphire is an object-oriented PHP5 web framework designed to let me focus on my data and business logic, and to build standalone applications or extend my SilverStripe CMS-powered site.