<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<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/"
	>

<channel>
	<title>tenterhooks</title>
	<link>http://www.tenterhooks.mbmontessori.com</link>
	<description>suspense seldom kills</description>
	<pubDate>Sun, 25 May 2008 02:10:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>Site Closed</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/117</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/117#comments</comments>
		<pubDate>Tue, 13 May 2008 02:04:26 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[MB Montessori]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Marketing]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Tenterhooks]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[WP Support]]></category>

		<category><![CDATA[OFF-TOPIC]]></category>

		<category><![CDATA[I was bored]]></category>

		<category><![CDATA[test]]></category>

		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/archives/117</guid>
		<description><![CDATA[I have revived this site in a static format - no new posts and no new comments.  All my work will be posted on my main site: www.webdezine.ca .  I apologize to anyone that attempted to access the site over the last 6+ months, but I abruptly returned to school which has gobbled [...]]]></description>
			<content:encoded><![CDATA[<p>I have revived this site in a static format - no new posts and no new comments.  All my work will be posted on my main site: www.webdezine.ca .  I apologize to anyone that attempted to access the site over the last 6+ months, but I abruptly returned to school which has gobbled up all of my free time.  I will be around my webdezine site attempting to update the menu to work with Wordpress 2.3-2.5.</p>
<p>Thanks for all your support in the past <img src='http://www.tenterhooks.mbmontessori.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best,<br />
Sheri</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/117/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Customer Relationship Management with WP</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/114</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/114#comments</comments>
		<pubDate>Wed, 25 Jul 2007 13:23:35 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/archives/114</guid>
		<description><![CDATA[This is the &#8220;reason&#8221; for the delay in the release of the E-commerce plugin in.
I have been working closely with Rich of www.cregy.co.uk to come up with a plugin that would allow many of his clients to receive correspondence through their Wordpress sites and to be able to act on that correspondence in a way [...]]]></description>
			<content:encoded><![CDATA[<p>This is the &#8220;reason&#8221; for the delay in the release of the E-commerce plugin in.</p>
<p>I have been working closely with Rich of www.cregy.co.uk to come up with a plugin that would allow many of his clients to receive correspondence through their Wordpress sites and to be able to act on that correspondence in a way that makes managing communication easy and swift.</p>
<p>This is the result: <a rel="gb_page_fs[]" href="http://www.cregy.co.uk/crm-wp-plugin/ " target="_blank"><a href="http://www.cregy.co.uk/crm-wp-plugin/">http://www.cregy.co.uk/crm-wp-plugin/</a></a></p>
<p>This plugin allows the admin to create any form of their choosing - without prior knowledge of HTML.  If the admin knows how to fill out a form&#8230; then they can create forms!</p>
<p>To make responding to form submissions easier, there is the ability to assign each form submission to a category which the admin has previously created.  Why though?</p>
<p>For an example:</p>
<ul>
<li>You run a web solutions company (original eh?)</li>
<li>You have created a contact form that the user fills out to request more information about the various aspects of your business</li>
<li>You don&#8217;t want to respond to EACH request individually (time is money!)</li>
<li>You put each request into different categories: design, development, branding etc.</li>
</ul>
<p>Now you can send one email to all the people who want to know about what is involved in &#8220;Branding&#8221;.  Easy!</p>
<p>One email?  Yup.  The plugin provides an area for you to create email templates that can be used over and over again.  Or, just to be used once. Whichever you need.</p>
<p>The email template system is, in my opinion, unique (to Wordpress anyway!).  In that it allows you to &#8220;personalize&#8221; each mail that is sent while still only creating one email body.  It does this by using placeholders.  All of the fields within the form you created are made available for use within the template. Eg.:</p>
<p>&#8220;Dear [+first_name+] [+last_name+],<br />
We received your mail on [+date+] requesting information about our [+web_solutions+].<br />
yada yada yada.&#8221;</p>
<p>Where those placeholders ( all instances of [+ &#8230; +] ) represent fields that have been filled out by the user when submitting the form.</p>
<p>The email template system allows you to use html or plain text for your mail.  The html option will include a plain text version for those email client that do not accept html.  Still just one template&#8230; the html is stripped when the mail is sent.</p>
<p>It also allows you to specify how you want to send the mail: php mail() or smtp.</p>
<p>When it comes time to email all those people who have filled out a form, you can mass mail by choosing all those who will receive the same template&#8230;or you can mail one person.</p>
<p>Check it out!  Rich has kindly made this plugin available for the Wordpress community.</p>
<p><a rel="gb_page_fs[]" href="http://www.cregy.co.uk/crm-wp-plugin/ " target="_blank">http://www.cregy.co.uk/crm-wp-plugin/ </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/114/feed/</wfw:commentRss>
		</item>
		<item>
		<title>E-Commerce Shop for WordPress</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/113</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/113#comments</comments>
		<pubDate>Tue, 15 May 2007 18:12:40 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[WordPress Plugins]]></category>
<category>community</category><category>Development</category><category>Ecommerce</category><category>php code</category><category>plugin</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/archives/113</guid>
		<description><![CDATA[It&#8217;s been SOOOO long since I published a post.  Between the css menu plugin development and the rest of my life, new posts have slipped through the cracks.
Let me rectify that now!
My current project is an e-commerce shop for WordPress.  It&#8217;s being funded by Rich of www.cregy.net  and www.cregy.co.uk . To Rich [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been SOOOO long since I published a post.  Between the css menu plugin development and the rest of my life, new posts have slipped through the cracks.</p>
<p>Let me rectify that now!</p>
<p>My current project is an e-commerce shop for WordPress.  It&#8217;s being funded by Rich of <a rel="gb_page_fs[]" href="http://www.cregy.net" target="_blank">www.cregy.net</a>  and <a rel="gb_page_fs[]" href="http://www.cregy.co.uk" target="_blank">www.cregy.co.uk</a> . To Rich I humbly bow! Thanks <img src='http://www.tenterhooks.mbmontessori.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  It promises to be a great addition to the WordPress community.</p>
<p>A quick preview of the features that will be included in the first rewrite of the plugin:</p>
<p>*shop front highlighting newly added products (sounds familiar?)<br />
*ajax shopping cart<br />
*sidebar category(product) and product menus<br />
*unlimited products<br />
*unlimited categories<br />
*customizable pagination for product listing<br />
*multiple images using &#8220;greybox&#8221; technology<br />
*template system<br />
*paypal payment gateway utilizing Instant Payment Notification(IPN)<br />
*customizable shipping options<br />
*customizable tax options<br />
*viewable orders in the admin<br />
*integration into the existing WordPress user registration system<br />
*single page checkout (keep your fingers crossed for this one!)</p>
<p>And that&#8217;s all I can remember for now.</p>
<p>I&#8217;ll keep you udated.</p>
<p>Best,<br />
Sheri</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/113/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I know I said no more but&#8230;</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/49</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/49#comments</comments>
		<pubDate>Sat, 10 Mar 2007 16:24:21 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Tenterhooks]]></category>
<category>blog</category><category>Design</category><category>Development</category><category>modification</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/archives/49</guid>
		<description><![CDATA[I love to customize my sites to do what I want them to do.  And yes, it&#8217;s hard to tell when enough is enough.
The idea for the &#8216;rating system&#8217; came to mind when I created the separate bookmark category menu.  I love feedback of all sorts.  It&#8217;s how I grow as a [...]]]></description>
			<content:encoded><![CDATA[<p>I love to customize my sites to do what I want them to do.  And yes, it&#8217;s hard to tell when enough is enough.</p>
<p>The idea for the &#8216;rating system&#8217; came to mind when I created the separate bookmark category menu.  I love feedback of all sorts.  It&#8217;s how I grow as a designer and developer.  Just because I like something doesn&#8217;t mean it&#8217;s everyones cup of tea and I would really like to get a handle on all the different opinions that pervade peoples minds on topics of interest. </p>
<p>So, I have implemented a rating system for my bookmark category posts.  I started with a great little plugin called <a rel="gb_page_fs[]" href="http://www.deadcantrant.com/blog/projects/rate/" target="_blank"> Rate My Stuff</a> to enable me, from the administration side of the site, to place a rating on any post.  I will only be using it for bookmark sites that I post but the ability is there to place a rating on other items &#8212; if I ever feel the desire to rate anything else!</p>
<p>Now, it&#8217;s nice that you know my opinions but that&#8217;s only half the story.  If you take the time to comment, you should also be able to share your &#8216;rating&#8217; opinion.  I like to be fair!</p>
<p>Now you can.  On every bookmark post you will be able to comment and rate the site.  The rating is a general overall rating.  As time wears on it might become necessary to split things up. We can then have different categories within the rating system such as design, usability, content, support etc.  But for now, this is a good start!  The rating system is from 1 to 5.  I didn&#8217;t bother to go below 1.  A rating of one star is all that is needed to tell the world that you think the site sucks the big one.  From there on it proceeds with half stars.</p>
<p>I hope to get some ratings in the comments table as I have a lot of bookmarks I want to share with the world.  There are some awesome sites out there and of course some that make me want to gag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/49/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;m not the only one</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/47</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/47#comments</comments>
		<pubDate>Fri, 09 Mar 2007 06:27:38 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Development]]></category>
<category>Development</category><category>e commerce</category><category>old as dirt</category><category>oscommerce</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/archives/47</guid>
		<description><![CDATA[Surfing this evening I see that I am not the only, hrmm&#8230; critical reviewer of osCommerce.
There are those out there that share my views with regard to the functionality of the e-commerce open source solution.
In the shopping cart revamp that I am undertaking I hope to address..no I WILL address the issues raised by this [...]]]></description>
			<content:encoded><![CDATA[<p>Surfing this evening I see that I am not the only, hrmm&#8230; critical reviewer of <a rel="gb_page_fs[]" href="http://www.oscommerce.com" target="_blank">osCommerce</a>.</p>
<p>There are those out there that <a rel="gb_page_fs[]" href="http://mtsix.com/articles/2006/02/5-reasons-why-oscommerce-sucks.html" target="_blank">share my views</a> with regard to the functionality of the e-commerce open source solution.</p>
<p>In the shopping cart revamp that I am undertaking I hope to address..no I WILL address the issues raised by this ever so subtle osCommerce review.</p>
<dl class="nomop">
<dt style="color:#22bb33;">osCommerce lacks a client-side theme system</dt>
<dd>AGREED!!  This has always driven me mad when dealing with this cart.  I have in the past rewritten every page, spending hours on end attempting to find the containing table tags for each &#8220;if or elseif or else&#8221; so that I could turn the darn cart into something that didn&#8217;t look so CHEAP.  In order to resolve this issue I will be using <a rel="gb_page_fs[]" href="http://smarty.php.net/" target="_blank">Smarty</a> to separate the content from the design.
</dd>
<dt style="color:#22bb33;">osCommerce does not have a well implemented OOP structure</dt>
<dd>Again AGREED!! osCommerce does not make good use object oriented programming.  An example would be the box class.  Here is some further reading about just what OOP is <a rel="gb_page_fs[]" href="http://www.osnews.com/story.php/6788/A-Beginners-Crash-Course-into-Object-Oriented-Programming/page1/" target="_blank">A-Beginners-Crash-Course-into-Object-Oriented-Programming</a> <a rel="gb_page_fs[]" href="http://en.wikipedia.org/wiki/Object-oriented_programming" target="_blank">Object-oriented_programming</a>
</dd>
<dt style="color:#22bb33;">Installing modules means editting osCommerce files</dt>
<dd>Does it ever!  I can&#8217;t tell you how I came to depend on <a rel="gb_page_fs[]" href="http://winmerge.org/" target="_blank">WinMerge</a> when first attempting to customize an osCommerce site.  This is not to bash the contributors at all, because hey I AM ONE, but it is the structure of the core script itself that creates the need to modify everything in every file. I still wake up with chills in the middle of the night.
</dd>
<dt style="color:#22bb33;">osCommerce is very outdated</dt>
<dd>You betcha.  It&#8217;s a dinosaur&#8230;until of course the next version comes out&#8230;but that has been promised for&#8230;a minimum of 2 years.  Not likely any time soon.
</dd>
</dl>
<p>The blog goes on to recommend  <a rel="gb_page_fs[]" href="http://www.zen-cart.com/index.php" target="_blank">Zen Cart</a> . </p>
<p>While I have no experience with Zen Cart, the author of the post seems to be pleased with the cart.  I&#8217;ll have to download it and get my hands dirty.  From first glance I find it so difficult to understand why something which is hailed as a &#8216;better&#8217; cart STILL uses that horrid osCommerce default design.  After that much work to have it&#8217;s capabilities squash the osCommerce&#8217;s like a bug, one would think that theywould offer a default design that remained as far away from osCommerce as possible.</p>
<p>Customers don&#8217;t see how fabulous or horrible the code is but they do see colors and graphics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/47/feed/</wfw:commentRss>
		</item>
		<item>
		<title>wp_list_pages, include parameter?</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/46</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/46#comments</comments>
		<pubDate>Thu, 08 Mar 2007 18:06:33 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[WP Support]]></category>
<category>Development</category><category>menu</category><category>modification</category><category>php code</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/archives/46</guid>
		<description><![CDATA[This came from a post on Wordpress Support where the member was looking to lessen his workload by &#8216;including&#8217; the pages he wanted to display rather than excluding them.  As he posts new pages regularly he had to constantly update the pages to &#8216;exclude&#8217; in his sidebar navigation. Here is the post:

Posted by falp [...]]]></description>
			<content:encoded><![CDATA[<p>This came from a post on <a rel="gb_page_fs[]" href="http://wordpress.org/support/topic/109139?replies=2">Wordpress Support</a> where the member was looking to lessen his workload by &#8216;including&#8217; the pages he wanted to display rather than excluding them.  As he posts new pages regularly he had to constantly update the pages to &#8216;exclude&#8217; in his sidebar navigation. Here is the post:</p>
<div class="quotebox">
<span class="quotespan">Posted by falp on 03/08/07 :</span><br />
<code><br />
Hello,<br />
&nbsp;<br />
This is my first website with wordpress so please excuse if my question is obvious.<br />
&nbsp;<br />
I want to create a navigation menu on the sidebar using wp_list_pages funtion, but instead of excluding certain pages I want to INCLUDE only certain pages. Is this possible?<br />
&nbsp;<br />
The reason for this is that as I add more pages to the site I constantly need to update my sidebar.php to exclude the new page ids.<br />
&nbsp;<br />
I thought of the possibility of creating a static menu linking directly to the pages in question, but then I loose the current_page_item class that is otherwise automatically added.<br />
&nbsp;<br />
Any pointers would be of great help.<br />
&nbsp;<br />
Thanks in advance,<br />
&nbsp;<br />
Frank <br />
</code>
</div>
<p>In response to Frank&#8217;s query, Otto42 came up with a little known parameter that can be used in the &#8216;wp_list_pages&#8217;: the &#8216;include&#8217; parameter.</p>
<div class="quotebox">
<span class="quotespan">Posted by Otto42 on 03/08/07 :</span><br />
<code><br />
Though it&#039;s not documented well, wp_list_pages() appears to support the &quot;include&quot; parameter. So you can do something like this:<br />
wp_list_pages(&#039;include=4,8,15,16,23,42&#039;);<br />
To show only those pages. Not entirely sure how that would work, mind you, so the results may be unusual. Or they may not. Hard to say.<br />
</code>
</div>
<p>This does work! but I like to keep on my toes and this seemed like a simple little thing to accomplish, so I took a stab at it.</p>
<div class="quotebox">
<span class="quotespan">A little function from me:</span><br />
<code><br />
&lt;?php<br />
function get_the_pa_ges (){<br />
global $wpdb;<br />
if ( ! $these_pages = wp_cache_get(&#039;these_pages&#039;, &#039;pages&#039;) ) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$these_pages = $wpdb-&gt;get_results(&#039;select ID, post_title from &#039;. $wpdb-&gt;posts .&#039; where post_status = &quot;publish&quot; and post_type = &quot;page&quot; order by ID&#039;);<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wp_cache_add(&#039;these_pages&#039;, $these_pages, &#039;pages&#039;);<br />
&nbsp;&nbsp; }<br />
&nbsp;&nbsp;return $these_pages;<br />
}<br />
function list_certain_pages($page_ids=&#039;&#039;){<br />
$page_ids = explode(&#039;,&#039;,$page_ids);<br />
$output = &#039;&#039;;<br />
$these_pages = get_the_pa_ges ();<br />
foreach ($these_pages as $thats_them){<br />
$the_page_id = $thats_them-&gt;ID;<br />
if (isset($page_ids) &amp;&amp; in_array($the_page_id,$page_ids)){<br />
$output .= &#039;&lt;a href=&quot;&#039;.get_permalink($thats_them-&gt;ID).&#039;&quot; title=&quot;&#039;.$thats_them-&gt;post_title.&#039;&quot;&gt;&#039;.$thats_them-&gt;post_title.&#039;&lt;/a&gt;&lt;br/&gt;&#039;;<br />
}<br />
}<br />
return $output;<br />
}<br />
echo list_certain_pages(&#039;2,10,89&#039;);<br />
?&gt;<br />
</code>
</div>
<p>This also works.  I included a call the database that can be cached.  And if someone were to already have my <a href="http://www.tenterhooks.mbmontessori.com/archives/13">wordpress menu</a> installed, you could use the already cached function called &#8216;get_pa_ge ()&#8217; to load up the page array needed to create this little side menu by replacing this line :<br />
&#8216;$these_pages = get_the_pa_ges ();&#8217; with &#8216;$these_pages = get_pa_ge ();&#8217;. </p>
<p>As I gaze into my crystal ball, I can tell what you are thinking: &#8220;If Wordpress natively supports &#8216;inclusion&#8217; in the function&#8230;.why use your function?&#8221;.  And the answer from beyond this realm is quite simple.  Page Load Time.  The wp_list_pages function parses at least 183 lines of code through the various functions required to produce the list while my function uses 21 lines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/46/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Popular Posts Addition</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/45</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/45#comments</comments>
		<pubDate>Thu, 08 Mar 2007 04:32:09 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Tenterhooks]]></category>
<category>Development</category><category>fire stats</category><category>menu</category><category>modification</category><category>php code</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/archives/45</guid>
		<description><![CDATA[Some of you might have noticed the popular posts addition to the sidebar (looks like about 300 people so far!  ) . I originally borrowed the code from the Fire Stats Plugin for Wordpress that I installed a few days ago.  
I created a new function for the addition by modifying the original [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you might have noticed the popular posts addition to the sidebar (looks like about 300 people so far! <img src='http://www.tenterhooks.mbmontessori.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> ) . I originally borrowed the code from the <a rel="gb_page_fs[]" href="http://firestats.cc/" target="_blank">Fire Stats Plugin for Wordpress</a> that I installed a few days ago.  </p>
<p>I created a new function for the addition by modifying the original code a little to allow re-placement of the url with the post title.  All was well until I changed my base url option to include the World Wide Web (www) prefix, and then changed my permalinks to Apache&#8217;s mod-rewrite .  </p>
<p>ARGH! </p>
<p>So now, the stats in the popular mod were waaay off.  They only reflected the results for one url per post rather than the multitude of urls now populating my database.  Another wonky problem was the original code for Fire Stats.  It populates the url table using php&#8217;s predefined variable $_SERVER[&#8217;REQUEST_URI&#8217;].  This variable grabs a hold of the ENTIRE uri including any parameters which might be tacked onto the end.  When displaying the &#8220;popular post&#8221; I was only displaying the count of direct links to the post&#8211;no parameters, no www, and no mod-rewrites were included in the count.</p>
<p>If you know me then you know that this problem was getting under my skin and I couldn&#8217;t just let it be!</p>
<p>Earlier this evening I finished a brand new function that tracks down all the various url&#8217;s for each individual post, combines the counts, then displays the links with &#8220;true&#8221; counts for reference.  The function took a little fiddling around and a lot of testing but I am very happy with the result.  No matter where the link originated, what is attached to it or what format it is presented in&#8230;it will be counted!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/45/feed/</wfw:commentRss>
		</item>
		<item>
		<title>If either of us were into internet socialization I might be his &#8216;friend&#8217;</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/42</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/42#comments</comments>
		<pubDate>Tue, 06 Mar 2007 18:46:06 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[I was bored]]></category>
<category>alaska</category><category>blog</category><category>social networking</category><category>soy milk</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=42</guid>
		<description><![CDATA[Uncle Sean dispenses free advice. You don’t know what to do unless you email Uncle Sean. Should you have an Apple or an Orange? Go to work or play hookie? Rock and Roll all night or party every day? Shit or get off the pot? Only Uncle Sean can guide you through these trying times.]]></description>
			<content:encoded><![CDATA[<p>All hail, uncle sean. It&#8217;s not often that I laugh out loud when sitting in front of the screen. </p>
<p>This has got to be one of the best posts on the internet&#8217;s &#8217;social&#8217; phenomena.  What the hell is all that anyway? That boat has sailed without me.</p>
<p>And that is a GOOD thing.  While I do partake in forums, they must have a specific purpose, which for me usually revolves around some internet application that I am currently testing out or use on a regular basis.  Writing in forums with no goal in mind but to &#8216;chit-chat&#8217; is as Sean puts it &#8220;&#8230;f*ckin’ weird.&#8221;.</p>
<p>Take a gander at his post.  You could say he took the words right out of my mouth.</p>
<p><a rel="gb_page_fs[]" href="http://uncle-sean.com/2007/03/06/social-networking-sites/" target="_blank">Uncle Sean&#8217;s take on social networking sites</a></p>
<p>In fact, peruse through the rest of his site as well.  He is very funny.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/42/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Time for an executive decision</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/41</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/41#comments</comments>
		<pubDate>Tue, 06 Mar 2007 03:28:04 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Development]]></category>
<category>Design</category><category>Development</category><category>e commerce</category><category>ezsql</category><category>modification</category><category>oscommerce</category><category>php code</category><category>smarty</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=41</guid>
		<description><![CDATA[After pushing myself through hours of monotony to reference all the queries, functions and definitions within osCommerce so that I could get a handle on the redundancy of the code I have decided to make an executive decision&#8230;&#8230;..OUT WITH ALL THE JUNK.  Goodness gracious, who needs a function to get a category id, then [...]]]></description>
			<content:encoded><![CDATA[<p>After pushing myself through hours of monotony to reference all the queries, functions and definitions within osCommerce so that I could get a handle on the redundancy of the code I have decided to make an executive decision&#8230;&#8230;..OUT WITH ALL THE JUNK.  Goodness gracious, who needs a function to get a category id, then another to get a category name, then yet another to get the description of the category..wait, how about another to get the image associated with it.  And don&#8217;t forget to get all the child categories of the one in question, oh and then count them in a different function&#8230;&#8230;the list goes on and on. ONE FUNCTION WITH ONE QUERY is all that&#8217;s needed! <a href="http://www.tenterhooks.mbmontessori.com/archives/41#more-41" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/41/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The world is mine to command!!</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/40</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/40#comments</comments>
		<pubDate>Tue, 06 Mar 2007 03:05:24 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Tenterhooks]]></category>
<category>Development</category><category>gzip</category><category>modification</category><category>page load time</category><category>page size</category><category>php code</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=40</guid>
		<description><![CDATA[I have implemented gzip compression on this site.  The speed is like night and day.  The page began as 28k and ended as 7k.  Not bad. Not bad at all.  To implement this wonder of virtual mother nature I first attempted to include the information within my .htaccess file.  This [...]]]></description>
			<content:encoded><![CDATA[<p>I have implemented gzip compression on this site.  The speed is like night and day.  The page began as 28k and ended as 7k.  Not bad. Not bad at all.  To implement this wonder of virtual mother nature I first attempted to include the information within my .htaccess file.  This only produced errors.  More googling produced a solution.  I could place the information within my php.ini file.  PRESTO!  It worked.</p>
<p>The operative line reads: zlib.output_compression = 4096</p>
<p>I really didn&#8217;t bother to read what exactly this means&#8230;I just know that it speeds up my site.</p>
<p>To test out the compression I entered my url into a form found on this page:</p>
<p><a rel="gb_page_fs[]" href="http://www.whatsmyip.org/mod_gzip_test/?url=aHR0cDovLyB0ZW50ZXJob29rcy5tYm1vbnRlc3NvcmkuY29tLw==" target="_blank">G-Zip</a><br />
Test my page for yourself!  What a difference a day makes <img src='http://www.tenterhooks.mbmontessori.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/40/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Into the fire I go</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/37</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/37#comments</comments>
		<pubDate>Thu, 01 Mar 2007 16:07:35 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Development]]></category>
<category>Development</category><category>e commerce</category><category>oscommerce</category><category>php code</category><category>rant</category><category>research</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=37</guid>
		<description><![CDATA[I am starting my journey in to the land of os ( commerce ) . While I would really like to get in there and take out all those nasty nested tables, the first thing I am going to tackle is creating  reference files.  I need to have handy the basic definitions, functions, [...]]]></description>
			<content:encoded><![CDATA[<p>I am starting my journey in to the land of os ( commerce ) . While I would really like to get in there and take out all those nasty nested tables, the first thing I am going to tackle is creating  reference files.  I need to have handy the basic definitions, functions, queries and file structure.</p>
<p>Each file within osCommerce first calls &#8216;application_top&#8217;.  Within &#8216;application_top&#8217; comes the calls to every other file needed to make the script function as intended. It also makes use of the ini_get() function to determine whether globals or on or off&#8212;and it requires them to be &#8216;on&#8217;!!  Argh.  </p>
<p>Allowing the script to run with php 5 is at the top of the list of modifications to make.  </p>
<p>You can tell just how very old this script is by taking a gander at this definition found in &#8216;app_top&#8217;:</p>
<p>define(&#8217;BOX_WIDTH&#8217;, 125);</p>
<p>This seemingly innocent little definition was created to control the width of the outer containing table cell for each and every &#8220;infobox&#8221; within the shop.  Yup, the OUTER TABLE CONTAINER.  </p>
<p>Take a look at this puppy <a href="http://www.tenterhooks.mbmontessori.com/archives/37#more-37" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/37/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Final Mod</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/33</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/33#comments</comments>
		<pubDate>Tue, 27 Feb 2007 06:49:44 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Tenterhooks]]></category>
<category>Design</category><category>Development</category><category>modification</category><category>social networking</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=33</guid>
		<description><![CDATA[That&#8217;s my story an&#8217; I&#8217;m stickin&#8217; to it.
For awhile anyway.
The member section mod is up and running.  Available through the Members menu, it takes you to a page where all sorts of member info is listed &#8212; that is, the info that the member chooses to list, besides the basic name, reg. date, and [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s my story an&#8217; I&#8217;m stickin&#8217; to it.</p>
<p>For awhile anyway.</p>
<p>The member section mod is up and running.  Available through the Members menu, it takes you to a page where all sorts of member info is listed &#8212; that is, the info that the member chooses to list, besides the basic name, reg. date, and comments posted info.  The display preferences can be chosen from the profile page page after log-in.</p>
<p>I had a little bit of a rough go with this one.  It&#8217;s because I am so aware and some might say obsessed, with sql queries namely the number and efficiency.  Try as I might - joins flying in all directions - I could not get this mod working in one query.  It is because of the layout of the Wordpress mysql tables.  While selecting information from the users table returned a few plump little multidimensional arrays with all the values I could ask for in a single row, the users meta table forced me to retrieve many more rows to get the information I needed - resulting in many scrawny little arrays.  To illustrate my point more clearly: <a href="http://www.tenterhooks.mbmontessori.com/archives/33#more-33" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/33/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Masking Categories in Main Page</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/32</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/32#comments</comments>
		<pubDate>Sat, 24 Feb 2007 22:11:34 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[WP Support]]></category>
<category>Development</category><category>modification</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=32</guid>
		<description><![CDATA[This post is a reiteration of a thread over atWordpress Support.  I am placing it here for posterity  

Posted by SubjectEgo on 02/23/07 :

I have need for a setup that will display posts from a specific category &#34;Announcements&#34; on the main page, and mask all others. Other posts must still be accessible through [...]]]></description>
			<content:encoded><![CDATA[<p>This post is a reiteration of a thread over at<a rel="gb_page_fs[]" href="http://wordpress.org/support/" target="_blank">Wordpress Support</a>.  I am placing it here for posterity <img src='http://www.tenterhooks.mbmontessori.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<div class="quotebox">
<span class="quotespan">Posted by SubjectEgo on 02/23/07 :</span><br />
<code><br />
I have need for a setup that will display posts from a specific category &quot;Announcements&quot; on the main page, and mask all others. Other posts must still be accessible through direct linking and through the sidebar. I have not been able to develop a fix for the current setup. Is there a straightforward solution to this?</code></div>
<p>After carefully scanning the <a rel="gb_page_fs[]" href="http://wordpress.taragana.net/nav.html?index.html" target="_blank">Wordpress Source Cross Reference</a> I came up with a </p>
<p> <a href="http://www.tenterhooks.mbmontessori.com/archives/32#more-32" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/32/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hacked</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/31</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/31#comments</comments>
		<pubDate>Sat, 24 Feb 2007 02:46:14 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Tenterhooks]]></category>
<category>Development</category><category>modification</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=31</guid>
		<description><![CDATA[Another wordpress hack. I&#8217;m working on the &#8220;member&#8221; section to allow members to share some or all of their profile and I noticed an annoying little glitch in the profile.php file.
Wordpress allows the user to select a name from the many stored in the database to display publicly when they post a comment.  Well, [...]]]></description>
			<content:encoded><![CDATA[<p>Another wordpress hack. I&#8217;m working on the &#8220;member&#8221; section to allow members to share some or all of their profile and I noticed an annoying little glitch in the profile.php file.</p>
<p>Wordpress allows the user to select a name from the many stored in the database to display publicly when they post a comment.  Well, the drop down menu pulls all the names and places them in a drop down list whether they are different or not.  Quite annoying to see &#8220;joe&#8221; written out 4 times!</p>
<p>So I hacked the code&#8230;again.<br />
 <a href="http://www.tenterhooks.mbmontessori.com/archives/31#more-31" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/31/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blog customization</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/23</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/23#comments</comments>
		<pubDate>Sat, 17 Feb 2007 01:02:12 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Tenterhooks]]></category>
<category>Development</category><category>modification</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=23</guid>
		<description><![CDATA[So, my blog customization is finished.  Wordpress is a very straightforward code.  It was shocking to see plain language embedded right into the core files.  IMHO, it limits the global attraction of Wordpress.  Everytime you have to edit the source code to change the heading of a box, it increases the [...]]]></description>
			<content:encoded><![CDATA[<p>So, my blog customization is finished.  Wordpress is a very straightforward code.  It was shocking to see plain language embedded right into the core files.  IMHO, it limits the global attraction of Wordpress.  Everytime you have to edit the source code to change the heading of a box, it increases the possibility that errors are going to be made.  Using a language file which defines  variables in relation to plain language is a safer way to create content.  Even then&#8230;not everyone knows PHP and one missed single quote could frustrate an administrator or noob.  I&#8217;ll step off my soapbox now.</p>
<p>I have used these plugins: <a href="http://www.tenterhooks.mbmontessori.com/archives/23#more-23" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/23/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Wordpress Menu</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/13</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/13#comments</comments>
		<pubDate>Thu, 15 Feb 2007 17:31:10 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Tenterhooks]]></category>

		<category><![CDATA[WordPress Plugins]]></category>
<category>Design</category><category>Development</category><category>menu</category><category>modification</category><category>plugin</category><category>wordpress</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=13</guid>
		<description><![CDATA[
08/03/07: Clarification:
UPDATE! Please download the sitemap fix for version 2.0.3.  All new downloads, please also download the fix and overwrite the file.  The next version will be available as soon as my main site has finished it&#8217;s facelift.
The What
The Webdezine Pure CSS Horizontal Menu is a dropdpwn, cross browser multi-level (nested) css navigation [...]]]></description>
			<content:encoded><![CDATA[<div style="padding-top:5px;">
<h3 style="color:#cc1100;padding:0;">08/03/07: Clarification:</h3>
<h3 style="color:blue;padding:0;margin:0 0 25px 0;">UPDATE! Please download the sitemap fix for version 2.0.3.  All new downloads, please also download the fix and overwrite the file.  The next version will be available as soon as my main site has finished it&#8217;s facelift.</h3>
<h2 class="nomop">The What</h2>
<p>The Webdezine Pure CSS Horizontal Menu is a dropdpwn, cross browser multi-level (nested) css navigation system for Wordpress that can be displayed across the top of your header area.  It includes support for Pages, Categories, Archives, Blogroll and Meta Links. The menus can be used in place of or in addition to the default Wordpress fuctions wp_list_categories, wp_list_pages, wp_get_archives, wp_list_bookmarks, and meta data that is contained in the sidebar.php.  The menu is currently compatible with Wordpress 2.1.* and will soon be available to 2.0.* Wordpress users.  The menu is as always, free for personal use, although support is greatly appreciated.  Commercial users (including developers) should download the commercial version of the menu.</p>
<h3 class="nomap" >The Screen Shots</h3>
<table width="100%">
<tr>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot1.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot1.thumbnail.gif' alt='wd_css_shot1.gif'/></a></td>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot2.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot2.thumbnail.gif' alt='wd_css_shot2.gif' /></a></td>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot3.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot3.thumbnail.gif' alt='wd_css_shot3.gif' /></a></td>
</tr>
<tr>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot4.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot4.thumbnail.gif' alt='wd_css_shot4.gif' /></a></td>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot5.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot5.thumbnail.gif' alt='wd_css_shot5.gif' /></a></td>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot6.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot6.thumbnail.gif' alt='wd_css_shot6.gif' /></a></td>
</tr>
<tr>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot7.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot7.thumbnail.gif' alt='wd_css_shot7.gif' /></a></td>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot8.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot8.thumbnail.gif' alt='wd_css_shot8.gif' /></a></td>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot9.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot9.thumbnail.gif' alt='wd_css_shot9.gif' /></a></td>
</tr>
<tr>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot10.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot10.thumbnail.gif' alt='wd_css_shot10.gif' /></a></td>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot11.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot11.thumbnail.gif' alt='wd_css_shot11.gif' /></a></td>
<td><a href='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot12.gif' rel="gb_imageset[wd_css]" title='Webdezine CSS Menu Screenshot'><img src='http://www.tenterhooks.mbmontessori.com/wp-content/uploads/2007/04/wd_css_shot12.thumbnail.gif' alt='wd_css_shot12.gif' /></a></td>
</tr>
</table>
<p><br/></p>
<h3 class="nomap" >The Demos</h3>
<ul>
<li><a href="http://www.thehollough.com/wordpress213/">Menu Demo - All menus displayed with Titles</a></li>
<li><a href="http://www.thehollough.com/wordpress212/">Menu Demo - Pages and Categories displayed without Titles</a></li>
</ul>
<p><br/></p>
<h3 class="nomap" >The Features</h3>
<ul class="nomep">
<li><span style="font-weight:bold;">The Menu</span>
<ul class="nomep">
<li>The menu is entirely CSS based.  It does not rely on client-side scripting such as Javascript to hide or reveal the menu levels.</li>
<li>The menu is based a degradable unordered html list</li>
<li>The menu can be nested to a maximum of 4 levels (do the users really want more than that?).</li>
<li>The menu is <strong>compatible with PHP4+</strong></li>
<li>A sitemap is connected to the title links in case of menu failure (unlikely).</li>
<li>Each menu or nested level can be styled individually if you wish</li>
<li>The css classes are based on divs and links for maximum compatibility</li>
<li>You can now choose which menus to display and how</li>
<li>You can exclude pages or categories from your menus</li>
<li>You can display page, post or link counts in your menus</li>
<li>You can organize your blogroll into multiple top-level categories</li>
<li>&#8230;&#8230;&#8230;&#8230;etc.</li>
</ul>
</li>
<li><span style="font-weight:bold;">The Sitemap</span>
<ul class="nomep">
<li>The sitemap is also based a degradable unordered html list</li>
<li>Each menu or nested level can be styled individually if you wish</li>
<li>The css classes are based on divs and links for maximum compatibility</li>
<li>A sitemap page is created upon activation</li>
<li>If you already have a great sitemap, you can detour this one and link your menu to the one already in place</li>
</ul>
</li>
<li><span style="font-weight:bold;">The Admin</span>
<ul class="nomep">
<li>The admin is now a pimped up wonder</li>
<li>Tabs separate the option sections</li>
<li>Display the options in English, French, Spanish, German, or Italian</li>
<li>Choose to display the titles (Pages/Categories/Archives) or spread the top levels across the header. Each menu is individually customized - e.g. display the archive title, but not the page title</li>
<li>More options for the menu - Choose the date format for the archives, exclude categories, &#8230;.</li>
<li>Input your old sitemap url and the menu takes care of the rest</li>
<li>Edit the CSS directly from the option page (and the IE6 css!)</li>
<li>Preview your changes in the option page (I got tired of refreshing my development site - this is much better)</li>
</ul>
</li>
<li><span style="font-weight:bold;">The Machine</span>
<ul class="nomep">
<li>Nonce security has been added</li>
<li>Personal and Commercial License payments are now accepted through the option screen</li>
<li>Licensees are automatically registered for the in-depth support forum for help with customization, support and feature requests</li>
<li>If caching is enabled the calls to the database are cached</li>
<li>If a new category or post is created the cache is refreshed allowing your visitors to get the newest information instantly.</li>
<li>Upon activation, the plug-in loads up the default values - Upon deactivation, the plugin removes all options/sitemap from the database&#8230;.almost like it was never there.</li>
</ul>
</li>
</ul>
<h3 class="nomap" >The Structure</h3>
<div class="quotebox" style="height:200px;margin-bottom:20px;">
<pre>
&lt;ul&gt;
&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;&quot;&gt;LIST NAME
&nbsp;&nbsp;&nbsp;&nbsp;&lt;table&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ul&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;&quot;&gt;PARENT CAT
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;table&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ul&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;&quot;&gt;CHILD CAT
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;table&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ul&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;li&gt;&lt;a href=&quot;&quot;&gt;SUB-CHILD CAT&lt;/a&gt;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/table&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/a&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/table&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/a&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/li&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/ul&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/td&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/tr&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/table&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/a&gt;
&nbsp;&nbsp;&lt;/li&gt;
&lt;/ul&gt;
&nbsp;
Why the tag soup?&nbsp;&nbsp;To make it compitable with IE of course!
</pre>
</div>
<h3 class="nomap" >The Compatibility</h3>
<table width="100%" style="text-align:center;">
<tr>
<th>OS</th>
<th>Browser</th>
<th>Version</th>
<th>Compatible?</th>
<th>Issues?</th>
</tr>
<tr>
<td>Windows XP</td>
<td>Firefox</td>
<td>2.X</td>
<td>Yes</td>
<td>None</td>
</tr>
<tr>
<td>Windows XP</td>
<td>Internet Explorer</td>
<td>6</td>
<td>Yes</td>
<td>None</td>
</tr>
<tr>
<td>Windows XP</td>
<td>Internet Explorer</td>
<td>7</td>
<td>Yes</td>
<td>None</td>
</tr>
<tr>
<td>Windows XP</td>
<td>Opera</td>
<td>9.1</td>
<td>Yes</td>
<td>None</td>
</tr>
<tr>
<td>Linux</td>
<td>Firefox</td>
<td>2.0.0.3</td>
<td>Yes</td>
<td>None</td>
</tr>
<tr>
<td>Linux</td>
<td>Konqueror</td>
<td>3.5.6</td>
<td>Yes</td>
<td>None</td>
</tr>
</table>
<p><span class="nomep" style="color:#cc1100;">I need a heads up for non-windows OS browsers. Please drop me a comment listing your Operating System, Browser, Version, whether it&#8217;s compatible or not and any issues related to the operation of the menu.<span style="color:#499DF5;">Thanks for your help!</span></span><br/></p>
<h3 class="nomap" >The Stats</h3>
<ul class="nomap">
<li> Version Download Totals
<ul>
<li>Webdezine Wordpress Menu V1.0 <span style="color:#cc1100;">(23)</span></li>
<li>Webdezine Wordpress Menu PHP4 V1.0 <span style="color:#cc1100;">(4)</span></li>
<li>Webdezine Wordpress Menu V1.1 <span style="color:#cc1100;">(58)</span></li>
<li>Webdezine Wordpress Menu PHP4 V1.1 <span style="color:#cc1100;">(28)</span></li>
<li>Webdezine Wordpress Menu PHP4 V1.2 <span style="color:#cc1100;">(40)</span></li>
<li>Webdezine Wordpress Menu PHP5 V1.2 <span style="color:#cc1100;">(537)</span></li>
<li>Webdezine Wordpress Menu PHP4 V1.3 <span style="color:#cc1100;">(487)</span></li>
<li>Webdezine Wordpress Menu PHP5 V2.0 -  PERSONAL &#038; COMMERCIAL <span style="color:#cc1100;">(20)</span></li>
<li>Webdezine Wordpress Menu PHP5 V2.0.1 - PERSONAL &#038; COMMERCIAL <span style="color:#cc1100;">(17)</span></li>
<li>Webdezine Wordpress Menu PHP5 V2.0.2 - PERSONAL &#038; COMMERCIAL <span style="color:#cc1100;">(109)</span></li>
</ul>
</li>
</ul>
<h3 class="nomap" >The Download</h3>
<div style="padding: 10px 0px;">
<p><img src="images/download_icon.gif" alt="download" style="float:left;" /><a class="download" href="http://www.tenterhooks.mbmontessori.com/wp-content/plugins/wp-downloadMonitor/download.php?id=23" title="Downloaded 457 times" >SITEMAP FIX for 2.0.3 (457)</a><br/><a class="download" href="http://www.tenterhooks.mbmontessori.com/wp-content/plugins/wp-downloadMonitor/download.php?id=20" title="Version 2.0.3 downloaded 1254 times" >COMMERCIAL: Webdezine.ca Wordpress Menu V2.0.3 (1254)</a><br/><a class="download" href="http://www.tenterhooks.mbmontessori.com/wp-content/plugins/wp-downloadMonitor/download.php?id=21" title="Version 2.0.3 downloaded 2062 times" >PERSONAL: Webdezine.ca Wordpress Menu V2.0.3 (2062)</a></div>
<h2 class="nomop">The Why</h2>
<p>I found the default lists impractical and IMHO quite ugly.  I also wanted to use the same menu for my blog that I will be using for my main site.</p>
<h2 class="nomop">The How</h2>
<h3 class="nomap" >The Installation Instructions</h3>
<ul class="nomop numb">
<li>Download the .zip file</li>
<li>Extract the .zip file</li>
<li>Upload the folder called &#8216;webdezine_menu&#8217; and the file called &#8216;webdezine_css_menu.php&#8217; into your plugin directory located in /wp-content/plugins</li>
<li>Upload the webdezine_sitemap.php page template into your theme file located in /wp-content/themes.</li>
<li>Add this code to your header file
<div class="codebox" >
<pre>
&lt;?php
if (function_exists(&#039;get_menu&#039;))
get_menu(&#039;topmenu&#039;);
?&gt;
</pre>
</div>
<p>It will look like this in the default theme</p>
<div class="codebox" >
<pre>
&lt;div id=&quot;header&quot;&gt;
&nbsp;&nbsp;&lt;div id=&quot;headerimg&quot;&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;h1&gt;&lt;a href=&quot;&lt;?php echo get_option(&#039;home&#039;); ?&gt;/&quot;&gt;&lt;?php bloginfo(&#039;name&#039;); ?&gt;&lt;/a&gt;&lt;/h1&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;div class=&quot;description&quot;&gt;&lt;?php bloginfo(&#039;description&#039;); ?&gt;&lt;/div&gt;
&lt;?php
if (function_exists(&#039;get_menu&#039;))
get_menu(&#039;topmenu&#039;);
?&gt;
&nbsp;&nbsp;&lt;/div&gt;
&lt;/div&gt;
&lt;hr /&gt;
</pre>
</div>
</li>
<li>Head over to your admin interface and activate the plugin</li>
<li>Head over to the webdezine css menu option page and customize to your liking</li>
<li><span style="color:#cc1100;">IMPORTANT!</span> When using the Blogroll menu you must only use top parent categories to store your links.  These are special categories you have created that have a category parent ID of ZERO.  You may organize your links into those categories.  The links will pop out in a list from each &#8220;0&#8243; level link category.</li>
</ul>
<h3 class="nomap" >The Upgrade Instructions</h3>
<ul class="nomep">
<li>download the current zip</li>
<li>
<div style="padding: 10px 0px;">To UPGRADE:<br/>
<ul class="nomep">
<li>From 2.0 to 2.0.1:</p>
<ul class="nomep">
<li>overwrite the &#8220;scr.js&#8221; file in the webdezine plugin folder</li>
<li>overwrite the &#8220;wd_all_the_menus.php&#8221; in the webdezine plugin folder</li>
</ul>
</li>
<li>From 2.0.1 to 2.0.2:
<ul class="nomep">
<li>overwrite the &#8220;wd_all_the_menus.php&#8221; in the webdezine plugin folder</li>
</ul>
</li>
</ul>
</div>
</li>
</ul>
<h3 class="nomap" >The Customization</h3>
<p><span class="nomep">The function variables can be changed from the admin option menu. Note: Please remember that should you change the CSS class names available through the option menu, you will also have to change the class names within the CSS file.</span><br/></p>
<h2 class="nomop">The Changes</h2>
<ul class="nomop">
<li>02/25/07: Version 1.0 released - not a plugin</li>
<li>02/27/07: Version 1.1 released - not a plugin
<ul>
<li> Missing close bracket at line 198 FIXED</li>
<li>Query ERROR: &#8220;You have an error in your SQL syntax; check the manual<br />
        	   that corresponds to your MySQL server version for the right syntax&#8221; - FIXED</li>
<li>Amended the read_me file to include instructions on how to add the css style information</li>
</ul>
</li>
<li>03/12/07: Version 1.2 released - a plugin
<ul>
<li> changed the menu to a plugin to allow more to easily use this resource</li>
<li> fixed 2 lines of code that prevented the page menu from displaying the sub-child page names</li>
<li> fixed 2 lines of code that prevented the post count from showing correctly in the category menu</li>
<li>added support for the blogroll&#8211;now a drop-down menu like the others</li>
<li>added a variable in blogroll function to allow a separate css class for different styling of links</li>
<li>removed the read-me file and placed the information here</li>
</ul>
</li>
<li>03/13/07: Version 1.3 released -PHP4
<ul>
<li>Fixed a mismatched file name in the PHP4 version</li>
<li>Fixed the missing php tags within the code to add to the template</li>
</ul>
</li>
<li>05/01/07: Version 2.0 release - PHP5 only
<ul>
<li>Completely rewrote the functions eliminating all known bugs</li>
<li>Added many more options for customization</li>
<li>Revamped the admin section</li>
<li>Added css editing support from the admin</li>
<li>Added page preview from the admin</li>
<li>Created a licensee forum for in-depth support</li>
<li>Integrated forum registration with Paypal into the option page</li>
<li>Created separate personal and commercial versions</li>
<li>Worked like a dawg on this plugin</li>
</ul>
</li>
<li>05/02/07: Version 2.0.1 released
<ul>
<li>fixed admin javascript conflict</li>
</ul>
</li>
<li>05/02/07: Version 2.0.2 released
<ul>
<li>fixed array check in &#8220;wd_all_the_menus.php</li>
</ul>
</li>
<li>05/08/07: Version 2.0.3 released
<ul>
<li>added PHP4 compatibility</li>
</ul>
</li>
<li>08/05/07: SITEMAP FIX FOR 2.0.3
<ul>
<li>overwrite existing file with replacement</li>
</ul>
</li>
</ul>
<h2 class="nomop">The Bugs</h2>
<p><span>Found a bug?  I&#8217;d be happy to squash it.  Just leave me a comment and I&#8217;ll do what I can.</span></p>
</div>
<p>Here is a link to another way to accomplish a dynamic css menu for wordpress:<br />
<a href="http://green-beast.com/blog/?p=157">side dynamic menu for pages</a>.  While not a drop down or one that is used for all links, it does highlight the page links if that is more important to the blog than the other links available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/13/feed/</wfw:commentRss>
		</item>
		<item>
		<title>www.webdezine.ca</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/20</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/20#comments</comments>
		<pubDate>Mon, 12 Feb 2007 03:13:38 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[Web Design]]></category>
<category>Design</category><category>Development</category><category>me!me!me!</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=20</guid>
		<description><![CDATA[webdezine is a small creative w3 design house based in Ontario, Canada that creates accessible standards compliant websites with style. ]]></description>
			<content:encoded><![CDATA[<p>Throw me your best punches!  My first addition to my bookmarks is my own website &lt;g&gt;.  I have spent some time on this, creating a website showing different looks with just a click.  I like the look of each style and will continue to update the site with different looks as time wears on.  Without further ado&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/20/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What I&#8217;m gonna do</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/3</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/3#comments</comments>
		<pubDate>Sun, 04 Feb 2007 17:49:43 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[General]]></category>
<category>css</category><category>Development</category><category>e commerce</category><category>Ecommerce</category><category>goals</category><category>menu</category><category>modification</category><category>montessori</category>
		<guid isPermaLink="false">http://www.tenterhooks.mbmontessori.com/?p=3</guid>
		<description><![CDATA[I&#8217;ll start with a little bit of background on what I my goals are for development of mbmontessori.com.  The end product will be an Ecommerce Montessori &#8220;mall&#8221; where different venders can sell their virtual products and quite possibly, sometime in the future,  their physical products as well.
I have chosen an the Open Source [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll start with a little bit of background on what I my goals are for development of mbmontessori.com.  The end product will be an Ecommerce Montessori &#8220;mall&#8221; where different venders can sell their virtual products and quite possibly, sometime in the future,  their physical products as well.</p>
<p>I have chosen an the Open Source e-commerce software package - osCommerce as the base for my project.  While fine and dandy for a very basic store, this software is out-of-date and limited in the scope of it&#8217;s capabilities.  In a nutshell, what it can currently accomplish is:</p>
<ul>
<li>listing an unlimited number of products with titles, pictures and descriptions</li>
<li>storing those products in a unlimited number and depth of categories</li>
<li>navigating by category or manufacturer</li>
<li>a shopping cart capable of customized tax calculations</li>
<li>a &#8220;visitors&#8221; shopping cart (pre-login/registration)</li>
<li>basic paypal compatibilty</li>
<li>9 other popular payment gateways</li>
<li>creating member accounts, that are recalled from the mysql database</li>
<li>create special prices for specified time periods on individual products</li>
<li>multiple currencies and languages</li>
<li>automated listing of &#8220;new&#8221; products</li>
<li>customer &#8220;review&#8221; capabilities for products</li>
<li>basic download products</li>
<li>basic search functions</li>
<li>&#8220;tell-a-friend&#8221; by email</li>
<li>email notification of product updates as requested by customer</li>
</ul>
<p>WOW, you say!!  That&#8217;s a lot of features.  Yes, you are right on the money&#8230;but if we went with this package out of the box, we would end up being short changed.  Here&#8217;s why:</p>
<p>Unlimited product listing is a huge draw but they are accessed through a very, very archaic menu system that relys on groups of no-break spaces to create the &#8217;subcategory&#8217; look.  While the categories are also unlimited, the menu system renches a tooth with every click and refresh.</p>
<p>The manufactuer listing is handy as it will allow us to view products either by category or the vender who has posted the item.  Again, the navigation for this goes back to &#8220;what&#8217;s hot&#8221; numerous years ago by using a pull-down form menu.  Not what I call web2.0!</p>
<p>The shopping cart section is pretty much like any other but the ability for the administrator to assign different tax levies based on the location of the seller and the location of the buyer is an awesome feature.  What for it&#8230;BUT&#8230;the functions that achieve this little slice of heaven operate like a wood-fired oven rather than a micro-wave.  They are in desperate need of 100 years of progress.</p>
<p>The visitors cart is fine.  No complaints.  The software operates using cookies and session variables.  If the customer refuses to accept the chocolate-chunk, then the session holds their cart contents.  Don&#8217;t let them leave the site before creating an account though&#8230;or all is lost.</p>
<p>On to the paypal.  YUCK, with a capital YUCK.  There is no capability for confirmation of payment aside from checking your paypal account every 15 minutes.  And if an order happens to be lost in cyberspace between your site and paypal&#8230;you have NO CLUE what was ordered.  And most importantly, for this &#8220;virtual-product&#8221; project, the customer can head off to the paypal site to pay, click cancel, return to your site and have access to the product without paying a dime.  Not good with a capital turd.</p>
<p>I have not tested the other payment gateways.  But if the paypal module is that sparse..I can&#8217;t imagine why the others would be any better.</p>
<p>Having to create an account to purchase something has become quite a bone of contention amoungst ecommerce gurus.  While everyone knows that it is a necessary part of doing business (the tax man says so), most people agree that the net is a unique environment where the rules of normal transactions just don&#8217;t want to be applied.  Not only do we all demand to write less (when was the last time you sent a letter by snail-mail?), we are now demanding to type and click less.  The gurus fear that the more typing and clicking the user does, the less likely they are to complete the sale.  You want to grab their attention with the books opening chapter and then skip to the last page to get to a quick and satisfying conclusion.</p>
<p>Special prices.  These are something I don&#8217;t really agree with&#8230;but the rest of the world does, so we&#8217;ll keep the specials but rework how they are displayed, i.e. dispense with the cheesy red font strike-through.  We might even add a &#8220;countdown clock&#8221; to create that sense of urgency ;P</p>
<p>Les devises multiples et la langue est maniable pour avoir.  I just wish I knew what it said. <img src='http://www.tenterhooks.mbmontessori.com/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' /> </p>
<p>The rest of the features mentioned also need a makeover.  As does the separation of code/content/presentation, multiple nested table layout..etc.  I could go on but I&#8217;d rather get to the code and start creating a usable shopping cart for this project and others.</p>
<p>Good night, sleep tight and squash those bed bugs between thumb and forefinger.<br />
In order to keep the few perly whites I have left, I will be implement a cross-browser, cross-platform css based horizontal drop menu, for easy drilling &#8230;another dental reference 8).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OK, so I have a weblog&#8230;now what?</title>
		<link>http://www.tenterhooks.mbmontessori.com/archives/1</link>
		<comments>http://www.tenterhooks.mbmontessori.com/archives/1#comments</comments>
		<pubDate>Sat, 27 Jan 2007 23:26:17 +0000</pubDate>
		<dc:creator>Sheri</dc:creator>
		
		<category><![CDATA[General]]></category>
<category>children</category><category>community</category><category>Design</category><category>education</category><category>materials</category><category>montessori</category><category>research</category><category>Updates</category>
		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am here to document my progress on the development of a brand new idea in the worldwide Montessori community.
Throughout my years of being involved with Montessori education in various capacities, there has been one characteristic shared by all Montessori educators, regardless of education, status, position, or location.
Everyone has shared a strong desire to create [...]]]></description>
			<content:encoded><![CDATA[<p>I am here to document my progress on the development of a brand new idea in the worldwide Montessori community.</p>
<p>Throughout my years of being involved with Montessori education in various capacities, there has been one characteristic shared by all Montessori educators, regardless of education, status, position, or location.</p>
<p>Everyone has shared a strong desire to create learning materials so that they can share the world with each child in their lives. <a href="http://www.tenterhooks.mbmontessori.com/archives/1#more-1" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tenterhooks.mbmontessori.com/archives/1/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
