<?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 - common</title>
 <link>http://www.m2osw.com/taxonomy/term/321/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>Insert Node Known Issues</title>
 <link>http://www.m2osw.com/doc-insert-node-known-issues</link>
 <description>&lt;p&gt;The following are problems that have not been resolved and will probably not be.&lt;/p&gt;
&lt;h3&gt;Tag not transformed&lt;/h3&gt;
&lt;p&gt;At times, you enter the tag as in [node:123 cck=title] and it is not converted by the filter.&lt;/p&gt;
&lt;p&gt;There are 3 common reasons for this to append:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;You did not select the filter in your Input formats;&lt;/li&gt;
    &lt;li&gt;You did not select the format that uses the filter in that node; or&lt;/li&gt;
    &lt;li&gt;There is a syntax error in the tag.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The 3&lt;sup&gt;rd&lt;/sup&gt; one is certainly the most likely explanation once you made sure that the filter was effectively selected for that node. In many cases, it will be the missing semi-colon

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-insert-node-known-issues&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-insert-node-known-issues#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <category domain="http://www.m2osw.com/taxonomy/term/607">Protect</category>
 <pubDate>Sun, 31 Jan 2010 10:47:34 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">461 at http://www.m2osw.com</guid>
</item>
<item>
 <title>DefineFont2</title>
 <link>http://www.m2osw.com/swf_tag_definefont2</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-swf-tag-info&quot;&gt;&lt;legend&gt;Tag Info&lt;/legend&gt;&lt;div class=&quot;field field-type-number-integer field-field-swf-tag-number&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Number:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    48        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-content-taxonomy field-field-tag-swf-type&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Type:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    Define        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&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;
                    3        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-swf-tag-def&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Structure:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;pre&gt;
struct swf_definefont2 {
	&lt;a href=&quot;/swf_struct_tag&quot;&gt;swf_tag&lt;/a&gt;			f_tag;		&lt;font color=&quot;green&quot;&gt;/* 48 or 75 */&lt;/font&gt;
	unsigned short		f_font2_id;
	unsigned		f_font2_has_layout : 1;
	if(version &amp;gt;= 6) {
		unsigned	f_font2_reserved : 1;
		if(version &amp;gt;= 7) {
			unsigned	f_font2_small_text : 1;
		}
		unsigned	f_font2_reserved : 1;
	}
	else {
		unsigned	f_font2_shiftjis : 1;
		unsigned	f_font2_unicode : 1;
		unsigned	f_font2_ansii : 1;
	}
	unsigned		f_font2_wide_offsets : 1;
	unsigned		f_font2_wide : 1;	&lt;font color=&quot;green&quot;&gt;/* always 1 in v6.x+ */&lt;/font&gt;
	unsigned		f_font2_italic : 1;
	unsigned		f_font2_bold : 1;
	if(version &amp;gt;= 6) {
		unsigned char	f_font2_language;
	}
	else {
		unsigned char	f_font2_reserved;
	}
	unsigned char		f_font2_name_length;
	unsigned char		f_font2_name[f_font2_name_length];
	unsigned short		f_font2_glyphs_count;
	if(f_font2_wide_offsets) {
		unsigned long		f_font2_offsets[f_font2_glyphs_count];
		unsigned long		f_font2_map_offset;
	}
	else {
		unsigned short		f_font2_offsets[f_font2_glyphs_count];
		unsigned short		f_font2_map_offset;
	}
	&lt;a href=&quot;/swf_struct_shape&quot;&gt;swf_shape&lt;/a&gt;		f_font2_shapes[f_font2_glyphs_count];
	if(f_font_info_wide) {
		unsigned short		f_font2_map[f_font2_glyphs_count];
	}
	else {
		unsigned char		f_font2_map[f_font2_glyphs_count];
	}
	if(f_font2_has_layout) {
		signed short		f_font2_ascent;
		signed short		f_font2_descent;
		signed short		f_font2_leading_height;
		signed short		f_font2_advance[f_font2_glyphs_count];
		&lt;a href=&quot;/swf_struct_rect&quot;&gt;swf_rect&lt;/a&gt;		f_font2_bounds[f_font2_glyphs_count];
		signed short		f_font2_kerning_count;
		&lt;a href=&quot;/swf_struct_kerning&quot;&gt;swf_kerning&lt;/a&gt;		f_font2_kerning[f_font2_kerning_count];
	}
};
&lt;font color=&quot;green&quot;&gt;/* DefineFont3 is the same as DefineFont2 */&lt;/font&gt;
typedef struct swf_definefont2 swf_definefont3;&lt;/pre&gt;

        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;It is common to use the &lt;a href=&quot;/swf_tag_definefont2&quot;&gt;&lt;strong&gt;&lt;b class=&quot;swf_tagname&quot;&gt;DefineFont2&lt;/b&gt;&lt;/strong&gt;&lt;/a&gt; tag in order to create an array of   shapes later re-used to draw strings of text on the screen. This tag &lt;b&gt;must&lt;/b&gt;   be used whenever a &lt;a class=&quot;swf_tagname&quot; href=&quot;/swf_tag_defineedittext&quot;&gt;&lt;strong&gt;DefineEditText&lt;/strong&gt;&lt;/a&gt;   references a font; and in that case it is suggested you include a full description   of the font with layouts.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_tag_definefont2&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_tag_definefont2#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/648">DefineEditText</category>
 <category domain="http://www.m2osw.com/taxonomy/term/646">DefineFont2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/673">DefineFont3</category>
 <category domain="http://www.m2osw.com/taxonomy/term/664">DefineFontAlignZones</category>
 <pubDate>Wed, 16 Dec 2009 09:30:54 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">279 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Appendix B — History of the SSWF reference</title>
 <link>http://www.m2osw.com/swf_appendix_b_history</link>
 <description>&lt;h3&gt;Dec 2, 2009&lt;/h3&gt;
