<?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 - deal</title>
 <link>http://www.m2osw.com/taxonomy/term/570/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>To Do List Known Issues</title>
 <link>http://www.m2osw.com/doc_to_do_list_known_issues</link>
 <description>&lt;h2&gt;Cannot Assign User to To Do List item&lt;/h2&gt;
&lt;p&gt;When you first install the module, I wouldn&#039;t be surprised if you&#039;d want to create a &lt;strong&gt;To Do List&lt;/strong&gt; item right away and then assign the task to one or more users.&lt;/p&gt;
&lt;p&gt;It won&#039;t work.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc_to_do_list_known_issues&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc_to_do_list_known_issues#comments</comments>
 <pubDate>Sun, 06 Jun 2010 07:12:24 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">523 at http://www.m2osw.com</guid>
</item>
<item>
 <title>How do I create a menu entry with Drupal?</title>
 <link>http://www.m2osw.com/doc_menu_item_for_your_pages_in_drupal6x</link>
 <description>&lt;p&gt;&lt;a href=&quot;/sites/default/files/images/menu_and_create_content.png&quot; rel=&quot;lightbox&quot;&gt;&lt;img border=&quot;0&quot; align=&quot;left&quot; width=&quot;220&quot; height=&quot;164&quot; src=&quot;/sites/default/files/images/menu_and_create_content_0.png&quot; alt=&quot;Menu settings as it appears when creating a new page on your Drupal 6.x website.&quot; title=&quot;Click to enlarge -- Menu settings as it appears when creating a new page on your Drupal 6.x website.&quot; style=&quot;margin-right: 5px; margin-bottom: 5px;&quot; /&gt;&lt;/a&gt;Pages and menus are separate modules in Drupal.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc_menu_item_for_your_pages_in_drupal6x&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc_menu_item_for_your_pages_in_drupal6x#comments</comments>
 <pubDate>Sat, 01 May 2010 01:52:09 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">490 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Appendix A — The geometry in SWF — Gradient Fills</title>
 <link>http://www.m2osw.com/swf_appendix_a_gradientfills</link>
 <description>&lt;p&gt;It is possible in SWF to use gradient fills. The gradient definitions are pretty raw and require you to draw large objects (that you can scale down later if you wish). A radial fill will usually be used to draw a round corner or a big &amp;amp; smooth dot. A linear fill can be used to draw objects which go from one color to another. The linear fill goes from left to right by default. It can be rotation as required though. Yet, in either case what is drawn in the shape object needs to be at the right scale and in the right direction. This may not always prove easy to deal with!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_appendix_a_gradientfills&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_appendix_a_gradientfills#comments</comments>
 <pubDate>Sun, 13 Dec 2009 08:06:32 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">260 at http://www.m2osw.com</guid>
</item>
<item>
 <title>[un]signed short float</title>
 <link>http://www.m2osw.com/swf_type_float16</link>
 <description>&lt;div class=&quot;field field-type-number-integer field-field-swf-tag-version&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Flash Version:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    8        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-number-integer field-field-used-by-pushdata&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Used by PushData Action:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    Not available in PushData Action        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;A &lt;a href=&quot;/ieeefloat&quot;&gt;standard IEEE 754 floating point&lt;/a&gt; value of 16 bits.&lt;/p&gt;
&lt;p&gt;The value is defined like a 32 bits floating 	points with:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;img align=&quot;right&quot; width=&quot;488&quot; height=&quot;113&quot; style=&quot;padding-left: 10px;&quot; src=&quot;/sites/default/files/images/sswf/float16.gif&quot; alt=&quot;&quot; /&gt;1 bit for the sign&lt;/li&gt;
    &lt;li&gt;5 bits for the exponent&lt;/li&gt;
    &lt;li&gt;10 bits for the mantissa&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The easiest way to deal with these floats once loaded is to convert them to 32 bits floats.&lt;/p&gt;

