<?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 - edge</title>
 <link>http://www.m2osw.com/taxonomy/term/630/all</link>
 <description></description>
 <language>en</language>
<item>
 <title>CKeditor</title>
 <link>http://www.m2osw.com/doc-snap-help-ckeditor</link>
 <description>&lt;h2 id=&quot;Introduction&quot;&gt;
	Introduction&lt;/h2&gt;
&lt;p&gt;&lt;img alt=&quot;CKeditor, the text editor for Internet&quot; src=&quot;/sites/default/files/images/ckeditor-logo.png&quot; style=&quot;margin-left: 10px; margin-bottom: 10px; border-width: 0pt; border-style: solid; float: right; width: 182px; height: 134px;&quot; title=&quot;CKeditor, the text editor for Internet&quot; /&gt;&lt;img align=&quot;bottom&quot; alt=&quot;(Small Snap! Logo)&quot; src=&quot;/sites/default/files/images/round_button_logo_snap.gif&quot; /&gt; &lt;strong&gt;Snap!&lt;/strong&gt; uses the &lt;strong&gt;CKeditor&lt;/strong&gt; as its &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 allows you to create posts that are formatted as in your Word processor.&lt;/p&gt;
&lt;p&gt;This page helps you understand and makes full use of the widgets available in your editor.&lt;/p&gt;

&lt;div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc-snap-help-ckeditor&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc-snap-help-ckeditor#comments</comments>
 <pubDate>Fri, 06 Aug 2010 06:01:13 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">593 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Appendix A — The geometry in SWF — Edges</title>
 <link>http://www.m2osw.com/swf_appendix_a_edges</link>
 <description>&lt;p&gt;Edges are used to define a shape vector based and also coordinates       where images need to be drawn. The edges are always coordinates       from where ever your last point was to where ever you want the       next point to be (a little like a turtle in LOGO).&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_appendix_a_edges&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_appendix_a_edges#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <pubDate>Sun, 13 Dec 2009 08:02:03 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">259 at http://www.m2osw.com</guid>
</item>
<item>
 <title>SWF Any Filter (swf_any_filter)</title>
 <link>http://www.m2osw.com/swf_struct_any_filter</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-swf-structure&quot;&gt;&lt;legend&gt;SWF Structure Info&lt;/legend&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;
                    8        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;field field-type-text field-field-swf-structure&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;SWF 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;&lt;a name=&quot;swf_filter_type&quot;&gt;&lt;font color=&quot;green&quot;&gt;/* the filter type */&lt;/font&gt;&lt;/a&gt;
struct swf_filter_type {
	unsigned char	f_type;
};

struct swf_filter_glow {
	swf_filter_type	f_type;		&lt;font color=&quot;green&quot;&gt;/* 0, 2, 3, 4 or 7 */&lt;/font&gt;
	if(f_type == GradientGlow || f_type == GradientBevel) {
		unsigned char		f_count;
	}
	else {
		f_count = 1;
	}
	&lt;a href=&quot;/swf_struct_rgba&quot;&gt;swf_rgba&lt;/a&gt;		f_rgba[f_count];
	if(f_type == Bevel) {
		&lt;a href=&quot;/swf_struct_rgba&quot;&gt;swf_rgba&lt;/a&gt;		f_highlight_rgba[f_count];
	}
	if(f_type == GradientGlow || f_type == GradientBevel) {
		unsigned char		f_position[f_count];
	}
	signed long fixed	f_blur_horizontal;
	signed long fixed	f_blur_vertical;
	if(f_type != Glow) {
		signed long fixed	f_radian_angle;
		signed long fixed	f_distance;
	}
	signed short fixed	f_strength;
	unsigned		f_inner_shadow : 1;
	unsigned		f_knock_out : 1;
	unsigned		f_composite_source : 1;
	if(f_type == Bevel) {
		unsigned		f_on_top : 1;
	}
	else {
		unsigned		f_reserved : 1;
	}
	if(f_type == GradientGlow || f_type == GradientBevel) {
		unsigned		f_passes : 4;
	}
	else {
		unsigned		f_reserved : 4;
	}
};

struct swf_filter_blur {
	swf_filter_type		f_type;	&lt;font color=&quot;green&quot;&gt;/* 1 */&lt;/font&gt;
	unsigned long fixed	f_blur_horizontal;
	unsigned long fixed	f_blur_vertical;
	unsigned		f_passes : 5;
	unsigned		f_reserved : 3;
};

struct swf_filter_convolution {
	swf_filter_type	f_type;		&lt;font color=&quot;green&quot;&gt;/* 5 */&lt;/font&gt;
	unsigned char	f_columns;
	unsigned char	f_rows;
	long float	f_divisor;
	long float	f_bias;
	long float	f_weights[f_columns &amp;times; f_rows];
	&lt;a href=&quot;/swf_struct_rgba&quot;&gt;swf_rgba&lt;/a&gt;	f_default_color;
	unsigned	f_reserved : 6;
	unsigned	f_clamp : 1;
	unsigned	f_preserve_alpha : 1;
};

struct swf_filter_colormatrix {
	swf_filter_type	f_type;		&lt;font color=&quot;green&quot;&gt;/* 6 */&lt;/font&gt;
	long float	f_matrix[20];
};

