WHAT A LAMP Rotating Header Image

Posts from ‘December, 2007’

CherryBlossom theme are applied

The Dreamer’s Blog started to use this new theme, Cherry Blossom v0.1.
This theme is designed by SEO Website Marketing. It uses many SEO plugins to optimize the WordPress blog performance in Search Engine.
I released CherryBlossom v0.1 theme free. So free to download, free to use and free to redistribute.
The official post announcing the release [...]

CherryBlossom theme v0.1 release

I said I would make the free spring theme of WordPress, Cherry Blossom.
Even a little bit later, late release is better than no release.
The CherryBlossom theme needs some plugins. Shown as below:
Platform: WordPress v2.3.1
Plugins:
Akismet 2.1.3
All in One SEO Pack 1.4.3.9
Google XML Sitemaps 3.0.2.1
Simple Tags 1.2.4
Recent Posts 2.3.6

Package Download here:
cherryblossom v0.1
Cost
This theme is free to [...]

htaccess file

.htaccess file is very important in the Apache server.
The real name of this file is Apache’s directory-level configuration file .
There are three major usages of .htaccess.

Authorization, authentication: .htaccess files are often used to specify the security restrictions for the particular directory, hence the filename “access”. The .htaccess file is often accompanied by an .htpasswd file [...]

Let php engine handle html as php

I have a site full of the html file. Later I added some php code into these html files. I don’t want to change the URL from .html to .php. It is not SEO friendly.
So, I would like php engine can handle html same as php.
Edit .htaccess file in the root.
RemoveHandler .html .htm
AddType application/x-httpd-php .php [...]

JavaScript Classes Comparison

There are more and more JavaScript Classes in front of programers. To choose one of the suitable is very important.
Let me list some of them here: jQuery, Ext, MooTools, Prototype, YUI.
Remy Sharp has gone through the jQuery and Prototype frameworks, which are probably the two closest to each other, and has done a side by [...]

WordPress 2.3 compatiblity Plugins

http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.3

New theme will be applied here

I am planing to make a new theme for this Dreamer’s Blog.
It will be the SEO friendly theme with Spring season feel.
Let me list the technical items below:
Platform:
WordPress v2.3.1
Plugins:
Akismet 2.0.2
All in One SEO Pack 1.3.9
Google XML Sitemaps 3.0.2.1
Simple Tags 1.2.3
During this designing period, you may see some strange pages. Please give more patience for it.