Welcome to MSDN Blogs
Sign in
|
Join
|
Help
using data views and workflow to build apps in sharePoint designer
SharePoint Apps: Alexander Malek's weblog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
SharePoint App-Building Tips
VSeWSS
Archives
November 2006 (1)
July 2006 (1)
June 2006 (4)
May 2006 (2)
April 2006 (2)
March 2006 (3)
February 2006 (2)
January 2006 (1)
December 2005 (2)
November 2005 (2)
October 2005 (3)
September 2005 (7)
Browse by Tags
All Tags
»
SharePoint App-Building Tips
(RSS)
Sorry, but there are no more tags available to filter with.
Thursday, May 25, 2006 8:44 PM
Welcome to Office 2007 and SharePoint Designer!
Now that beta2 of Office is out (grab it here for free!), I think it's a great time for me to switch over from talking about FrontPage 2003 to SharePoint Designer 2007 . In case you hadn't heard, a few months back we announced that Office 2007 would include
Posted by
alexma
|
2 Comments
Filed under:
SharePoint App-Building Tips
Tuesday, April 25, 2006 9:06 AM
Allowing Users to Filter/Search a Data View
In my previous post , I talked about how Web Part Connections can be used to pass data between Web Parts. I showed building a simple master/detail scenario, where you have one view, showing all the records in a data source, filtering a second "single
Posted by
alexma
|
2 Comments
Filed under:
SharePoint App-Building Tips
Monday, April 10, 2006 10:22 AM
Using Web Part Connections to build a Master/Detail View
One of the great new features part of SharePoint v2 is this thing called "Web Part Connections", which allows you to easily have Web Parts communicate with each other, thus adding a level of interactivity to your web applications. In a way, you can think
Posted by
alexma
|
1 Comments
Filed under:
SharePoint App-Building Tips
Thursday, March 30, 2006 5:06 PM
How to Create a Data View that Shows a Single Item
When you first insert a Data View, the default "look" is always a tabular multi-item view; however, it's easy to change this to whatever style you want. We even include a few pre-built styles in the box that you can quickly switch between. To change the
Posted by
alexma
|
0 Comments
Filed under:
SharePoint App-Building Tips
Wednesday, March 22, 2006 5:45 PM
Conditional Image Swapping in a Data View
One of the cooler uses for Conditional Formatting is to to dynamically swap between a set of icons/images, e.g. imagine a scenario where you want a red, yellow or green light based on how a sales department is tracking to budget. Although it's possible
Posted by
alexma
|
4 Comments
Filed under:
SharePoint App-Building Tips
Thursday, February 23, 2006 12:15 AM
Conditional Formatting Internals
The inner workings of Conditional Formatting are actually pretty straightforward. The key construct that makes the feature possible is a tag called <xsl:if> , which is used to conditionally add content to the HTML output of the transform. It's easiest
Posted by
alexma
|
0 Comments
Filed under:
SharePoint App-Building Tips
Friday, February 10, 2006 6:03 PM
Grokking "Show Visibility" in the Conditional Formatting Task Pane
Sometimes true Wysiwyg is not what you want in design view. For example, if you are using Conditional Formatting to optionally show content in your view, and your data is such that all records evaluate to false, you end up in a situation where you can
Posted by
alexma
|
0 Comments
Filed under:
SharePoint App-Building Tips
Friday, January 20, 2006 8:35 PM
Conditional Formatting Part 2
In addition to being able to show and hide content using Condition Formatting, you can also use the feature to dynamically change the presentation of your view, based on data in the associated data source. Example: for the view of the "Product Sales"
Posted by
alexma
|
0 Comments
Filed under:
SharePoint App-Building Tips
Tuesday, December 27, 2005 3:23 PM
Data View Conditional Formatting
One of the things XSLT makes really easy is "conditional formatting", i.e. having parts of your view appear differently depending on some data condition. Quick example: let's say you have a view of a "Product Sales" list, and you want to show a flag icon
Posted by
alexma
|
0 Comments
Filed under:
SharePoint App-Building Tips
Saturday, December 03, 2005 9:11 PM
Wysiwyg XSLT Editing
We built the Data View on XSLT for a couple of important reasons: 1) We wanted there to be a "real" programming language under the covers, so that our users would never be limited by what our UI allowed, i.e. even if FrontPage can't do something, you
Posted by
alexma
|
0 Comments
Filed under:
SharePoint App-Building Tips
Tuesday, November 15, 2005 12:59 PM
How the Data View uses XSLT
In my last post, I talked a little about XSLT - how it can be used to mix data from an XML file with HTML markup, thus producing a web page presentation for that data. This is fundamentally how the Data View Web Part works. When the Data View executes
Posted by
alexma
|
0 Comments
Filed under:
SharePoint App-Building Tips
Tuesday, November 01, 2005 1:54 PM
Quick and Dirty XSLT Primer
...From the Open Internet Lexicon: "A Transformation Language to convert XML/XSL documents into HTML suitable for a browser to display." Personally, I like to think of it as language that sucks data from an XML file into an HTML file :). Here's a quick
Posted by
alexma
|
3 Comments
Filed under:
SharePoint App-Building Tips
Wednesday, September 21, 2005 10:56 AM
ok go
Let’s get this thing rolling. My name is Alex Malek; I’m a Program Manager on the FrontPage team. I already know what your first question is - no, FrontPage doesn’t mess up your code anymore ;>. But seriously, I hope to use this blog to talk about
Posted by
alexma
|
0 Comments
Filed under:
SharePoint App-Building Tips