struct swf_any_filter {
	&lt;a href=&quot;#swf_filter_type&quot;&gt;swf_filter_type&lt;/a&gt;			f_fitler_type;
	&lt;a href=&quot;#swf_filter_blur&quot;&gt;swf_filter_blur&lt;/a&gt;			f_filter_blur;
	&lt;a href=&quot;#swf_filter_colormatrix&quot;&gt;swf_filter_colormatrix&lt;/a&gt;		f_filter_colormatrix;
	&lt;a href=&quot;#swf_filter_convolution&quot;&gt;swf_filter_convolution&lt;/a&gt;		f_filter_convolution;
	&lt;a href=&quot;#swf_filter_glow&quot;&gt;swf_filter_glow&lt;/a&gt;			f_filter_glow;
};
&lt;/pre&gt;

        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;A filter defines how to transform the objects it is attached to. The first byte is the filter type. The data following depend on the type. Because each filter is much different, they are defined in separate structures. You can attach a filter to an object using an ActionScript or the &lt;a class=&quot;swf_tagname&quot; href=&quot;/swf_tag_placeobject3&quot;&gt;&lt;strong&gt;PlaceObject3&lt;/strong&gt;&lt;/a&gt; tag.&lt;/p&gt;
&lt;p&gt;The following describes the different filters available since version 8.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_struct_any_filter&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_struct_any_filter#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/578">Display</category>
 <category domain="http://www.m2osw.com/taxonomy/term/581">End</category>
 <category domain="http://www.m2osw.com/taxonomy/term/662">PlaceObject3</category>
 <pubDate>Sun, 13 Dec 2009 04:32:03 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">242 at http://www.m2osw.com</guid>
</item>
<item>
 <title>SWF Gradient (swf_gradient)</title>
 <link>http://www.m2osw.com/swf_struct_gradient</link>
 <description>&lt;fieldset class=&quot;fieldgroup group-swf-structure&quot;&gt;&lt;legend&gt;SWF Structure Info&lt;/legend&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-structure&quot;&gt;
      &lt;div class=&quot;field-label&quot;&gt;SWF 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_gradient {
	if(tag == &lt;a href=&quot;/swf_tag_defineshape4&quot;&gt;DefineShape4&lt;/a&gt;) {
		unsigned		f_spread_mode : 2;
		unsigned		f_interpolation_mode : 2;
		unsigned		f_count : 4;
	}
	else {
		unsigned		f_pad : 4;
		unsigned		f_count : 4;
	}
	&lt;a href=&quot;/swf_struct_gradient_record&quot;&gt;swf_gradient_record&lt;/a&gt;	f_gradient_record[f_count];
	&lt;font color=&quot;green&quot;&gt;/* &lt;i&gt;f_type&lt;/i&gt; is defined in the &lt;a href=&quot;/swf_struct_fill_style&quot;&gt;swf_fill_style&lt;/a&gt; encompassing this gradient */&lt;/font&gt;
	if(f_type == 0x13) {
		signed short fixed	f_focal_point;
	}
};&lt;/pre&gt;

        &lt;/div&gt;
        &lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;p&gt;This structure defines a gradient. This is a set of colors which are   used to define an image with colors smoothly varying from one color to   the next. The gradient can be radial (circular) or linear (rectangular).&lt;/p&gt;
&lt;p&gt;The &lt;code&gt;f_count&lt;/code&gt; field is limited depending on the tag used and the   version of SWF as defined below:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/swf_struct_gradient&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/swf_struct_gradient#comments</comments>
 <category domain="http://www.m2osw.com/taxonomy/term/577">Define</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/676">DefineShape4</category>
 <pubDate>Sun, 13 Dec 2009 02:32:10 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">239 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>Cute Menu Basic usage</title>
 <link>http://www.m2osw.com/doc_cutemenu_detailed_usage</link>
 <description>&lt;h2&gt;Global Settings&lt;/h2&gt;
&lt;p&gt;CuteMenu has no global settings under the &lt;span style=&quot;color: rgb(153, 51, 0);&quot;&gt;Administer &amp;raquo; Site configuration&lt;/span&gt;. Instead, the settings are localized in the block and the menu items.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/doc_cutemenu_detailed_usage&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/doc_cutemenu_detailed_usage#comments</comments>
 <pubDate>Sun, 28 Jun 2009 01:10:25 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">63 at http://www.m2osw.com</guid>
</item>
<item>
 <title>July 2008, a new limit reached!</title>
 <link>http://www.m2osw.com/voyager2_new_limit</link>
 <description>&lt;p&gt;I heard of Voyager 2 and the fact that it was still functional: 30 years after it left Earth! Just that is amazing to me.&lt;/p&gt;
&lt;p&gt;The craft went through the termination shock several times now (5 if I&amp;rsquo;m correct). This is far. Further away from the Sun than Pluto. And Pluto is on average around 39.5 AU from the Sun. It is even further than Eris and Eris lies at about 67 AU on average.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/voyager2_new_limit&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/voyager2_new_limit#comments</comments>
 <pubDate>Sun, 03 Aug 2008 00:17:00 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">112 at http://www.m2osw.com</guid>
</item>
</channel>
</rss>


