<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Not The Last One</title>
	<atom:link href="http://notthelastone.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://notthelastone.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 May 2011 07:01:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='notthelastone.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4410681d97913b3d9ec61c149d8c27e9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Not The Last One</title>
		<link>http://notthelastone.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://notthelastone.wordpress.com/osd.xml" title="Not The Last One" />
	<atom:link rel='hub' href='http://notthelastone.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to configure tinyMCE imagemanager with osCommerce</title>
		<link>http://notthelastone.wordpress.com/2010/02/09/14/</link>
		<comments>http://notthelastone.wordpress.com/2010/02/09/14/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:37:33 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[osCommerce]]></category>
		<category><![CDATA[tinyMCE]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://notthelastone.wordpress.com/?p=14</guid>
		<description><![CDATA[I have noticed that many DIY osCommerce people struggle to get the great tinyMCE imagemanager working correctly in osCommerce systems. The problem is usually to get the URLs for the images correct so that images show correctly in preview (the admin) images show correctly in frontend (the shop) images are not generating HTTPS warnings (this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notthelastone.wordpress.com&amp;blog=11930925&amp;post=14&amp;subd=notthelastone&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have noticed that many DIY osCommerce people struggle to get the great tinyMCE imagemanager working correctly in osCommerce systems. The problem is usually to get the URLs for the images correct so that</p>
<ol>
<li>images show correctly in preview (the admin)</li>
<li> images show correctly in frontend (the shop)</li>
<li> images are not generating HTTPS warnings (this happens when the URLs include http:// in the path).</li>
</ol>
<p>You can get some general help and information on URL configuration from moxiecode <a href="http://wiki.moxiecode.com/index.php/TinyMCE:FAQ#Paths.2FURLs_are_incorrect.2C_I_want_absolute.2Frelative_URLs.3F">here</a>.</p>
<p>But this post explains how to configure tinyMCE and imagemanager:</p>
<p><span id="more-14"></span><strong>tinyMCE configuration</strong>:</p>
<p>This is in the javascript in the file where you have added the tinyMCE editor, typically categories.php for products descriptions.</p>
<p>Add the following URL configuration:</p>
<blockquote><p>relative_urls : true,<br />
convert_urls : false,</p></blockquote>
<p>Imagemanager configuration:<br />
Open the imagemanager configuration file (e.g. tiny_mce/plugins/imagemanager/config.php) and set the following configurations:</p>
<p>Under Preview options:</p>
<blockquote><p>$mcImageManagerConfig['preview.wwwroot'] = &#8220;&#8221;;<br />
$mcImageManagerConfig['preview.urlprefix'] = &#8220;&#8221;;</p></blockquote>
<p>Under General filesystem options:</p>
<blockquote><p>$mcImageManagerConfig['filesystem.path'] = &#8221;;<br />
$mcImageManagerConfig['filesystem.rootpath'] = &#8216;../../../../../../images/&#8217;;</p></blockquote>
<p><span style="text-decoration:underline;">A note about the filesystem.rootpath:</span></p>
<p>This will work if you have placed the imagemanager in:<br />
admin/tinymce/jscripts/tiny_mce/plugins/imagemanager/</p>
<p>and your images in:<br />
images/</p>
<p>If your paths are different you will need to change the filesystem.rootpath accordingly.</p>
<p><strong>On a seperatenote</strong> &#8211; they have released a version of the tinyMCE that hooks on to <a href="http://jquery.com">jQuery </a>for part of the core code. If you already use jQuery then go get the jQuery verison of tinyMCE!! Actually, just get it anyway&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notthelastone.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notthelastone.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notthelastone.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notthelastone.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notthelastone.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notthelastone.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notthelastone.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notthelastone.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notthelastone.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notthelastone.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notthelastone.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notthelastone.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notthelastone.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notthelastone.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notthelastone.wordpress.com&amp;blog=11930925&amp;post=14&amp;subd=notthelastone&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notthelastone.wordpress.com/2010/02/09/14/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3bb0e996abec9d66ce3ea13ec795567f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rene</media:title>
		</media:content>
	</item>
		<item>
		<title>How to align the height of multiple DIV objects using jQuery and CSS</title>
		<link>http://notthelastone.wordpress.com/2010/02/09/how-to-align-the-height-of-multiple-div-objects-using-jquery-and-css/</link>
		<comments>http://notthelastone.wordpress.com/2010/02/09/how-to-align-the-height-of-multiple-div-objects-using-jquery-and-css/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:23:29 +0000</pubDate>
		<dc:creator>Rene</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Webdesign]]></category>

		<guid isPermaLink="false">http://notthelastone.wordpress.com/?p=4</guid>
		<description><![CDATA[Using CSS you are often faced with the challenge of setting equal heights to several floated DIVs. There are many good suggestions around but they are often rather cumbersome. This post explains how to set the same height to multiple DIV elements using jQuery. This solution is inspired by the great little trick for justifying [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notthelastone.wordpress.com&amp;blog=11930925&amp;post=4&amp;subd=notthelastone&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using CSS you are often faced with the challenge of setting equal heights to several floated DIVs. There are many good suggestions around but they are often rather cumbersome.</p>
<p>This post explains how to set the same height to multiple DIV elements using <a href="http://jquery.com/">jQuery</a>. This solution is inspired by the  great little trick for justifying elements using jQuery by Janko <a href="http://www.jankoatwarpspeed.com/post/2008/07/09/Justify-elements-using-jQuery-and-CSS.aspx">here</a>.</p>
<p><span id="more-4"></span><strong>Let&#8217;s get to the point:</strong><br />
You have a number of DIV elements within a DIV container:</p>
<blockquote><p>&lt;div id=&#8221;container&#8221;&gt;<br />
&lt;div id=&#8221;mydiv&#8221;&gt;111&lt;br /&gt;222&lt;br /&gt;333&lt;/div&gt;<br />
&lt;div id=&#8221;mydiv&#8221;&gt;111&lt;br /&gt;222&lt;/div&gt;<br />
&lt;div id=&#8221;mydiv&#8221;&gt;111&lt;br /&gt;222&lt;br /&gt;333&lt;br /&gt;444&lt;br /&gt;555&lt;br /&gt;&lt;/div&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>Float these DIV elements to get then into a row:</p>
<blockquote><p>&lt;style&gt;<br />
DIV.mydiv{<br />
float:left;<br />
margin:10px;<br />
background:#eeeeee;<br />
}<br />
&lt;/style&gt;</p></blockquote>
<p>Now, assuming you have already included jquery on your page use this script to set all DIV elements within the container to the height of the tallest one:</p>
<blockquote><p>&lt;script&gt;<br />
$(document).ready(function() {<br />
var max = 0;<br />
$(&#8216;#container &gt; div&#8217;).each(function(){<br />
if ($(this).height() &gt; max)<br />
max = $(this).height();<br />
});<br />
$(&#8216;#container &gt; div&#8217;).height(max);<br />
});<br />
&lt;/script&gt;</p></blockquote>
<p>Your 3 DIV elements within the container DIV now all have the the height of the tallest one!</p>
<p><strong>Nice and easy</strong> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><span style="text-decoration:underline;">A quick tip</span>: You can quickly and easily add jQuery to your pages by calling it in your header from Google CDN (content delivery network) like this:</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js&#8221;&gt;&lt;/script&gt;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notthelastone.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notthelastone.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notthelastone.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notthelastone.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notthelastone.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notthelastone.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notthelastone.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notthelastone.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notthelastone.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notthelastone.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notthelastone.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notthelastone.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notthelastone.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notthelastone.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notthelastone.wordpress.com&amp;blog=11930925&amp;post=4&amp;subd=notthelastone&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notthelastone.wordpress.com/2010/02/09/how-to-align-the-height-of-multiple-div-objects-using-jquery-and-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3bb0e996abec9d66ce3ea13ec795567f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Rene</media:title>
		</media:content>
	</item>
	</channel>
</rss>
