September 2010
S M T W T F S
« May    
 1234
567891011
12131415161718
19202122232425
2627282930  

Removing OPTIONS with jQuery

Here’s a usability solution that was necessitated by my desire to present a logical, workable solution to my end-user.  I’m still learning jQuery so my solution may not be the most elegant – but it works. I welcome any improvements!

The Setup

I have a SharePoint site that is displaying the results of an SQL stored procedure.  [...]

A SharePoint Design Question

Normally, I write solutions to problems.  This time around, I need some suggestions to get ideas on how to design a solution to a problem.

The credit department where I work accumulates/produces documents to support the credit limit they grant our customers.  We have categorized them as :

Financial Statements
Agency Reports
Parent Guarantees
Other

We have defined a content type [...]

Exporting List Data

If you have list data that you want to use in another application, what are some ways to get to that data? That was the question posed by a recent requirement from a client. Fortunately, SharePoint presents us with some creative ways to get to the list data.

Export to Excel. This is a [...]