<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Albertech.net &#187; CMS</title>
	<atom:link href="http://albertech.net/category/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net</link>
	<description>Guides and Reviews for WordPress, PHP, MySQL, Apache, CMS Systems, jQuery, and other Technologies</description>
	<lastBuildDate>Fri, 11 May 2012 23:39:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>TinyMCE 3.4.2 Update: Fixes for Internet Explorer Compatibility</title>
		<link>http://albertech.net/2011/05/tinymce-3-4-2-update-fixes-for-internet-explorer-compatibility/</link>
		<comments>http://albertech.net/2011/05/tinymce-3-4-2-update-fixes-for-internet-explorer-compatibility/#comments</comments>
		<pubDate>Fri, 06 May 2011 18:17:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=691</guid>
		<description><![CDATA[Users of TinyMCE 3.4.1 and below should update to TinyMCE 3.4.2 to fix a number of compatibility issues with Internet Explorer.

I've noticed that TinyMCE 3.4.1 breaks in Internet Explorer 7 and Internet Explorer 8 with any pages with content using CSS float. For instance, if you have floating left or right DIVs on a page, the content won't be selectable.

TinyMCE 3.4.2:
http://tinymce.moxiecode.com/download/download.php]]></description>
		<wfw:commentRss>http://albertech.net/2011/05/tinymce-3-4-2-update-fixes-for-internet-explorer-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyMCE: How to add wider toolbar icons</title>
		<link>http://albertech.net/2011/04/tinymce-how-to-add-wider-toolbar-icons/</link>
		<comments>http://albertech.net/2011/04/tinymce-how-to-add-wider-toolbar-icons/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 11:13:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[tinymce]]></category>
		<category><![CDATA[wider icons]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=671</guid>
		<description><![CDATA[By default, TinyMCE only accepts icons that are 20px by 20px in the toolbar. If you want to make a customized toolbar icon that is wider than 20 pixels, you will need to edit the ui.css in TinyMCE. I find this useful for adding custom TinyMCE plugins/etc.

Edit the ui.css (tiny_mce/themes/advanced/skins/default/ui.css) and change the following values:
Replace the "width:20px; height:20px;" with "min-width:20px; height:20px;". The min-width value will allow for wider icons to be added as well as setting the default width to 20px if one isn't specified.]]></description>
		<wfw:commentRss>http://albertech.net/2011/04/tinymce-how-to-add-wider-toolbar-icons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TinyMCE: Fix the removing of empty DIVs</title>
		<link>http://albertech.net/2009/10/tinymce-fix-empty-tag-removal/</link>
		<comments>http://albertech.net/2009/10/tinymce-fix-empty-tag-removal/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 19:23:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[empty divs]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=306</guid>
		<description><![CDATA[TinyMCE is a great WYSIWYG editor, but sometimes there are cases where it removes HTML tags when you go into the "HTML Source" mode and switch back to the editor.  This is very frustrating to end-users.

By default, TinyMCE will remove a lot of HTML tags including empty ones (such has having a DIV spacer), select options, certain styles, etc. To get around this, you will need to change the option "extended_valid_elements", which is before the setup : function(ed) line. Note: This will allow your users to add in any kind of HTML tags they want. Replace the "extended_valid_elements" line with:.....
]]></description>
		<wfw:commentRss>http://albertech.net/2009/10/tinymce-fix-empty-tag-removal/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordCamp SF 2009</title>
		<link>http://albertech.net/2009/06/wordcamp-sf-2009/</link>
		<comments>http://albertech.net/2009/06/wordcamp-sf-2009/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 20:04:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordcamp]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=181</guid>
		<description><![CDATA[I attended WordCamp SF for the first time in 2009. There was some exciting news at the camp, especially with the news that WordPress MU functionality is going to get integrated with WordPress. This will be nice considering updates for WordPress MU are usually a month or so behind. What will this mean? Hopefully, it will bring a larger community in maintaining and adding new plugins for WordPress (MU).  The question will be whether it will be easy to convert an existing WordPress MU install over to the new WordPress. (Possibly WordPress 3.0?)
]]></description>
		<wfw:commentRss>http://albertech.net/2009/06/wordcamp-sf-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress MU: Add private blogs</title>
		<link>http://albertech.net/2009/04/wordpress-mu-add-private-blogs/</link>
		<comments>http://albertech.net/2009/04/wordpress-mu-add-private-blogs/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 17:40:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[private blog]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=145</guid>
		<description><![CDATA[I have found a really useful plugin in Wordpress MU for making a blog private. Sometimes, committees need a way to share information away from home and they don't want everything posted to be known by the world. Rather than using the "Password protect post" option, there is a way to only allow registered users that are members of the blog to view the post. 

By default, the privacy options in Wordpress MU is limited to 1) Public, allow search engines 2) Public, don't allow search engines.

http://wpmudev.org/project/More-Privacy-Options

This plugin adds functionality:
3) I would like my blog to be visible only to registered users from blog community
4) I would like my blog to be visible to registered members of this blog
5) I would like my blog to be visible only to administrators]]></description>
		<wfw:commentRss>http://albertech.net/2009/04/wordpress-mu-add-private-blogs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tiny MCE &#8211; Getting forms to work</title>
		<link>http://albertech.net/2009/04/tiny-mce-getting-forms-to-work/</link>
		<comments>http://albertech.net/2009/04/tiny-mce-getting-forms-to-work/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 22:38:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=137</guid>
		<description><![CDATA[The Tiny MCE editor has some restrictions on what types of form elements can be used. The form name="[OBJECT"] bug, early /form tags getting added in the form, and certain form elements getting deleted.]]></description>
		<wfw:commentRss>http://albertech.net/2009/04/tiny-mce-getting-forms-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom width icons in TinyMCE</title>
		<link>http://albertech.net/2009/03/custom-width-icons-on-tinymce/</link>
		<comments>http://albertech.net/2009/03/custom-width-icons-on-tinymce/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 00:50:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[custom buttons]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=97</guid>
		<description><![CDATA[<strong>In order to make icons wider in TinyMCE, you will need to remove the default width on the mceIcon class. </strong>Its forced at 20px, which limits all icons to be square.

<strong>To make the change, go to your ui.css file</strong>
For advanced theme users, its located in themes<strong>/advanced/skils/default/ui.css</strong>

<strong>In Version 3.2.2.1, its line 30:</strong>
<code>.defaultSkin span.mceIcon, .defaultSkin img.mceIcon {display:block; width:20px; height:20px}</code>

The line should be changed to:
<code>.defaultSkin span.mceIcon, .defaultSkin img.mceIcon {display:block; height:20px}
</code>

<strong>Next, you will need to define your custom button when initializing TinyMCE</strong>.

<strong>To make the change, go to your ui.css file</strong>
For advanced theme users, its located in themes<strong>/advanced/skils/default/ui.css</strong>

<strong>In Version 3.2.2.1, its line 30:</strong>
<code>.defaultSkin span.mceIcon, .defaultSkin img.mceIcon {display:block; width:20px; height:20px}</code>]]></description>
		<wfw:commentRss>http://albertech.net/2009/03/custom-width-icons-on-tinymce/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

