SharePoint / ASP.Net Development
Experiences from the field...
Navigation
   RSS 2.0
Categories
Entries by Month

# Thursday, May 20, 2004

Mr. Vasters is the author of the dasBlog blogging engine that powers this site. If you use dasBlog, provide your feedback here.

Thursday, May 20, 2004 11:54:53 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Monday, May 17, 2004
Monday, May 17, 2004 4:23:14 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 

A while ago, I upgraded my dasBlog installation to version 1.6.  I finally got around to looking at the new features, and found the drawArchiveMonths macro. This is now included, on the left below the categories.

Interestingly, it was one year ago when I vanished from the blogosphere (I don't like that word!). I'm determined to prevent that from happening again!

Monday, May 17, 2004 11:00:37 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Wednesday, May 05, 2004

I need to bind a dropdown list control to some data from an XML document. Initially, I tried to specify the DataSource as a node list and the DataText & DataValue properties to “@attribute_name”. No luck.

Thanks to the internet, I found the ASP.NET DropDownList XML Binder Class from the XML for ASP.Net site. This class is written to read an XML file from the specified path and create the ListItems that are added to the control.  It's not databinding in the same sense as ASP.Net, but it works!

The class uses an XMLTextReader. Since I already have a document, I can use the XMLNodeReader and I'm done. 

Wednesday, May 05, 2004 11:39:55 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Thursday, April 29, 2004

I was in the middle of answering a question on the message board at SharePointU and I thought it would make a good blog entry.

The WSS framework provides a mechanism (called tokens) to uniquely identify the HTML DOM elements of each part. When writing client-side script in a web part, you can use the token _WPQ_ to refer to the current web part. The poster in the forums is using the token to reference the WebPartCaption element:

            var wpc = WebPartCaption_WPQ_;

However, this is not working because the _WPQ_ token has been changed by WSS. Looking at the page source in IE will show WPQ1, WPQ2, etc. To get the script to work, we need to use the ReplaceTokens method of the WebPart object.

ReplaceTokens takes a string as input and returns the same string with all of the WebPart tokens converted in to their appropriate values. A list of the available tokens is included in the SDK page on ReplaceTokens().

I also posted a sample.

Thursday, April 29, 2004 8:44:19 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Sunday, April 25, 2004
FrontPoint is a blog written by folks from the dev/pm/test teams who create FrontPage.
Sunday, April 25, 2004 8:58:26 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Wednesday, April 21, 2004

If you're not bringing new ideas to the table, You're signing your own pink slip.

Tom Yager, InfoWorld, 04.19.04

Wednesday, April 21, 2004 2:32:10 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Monday, April 19, 2004

We are live with our WSS site. The cut-over actually happened Thursday of last week. On Friday, the network team worked on the latest patches, so having multiple machines was very nice.

On the to-do list now is migrating legacy content into the WSS lists. The ultimate goal is to have our content in the search results, but keep our existing user interface. I've written a console program to syncronize a list (and other list activities like viewing the schema and contents). I'll try to post the concepts later this week.

Monday, April 19, 2004 4:56:16 PM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
# Thursday, April 15, 2004

Now that you have your PowerPoint presentation ready using the Sharepoint template, here is a tip about presenting and viewing your speaker notes.

Thursday, April 15, 2004 9:19:26 AM (Central Daylight Time, UTC-05:00)  #    Comments [0]  | 
Search

Further Reading...

Powered by: newtelligence dasBlog 2.2.8279.16125

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2009, Paul Schaeflein

Send mail to the author(s) E-mail