Write Blog Posts Directly From Microsoft Word 2007

This is a test post published directly from the new Word 2007.

 

I’ll explain this more later …

 

Text

Change font

Change color

Change size

H2 Heading (verdana)

H3 Heading (default Calibri font)

 

  • Bullet
  • Bullet
    • Nested bullet
    • Nested bullet
  • Bullet

Pre Code Test

 

<configuration>

   <location path="showStockPrice.asp">
			

    <system.webserver>
			

        <caching>
			

           <profiles>
			

            <add varybyquerystring="*" location="Any" duration="00:00:01" policy="CacheForTimePeriod" extension=".asp">
			

           </profiles>
			

        </caching>
			

    </system.webserver>
			

   </location>
			

</configuration>
			

</pre>


IE Dev Toolbar - Beta 3

The new IE Dev Tool bar has been released. It now has a button for “find by click” (so much better than the old drop down menu). With this addition it’s better than the Firefox developer tool bar extension in a lot of ways. The “trace css” is fantastic, but unlike the Firefox Extension - and the crème de la crème of all developer tool bars, Firebug - you can’t edit the CSS once it’s traced.