<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.m2osw.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Made to Order Software Corporation - include</title>
 <link>http://www.m2osw.com/taxonomy/term/399/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>Protected Node Rules Support</title>
 <link>http://www.m2osw.com/doc-protected-node-rules</link>
 <description>&lt;p&gt;The following features are available only when installing the Rules extension of protected nodes. This extension requires the thrid party Rules extension for Drupal.&lt;/p&gt;
&lt;h2&gt;
	Protected Node Rules Conditions&lt;/h2&gt;
&lt;p&gt;When handling a Node, it is possible to check whether the node is currently protected or locked.&lt;/p&gt;
&lt;h3&gt;
	Protected Nodes&lt;/h3&gt;
&lt;p&gt;A node is said protected when the node was protected by a password using the Protected node module.&lt;/p&gt;
&lt;p&gt;Whether the user can view that node is irrevelant in this case. Only the fact that the node requires a password to be viewed is what this condition checks.&lt;/p&gt;
&lt;h3&gt;
	Locked Nodes&lt;/h3&gt;
&lt;p&gt;A ...&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-protected-node-rules&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-protected-node-rules#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/607">Protect</category>
 <pubDate>Thu, 22 Mar 2012 00:26:28 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">680 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Snap! Websites Upgrade: Google AdSense</title>
 <link>http://www.m2osw.com/snap-upgrade-google-adsense</link>
 <description>&lt;div class=&quot;product-info product display&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-display uc-price&quot;&gt;$0.20&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;product-body&quot;&gt;&lt;h2&gt;
	Upgrade your website: Snap! Google AdSense&lt;/h2&gt;
&lt;p&gt;Get the Google AdSense upgrade and it becomes very easy for you to manage you Google AdSense ads on your website. The upgrade includes 1 to 3 AdSense blocks that can appear next to your posts.&lt;/p&gt;

&lt;/div&gt;&lt;div class=&quot;product-info product sell&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-sell uc-price&quot;&gt;$0.20&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;add-to-cart&quot;&gt;&lt;form action=&quot;/taxonomy/term/399/all/feed&quot;  accept-charset=&quot;UTF-8&quot; method=&quot;post&quot; id=&quot;uc-product-add-to-cart-form-679&quot;&gt;
&lt;div&gt;&lt;input type=&quot;hidden&quot; name=&quot;qty&quot; id=&quot;edit-qty&quot; value=&quot;1&quot;  /&gt;
&lt;input type=&quot;submit&quot; name=&quot;op&quot; id=&quot;edit-submit-679&quot; value=&quot;Add to cart&quot;  class=&quot;form-submit node-add-to-cart&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_build_id&quot; id=&quot;form-8f6127fdaf6cdff0b9d90129545bdc6d&quot; value=&quot;form-8f6127fdaf6cdff0b9d90129545bdc6d&quot;  /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_id&quot; id=&quot;edit-uc-product-add-to-cart-form-679&quot; value=&quot;uc_product_add_to_cart_form_679&quot;  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/snap-upgrade-google-adsense&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/snap-upgrade-google-adsense#comments</comments>
 <pubDate>Thu, 23 Feb 2012 06:52:33 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">679 at http://www.m2osw.com</guid>
</item>
<item>
 <title>CSS3 media queries</title>
 <link>http://www.m2osw.com/css3-media-queries</link>
 <description>&lt;p&gt;&lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Cascading Style Sheet&quot; lang=&quot;en&quot;&gt;CSS&lt;/abbr&gt; is improving with the introduction of CSS3.&lt;/p&gt;
