<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Lisa Wollin : Articles</title><link>http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx</link><description>Tags: Articles</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Creating a JavaScript Drop-Down Menu in FrontPage </title><link>http://blogs.msdn.com/lisawoll/archive/2004/12/16/323145.aspx</link><pubDate>Fri, 17 Dec 2004 02:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:323145</guid><dc:creator>lisawoll</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/323145.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=323145</wfw:commentRss><description>&lt;p&gt;We posted a new article on MSDN about &lt;a href="http://msdn.microsoft.com/office/understanding/frontpage/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/officefrontpagecreatedropdownmenu.asp"&gt;creating JavaScript drop-down menus&lt;/a&gt;. If you read &lt;A href="http://blogs.msdn.com/lisawoll/archive/2004/10/05/238395.aspx"&gt;my earlier post about creating a drop-down menu&lt;/a&gt;, you may be interested in this article. The article uses a somewhat different method to show and hide menus than the code I showed earlier and also provides an example for cascading menus as well as menus that use image mouseovers.&amp;nbsp;Plus, at the end of the article, you will find several links where you can find additional methods for creating drop-down menus.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=323145" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category><category domain="http://blogs.msdn.com/lisawoll/archive/tags/JavaScript/default.aspx">JavaScript</category></item><item><title>New Article: Working with HTML Using the FrontPage 2003 Object Model</title><link>http://blogs.msdn.com/lisawoll/archive/2004/09/29/235918.aspx</link><pubDate>Wed, 29 Sep 2004 23:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:235918</guid><dc:creator>lisawoll</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/235918.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=235918</wfw:commentRss><description>&lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Yesterday we posted on&amp;nbsp;MSDN a new article called,&amp;nbsp;&lt;a href="http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/odc_fpWorkingWithHTMLProgrammatically.asp"&gt;Working with HTML Using the FrontPage 2003 Object Model&lt;/a&gt;.&amp;nbsp; Here's the summary:&lt;/span&gt;&lt;/p&gt; &lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt; &lt;p&gt;&lt;span style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"&gt;Learn how to use the Microsoft Office FrontPage 2003 Visual Basic for Applications object model to programmatically add or modify the HTML in a Web page.&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=235918" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category></item><item><title>XML Data Islands in Web Pages</title><link>http://blogs.msdn.com/lisawoll/archive/2004/08/12/213875.aspx</link><pubDate>Fri, 13 Aug 2004 01:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:213875</guid><dc:creator>lisawoll</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/213875.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=213875</wfw:commentRss><description>&lt;p&gt;I get an e-zine called asp.netNOW from &lt;a href="http://www.aspnetpro.com" target="_blank"&gt;aspnetPRO.com&lt;/a&gt;.&amp;nbsp; Today, there was an article about using XML data islands in Web pages that I wanted to pass onto you. You may not know that Internet Explorer provides an &lt;b&gt;XML&lt;/b&gt; element that you can use to embed XML directly into an HTML page. I've always been fascinated by this element because on the surface it seems useless.&amp;nbsp; Just putting XML data inside the XML element doesn't cause the data to show up in a Web page.&amp;nbsp; Instead, you have to use it as a data source.&amp;nbsp; That's where the real action starts.&lt;/p&gt; &lt;p&gt;In his article, &lt;a href="http://www.aspnetpro.com/NewsletterArticle/2004/08/asp200408dk_l/asp200408dk_l.asp" target="_blank"&gt; Exploring Data Islands&lt;/a&gt;, Don Kiely explains how to use the &lt;b&gt;XML&lt;/b&gt; element in the simplest terms I've ever seen.&amp;nbsp; He shows how to use the &lt;b&gt;XML&lt;/b&gt; element to embed the XML data directly into an HTML page and how to use the &lt;b&gt; XML&lt;/b&gt; element to reference an external XML page where the data is stored.&amp;nbsp; Then he shows how to make that data show up on the page.&amp;nbsp; Whichever way you prefer, this article is a great starter for understanding this little-used and little-understood element.&lt;/p&gt; &lt;p&gt;At the end of the article Kiely makes a comment about ASP.NET, but don't be fooled.&amp;nbsp; You don't need to use ASP.NET to use Internet Explorer XML data islands.&amp;nbsp; The &lt;b&gt;XML&lt;/b&gt; element has been part of Internet Explorer since IE 4.0 and is in no way dependent on ASP.NET.&amp;nbsp; However, I will acknowledge that ASP.NET (and, in fact, the entire .NET Framework) does make working with XML data easier, so if XML is your thing, take a look at Kiely's article AND ASP.NET.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=213875" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category></item><item><title>New Article:  Creating Managed Add-ins for FrontPage 2003</title><link>http://blogs.msdn.com/lisawoll/archive/2004/08/05/209238.aspx</link><pubDate>Thu, 05 Aug 2004 20:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:209238</guid><dc:creator>lisawoll</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/209238.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=209238</wfw:commentRss><description>&lt;P&gt;Hi, everyone,&lt;/P&gt;
&lt;P&gt;We published a new article called, "Creating Managed FrontPage 2003 Add-ins in C#."&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Learn how to create a managed add-in for FrontPage 2003 using Visual Studio .NET and Visual C# .NET. The download that accompanies this article contains the form and code files for the Insert Images add-in project discussed in this article.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can find the article at &lt;A href="http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/odc_fpManagedFrontPageAddIns.asp"&gt;http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/odc_fpManagedFrontPageAddIns.asp&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=209238" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category></item><item><title>Introduction to Web Technologies</title><link>http://blogs.msdn.com/lisawoll/archive/2004/06/29/169155.aspx</link><pubDate>Tue, 29 Jun 2004 21:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:169155</guid><dc:creator>lisawoll</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/169155.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=169155</wfw:commentRss><description>&lt;P&gt;We just posted a new article for beginning Web developers called &lt;A href="http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/odc_fpGettingStartedWithWebDev.asp"&gt;Introduction to Web Technologies for FrontPage Users&lt;/A&gt;. This article is designed specifically for FrontPage users who are looking to make a leap from WYSIWYG designing of Web pages to programming and developing Web applications.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=169155" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category></item><item><title>New Article:  Sending Custom EMail</title><link>http://blogs.msdn.com/lisawoll/archive/2004/06/09/152123.aspx</link><pubDate>Thu, 10 Jun 2004 00:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:152123</guid><dc:creator>lisawoll</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/152123.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=152123</wfw:commentRss><description>&lt;P&gt;Hey, ho... We just published a new article, &lt;A href="http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_bk/html/odc_fpSendingCustomEMail.asp"&gt;Sending Custom Email&lt;/A&gt;. It's actually a reprint of an article on the companion CD of Jim Buyens' book, "FrontPage 2003 Inside Out" published by MS Press.&lt;/P&gt;
&lt;P&gt;This article, the four reprint from Jim's book, shows how to use classic ASP to send custom email from a FrontPage form. From the introduction:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;The Microsoft Office FrontPage 2003 Save Results component does an adequate job of sending the contents of a form as an e-mail message, but it's not flexible enough to handle all situations. You can't, for example, format the message exactly to your liking, and you can't send e-mail messages to different recipients depending on the circumstances. If you have these kinds of requirements, you'll need to locate other tools and do some custom coding.&lt;/BLOCKQUOTE&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=152123" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category></item><item><title>Stuff ...</title><link>http://blogs.msdn.com/lisawoll/archive/2004/06/02/147131.aspx</link><pubDate>Wed, 02 Jun 2004 23:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:147131</guid><dc:creator>lisawoll</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/147131.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=147131</wfw:commentRss><description>&lt;P&gt;&lt;B&gt;Moving, et al&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;My date with the moving van went well ... sort of. Long story, short: I bought my first house and moved from an almost 1500 square foot condo to a less than 1000 square foot house. I comfort myself with the knowledge that a house is a better investment than a condo, and I have a garage, which at the moment is still filled with boxes.&amp;nbsp; It will take time to find room for everything, either that or donate it to charity.&lt;/P&gt;
&lt;P&gt;While I was out, Dail took good care of you posting Eray's comments about Tech Ed.&amp;nbsp; Eray got busy during the final days at Tech Ed but has promised to send a final wrap up later today.&amp;nbsp; I'll post it as soon as I get it.&lt;/P&gt;
&lt;HR&gt;