&lt;p&gt;Moved the monolithic documentation to a multi-page hierarchical document that includes everything we had before plus many links, many terms attached to all pages (tags, English words.) And revision of most of the text for better English and clarification in some places.&lt;/p&gt;
&lt;p&gt;Strengthen the formatting with CCK fields so all declarations look alike.&lt;/p&gt;
&lt;p&gt;Broken up the actions from one large table to a set of pages.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_appendix_b_history&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_appendix_b_history#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/672">CSMTextSettings</category>
 <category domain="http://www.m2osw.com/taxonomy/term/635">DefineButton2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/599">DefineButtonSound</category>
 <category domain="http://www.m2osw.com/taxonomy/term/648">DefineEditText</category>
 <category domain="http://www.m2osw.com/taxonomy/term/646">DefineFont2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/673">DefineFont3</category>
 <category domain="http://www.m2osw.com/taxonomy/term/664">DefineFontAlignZones</category>
 <category domain="http://www.m2osw.com/taxonomy/term/595">DefineFontInfo</category>
 <category domain="http://www.m2osw.com/taxonomy/term/677">DefineMorphShape2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/675">DefineScalingGrid</category>
 <category domain="http://www.m2osw.com/taxonomy/term/676">DefineShape4</category>
 <category domain="http://www.m2osw.com/taxonomy/term/638">DefineSprite</category>
 <category domain="http://www.m2osw.com/taxonomy/term/655">DefineVideoStream</category>
 <category domain="http://www.m2osw.com/taxonomy/term/678">DoABC</category>
 <category domain="http://www.m2osw.com/taxonomy/term/654">DoInitAction</category>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <category domain="http://www.m2osw.com/taxonomy/term/627">Export</category>
 <category domain="http://www.m2osw.com/taxonomy/term/661">FileAttributes</category>
 <category domain="http://www.m2osw.com/taxonomy/term/626">Import</category>
 <category domain="http://www.m2osw.com/taxonomy/term/663">Import2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/589">JPEGTables</category>
 <category domain="http://www.m2osw.com/taxonomy/term/674">Metadata</category>
 <category domain="http://www.m2osw.com/taxonomy/term/609">PlaceObject2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/662">PlaceObject3</category>
 <category domain="http://www.m2osw.com/taxonomy/term/607">Protect</category>
 <category domain="http://www.m2osw.com/taxonomy/term/653">ProtectDebug</category>
 <category domain="http://www.m2osw.com/taxonomy/term/658">ProtectDebug2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/659">ScriptLimits</category>
 <category domain="http://www.m2osw.com/taxonomy/term/660">SetTabIndex</category>
 <category domain="http://www.m2osw.com/taxonomy/term/582">ShowFrame</category>
 <pubDate>Sun, 13 Dec 2009 09:04:57 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">263 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Appendix A — The geometry in SWF — Coordinates</title>
 <link>http://www.m2osw.com/swf_appendix_a_coordinates</link>
 <description>&lt;p&gt;The most common and simple geometric information are the       object coordinates on the output screen. These are defined       in TWIPs. There are 20 twips per pixels. Note that an embedded       SWF file can be enlarged and/or reduced thus changing this       basic scaling factor. To have exactly 20 twips per pixel you       must ensure that the EMBED and/or OBJECT tags use a WIDTH and       HEIGHT with exactly the same value as in the rectangle defined       in the SWF header file divided by 20.

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_appendix_a_coordinates&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_appendix_a_coordinates#comments</comments>
 <pubDate>Sun, 13 Dec 2009 07:36:39 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">257 at http://www.m2osw.com</guid>
</item>
<item>
 <title>IEEE Standard 754</title>
 <link>http://www.m2osw.com/ieeefloat</link>
 <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The original document by Steve Hollasch can be found at &lt;a target=&quot;_blank&quot; href=&quot;http://steve.hollasch.net/cgindex/coding/ieeefloat.html&quot;&gt;http://steve.hollasch.net/cgindex/coding/ieeefloat.html&lt;/a&gt;&lt;/p&gt;
