Sign in
Lisa Wollin
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
OK
Search
Tags
Articles
ASP.NET
Classic ASP
CSS
FP and VS
General
JavaScript
JavaScript 101
Tips and Tricks
VBA
Archive
Archives
January 2006
(1)
August 2005
(1)
July 2005
(3)
June 2005
(2)
May 2005
(2)
April 2005
(1)
March 2005
(2)
February 2005
(2)
January 2005
(2)
December 2004
(5)
November 2004
(3)
October 2004
(4)
September 2004
(7)
August 2004
(5)
July 2004
(6)
June 2004
(8)
May 2004
(8)
April 2004
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Lisa Wollin
Update
Posted
over 7 years ago
by
MSDNArchive
4
Comments
It's been a long time since I posted. There are many reasons for this, but mostly, I'm not working with FrontPage anymore. For the next release of FrontPage, there are a lot of changes happening. One of the largest is a stronger focus on SharePoint and...
Lisa Wollin
Online JavaScript Calculator
Posted
over 8 years ago
by
MSDNArchive
16
Comments
There are many online calculators. You've probably seen, and perhaps used, several. Some calculate mortgage payments, others calculate costs, and even more calculate goofy things, like the number of days, hours, minutes, and seconds since you were...
Lisa Wollin
Blog Comments
Posted
over 8 years ago
by
MSDNArchive
97
Comments
I usually always try to respond to comments to my blog, but lately, we've had some disconnects with comments being sent in email, so I thought I would respond to a few recent comments. If I've missed your comment, please forgive me and feel free to send...
Lisa Wollin
Working with Access databases that live outside of a Web site
Posted
over 8 years ago
by
MSDNArchive
46
Comments
We had a customer recently, who needed to access an Access database from both a classic ASP page and from another Access database. To prevent the database from being locked by IIS, the customer wanted to know if they could move the database out of the...
Lisa Wollin
JavaScript 101: Working with Events
Posted
over 8 years ago
by
MSDNArchive
4
Comments
It has been awhile since my last JavaScript 101 post. I apologize. I have a very lame excuse: I've been busy. But I'm back with the next installment: working with events. Most JavaScript events are relatively simple and easy to use. For example...
Lisa Wollin
New FrontPage Developer Portal ... Sort Of
Posted
over 8 years ago
by
MSDNArchive
9
Comments
During the past several months (about eighteen, to be exact!), we've been working to redesign the FrontPage Developer Portal on MSDN. If you've ever designed (or redesigned) a Web site, you understand the challenges that can arise. After several starts...
Lisa Wollin
Password Protecting Web Pages
Posted
over 8 years ago
by
MSDNArchive
27
Comments
John Jansen, one of the FrontPage testers, sent me these three different ways to password protect pages in FrontPage. Using a FrontPage site template and ASP Using Code Snippets Using ASP.NET To password protect pages using a FrontPage site template...
Lisa Wollin
JavaScript 101: Writing Your First Script
Posted
over 8 years ago
by
MSDNArchive
42
Comments
You can arm yourself with all the background information that you want, but the easiest way to learn JavaScript is to just jump in and start writing code. So let's start with something simple for your first script. The window object contains all the...
Lisa Wollin
IE User Agent
Posted
over 8 years ago
by
MSDNArchive
2
Comments
I apologize for not posting much lately. I have the next installment of JavaScript 101 almost ready and will post it as soon as I have a chance to finish it. I've been hard at work writing the doc plan for the next version of FrontPage. No, I can't share...
Lisa Wollin
JavaScript 101: The JavaScript Object Model
Posted
over 8 years ago
by
MSDNArchive
10
Comments
If you talk to several different Web developers, each will probably see the JavaScript object model differently. To make it easiest, I'm going to split the JavaScript object model into two separate entities. One is the DOM, or Document Object Model, and...
Lisa Wollin
JavaScript 101: JavaScript and OOP
Posted
over 8 years ago
by
MSDNArchive
11
Comments
As I mentioned in the previous post, JavaScript 101: An Introduction , JavaScript is an Object Oriented Programming (OOP) language, and as such, it is comprised of objects. A bunch of objects bundled together is called an object model, also called an...
Lisa Wollin
JavaScript 101: An Introduction
Posted
over 8 years ago
by
MSDNArchive
6
Comments
Many visitors to the MSDN FrontPage developer portal are unfamiliar with programming, so I decided that the best way to help non-developers understand our developer content is to provide education. This is the first installment, and its purpose is to...
Lisa Wollin
Tools for Designing Graphics for Web Sites
Posted
over 8 years ago
by
MSDNArchive
10
Comments
In my various lives, I've worn a lot of hats, from teaching to marketing and desktop publishing (back before there were computers for the masses) to writing text and code, and in all those lives, wearing all those hats, I've worked with my share of computer...
Lisa Wollin
Creating a CSS File for your Web site
Posted
over 8 years ago
by
MSDNArchive
28
Comments
Dave Berry wrote an excellent article about Cascading Style Sheets (CSS) on MSDN ( Using Cascading Style Sheets on Your Web Site ), so I won't bore you with the details of CSS. However, one reader commented that the article didn't cover how to create...
Lisa Wollin
Customizing IntelliSense
Posted
over 8 years ago
by
MSDNArchive
2
Comments
If you've worked with Code view in FrontPage 2003, you've undoubtedly come to appreciate IntelliSense. But what if you need an element or attribute that isn't included in any of the default HTML schemas? For example, W3C accessibility guidelines include...
Lisa Wollin
Favorites
Posted
over 8 years ago
by
MSDNArchive
4
Comments
Gandalfe requested that I provide a list of my favorite blogs for the new year. The new year is almost two weeks old, so I'm a bit late providing this list. Before I continue, I have to admit something: most traditional blogs do not appeal to me. Why...
Lisa Wollin
Modifying the FrontPage Date/Time Web Component
Posted
over 9 years ago
by
MSDNArchive
39
Comments
If you've ever inserted a date or time using Date and Time on the Insert menu in FrontPage, you may have wondered how you can change the date and/or time format. Well, you're not alone. We recently had the following comment from a customer asking for...
Lisa Wollin
Creating a JavaScript Drop-Down Menu in FrontPage
Posted
over 9 years ago
by
MSDNArchive
2
Comments
We posted a new article on MSDN about creating JavaScript drop-down menus . If you read my earlier post about creating a drop-down menu , you may be interested in this article. The article uses a somewhat different method to show and hide menus than the...
Lisa Wollin
Choosing Colors for your Web Site
Posted
over 9 years ago
by
MSDNArchive
186
Comments
Whether you're creating your first Web site or you're a seasoned Web designer/developer, choosing colors is always problematic. You want to make sure that the color gives the right impression. As Katherine Nolan points out in her article Color it effective...
Lisa Wollin
Creating Image Mouseovers
Posted
over 9 years ago
by
MSDNArchive
5
Comments
After I learned JavaScript, the first thing I did was create an image mouseover. The one I created was relatively simple, just a few lines of code. I've since seen many more complex examples that do basically the same thing as my simple little script...
Lisa Wollin
Creating a scrolling marquee
Posted
over 9 years ago
by
MSDNArchive
15
Comments
In FrontPage, you can create a scrolling marquee by clicking Insert and Web Component . (You can find it listed under Dynamic Effects.) However, sometimes it's greyed out. This is because FrontPage inserts a MARQUEE element, which is only viewable from...
Lisa Wollin
Creating an RSS Feed
Posted
over 9 years ago
by
MSDNArchive
45
Comments
I've had several people ask me lately and have seen questions on Office Online about how to create an RSS feed. For those of you who don't know what an RSS feed is, it's something that people can use to keep up to date with the content on a site. Generally...
Lisa Wollin
Display a different image inside a data view web part based on data in the XML
Posted
over 9 years ago
by
MSDNArchive
1
Comments
If you use lists in Web sites based on Windows SharePoint Services, this tip is for you. John Jansen, a tester on the FrontPage test team created a tip for how to display a different image depending on the value of a list item. See how on the FrontPoint...
Lisa Wollin
Hiding the Image Toolbar in IE
Posted
over 9 years ago
by
MSDNArchive
9
Comments
If you've spent any time browsing the Internet with Internet Explorer, you've seen the little toolbar that IE displays over larger images. Today's tip, contributed by Larry Anderson, explains how to hide this little bugger. In Internet Explorer 6.0, when...
Lisa Wollin
Creating Mouseover Effects
Posted
over 9 years ago
by
MSDNArchive
26
Comments
I know, it's been awhile since I've posted a tip. A couple weeks ago I was in SQL Server training, and last week was taken up with catching up on everything I postponed during training. Now I'm back and my tip for today is creating mouseover effects....
Page 1 of 3 (66 items)
1
2
3