AjaxBerlee WordPress Theme version 1.3a
Released under GPL v2

CHANGES compared to 1.2

	* FEATURE: Better visitor experience when clicking on a link/search or commenting. Especially
	  when the server or the connection is slow. It is configurable in the WP Admin Panel.
		Thanks to Vijayendra Mohanty for suggesting it

	* FEATURE: You can now disable the Left-Sidebar to have a bigger main column.
		Thanks to Becky Lai for the idea that is showed on www.sockparade.com

	* FEATURE: About text and link is configurable in Wordpress Admin Panel

	* ENHANCEMENT: The number of Recent Posts in the Slide Ticker is now configurable.

	* ENHANCEMENT: The post tags are now also in the post itself.

	* ENHANCEMENT: Code for the WP Ajax Connector Framework is now in it own files..
	  It also has its own Admin Panel page.

	* ENHANCEMENT: The comment submit button is immediately disabled when your clicked on it, so 
	  double clicks because the visitor is inpatient can not occur.

	* ENHANCEMENT: History (back and forward navigation) in Internet Explorer finally works! It
	  was really a pain to get the workaround working right with a minimum amount of coding...

	* BUGFIX: An error message can be displayed if something went wrong with the comment submitting
	  Merged the commenting code of Wordpress 2.2 which should be backwards compatible.

	* BUGFIX: Double title in Categories when not using widgets.
		Thanks to Martin Bttinger for reporting it. I failed to notice it :(

	* BUGFIX: Image preloading didn't really loaded all images on a very fast visitor pc.

	* BUGFIX: Anchors should now be working right (not getting a 404 page not found anymore)

	* VISUAL: Changed the bullet.gif so It won't contain a dot inside... Didn't really like it :)



COMPATIBILITY

	AjaxBerlee Theme and the WP Ajax Connector Framework are compatible with WordPress:
		* WordPress 2.1.x (tested up to 2.1.3)
		* WordPress 2.2.x (tested up to 2.2.0)
		* WordPress-MU (tested up to 1.2.1)

	Tested on browsers:
		* Internet Explorer 6 & 7
		* Firefox 2.0.0.3
		* Opera 9.20
		* Opera 9.21


INSTALLATION

	It's pretty straight forward, just put the whole directory AjaxBerlee (and content in it of course) 
	to the wp-content/themes.

	After that, goto Presentation -> WP ACF Options and AjaxBerlee options select the options you like.


UPGRADE

	The Recent Posts Slide Ticker won't work right out of the box. Go to Presentation -> AjaxBerlee
	options and change Recent Article Links to a number instead of Enabled.

	Also type in the About box input field what you are normally typed in latest.php


RECOMMENDATION

	* Use WordPress Widgets! If you don't have Wordpress 2.2, you can download the widget plugin from 
	  http://automattic.com/code/widgets 
	  Be sure to copy the widgets from the plugins/widgets to the widgets directory on the webserver and 
	  activate them. This allows you to use all components in the sidebar that currently statically exists,
	  to use them very dynamically!

	* If you don't want to use widgets you can copy wp-pagesnav.php to the plugins directory. This is a 
	  modified version of the wordpress plug-in from Adi Sieker. To make nested page navigation layout 
	  with code that is xHTML 1.1 compatible.

	* If you want to speed up the instant search you either put the setfulltextindex.php to the root of
	  your WordPress installation and visit the page in your browser.

	  If you get an error and your database please check the following:
		* You might already have runned setfulltextindex.php successfully
		* The MySQL database server must be higher than or equal to 3.23.23
		* The database must be structured in MyISAM

	  If none of the above is the case in your situation, it's possible that the WordPress user that
	  connects to the database doesn't have enough privileges. (which is normally a very good thing!!!)

	  Try to run the following query in a mysql client or phmyadmin for instance.

	  CREATE FULLTEXT INDEX full_index ON `wp_posts`(`post_title`,`post_content`);

	* Configure WordPress to use permalinks! The links are much nicer and you will be rewarded by the
	  search engines like Google, Yahoo and Live Search.


TIPS

	* You might want to change the blue NICO.BERLEE.NL title on the left side. You can find that
	  image in AjaxBerlee/i/title.gif

	* If you have a favicon.ico in the root of the webdirectory copy it over to the 
	  AjaxBerlee/i directory...

	* There is build-in support for the following plugins:
		* Ultimate Tag Warrior
		* PageNav
		* Wordpress Widgets
		* The PageNav and Instant Search Widgets
		* marketingop.us SEO
	  Just activate them and it should work out of the box.

	* You can speed-up AJAX requests by enabling it in Current Theme Options.
	  Warning: Only do this when you are absolutely sure you are not changing theme files in the
	           future. Also Instant Search and Instant Comment switching on and off will not
		   by applied on the fly. The same goes for Sidebar widgets on the right side!

KNOWN ISSUES


	* The back button navigation broke with Opera 9.20 & 9.21.

		This is an Opera bug! I reported it with this proof of concept: 
		http://nico.berlee.nl/wp-content/uploads/anchorandback.htm

	* The Login/Logout Register/Site Admin links are gone

		They are only appearing when one of the membership options under General Option (in 
		Wordpress Panel) is set. You can access Site Admin by adding /wp-admin to your URL.
		