NASDAQ has long had a great brand and reputation within the investor community. But the company realized last year that it was missing an opportunity to engage its constituents in new ways and help them network with one another. NASDAQ asked Ironworks to research their users' needs, craft a social media strategy, and build an innovative investor community (community.nasdaq.com) on the new Version 8 of Ektron CMS400.net.
I recently asked Bruce Hashim, Associate VP and General Manager for Nasdaq.com, about their experience:
Bruce, what were the business objectives that drove you to create a community site for NASDAQ?
Bruce Hashim: Engagement. We want our audience to engage around our brand, engage with one another and engage with us. We didn’t want our audience to come to our site, get a quote and leave, we want the audience to see the depth of our site and increase loyalty.
Continue reading "NASDAQ's New Online Community for Investors" »
I was recently challenged with creating a web part zone in a page layout in which for every web part added to it, that web part took on expand/collapse functionality. The idea is that on the home page for this particular SharePoint site, users can add RSS feeds. Each of the RSS feeds is a web part, and each has many individual feed items. With the number of feeds and feed items open for modification, the information architect thought it best to collapse each feed web part by default and allow the user to expand and collapse the feed web parts as they desire.
To do this I needed to understand the HTML structure of web parts in SharePoint 2010 and write jQuery and CSS that would add the functionality and look-and-feel we were looking for. Here is the result:
Below is the jQuery script I wrote for the web part expand/collapse (or accordion) functionality.
Continue reading "How to Expand/Collapse Web Parts in SharePoint Using jQuery" »
An accordion web part is a web part that contains a list in which a list item can be clicked to expand and show sub items to that list item.
To the left is a screenshot of one I did recently in SharePoint using jQuery. In this example, the Group 1, Group 2, and Group 3 items have sub items. Group 2 is expanded to show its sub items. I could click on the "Group 2" label and the sub items would collapse such that the Group 2 item would look like the Group 1 and Group 3 items.
Below is the jQuery script I wrote that controls the expand/collapse (or accordion) functionality.
Continue reading "How to Create an Accordion Web Part" »
This is a jQuery script I wrote that looks at each web part on the page and, based on each web part's chrome setting, adds containers around the web parts. I use this script to apply stylistic treatments like rounded corners to individual web parts, not just the web part zones they belong to.
Continue reading "Using jQuery to Wrap Web Parts and Achieve the Unachievable" »
If you want to change the way your SharePoint 2010 web parts look, you will need to know how web parts are structured. There are considerable structural differences between SP 2010 web parts and those of SP 2007. Use this structure to
override SharePoint's styling using your own custom CSS. Below are the anatomies of all SP 2010 web parts for the three chrome options (Title and Border, Border Only, and Title Only).
Continue reading "Anatomy of a SharePoint 2010 Web Part" »
If you want to change the way your SharePoint 2007 web parts look, you will need to know how web parts are structured. Use this structure to
override SharePoint's styling using your own custom CSS. Below are the anatomies of all SP 2007 web parts for the three chrome options (Title and Border, Border Only, and Title Only).
Continue reading "Anatomy of a SharePoint 2007 Web Part" »
"This is my desk. There are many like it, but this one is mine."
Designers have a stereotypical reputation for being picky about everything. Here's a secret: It's all true. So as a designer, it gives me a great excuse to be incredibly annoying about all the finer details that normal people really don't care about. Fonts, shoes, paper, coffee, beer, the little things really DO matter! So when it comes to my workspace, the place I spend 40+ hours a week, I want it to be a place I feel comfortable and productive.
Continue reading "Office Space" »