&lt;p&gt;Contrary to the previous version, CSS3 supports selections that are very advanced, offering capabilities close to what you could write in JavaScript.&lt;/p&gt;
&lt;p&gt;Today I wanted to talk about the Media Queries because that can be used to very much optimize the list of links used to load your CSS data.&lt;/p&gt;
&lt;p&gt;In &lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Hyper Text Markup Language&quot; lang=&quot;en&quot;&gt;HTML&lt;/abbr&gt;, you can use a &amp;lt;link ...&amp;gt; to add a CSS file to your page.&lt;/p&gt;
&lt;pre class=&quot;rteindent1&quot;&gt;
&amp;lt;link rel=&amp;quot;stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;style.css&amp;quot; /&amp;gt;&lt;/pre&gt;
&lt;p&gt;In this case, the file style.css will always be loaded, whatever the media being used.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/css3-media-queries&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/css3-media-queries#comments</comments>
 <pubDate>Sun, 15 Jan 2012 05:26:21 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">676 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Fax Now Online</title>
 <link>http://www.m2osw.com/fax-now-online-30-day-free-trial</link>
 <description>&lt;div class=&quot;product-info product display&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-display uc-price&quot;&gt;$0.00&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;product-body&quot;&gt;&lt;p&gt;&lt;img width=&quot;209&quot; height=&quot;84&quot; border=&quot;0&quot; align=&quot;left&quot; src=&quot;/sites/default/files/images/logo-fax-now-online-on-black.png&quot; alt=&quot;Fax Now Online logo&quot; title=&quot;Fax Now Online for all your facsimile needs.&quot; style=&quot;margin-right: 10px; margin-bottom: 10px;&quot; /&gt;Yes! With &lt;a title=&quot;Visit our Fax Now Online dedicated website.&quot; href=&quot;http://faxnowonline.com/&quot;&gt;&lt;em&gt;Fax Now Online&lt;/em&gt;&lt;/a&gt;,  you can send a fax from your browser or your server (using our MO&amp;nbsp;Fax  &lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Application Program Interface&quot; lang=&quot;en&quot;&gt;API&lt;/abbr&gt;) to any fax machine in the US. Easy, flexible and cheap, &lt;em&gt;Fax Now Online&lt;/em&gt; is your remote facsimile solution.&lt;/p&gt;

&lt;/div&gt;&lt;div class=&quot;product-info product sell&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-sell uc-price&quot;&gt;$0.00&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;add-to-cart&quot;&gt;&lt;form action=&quot;/taxonomy/term/399/all/feed&quot;  accept-charset=&quot;UTF-8&quot; method=&quot;post&quot; id=&quot;uc-product-add-to-cart-form-672&quot;&gt;
&lt;div&gt;&lt;input type=&quot;hidden&quot; name=&quot;qty&quot; id=&quot;edit-qty-1&quot; value=&quot;1&quot;  /&gt;
&lt;input type=&quot;submit&quot; name=&quot;op&quot; id=&quot;edit-submit-672&quot; value=&quot;Add to cart&quot;  class=&quot;form-submit node-add-to-cart&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_build_id&quot; id=&quot;form-775349d289aee8310362df659ed60436&quot; value=&quot;form-775349d289aee8310362df659ed60436&quot;  /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_id&quot; id=&quot;edit-uc-product-add-to-cart-form-672&quot; value=&quot;uc_product_add_to_cart_form_672&quot;  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/fax-now-online-30-day-free-trial&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/fax-now-online-30-day-free-trial#comments</comments>
 <pubDate>Fri, 30 Sep 2011 17:02:59 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">672 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Snap! Websites Upgrade: Advanced Filters</title>
 <link>http://www.m2osw.com/snap-upgrade-advanced-filters</link>
 <description>&lt;div class=&quot;product-info product display&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-display uc-price&quot;&gt;$1.50&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;product-body&quot;&gt;&lt;h2&gt;
	Upgrade your website: Snap! Inline Tag Filters&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Snap!&lt;/strong&gt; has a filtering system dynamically transforming inline tags in your pages with live content from your website. By default we include the foot note tag filter in your website.&lt;/p&gt;