</description>
 <comments>http://www.m2osw.com/swf_type_float16#comments</comments>
 <pubDate>Mon, 30 Nov 2009 01:40:01 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">195 at http://www.m2osw.com</guid>
</item>
<item>
 <title>About SWF</title>
 <link>http://www.m2osw.com/swf_about</link>
 <description>&lt;h3&gt;&lt;b&gt;Brief History&lt;/b&gt;&lt;/h3&gt;
&lt;p&gt;At the very beginning, a company created the SWF format to generate   small vector animations on the Internet called Shockwave Flash (hence the name of the format, SWF.) It also included images.   This company was bought by Macromedia around 1997 (if I recall properly).   This is when Flash v3 was created. Since then, Macromedia created a new   version about once a year up to version 8. At that time (in 2005/2006),   Macromedia sealed a deal with Adobe which wanted to use the SWF format   in their PDF files.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_about&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_about#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/594">DoAction</category>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <pubDate>Sun, 29 Nov 2009 01:53:32 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">162 at http://www.m2osw.com</guid>
</item>
<item>
 <title>The entire SSWF project license</title>
 <link>http://www.m2osw.com/sswf_license</link>
 <description>&lt;p&gt;The following license covers the entire SSWF project.&lt;/p&gt;
&lt;div style=&quot;border: 1px solid black; margin: 40px; padding: 5px; font-size: 90%;&quot;&gt;
&lt;p&gt;&lt;font size=&quot;+1&quot;&gt;Copyright (c) 2002-2009 Made to Order Software Corp.&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/sswf_license&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/sswf_license#comments</comments>
 <pubDate>Sun, 29 Nov 2009 01:19:48 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">159 at http://www.m2osw.com</guid>
</item>
<item>
 <title>PHP eFax FAQ</title>
 <link>http://www.m2osw.com/efax_faq</link>
 <description>&lt;p&gt;PHP eFax is very popular and generates many questions from our customers and potential customers. We try to answer those questions on our website for a quick read from our users. You can always ask us additional questions by &lt;a href=&quot;/contact&quot; title=&quot;Contact Made to Order Software directly.&quot;&gt;contacting us&lt;/a&gt; directly or by posting a comment on the &lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;Frequently Asked Questions&quot; lang=&quot;en&quot;&gt;FAQ&lt;/abbr&gt; page.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/efax_faq&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/efax_faq#comments</comments>
 <pubDate>Thu, 26 Nov 2009 21:00:13 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">156 at http://www.m2osw.com</guid>
