WordPress 2.6.5
http://wordpress.org/development/2008/11/wordpress-265/
Wordpress 2.7 finial version has not released yet. But 2.6.5 has come
Joomla HTML Form
I found Joomla 1.5 does not allow you to add custom html form. I have tried sourcer and blank module. The blank module can create module box with custom html form at top of the page. But it can allow me to add the custom html form into an article. Anyway, that is simple and good, worth to try:
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,3668/Itemid,35/
I have nearly reaching the sucessful point. I went to configuration.php and changed
var $editor = 'none'; The form is created, but action attribute is cut out.
Finally, I put all code into a html file and upload to the server. A menu wrapper is created to grab the URL. That is a kind of work around.
JoomGallery
I love JoomGallery. It has Juploader, so I can upload multi-files.
I love it!!!!
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,5481/Itemid,35/
Joomla Photo Gallery Component
I have tried a number of photo gallery components. I want somethings simple. The component should have only thumbnail and view photo. I found JoomGallery is fitted with my requirements!
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,5481/Itemid,35/
That is simple and can view the full view image in an ajax window. That is good, reducing popup!
WordPress 2.6.1 Chinese Encoding Problems
I have installed a brand new WordPress, it is all fine.
But when I enter some chinese, it will become "?????".
The solution for this is simple.
Please comment out these two lines in wp-config.php:
//define('DB_CHARSET', 'utf8');
//define('DB_COLLATE', '');