&lt;/div&gt;&lt;div class=&quot;product-info product sell&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-sell uc-price&quot;&gt;$1.50&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;add-to-cart&quot;&gt;&lt;form action=&quot;/taxonomy/term/399/all/feed&quot;  accept-charset=&quot;UTF-8&quot; method=&quot;post&quot; id=&quot;uc-product-add-to-cart-form-668&quot;&gt;
&lt;div&gt;&lt;input type=&quot;hidden&quot; name=&quot;qty&quot; id=&quot;edit-qty-2&quot; value=&quot;1&quot;  /&gt;
&lt;input type=&quot;submit&quot; name=&quot;op&quot; id=&quot;edit-submit-668&quot; value=&quot;Add to cart&quot;  class=&quot;form-submit node-add-to-cart&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_build_id&quot; id=&quot;form-1b993264763d4a07b899d92cbde5dac2&quot; value=&quot;form-1b993264763d4a07b899d92cbde5dac2&quot;  /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_id&quot; id=&quot;edit-uc-product-add-to-cart-form-668&quot; value=&quot;uc_product_add_to_cart_form_668&quot;  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/snap-upgrade-advanced-filters&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/snap-upgrade-advanced-filters#comments</comments>
 <pubDate>Sun, 04 Sep 2011 23:43:54 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">668 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Snap! Website ($19.99/mo, first month is free!)</title>
 <link>http://www.m2osw.com/snap-website</link>
 <description>&lt;div class=&quot;product-info product display&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-display uc-price&quot;&gt;$0.00&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;product-body&quot;&gt;&lt;p&gt;&lt;strong&gt;&lt;img align=&quot;left&quot; alt=&quot;Snap! The most advanced web hosting service available.&quot; height=&quot;119&quot; src=&quot;/sites/default/files/images/snap-logo.png&quot; style=&quot;margin-right: 10px; margin-bottom: 5px;&quot; title=&quot;Snap! The most advanced we hosting service available.&quot; width=&quot;150&quot; /&gt;&lt;/strong&gt; &lt;img align=&quot;bottom&quot; alt=&quot;(Small Snap! Logo)&quot; src=&quot;http://www.m2osw.com/sites/default/files/images/round_button_logo_snap.gif&quot; /&gt; &lt;strong&gt;Snap!&lt;/strong&gt; is the most advanced, business quality Web 2.0 hosting service available. &lt;img align=&quot;bottom&quot; alt=&quot;(Small Snap! Logo)&quot; src=&quot;http://www.m2osw.com/sites/default/files/images/round_button_logo_snap.gif&quot; /&gt; &lt;strong&gt;Snap!&lt;/strong&gt;, powerful &lt;em&gt;Content Management System&lt;/em&gt; (&lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Content Management System&quot;&gt;CMS&lt;/abbr&gt;), is easy to use and gives you peace of mind.&lt;/p&gt;
&lt;p&gt;More and more, web hosting companies offer CMS systems to their customers. The US, French and German governments and many large businesses chose the same CMS as us. It gives you the ability to build a complete website in minutes and gives you full control of your content right from the start.&lt;/p&gt;

&lt;/div&gt;&lt;div class=&quot;product-info product sell&quot;&gt;&lt;span class=&quot;uc-price-product uc-price-sell uc-price&quot;&gt;$0.00&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;add-to-cart&quot;&gt;&lt;form action=&quot;/taxonomy/term/399/all/feed&quot;  accept-charset=&quot;UTF-8&quot; method=&quot;post&quot; id=&quot;uc-product-add-to-cart-form-667&quot;&gt;
&lt;div&gt;&lt;input type=&quot;hidden&quot; name=&quot;qty&quot; id=&quot;edit-qty-3&quot; value=&quot;1&quot;  /&gt;
&lt;input type=&quot;submit&quot; name=&quot;op&quot; id=&quot;edit-submit-667&quot; value=&quot;Add to cart&quot;  class=&quot;form-submit node-add-to-cart&quot; /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_build_id&quot; id=&quot;form-aa07e2c3d3a7cfe4e5f1838dadd40cd8&quot; value=&quot;form-aa07e2c3d3a7cfe4e5f1838dadd40cd8&quot;  /&gt;
&lt;input type=&quot;hidden&quot; name=&quot;form_id&quot; id=&quot;edit-uc-product-add-to-cart-form-667&quot; value=&quot;uc_product_add_to_cart_form_667&quot;  /&gt;

&lt;/div&gt;&lt;/form&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/snap-website&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/snap-website#comments</comments>
 <pubDate>Sat, 20 Aug 2011 22:40:50 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">667 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Security Issue in many mail systems</title>
 <link>http://www.m2osw.com/security-issue-postfix</link>
 <description>&lt;p&gt;It always amazes me when one finds a security issue that looks like something that should never have happened in the first place.&lt;/p&gt;
