Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / 2007 / 04 / why-ms-word-is.html
1 <!DOCTYPE html>
2 <html lang="en-us" itemscope itemtype="http://schema.org/Article">
3   <head>
4     <meta charset="utf-8">
5     <meta name="description" content=" Described a little bit about why MS Word is not a good HTML editor...">
6     <meta name="generator" content="Movable Type 5.2.3">
7     <title>Why MS Word is a bad HTML editor - Status</title>
8     <link rel="alternate" type="application/atom+xml" title="Recent Entries" href="http://defaria.com/blogs/Status/atom.xml">
9     <link rel="canonical" href="http://defaria.com/blogs/Status/2007/04/why-ms-word-is.html">
10     <meta name="viewport" content="width=device-width,initial-scale=1">
11     <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles.css">
12     <!--[if lt IE 9]>
13     <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles_ie.css">
14     <script src="/mt/mt-static/support/theme_static/rainier/js/html5shiv.js"></script>
15     <![endif]-->
16     
17     <link rel="start" href="http://defaria.com/blogs/Status/">
18
19     <link rel="prev" href="http://defaria.com/blogs/Status/2007/04/turning-on-html.html" title="Turning on HTML for Exchange/IMAP">
20     <link rel="next" href="http://defaria.com/blogs/Status/2007/04/gpdb-enhancemen.html" title="GPDB Enhancements/Fixes">
21     <!-- Open Graph Protocol -->
22     <meta property="og:type" content="article">
23     <meta property="og:locale" content="en-us">
24     <meta property="og:title" content="Why MS Word is a bad HTML editor">
25     <meta property="og:url" content="http://defaria.com/blogs/Status/2007/04/why-ms-word-is.html">
26     <meta property="og:description" content=" Described a little bit about why MS Word is not a good HTML editor...">
27     <meta property="og:site_name" content="Status">
28     <meta property="og:image" content="/mt/mt-static/support/theme_static/rainier/img/siteicon-sample.png">
29     <!-- Metadata -->
30     <meta itemprop="description" content=" Described a little bit about why MS Word is not a good HTML editor...">
31     <link itemprop="url" href="http://defaria.com/blogs/Status/2007/04/why-ms-word-is.html">
32     <link itemprop="image" href="/mt/mt-static/support/theme_static/rainier/img/siteicon-sample.png">
33     
34   </head>
35   <body>
36     <div id="container">
37       <div id="container-inner">
38         <header id="header" role="banner">
39           <div id="header-inner">
40             <div id="header-content">
41               <h1>
42                 <a href="http://defaria.com/blogs/Status/">
43
44                   Status
45
46                 </a>
47               </h1>
48               
49             </div>
50
51             <nav role="navigation">
52           <ul>
53             <li><a href="http://defaria.com/blogs/Status/">Home</a></li>
54
55
56           </ul>
57         </nav>
58
59           </div>
60         </header>
61         <div id="content">
62           <div id="content-inner">
63             <ul class="breadcrumb breadcrumb-list">
64               <li class="breadcrumb-list-item"><a href="http://defaria.com/blogs/Status/">Home</a></li>
65               <li class="breadcrumb-list-item">Why MS Word is a bad HTML editor</li>
66             </ul>
67             <div id="individual-main" class="main" role="main">
68               <article id="entry-1883" class="entry entry-asset asset hentry">
69                 <div class="asset-header">
70                   <h2 itemprop="name" class="asset-name entry-title">Why MS Word is a bad HTML editor</h2>
71                   <footer class="asset-meta">
72                     <ul class="asset-meta-list">
73                       <li class="asset-meta-list-item">Posted on <time datetime="2007-04-21T20:56:37-08:00" itemprop="datePublished">April 21, 2007</time></li>
74                       <li class="asset-meta-list-item">by <span class="author entry-author vcard"></span></li>
75
76   
77                       <li class="asset-meta-list-item">in <a itemprop="articleSection" rel="tag" href="http://defaria.com/blogs/Status/texas-instruments/">Texas Instruments</a></li>
78   
79
80                    </ul>
81                 </footer>
82                 </div>
83                 <div class="entry-content asset-content" itemprop="articleBody">
84                   <ul>
85   <li>Described a little bit about why MS Word is not a good HTML editor</li>
86 </ul>
87                   <p>LeGrand, Christina wrote:</p>
88
89 <blockquote type=cite>
90   <p>Larry, thanks for the great feedback! I have made the last three changes listed here - to the wording in the  "Just the FAQs" section, the "ITS
91 in the Customer Success Story, and the URL in the LDM docs section. Great catches! For the first two suggestions, all secondary titles are Arial 11, so I am not sure why they look different in your Outlook, but I believe you that they do. If anyone knows of how to prevent this, please let me know!</p>
92 </blockquote>
93
94 The proper way to "prevent" such things is to use the proper way to do
95 such things. To do this one should follow the standards and then
96 validate (as Regan said to Gorbachev "<a
97  href="http://www.brainyquote.com/quotes/quotes/r/ronaldreag147717.html">Trust
98 but verify</a>").<br>
99 <br>
100 HTML headers should be done with the "H" tags of which there are H1 -
101 H6. IOW one should not be putting any kinds of font information such as
102 Arial nor point size in there. Such presentation information is best
103 left to the eventual reader, who may not have the font you've chosen
104 nor want Wingbats in Pink at 24 point! <br>
105 <br>
106 However if you must code in a layout that's what CSS is for.<br>
107 <br>
108 In any event Word, which this was made with, is an absolutely horrible
109 HTML editor! And I shall now show you some of the reasons why. I hope
110 you'll enjoy this ride as much as I will...<br>
111 <br>
112 First off MS Word created HTML pages contain a lot of bloat. What Word
113 does is include styling information at the beginning of the document to
114 cover MS Word "styles" then applies "styles" to the layout. This is
115 done, AFAICT, to attempt to get the web page to look "just like it did
116 in Word". In a sentence - It's bad web design and bloat to your web
117 pages let alone often non-standard and should be avoided at all costs.<br>
118 <br>
119 Here is the beginning bloat:<br>
120 <blockquote>
121   <pre id="line165">&lt;html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
122 xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
123 xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
124 xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" =
125 xmlns=3D<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/TR/REC-html40">"http://www.w3.org/TR/REC-html40"</a>&gt;
126
127
128 &lt;head&gt;
129 &lt;meta http-equiv=3DContent-Type content=3D"text/html; =
130 charset=3Dus-ascii"&gt;
131 &lt;meta name=3DProgId content=3DWord.Document&gt;
132 &lt;meta name=3DGenerator content=3D"Microsoft Word 11"&gt;
133 &lt;meta name=3DOriginator content=3D"Microsoft Word 11"&gt;
134 &lt;link rel=3DFile-List href=3D<a class="moz-txt-link-rfc2396E" href="cid:filelist.xml@01C78350.D624B260">"cid:filelist.xml@01C78350.D624B260"</a>&gt;
135 &lt;link rel=3DEdit-Time-Data href=3D<a class="moz-txt-link-rfc2396E" href="cid:editdata.mso">"cid:editdata.mso"</a>&gt;
136
137 &lt;!--[if !mso]&gt;
138 &lt;style&gt;
139 v\:* {behavior:url(#default#VML);}
140 o\:* {behavior:url(#default#VML);}
141 w\:* {behavior:url(#default#VML);}
142 .shape {behavior:url(#default#VML);}
143   </pre>
144   <pre id="line238">&lt;/style&gt;
145 &lt;![endif]--&gt;&lt;o:SmartTagType
146  namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" =
147 name=3D"City"/&gt;
148 &lt;o:SmartTagType =
149 namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
150  name=3D"PlaceType"/&gt;
151 &lt;o:SmartTagType =
152 namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
153  name=3D"PlaceName"/&gt;
154 &lt;o:SmartTagType =
155 namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
156  name=3D"place"/&gt;
157
158 &lt;o:SmartTagType =
159 namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags"
160  name=3D"PersonName"/&gt;
161 &lt;!--[if gte mso 9]&gt;&lt;xml&gt;
162  &lt;o:OfficeDocumentSettings&gt;
163   &lt;o:DoNotRelyOnCSS/&gt;
164  &lt;/o:OfficeDocumentSettings&gt;
165 &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
166  &lt;w:WordDocument&gt;
167   &lt;w:SpellingState&gt;Clean&lt;/w:SpellingState&gt;
168   &lt;w:DocumentKind&gt;DocumentEmail&lt;/w:DocumentKind&gt;
169   &lt;w:EnvelopeVis/&gt;
170   &lt;w:ValidateAgainstSchemas/&gt;
171   &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
172   &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
173   &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
174   &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
175  &lt;/w:WordDocument&gt;
176   </pre>
177   <pre id="line269">&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
178  &lt;w:LatentStyles DefLockedState=3D"false" LatentStyleCount=3D"156"&gt;
179  &lt;/w:LatentStyles&gt;
180
181 &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if !mso]&gt;
182 &lt;style&gt;
183 st1\:*{behavior:url(#default#ieooui) }
184 &lt;/style&gt;
185 &lt;![endif]--&gt;
186 &lt;style&gt;
187 &lt;!--
188  /* Font Definitions */
189  @font-face
190         {font-family:Tahoma;
191         panose-1:2 11 6 4 3 5 4 4 2 4;
192         mso-font-alt:Verdana;
193         mso-font-charset:0;
194         mso-generic-font-family:swiss;
195         mso-font-pitch:variable;
196         mso-font-signature:1627421319 -2147483648 8 0 66047 0;}
197  /* Style Definitions */
198  p.MsoNormal, li.MsoNormal, div.MsoNormal
199         {mso-style-parent:"";
200         margin:0in;
201         margin-bottom:.0001pt;
202         mso-pagination:widow-orphan;
203         font-size:12.0pt;
204         font-family:"Times New Roman";
205         mso-fareast-font-family:"Times New Roman";
206         color:black;}
207 a:link, span.MsoHyperlink
208         {color:blue;
209         text-decoration:underline;
210         text-underline:single;}
211 a:visited, span.MsoHyperlinkFollowed
212         {color:purple;
213         text-decoration:underline;
214         text-underline:single;}
215 p
216         {mso-margin-top-alt:auto;
217         margin-right:0in;
218         mso-margin-bottom-alt:auto;
219         margin-left:0in;
220         mso-pagination:widow-orphan;
221         font-size:12.0pt;
222         font-family:"Times New Roman";
223         mso-fareast-font-family:"Times New Roman";
224         color:black;}
225 p.newslettertitle, li.newslettertitle, div.newslettertitle
226         {mso-style-name:newslettertitle;
227         mso-margin-top-alt:auto;
228         margin-right:0in;
229         mso-margin-bottom-alt:auto;
230         margin-left:0in;
231         mso-pagination:widow-orphan;
232         font-size:12.0pt;
233         font-family:"Times New Roman";
234         mso-fareast-font-family:"Times New Roman";
235         color:black;}
236 p.newslettertext, li.newslettertext, div.newslettertext
237         {mso-style-name:newslettertext;
238         mso-margin-top-alt:auto;
239         margin-right:0in;
240         mso-margin-bottom-alt:auto;
241         margin-left:0in;
242         mso-pagination:widow-orphan;
243         font-size:12.0pt;
244         font-family:"Times New Roman";
245         mso-fareast-font-family:"Times New Roman";
246         color:black;}
247 p.newsletterheading, li.newsletterheading, div.newsletterheading
248         {mso-style-name:newsletterheading;
249         mso-margin-top-alt:auto;
250         margin-right:0in;
251         mso-margin-bottom-alt:auto;
252         margin-left:0in;
253         mso-pagination:widow-orphan;
254         font-size:12.0pt;
255         font-family:"Times New Roman";
256         mso-fareast-font-family:"Times New Roman";
257         color:black;}
258 p.newsletterbullet, li.newsletterbullet, div.newsletterbullet
259         {mso-style-name:newsletterbullet;
260         mso-margin-top-alt:auto;
261         margin-right:0in;
262         mso-margin-bottom-alt:auto;
263         margin-left:0in;
264         mso-pagination:widow-orphan;
265         font-size:12.0pt;
266         font-family:"Times New Roman";
267         mso-fareast-font-family:"Times New Roman";
268         color:black;}
269 span.EmailStyle22
270         {mso-style-type:personal;
271         mso-style-noshow:yes;
272         mso-ansi-font-size:10.0pt;
273         mso-bidi-font-size:10.0pt;
274         font-family:Arial;
275         mso-ascii-font-family:Arial;
276         mso-hansi-font-family:Arial;
277         mso-bidi-font-family:Arial;}
278 span.EmailStyle23
279         {mso-style-type:personal;
280         mso-style-noshow:yes;
281         mso-ansi-font-size:10.0pt;
282         mso-bidi-font-size:10.0pt;
283         font-family:Arial;
284         mso-ascii-font-family:Arial;
285         mso-hansi-font-family:Arial;
286         mso-bidi-font-family:Arial;
287         color:navy;}
288 span.EmailStyle24
289         {mso-style-type:personal;
290         mso-style-noshow:yes;
291         mso-ansi-font-size:10.0pt;
292         mso-bidi-font-size:10.0pt;
293         font-family:Arial;
294         mso-ascii-font-family:Arial;
295         mso-hansi-font-family:Arial;
296         mso-bidi-font-family:Arial;
297         color:navy;}
298 span.EmailStyle27
299         {mso-style-type:personal-reply;
300         mso-style-noshow:yes;
301         mso-ansi-font-size:10.0pt;
302         mso-bidi-font-size:10.0pt;
303         font-family:Arial;
304         mso-ascii-font-family:Arial;
305         mso-hansi-font-family:Arial;
306         mso-bidi-font-family:Arial;
307         color:navy;}
308 span.SpellE
309         {mso-style-name:"";
310         mso-spl-e:yes;}
311 @page Section1
312         {size:8.5in 11.0in;
313         margin:1.0in 1.25in 1.0in 1.25in;
314         mso-header-margin:.5in;
315         mso-footer-margin:.5in;
316         mso-paper-source:0;}
317 div.Section1
318         {page:Section1;}
319 --&gt;
320 &lt;/style&gt;
321
322 &lt;!--[if gte mso 10]&gt;
323 &lt;style&gt;
324  /* Style Definitions */=20
325  table.MsoNormalTable
326         {mso-style-name:"Table Normal";
327         mso-tstyle-rowband-size:0;
328         mso-tstyle-colband-size:0;
329         mso-style-noshow:yes;
330         mso-style-parent:"";
331         mso-padding-alt:0in 5.4pt 0in 5.4pt;
332         mso-para-margin:0in;
333         mso-para-margin-bottom:.0001pt;
334         mso-pagination:widow-orphan;
335         font-size:10.0pt;
336         font-family:"Times New Roman";
337         mso-ansi-language:#0400;
338         mso-fareast-language:#0400;
339         mso-bidi-language:#0400;}
340   </pre>
341   <pre id="line430">&lt;/style&gt;
342 &lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
343  &lt;o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /&gt;
344 &lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
345  &lt;o:shapelayout v:ext=3D"edit"&gt;
346   &lt;o:idmap v:ext=3D"edit" data=3D"1" /&gt;
347  &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
348
349 &lt;/head&gt;
350   </pre>
351 </blockquote>
352 Now wasn't that fun? <span class="moz-smiley-s1"><span> :-) </span></span><br>
353 <br>
354 After creating all that crud we are now able to apply it to our
355 content. Here's the part that does the heading:<br>
356 <blockquote><tt> &lt;p class=3Dnewsletterheading =<br>
357 style=3D'mso-margin-top-alt:0in;margin-right:<br>
358 0in;margin-bottom:4.0pt;margin-left:0in'&gt;&lt;span =<br>
359 style=3D'mso-bookmark:OLE_LINK1'&gt;&lt;span<br>
360 style=3D'mso-bookmark:OLE_LINK10'&gt;&lt;span =<br>
361 style=3D'mso-bookmark:OLE_LINK11'&gt;&lt;span<br>
362 style=3D'mso-bookmark:OLE_LINK12'&gt;&lt;span =<br>
363 style=3D'mso-bookmark:OLE_LINK2'&gt;&lt;span<br>
364 style=3D'mso-bookmark:OLE_LINK3'&gt;&lt;strong&gt;&lt;b&gt;&lt;font
365 size=3D3 =<br>
366 color=3Dblack<br>
367 face=3DArial&gt;&lt;span =<br>
368 style=3D'font-size:12.0pt;font-family:Arial;mso-bidi-font-style:<br>
369 italic'&gt;DesignSync Documentation Has
370 Moved&lt;/span&gt;&lt;/font&gt;&lt;span<br>
371 =<br>
372 style=3D'mso-bidi-font-style:italic'&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/strong&gt;&lt;/spa=<br>
373 n&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;<br>
374   </tt></blockquote>
375 OK, not you tell me - where's the Arial 11 point in there?<br>
376
377 <br>
378 I'm sure you've enjoyed the above exercise...<br>
379 <br>
380 Oh, and how does this look in "straight" HTML?<br>
381 <blockquote><tt>&lt;h2&gt;DesignSync Documentation Has Moved&lt;/h2&gt;</tt><br>
382 </blockquote>
383                 </div>
384                 <nav class="page-navigation entry-navigation pagination content-nav">
385                   <ul class="page-navigation-list">
386
387                     <li class="page-navigation-list-item page-navigation-prev"><a rel="prev" href="http://defaria.com/blogs/Status/2007/04/turning-on-html.html" title="Turning on HTML for Exchange/IMAP">Previous entry</a></li>
388
389
390                     <li class="page-navigation-list-item page-navigation-next"><a rel="next" href="http://defaria.com/blogs/Status/2007/04/gpdb-enhancemen.html" title="GPDB Enhancements/Fixes">Next entry</a></li>
391
392                   </ul>
393                 </nav>
394                 <!--
395 <aside id="zenback" class="zenback feedback">
396   Please paste Zenback script code here.
397 </aside>
398 -->
399                 
400                 
401               </article>
402             </div>
403             <aside class="widgets related" role="complementary">
404               <nav class="widget-search widget">
405   <div class="widget-content">
406     <form method="get" id="search" action="http://defaria.com/mt/mt-search.cgi">
407       <div>
408         <input type="text" name="search" value="" placeholder="Search...">
409
410         <input type="hidden" name="IncludeBlogs" value="8">
411
412         <input type="hidden" name="limit" value="20">
413         <button type="submit" name="button">
414           <img alt="Search" src="/mt/mt-static/support/theme_static/rainier/img/search-icon.png">
415         </button>
416       </div>
417     </form>
418   </div>
419 </nav>
420 <nav class="widget-archive-category widget">
421   <h3 class="widget-header">Categories</h3>
422   <div class="widget-content">
423     
424       
425     <ul class="widget-list">
426       
427       
428       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/ameriquest/">Ameriquest (99)</a>
429       
430       
431       </li>
432       
433     
434       
435       
436       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/audience/">Audience (3)</a>
437       
438       
439       </li>
440       
441     
442       
443       
444       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/broadcom/">Broadcom (76)</a>
445       
446       
447       </li>
448       
449     
450       
451       
452       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/gpdb/">GPDB (35)</a>
453       
454       
455       </li>
456       
457     
458       
459       
460       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/general-dynamics/">General Dynamics (61)</a>
461       
462       
463       </li>
464       
465     
466       
467       
468       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/general-electric/">General Electric (13)</a>
469       
470       
471       </li>
472       
473     
474       
475       
476       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/hewlett-packard/">Hewlett Packard (13)</a>
477       
478       
479       </li>
480       
481     
482       
483       
484       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/lynuxworks/">LynuxWorks (162)</a>
485       
486       
487       </li>
488       
489     
490       
491       
492       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/pqa/">PQA (35)</a>
493       
494       
495       </li>
496       
497     
498       
499       
500       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/salira/">Salira (79)</a>
501       
502       
503       </li>
504       
505     
506       
507       
508       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/tellabs/">Tellabs (2)</a>
509       
510       
511       </li>
512       
513     
514       
515       
516       <li class="widget-list-item"><a href="http://defaria.com/blogs/Status/texas-instruments/">Texas Instruments (31)</a>
517       
518       
519       </li>
520       
521     </ul>
522       
523     
524   </div>
525 </nav>
526   
527
528 <nav class="widget-archive-dropdown widget">
529   <h3 class="widget-header">Archives</h3>
530   <div class="widget-content">
531     <select>
532       <option>Select a Month...</option>
533     
534       <option value="http://defaria.com/blogs/Status/2016/02/">February 2016</option>
535     
536   
537     
538       <option value="http://defaria.com/blogs/Status/2014/09/">September 2014</option>
539     
540   
541     
542       <option value="http://defaria.com/blogs/Status/2014/04/">April 2014</option>
543     
544   
545     
546       <option value="http://defaria.com/blogs/Status/2014/03/">March 2014</option>
547     
548   
549     
550       <option value="http://defaria.com/blogs/Status/2013/02/">February 2013</option>
551     
552   
553     
554       <option value="http://defaria.com/blogs/Status/2012/09/">September 2012</option>
555     
556   
557     
558       <option value="http://defaria.com/blogs/Status/2012/08/">August 2012</option>
559     
560   
561     
562       <option value="http://defaria.com/blogs/Status/2012/05/">May 2012</option>
563     
564   
565     
566       <option value="http://defaria.com/blogs/Status/2012/04/">April 2012</option>
567     
568   
569     
570       <option value="http://defaria.com/blogs/Status/2012/02/">February 2012</option>
571     
572   
573     
574       <option value="http://defaria.com/blogs/Status/2012/01/">January 2012</option>
575     
576   
577     
578       <option value="http://defaria.com/blogs/Status/2011/10/">October 2011</option>
579     
580   
581     
582       <option value="http://defaria.com/blogs/Status/2011/07/">July 2011</option>
583     
584   
585     
586       <option value="http://defaria.com/blogs/Status/2010/09/">September 2010</option>
587     
588   
589     
590       <option value="http://defaria.com/blogs/Status/2010/08/">August 2010</option>
591     
592   
593     
594       <option value="http://defaria.com/blogs/Status/2010/04/">April 2010</option>
595     
596   
597     
598       <option value="http://defaria.com/blogs/Status/2010/03/">March 2010</option>
599     
600   
601     
602       <option value="http://defaria.com/blogs/Status/2010/02/">February 2010</option>
603     
604   
605     
606       <option value="http://defaria.com/blogs/Status/2009/05/">May 2009</option>
607     
608   
609     
610       <option value="http://defaria.com/blogs/Status/2009/04/">April 2009</option>
611     
612   
613     
614       <option value="http://defaria.com/blogs/Status/2008/07/">July 2008</option>
615     
616   
617     
618       <option value="http://defaria.com/blogs/Status/2008/05/">May 2008</option>
619     
620   
621     
622       <option value="http://defaria.com/blogs/Status/2008/04/">April 2008</option>
623     
624   
625     
626       <option value="http://defaria.com/blogs/Status/2008/03/">March 2008</option>
627     
628   
629     
630       <option value="http://defaria.com/blogs/Status/2008/02/">February 2008</option>
631     
632   
633     
634       <option value="http://defaria.com/blogs/Status/2008/01/">January 2008</option>
635     
636   
637     
638       <option value="http://defaria.com/blogs/Status/2007/12/">December 2007</option>
639     
640   
641     
642       <option value="http://defaria.com/blogs/Status/2007/11/">November 2007</option>
643     
644   
645     
646       <option value="http://defaria.com/blogs/Status/2007/10/">October 2007</option>
647     
648   
649     
650       <option value="http://defaria.com/blogs/Status/2007/09/">September 2007</option>
651     
652   
653     
654       <option value="http://defaria.com/blogs/Status/2007/08/">August 2007</option>
655     
656   
657     
658       <option value="http://defaria.com/blogs/Status/2007/07/">July 2007</option>
659     
660   
661     
662       <option value="http://defaria.com/blogs/Status/2007/06/">June 2007</option>
663     
664   
665     
666       <option value="http://defaria.com/blogs/Status/2007/05/">May 2007</option>
667     
668   
669     
670       <option value="http://defaria.com/blogs/Status/2007/04/">April 2007</option>
671     
672   
673     
674       <option value="http://defaria.com/blogs/Status/2007/03/">March 2007</option>
675     
676   
677     
678       <option value="http://defaria.com/blogs/Status/2007/01/">January 2007</option>
679     
680   
681     
682       <option value="http://defaria.com/blogs/Status/2006/12/">December 2006</option>
683     
684   
685     
686       <option value="http://defaria.com/blogs/Status/2006/11/">November 2006</option>
687     
688   
689     
690       <option value="http://defaria.com/blogs/Status/2006/10/">October 2006</option>
691     
692   
693     
694       <option value="http://defaria.com/blogs/Status/2006/09/">September 2006</option>
695     
696   
697     
698       <option value="http://defaria.com/blogs/Status/2006/07/">July 2006</option>
699     
700   
701     
702       <option value="http://defaria.com/blogs/Status/2006/06/">June 2006</option>
703     
704   
705     
706       <option value="http://defaria.com/blogs/Status/2006/05/">May 2006</option>
707     
708   
709     
710       <option value="http://defaria.com/blogs/Status/2006/04/">April 2006</option>
711     
712   
713     
714       <option value="http://defaria.com/blogs/Status/2006/03/">March 2006</option>
715     
716   
717     
718       <option value="http://defaria.com/blogs/Status/2006/02/">February 2006</option>
719     
720   
721     
722       <option value="http://defaria.com/blogs/Status/2006/01/">January 2006</option>
723     
724   
725     
726       <option value="http://defaria.com/blogs/Status/2005/12/">December 2005</option>
727     
728   
729     
730       <option value="http://defaria.com/blogs/Status/2005/11/">November 2005</option>
731     
732   
733     
734       <option value="http://defaria.com/blogs/Status/2005/10/">October 2005</option>
735     
736   
737     
738       <option value="http://defaria.com/blogs/Status/2005/09/">September 2005</option>
739     
740   
741     
742       <option value="http://defaria.com/blogs/Status/2005/08/">August 2005</option>
743     
744   
745     
746       <option value="http://defaria.com/blogs/Status/2005/07/">July 2005</option>
747     
748   
749     
750       <option value="http://defaria.com/blogs/Status/2005/06/">June 2005</option>
751     
752   
753     
754       <option value="http://defaria.com/blogs/Status/2005/05/">May 2005</option>
755     
756   
757     
758       <option value="http://defaria.com/blogs/Status/2005/04/">April 2005</option>
759     
760   
761     
762       <option value="http://defaria.com/blogs/Status/2005/03/">March 2005</option>
763     
764   
765     
766       <option value="http://defaria.com/blogs/Status/2005/02/">February 2005</option>
767     
768   
769     
770       <option value="http://defaria.com/blogs/Status/2005/01/">January 2005</option>
771     
772   
773     
774       <option value="http://defaria.com/blogs/Status/2004/12/">December 2004</option>
775     
776   
777     
778       <option value="http://defaria.com/blogs/Status/2004/09/">September 2004</option>
779     
780   
781     
782       <option value="http://defaria.com/blogs/Status/2004/08/">August 2004</option>
783     
784   
785     
786       <option value="http://defaria.com/blogs/Status/2004/07/">July 2004</option>
787     
788   
789     
790       <option value="http://defaria.com/blogs/Status/2004/06/">June 2004</option>
791     
792   
793     
794       <option value="http://defaria.com/blogs/Status/2004/05/">May 2004</option>
795     
796   
797     
798       <option value="http://defaria.com/blogs/Status/2004/04/">April 2004</option>
799     
800   
801     
802       <option value="http://defaria.com/blogs/Status/2004/03/">March 2004</option>
803     
804   
805     
806       <option value="http://defaria.com/blogs/Status/2004/02/">February 2004</option>
807     
808   
809     
810       <option value="http://defaria.com/blogs/Status/2004/01/">January 2004</option>
811     
812   
813     
814       <option value="http://defaria.com/blogs/Status/2003/12/">December 2003</option>
815     
816   
817     
818       <option value="http://defaria.com/blogs/Status/2003/11/">November 2003</option>
819     
820     </select>
821   </div>
822 </nav>
823     
824   
825
826 <div class="widget-syndication widget section">
827   <div class="widget-content">
828     <p><img src="http://defaria.com/mt/mt-static/images/status_icons/feed.gif" alt="Subscribe to feed" width="9" height="9" /> <a href="http://defaria.com/blogs/Status/atom.xml">Subscribe to this blog's feed</a></p>
829
830   </div>
831 </div>
832
833             </aside>
834           </div>
835         </div>
836         <footer id="footer" role="contentinfo">
837           <div id="footer-inner">
838             <div id="footer-content">
839   <nav role="navigation">
840           <ul>
841             <li><a href="http://defaria.com/blogs/Status/">Home</a></li>
842
843
844           </ul>
845         </nav>
846
847   <p class="license">&copy; Copyright 2016.</p>
848   <p class="poweredby">Powered by <a href="http://www.movabletype.org/">Movable Type</a></p>
849 </div>
850           </div>
851         </footer>
852       </div>
853     </div>
854     <script src="http://defaria.com/mt/mt-static/jquery/jquery.min.js"></script>
855     <script src="http://defaria.com/blogs/Status/mt-theme-scale2.js"></script>
856   </body>
857 </html>