<?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 - alter</title>
 <link>http://www.m2osw.com/taxonomy/term/467/all</link>
 <description></description>
 <language>en</language>
<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>Affiliate Agreement</title>
 <link>http://www.m2osw.com/affiliate-agreement</link>
 <description>&lt;p class=&quot;rtecenter&quot;&gt;&lt;strong&gt;Made to Order Software Corporation&lt;/strong&gt;&lt;/p&gt;
&lt;p class=&quot;rtecenter&quot;&gt;&lt;strong&gt;Affiliate Agreement&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/affiliate-agreement&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 17 Jul 2010 08:48:18 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">558 at http://www.m2osw.com</guid>
</item>
<item>
 <title>PlaceObject2</title>
 <link>http://www.m2osw.com/swf_tag_placeobject2</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;
                    26        &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_placeobject2 {	&lt;font color=&quot;green&quot;&gt;/* and swf_placeobject3 */&lt;/font&gt;
	&lt;a href=&quot;/swf_struct_tag&quot;&gt;swf_tag&lt;/a&gt;			f_tag;		&lt;font color=&quot;green&quot;&gt;/* 26 or 70 */&lt;/font&gt;
	&lt;font color=&quot;green&quot;&gt;/* NOTE: the following flags can be read as one or two bytes also */&lt;/font&gt;
	if(version &amp;gt;= 8) {
		unsigned	f_place_reserved : 5;
		unsigned	f_place_bitmap_caching : 1;
		unsigned	f_place_blend_mode : 1;
		unsigned	f_place_filters : 1;
	}
	if(version &amp;gt;= 5) {
		unsigned	f_place_has_actions : 1;
	}
	else {
		unsigned	f_place_reserved : 1;
	}
	unsigned		f_place_has_clipping_depth : 1;
	unsigned		f_place_has_name : 1;
	unsigned		f_place_has_morph_position : 1;
	unsigned		f_place_has_color_transform : 1;
	unsigned		f_place_has_matrix : 1;
	unsigned		f_place_has_id_ref : 1;
	unsigned		f_place_has_move : 1;
	unsigned short		f_depth;
	if(f_place_has_id_ref) {
		unsigned short		f_object_id_ref;
	}
	if(f_place_has_matrix) {
		&lt;a href=&quot;/swf_struct_matrix&quot;&gt;swf_matrix&lt;/a&gt;		f_matrix;
	}
	if(f_place_has_color_transform) {
		&lt;a href=&quot;/swf_struct_color_transform&quot;&gt;swf_color_transform&lt;/a&gt;	f_color_transform;
	}
	if(f_place_has_morph_position) {
		unsigned short		f_morph_position;
	}
	if(f_place_has_name) {
		string			f_name;&lt;a class=&quot;see-footnote&quot; id=&quot;footnoteref1_mojj93f&quot; title=&quot;Assuming that this PlaceObject2 references a DefineSprite, this name becomes the name of this instance of the sprite. This feature enables you to place the same DefineSprite multiple times in your display list each time using a different name.&quot; href=&quot;#footnote1_mojj93f&quot;&gt;1&lt;/a&gt;
	}
	if(f_place_has_clipping_depth) {
		unsigned short		f_clipping_depth;
	}
	&lt;font color=&quot;green&quot;&gt;/* 3 next entries since v8.0 */&lt;/font&gt;
	if(f_place_filters) {
		unsigned char		f_filter_count;
		&lt;a href=&quot;/swf_struct_any_filter&quot;&gt;swf_any_filter&lt;/a&gt;		f_filter;
	}
	if(f_place_blend_mode) {
		unsigned char		f_blend_mode;
	}
	if(f_place_bitmap_caching) {
		&lt;font color=&quot;green&quot;&gt;/* WARNING: this is not defined in the Macromedia documentation&lt;br /&gt;		 * it may be that it was part of the blend mode whenever the person&lt;br /&gt;		 * who defined this byte was testing (I copied that from somewhere else!).&lt;br /&gt;		 */&lt;/font&gt;
		unsigned char		f_bitmap_caching;
	}
	&lt;font color=&quot;green&quot;&gt;/* since v5.0 */&lt;/font&gt;
	if(f_place_has_actions) {
		unsigned short		f_reserved;
		if(version &amp;gt;= 6) {
			unsigned long	f_all_flags;
		}
		else {
			unsigned short	f_all_flags;
		}
		&lt;a href=&quot;/swf_struct_event&quot;&gt;swf_event&lt;/a&gt;		f_event[&lt;i&gt;&amp;lt;variable&amp;gt;&lt;/i&gt;];
		if(version &amp;gt;= 6) {
			unsigned long	f_end;	&lt;font color=&quot;green&quot;&gt;/* always zero */&lt;/font&gt;
		}
		else {
			unsigned short	f_end;	&lt;font color=&quot;green&quot;&gt;/* always zero */&lt;/font&gt;
		}
	}
};&lt;/pre&gt;

