<?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 - cell</title>
 <link>http://www.m2osw.com/taxonomy/term/327/all</link>
 <description></description>
 <language>en</language>
<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>Cell Phones now open to telemarketers!</title>
 <link>http://www.m2osw.com/cellphone-opening-up-to-telemarkers</link>
 <description>&lt;p&gt;That&#039;s it! The phone commissioners have finally decided that it&#039;s OK for telemarketers to call cell phones and try to sell you their products and services.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/cellphone-opening-up-to-telemarkers&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/cellphone-opening-up-to-telemarkers#comments</comments>
 <pubDate>Fri, 29 Jan 2010 20:57:14 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">432 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>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>A new concept: Throwaway Software. </title>
 <link>http://www.m2osw.com/throwaway_software</link>
 <description>&lt;p&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;p&gt;More and more, people are learning new software as they go. A few will stick to one software for a long time simply because it is easier, but changing is easy too, especially if the new system is easy to use.&lt;/p&gt;
&lt;p&gt;But how do you produce throwaway software? And is it worth the trouble?&lt;/p&gt;
&lt;p&gt;As we see things evolving, more and more, people want to use software anywhere they go. This means software that runs on the Internet in some ways. For instance, you can use Google Map anywhere you go, as long as you have a computer to access the Internet.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.m2osw.com/throwaway_software&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.m2osw.com/throwaway_software#comments</comments>
 <pubDate>Wed, 01 Oct 2008 17:53:00 +0000</pubDate>
 <dc:creator>Alexis Wilke</dc:creator>
 <guid isPermaLink="false">123 at http://www.m2osw.com</guid>
</item>
<item>
 <title>Internet Explorer “Save As …”</title>
 <link>http://www.m2osw.com/save_as_in_ie</link>
 <description>&lt;p&gt;Today, I found a good one. Internet Explorer has a &amp;ldquo;Save As &amp;hellip;&amp;rdquo; feature that let you save a page that you are visiting.&lt;/p&gt;
&lt;p&gt;The page I have includes a table with a cell that has the align and valign attributes set to center and middle respectively. Once saved with Internet Explorer, these change to vAlign and align and center and middle respectively. Yes. Meaning that the values are swapped. Now the valign says center instead of middle, which will work with most browsers, but the worst is the align that is set to middle. That should never happen.&lt;/p&gt;

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