&lt;P&gt;&lt;B&gt;New Article Published&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;We publised a new article on MSDN called, &lt;A href="http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/odc_fpAutomatingRepetitiveTasks.asp"&gt;Automating Repetitive Tasks in FrontPage 2003&lt;/A&gt;.&amp;nbsp; This is an article for advanced end-users who want to automate tasks that they consistently perform.&amp;nbsp; To follow Dail's lead, here's a quote from the introduction:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;Do you ever find yourself performing the same steps over and over again? Perhaps you publish the same Web site to several locations and find yourself repeatedly typing the Web addresses into the &lt;B&gt;Publish&lt;/B&gt; dialog box every time you need to publish the site. Or perhaps you want to add a reference to an external style sheet to every page in your Web site and don't want to open every page to paste the necessary HTML. Macros can help. &lt;/BLOCKQUOTE&gt;
&lt;HR&gt;

&lt;P&gt;&lt;B&gt;Call for Ideas&lt;/B&gt;&lt;/P&gt;
&lt;P&gt;For some time I've wanted to ask everyone for suggestions for article ideas.&amp;nbsp; Some of you have submitted article ideas in the form of comments, and I have tried to respond to each of you in one form or another.&amp;nbsp; Thank you for your ideas.&amp;nbsp; We want more....&lt;/P&gt;
&lt;P&gt;The &lt;A href="http://msdn.microsoft.com/frontpage"&gt;FrontPage portal on MSDN&lt;/A&gt; is designed for Web developers of all skill levels and developers who want to extend the FrontPage application.&amp;nbsp; Unfortunately, we don't have a great way of determining, other than through feedback and ratings, what type of content to produce.&amp;nbsp; Therefore, I'd like to ask you to post any ideas you may have for articles related to FrontPage development that you would like to see.&lt;/P&gt;
&lt;P&gt;One of the hottest topics currently is working with ASP.NET and ASP.NET controls.&amp;nbsp; We have published several articles and have more in the works.&amp;nbsp; I am personally finishing up an article on creating managed add-ins and one that is an introduction to Web technologies for new and low-end developers.&amp;nbsp; I will next be working on an article on customizing IntelliSense (which I am hesitant to publish but which was requested).&amp;nbsp; We also have two or three articles planned that relate to working with SharePoint sites in FrontPage.&lt;/P&gt;
&lt;P&gt;If you have any additional article ideas, please let me know.&amp;nbsp; I'll get them added to our list of ideas.&lt;BR&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=147131" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category><category domain="http://blogs.msdn.com/lisawoll/archive/tags/General/default.aspx">General</category></item><item><title>Customizing Code Snippets in FrontPage 2003</title><link>http://blogs.msdn.com/lisawoll/archive/2004/05/24/140583.aspx</link><pubDate>Mon, 24 May 2004 20:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140583</guid><dc:creator>lisawoll</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/140583.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=140583</wfw:commentRss><description>&lt;basefont face="verdana" size="2"&gt;&lt;P&gt;Dail Magee Jr. here, filling in for Lisa: While we're awaiting word from &lt;A href="http://www.microsoft.com/seminar/teched2004/default.mspx"&gt;Tech&amp;#183;Ed&lt;/A&gt;, I wanted to let you know that we've published a new article, &lt;A href="http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/odc_fpCustomizingSnippets.asp"&gt;Customizing Code Snippets in FrontPage 2003&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;From the introduction: &amp;#8220;Have you ever found yourself typing the same code over and over again? If you're like me, you keep a text file close by that contains snippets of code that you frequently use, such as DOCTYPE declarations and scripts, that you can easily copy and paste into your Web pages. Well, the code snippet feature in Microsoft&amp;#174; Office FrontPage&amp;#174; 2003 was designed especially for you.&amp;#8221;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=140583" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category></item><item><title>Working with HTML DOCTYPE Declarations </title><link>http://blogs.msdn.com/lisawoll/archive/2004/05/12/130689.aspx</link><pubDate>Wed, 12 May 2004 19:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:130689</guid><dc:creator>lisawoll</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/130689.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=130689</wfw:commentRss><description>&lt;basefont face="verdana" size="2"&gt;&lt;P&gt;We've published a new article, &lt;A href="http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/odc_fpWorkingWithDocType.asp"&gt;Working with HTML DOCTYPE Declarations in FrontPage&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=130689" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category></item><item><title>Validating Form Fields Using JavaScript</title><link>http://blogs.msdn.com/lisawoll/archive/2004/05/11/129948.aspx</link><pubDate>Tue, 11 May 2004 18:21:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:129948</guid><dc:creator>lisawoll</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/129948.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=129948</wfw:commentRss><description>&lt;BASEFONT face=verdana size=2&gt; 
&lt;P&gt;We've published the following article on MSDN:&lt;/P&gt;
&lt;P&gt;"Validating Form Fields Using JavaScript in FrontPage" at &lt;A title=http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/odc_fpValidatingFormControlsUsingJavaScript.asp href="http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/odc_fpValidatingFormControlsUsingJavaScript.asp"&gt;http://msdn.microsoft.com/office/default.aspx?pull=/library/en-us/odc_fp2003_ta/html/odc_fpValidatingFormControlsUsingJavaScript.asp&lt;/A&gt;.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=129948" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category></item><item><title>Using ASP.NET with FrontPage 2003</title><link>http://blogs.msdn.com/lisawoll/archive/2004/04/29/123204.aspx</link><pubDate>Thu, 29 Apr 2004 19:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:123204</guid><dc:creator>lisawoll</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/lisawoll/comments/123204.aspx</comments><wfw:commentRss>http://blogs.msdn.com/lisawoll/commentrss.aspx?PostID=123204</wfw:commentRss><description>&lt;BASEFONT face=verdana size=2&gt; 
&lt;P&gt;We've published a new FrontPage article on working with ASP.NET pages, called &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_fp2003_ta/html/odc_FPUsingASPNETWithFrontPage2003.asp"&gt;Using ASP.NET with FrontPage 2003&lt;/A&gt;. The author, Dave Berry, a FrontPage MVP, has worked extensively with Web development and FrontPage.&lt;/P&gt;&lt;/BASEFONT&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=123204" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/lisawoll/archive/tags/FP+and+VS/default.aspx">FP and VS</category><category domain="http://blogs.msdn.com/lisawoll/archive/tags/Articles/default.aspx">Articles</category></item></channel></rss>