</item>
<item>
 <title>How to create an MO Button</title>
 <link>http://www.m2osw.com/how_to_create_an_mo_button</link>
 <description>&lt;p&gt;&lt;div class=&quot;mo-button-box&quot; onclick=&#039;javascript:document.location=&quot;/cart/add/p145_q1-ihowto_create_mo_button?destination=cart&quot;&#039;&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;  style=&quot;background: url(/sites/default/files/mo_button/m2osw/background.png) repeat-x 0% 100%; margin-left: 20px; margin-bottom: 10px;&quot; align=&quot;right&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;background: url(/sites/default/files/mo_button/m2osw/top_left_corner.gif) no-repeat 0% 0%;&quot; width=&quot;10&quot; height=&quot;10&quot; &gt;&lt;/td&gt;&lt;td style=&quot;background: url(/sites/default/files/mo_button/m2osw/top.png) repeat-x 0% 0%;&quot; height=&quot;2&quot;  colspan=&quot;3&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background: url(/sites/default/files/mo_button/m2osw/top_right_corner.gif) no-repeat 100% 0%;&quot; width=&quot;10&quot; height=&quot;10&quot; &gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: url(/sites/default/files/mo_button/m2osw/left_edge.png) repeat-y 0% 0%;&quot; width=&quot;2&quot; &gt;&lt;/td&gt;&lt;td valign=&quot;middle&quot;&gt;&lt;img src=&quot;/sites/default/files/mo_button/m2osw/left_icon.gif&quot; width=&quot;15&quot; height=&quot;14&quot; /&gt;&lt;/td&gt;&lt;td&gt;&amp;nbsp;&lt;span class=&quot;button-label&quot;&gt;Buy MO Button Now!&lt;/span&gt;&amp;nbsp;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;td style=&quot;background: url(/sites/default/files/mo_button/m2osw/right_edge.png) repeat-y 100% 0%;&quot; width=&quot;2&quot; &gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;background: url(/sites/default/files/mo_button/m2osw/bottom_left_corner.gif) no-repeat 0% 100%;&quot; width=&quot;10&quot; height=&quot;10&quot; &gt;&lt;/td&gt;&lt;td style=&quot;background: url(/sites/default/files/mo_button/m2osw/bottom.png) repeat-x 0% 100%;&quot; height=&quot;2&quot;  colspan=&quot;3&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background: url(/sites/default/files/mo_button/m2osw/bottom_right_corner.gif) no-repeat 100% 100%;&quot; width=&quot;10&quot; height=&quot;10&quot; &gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;The following are explanations on how to create graphics that will work at once with the MO&amp;nbsp;Button feature. We will assume that you know or have someone who knows how to deal with graphics in order to create the necessary images.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/how_to_create_an_mo_button&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/how_to_create_an_mo_button#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/376">Intermediate</category>
 <pubDate>Sat, 14 Nov 2009 23:43:10 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">146 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Trinity℠</title>
 <link>http://www.m2osw.com/trinity</link>
 <description>&lt;h2&gt;Trinity℠ &amp;mdash; 3-In-1 Credit Card Processing&lt;/h2&gt;
&lt;p&gt;&lt;img border=&quot;0&quot; width=&quot;131&quot; height=&quot;144&quot; title=&quot;The Trinity Logo, a box presenting the product&quot; style=&quot;float: left; padding-right: 10px; padding-bottom: 10px;&quot; src=&quot;https://secure.m2osw.com/images/logo-trinity.png&quot; alt=&quot;Trinity 3-In-1 Credit Card Processing&quot; /&gt; 	Trinity is a credit card processing software available over the 	Internet and phone anywhere in the world&lt;a class=&quot;see-footnote&quot; id=&quot;footnoteref1_8d9cw26&quot; title=&quot;Note that the system is accessible from anywhere in the world. 			However, at this time, you need to have a legally registered company 			in the USA.&quot; href=&quot;#footnote1_8d9cw26&quot;&gt;1&lt;/a&gt;.

&lt;ul class=&quot;footnotes&quot;&gt;&lt;li class=&quot;footnote&quot; id=&quot;footnote1_8d9cw26&quot;&gt;&lt;a class=&quot;footnote-label&quot; href=&quot;#footnoteref1_8d9cw26&quot;&gt;1.&lt;/a&gt; Note that the system is accessible from anywhere in the world. 			However, at this time, you need to have a legally registered company 			in the USA.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/trinity&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 06 Oct 2009 05:07:22 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">126 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Your cell phone is hackable...</title>
 <link>http://www.m2osw.com/text_messaging_dangers_2009</link>
 <description>&lt;p&gt;This is a quite interesting article which I thought I should share and keep a copy of!&lt;/p&gt;
&lt;p&gt;Most of us, even if we can determine whether a piece of software (or hardware!) can be hacked, we just do not have the time to spend on testing each device we use to ensure that no hackers will be able to get it. We rely on the manufacturer to do that work for us.&lt;/p&gt;
&lt;p&gt;This article shows that even though all manufacturers have protections, all are vulnerable! And that means your data is vulnerable on your cell phones... Hope this does not scare you too much!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/text_messaging_dangers_2009&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/text_messaging_dangers_2009#comments</comments>
 <pubDate>Fri, 31 Jul 2009 07:02:07 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">68 at http://www.m2osw.com</guid>
</item>
</channel>
</rss>