&lt;ul class=&quot;footnotes&quot;&gt;&lt;li class=&quot;footnote&quot; id=&quot;footnote1_mojj93f&quot;&gt;&lt;a class=&quot;footnote-label&quot; href=&quot;#footnoteref1_mojj93f&quot;&gt;1.&lt;/a&gt; Assuming that this &lt;strong&gt;PlaceObject2&lt;/strong&gt; references a &lt;a href=&quot;/swf_tag_definesprite&quot;&gt;&lt;strong&gt;DefineSprite&lt;/strong&gt;&lt;/a&gt;, this name becomes the name of this instance of the sprite. This feature enables you to place the same &lt;strong&gt;DefineSprite&lt;/strong&gt; multiple times in your display list each time using a different name.&lt;/li&gt;
&lt;/ul&gt;
        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;This tag will be used to specify where and how to place an object   in the next frame. The &lt;a href=&quot;/swf_tag_placeobject&quot; class=&quot;swf_tagname&quot;&gt;&lt;b&gt;PlaceObject&lt;/b&gt;&lt;/a&gt;   is much different and is presented separately.&lt;/p&gt;
&lt;p&gt;The &lt;i&gt;f_depth&lt;/i&gt; field is used to indicate at which depth the character is   inserted in the current frame. There can be only one object per depth value   (thus a maximum of 65536 objects can appear on a single frame).&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_tag_placeobject2&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_tag_placeobject2#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/579">Action</category>
 <category domain="http://www.m2osw.com/taxonomy/term/588">DefineButton</category>
 <category domain="http://www.m2osw.com/taxonomy/term/635">DefineButton2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/648">DefineEditText</category>
 <category domain="http://www.m2osw.com/taxonomy/term/644">DefineMorphShape</category>
 <category domain="http://www.m2osw.com/taxonomy/term/583">DefineShape</category>
 <category domain="http://www.m2osw.com/taxonomy/term/605">DefineShape2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/618">DefineShape3</category>
 <category domain="http://www.m2osw.com/taxonomy/term/638">DefineSprite</category>
 <category domain="http://www.m2osw.com/taxonomy/term/592">DefineText</category>
 <category domain="http://www.m2osw.com/taxonomy/term/578">Display</category>
 <category domain="http://www.m2osw.com/taxonomy/term/585">PlaceObject</category>
 <category domain="http://www.m2osw.com/taxonomy/term/609">PlaceObject2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/610">RemoveObject2</category>
 <category domain="http://www.m2osw.com/taxonomy/term/624">Sprite</category>
 <category domain="http://www.m2osw.com/taxonomy/term/625">VideoFrame</category>
 <pubDate>Tue, 01 Dec 2009 08:10:31 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">208 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Terms &amp; Conditions</title>
 <link>http://www.m2osw.com/terms-and-conditions</link>
 <description>&lt;center&gt; &lt;b&gt;Made to Order Software Corporation&lt;/b&gt; &lt;br&gt;
&lt;i&gt;Terms and Conditions for the Online Services&lt;br&gt;
offered by Made to Order Software Corporation&lt;/i&gt;&lt;/center&gt;
&lt;p id=&quot;terms-content&quot;&gt;This Agreement (&quot;Agreement&quot;) is by and between Made to Order Software Corporation (&quot;m2osw&quot;) a Californian Corporation and You, your heirs, your agents, successors and assigns (&quot;You&quot; and &quot;Your&quot;), and is made effective as of the date of electronic execution, which is when you register for an electronic account to use the Web site of m2osw. This Agreement sets forth the terms and conditions of Your use of the Online Services (&quot;Online Services&quot;) offered by m2osw on its

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/terms-and-conditions&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 13 Oct 2009 23:23:23 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">134 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Change the encoding of a Postgres database</title>
 <link>http://www.m2osw.com/postgresql_change_encoding</link>
 <description>&lt;div class=&quot;wp-post&quot;&gt;
&lt;p&gt;Ever wondered how you could change the encoding of one of your Postgres database?&lt;/p&gt;
&lt;p&gt;I have had that problem several times, and in most cases people tell you to:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/postgresql_change_encoding&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/postgresql_change_encoding#comments</comments>
 <pubDate>Mon, 15 Sep 2008 19:15:00 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">119 at http://www.m2osw.com</guid>
</item>
</channel>
</rss>