&lt;p&gt;This one was found earlier this year by&amp;nbsp;Wietse Venema who first discovered the issue in Postfix.&lt;/p&gt;
&lt;p&gt;He fixed the Postfix server quickly, however, he went further. He actually tested many other servers sending commands that bypass that very security measure and to his surprised he found out that Postfix wasn&#039;t the only system affected by the problem.&lt;/p&gt;
&lt;p&gt;For those interested, all the details of the problem can be found on the Postfix website as &lt;a href=&quot;http://www.postfix.org/CVE-2011-0411.html&quot; target=&quot;_blank&quot;&gt;CVE-2011-411&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/security-issue-postfix&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/security-issue-postfix#comments</comments>
 <pubDate>Wed, 06 Jul 2011 20:04:42 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">666 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Simplemenu Upgrade Path</title>
 <link>http://www.m2osw.com/doc-simplemenu-upgrade-path</link>
 <description>&lt;h2&gt;Version 7.x&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Version 7.x-1.x-dev&lt;/strong&gt; is a starting point... It is not complete, although it shows you a functional Management menu as a dropdown. More to come as time allows... See issue [#791664] for more info.&lt;/p&gt;
&lt;h2&gt;Version 6.x&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Version 6.x-1.13&lt;/strong&gt; fixes the vertical menu problem which had to do with &lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Cascading Style Sheet&quot; lang=&quot;en&quot;&gt;CSS&lt;/abbr&gt; caching getting lost.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version 6.x-1.10 to 6.x-1.12&lt;/strong&gt; fixes the non-called theme() function versus the other sub-modules that have callbacks through the theme() calls. However, we really need to have callbacks instead. Added horizontal and vertical themes. Attempts to fix to the vertical menu problem

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-simplemenu-upgrade-path&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-simplemenu-upgrade-path#comments</comments>
 <pubDate>Sat, 11 Jun 2011 20:23:51 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">663 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Protected Node per Node Type Settings</title>
 <link>http://www.m2osw.com/doc-protected-node-node-type</link>
 <description>&lt;h2&gt;Node Type extension&lt;/h2&gt;
&lt;p&gt;The Protected Node module adds a field set to the Node Type form that you edit under:&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;&lt;span style=&quot;color: rgb(128, 0, 0);&quot;&gt;Administer &amp;raquo; Content management &amp;raquo; Content types&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;These additions are explained in detail below.&lt;/p&gt;
&lt;p&gt;The main reason for adding this feature is to avoid seeing the field set on all the node edit forms. With this feature you can hide the form on all the node types that you will never protect with a password.&lt;/p&gt;
&lt;h2&gt;Protected mode for nodes of this type&lt;/h2&gt;
&lt;p&gt;This option let you choose how this node type handles the Protected Node capability.&lt;/p&gt;
&lt;h3&gt;Never protected&lt;/h3&gt;
&lt;p&gt;This means this node type is

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-protected-node-node-type&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-protected-node-node-type#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/607">Protect</category>
 <pubDate>Mon, 06 Jun 2011 21:08:51 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">661 at http://www.m2osw.com</guid>
</item>
<item>
 <title>MobileKey addition to ThemeKey</title>
 <link>http://www.m2osw.com/doc-mobile-key-themekey</link>
 <description>&lt;p&gt;The main idea of MobileKey is to give you the capability to switch your website theme to a mobile specific theme when the user access your site from one&#039;s mobile phone. A mobile theme will make it easier to access your website on a mobile device.&lt;/p&gt;
&lt;p&gt;For go to the ThemeKey settings page:&lt;/p&gt;
&lt;p class=&quot;rteindent1&quot;&gt;&lt;span style=&quot;color: rgb(153, 51, 0);&quot;&gt;Administer &amp;raquo; Site configuration &amp;raquo; ThemeKey&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The MobileKey adds one selection to the list of attributes to match. The new selection is called:&lt;/p&gt;
&lt;pre class=&quot;rteindent1&quot;&gt;
mobile:device
&lt;/pre&gt;
&lt;p&gt;This works everywhere on your website (it is a global option, not specific to any kind of pages.) The system checks different parameters to

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-mobile-key-themekey&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-mobile-key-themekey#comments</comments>
 <pubDate>Mon, 16 May 2011 18:59:11 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">657 at http://www.m2osw.com</guid>
</item>
</channel>
</rss>


