November 23, 2009
On Thursday 26th November Alan Cossey and I will be doing a joint presentation at the UK Access User Group National Seminar demonstrating the new features in Access 2010 (Alan) and Access Services in SharePoint 2010 (me).
I have to say there’s some really clever technology at work here and if you are working with Access now and maybe already hooking up SharePoint lists to Access 2007 then the new features in Access 2010/SharePoint 2010 are worth a look. One thing you will notice very early on – Access macros have a new lease of life!
Booking info can be seen here and you can download the full agenda details here.
Leave a Comment » |
Microsoft SharePoint, Office, Technology, web development |
Permalink
Posted by workerthread
June 4, 2009
Since the launch of Microsoft’s Bing “decision engine” I’ve noticed quite a few bing URLs cropping up in the referrer stats for this blog. I thought it would be interesting to take an example of one of these referred searches, in this case “add pdf ifilter to sharepoint” and see how it fares with results from Bing and from Google.
Blackdog has a neat split-screen page where you can type a your query into one place and compare the Bing and Google results side by side. So I tried this -
The Bing search returned one of my blog posts in fourth place, as you can see here:
And Google returned it in third place:

Interestingly though, I’m currently seeing more referrals from Bing. Maybe Bing users need more PDF iFilter Info…
1 Comment |
Search, web development |
Permalink
Posted by workerthread
March 31, 2009
Often I get called upon to produce some kind of user interface mock-ups as part of the initial design phase of a project. I definitely believe that a showing your customer a mocked-up version of what the finished user interface will look like as early as possible is a good thing. No matter how much detail you go into with words and flowcharts, a picture of what the user is going to see on screen helps a lot.
Now I certainly don’t claim to be a graphic artist. In the past I’ve prepared this sort of thing for users in a variety of ways. Visio has some UI template components “out of the box”, and there are add-ons out there which extend it’s capabilities. I’ve even roughed things out using lines and boxes in MS Word and PowerPoint before now.
I’d heard good reports about Balsamiq Mockups, a tool developed using Adobe Air and available as a desktop or web-based product. Balsamiq deliberately use hand drawn user interface components – the idea being that when you present your design you can focus on the functionality, and not, as they say “that pretty colour gradient”. As they also say, you aren’t giving the impression of a polished UI with code behind that’s already to use.
For my first attempt, I thought I would put together a mocked-up page for an online books/CDs/DVDs/whatever store (you may have already seen some of this functionality elsewhere
) -
I was pretty impressed with how little time this took me to put together – in total, including downloading and installing the trial, less than half an hour. I really liked the way you can do stuff like add images to the mock-up, then quickly get Balsamiq to turn these into sketches. Again, this gives the user a good representation of what’s going on without too much distraction. The UI components they make available are pretty comprehensive, and extensible as well I believe. Also I notice they’ve already added iPhone UI components, as you can see below:

So far I have to say I like Balsamiq Mockups a lot. It’s very refreshing to work with a tool that lets you be very productive very quickly. And at $79 per desktop licence it seems to be a bargain. I’m planning to spend more time with it over the coming months and will report back on how it works out.
Update 5 April – I changed the example mockup image - for some reason the original wasn’t always rendering in my WordPress theme.
1 Comment |
Web Design, web development |
Permalink
Posted by workerthread
October 17, 2008
A little Friday afternoon light relief for anyone struggling with a SharePoint re-branding exercise:
Got those H1 curly bracket property colon value semi-colon curly bracket blues…
Technorati tags:
css,
branding,
sharepoint
Leave a Comment » |
Humour, Microsoft SharePoint, Web Design, web development |
Permalink
Posted by workerthread
October 9, 2008
Many SharePoint users have variants of the out of the box Team Site for the bulk of their collaborative efforts, and many of these end up with a landing page displaying web parts such as “Tasks Assigned to Me”, “Overdue Tasks”, “Project Status” or similar. Where possible it’s good to make the status pages a little more interesting by providing some form of graphical representation of the current state of play.
Standard lists like Project Tasks come pre-configured with a view which lets you see a simple Gantt view which is often a good starting point, and several of the free application templates from Microsoft have nice overall status graphs on their front page, like this:

If you want to do something similar yourself, then providing you are OK using SharePoint Designer or Visual Studio, there are several articles which show you how, for example this one from Bill Burke, or this from Paul Galvin. As Bill points out, there is also a section on dashboards in Application Templates Under the Hood giving more information.
If you want to display status indicators against individual list items (as opposed to the “rolled up” view above) I would recommend taking a look at Christophe’s Path to SharePoint blog. Christophe has come up with the idea of using calculated columns to write HTML, within which you can generate coloured bars, traffic-light symbols etc, like this:

or this:

The nice thing about Christophe’s approach is that you don’t need SharePoint Designer – just the calculated column to create the HTML, and a Content Editor web part in which you put Christophe’s JavaScript. This is a really interesting approach and certainly something I would never have thought of before.
In fact, the Content Editor web part can be used in lots of other scenarios – take a look at some more examples at the Content Editor Site which is dedicated to “enhancing the lives of SharePoint users around the world, one CEWP at a time”.
4 Comments |
Business Intelligence, Microsoft SharePoint, web development |
Permalink
Posted by workerthread