&lt;h1 class=&quot;title&quot;&gt;&lt;nobr&gt;IEEE Standard 754&lt;/nobr&gt;     &lt;nobr&gt;Floating Point Numbers&lt;/nobr&gt;&lt;/h1&gt;
&lt;p&gt;&lt;span class=&quot;byline&quot;&gt;          Steve Hollasch     / Last update 2005-Feb-24 &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/ieeefloat&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/ieeefloat#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <pubDate>Mon, 30 Nov 2009 05:30:34 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">198 at http://www.m2osw.com</guid>
</item>
<item>
 <title>DefineFont</title>
 <link>http://www.m2osw.com/swf_tag_definefont</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-swf-tag-info&quot;&gt;&lt;legend&gt;Tag Info&lt;/legend&gt;&lt;div class=&quot;field field-type-number-integer field-field-swf-tag-number&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Number:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    10        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-content-taxonomy field-field-tag-swf-type&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Type:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    Define        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&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;
                    1        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-swf-tag-def&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;Tag Structure:&amp;nbsp;&lt;/div&gt;
    &lt;div class=&quot;field-items&quot;&gt;
            &lt;div class=&quot;field-item odd&quot;&gt;
                    &lt;pre&gt;
struct swf_definefont {
	&lt;a href=&quot;/swf_struct_tag&quot; class=&quot;swf_anchor&quot;&gt;swf_tag&lt;/a&gt;			f_tag;		&lt;font color=&quot;green&quot;&gt;/* 10 */&lt;/font&gt;
	unsigned short		f_font_id;
	&lt;font color=&quot;green&quot;&gt;/* there is always at least one glyph */&lt;/font&gt;
	f_font_glyphs_count = f_font_offsets[0] / 2;
	unsigned short		f_font_offsets[f_font_glyphs_count];
	&lt;a href=&quot;/swf_struct_shape&quot; class=&quot;swf_anchor&quot;&gt;swf_shape&lt;/a&gt;		f_font_shapes[f_font_glyphs_count];
};&lt;/pre&gt;        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;It is common to use the &lt;b&gt;DefineFont&lt;/b&gt; tag in order to create an array of   shapes later re-used to draw strings of text on the screen. Note that the   definition of the shape within a font is limited since it can&#039;t include any   specific fill and/or line style. Also, each shape is assumed to be defined   within a 1024x1024 square. This square is called the &lt;em&gt;EM Square&lt;/em&gt;.   Fig 1. below shows you the &lt;em&gt;EM Square&lt;/em&gt; and how it is used. The   characters baseline can be placed anywhere within the &lt;em&gt;EM Square&lt;/em&gt; (it certainly   can be outside too if you wish?!?).

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_tag_definefont&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_tag_definefont#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/577">Define</category>
 <category domain="http://www.m2osw.com/taxonomy/term/648">DefineEditText</category>
 <category domain="http://www.m2osw.com/taxonomy/term/591">DefineFont</category>
 <category domain="http://www.m2osw.com/taxonomy/term/646">DefineFont2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/595">DefineFontInfo</category>
 <category domain="http://www.m2osw.com/taxonomy/term/683">DefineFontName</category>
 <pubDate>Sun, 29 Nov 2009 10:29:02 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">180 at http://www.m2osw.com</guid>
</item>
<item>
 <title>SWF Structures</title>
 <link>http://www.m2osw.com/swf_structures</link>
 <description>&lt;p&gt;Most of the tags will use sub-structures that are common to multiple tags. These are defined in the pages listed below.&lt;/p&gt;

</description>
 <comments>http://www.m2osw.com/swf_structures#comments</comments>
 <pubDate>Sun, 29 Nov 2009 10:03:19 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">177 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>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>
<item>
 <title>CuteMenu Common Problems</title>
 <link>http://www.m2osw.com/doc_cutemenu_common_problems</link>
 <description>&lt;h2&gt;WYSIWYG Editors&lt;/h2&gt;
&lt;p&gt;If you are using a &lt;abbr class=&quot;mo-glossary mo-glossary-abbr&quot;  title=&quot;What You See Is What You Get&quot;&gt;WYSIWYG&lt;/abbr&gt; editor, it is not unlikely to add a &amp;lt;p&amp;gt; tag at the bottom with a &amp;amp;nbsp; character to make sure that you can place your cursor on that last line. The problem with that is it also adds a lot of space at the bottom of your header and footer in the CuteMenu.&lt;/p&gt;
&lt;p&gt;The best is to turn off your WYSIWYG editor whenever you edit these nodes. Since only the administrator is likely to change the header and footer of the menus, it should be just fine.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc_cutemenu_common_problems&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc_cutemenu_common_problems#comments</comments>
 <pubDate>Sun, 28 Jun 2009 02:34:51 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">64 at http://www.m2osw.com</guid>
</item>
</channel>
</rss>


