This Month
July 2008
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Year Archive
About Me
Ben Weeks
Name: Ben Weeks
Title: SharePoint Consultant
Company: Webtechy
D of B: 25th May 1978
Login
User name:
Password:
Remember me 
View Article  Twittering from Windows Mobile 6

Found a great post and bit of software at the following address:

http://dalelane.co.uk/blog/?p=244

Download the CAB to your mobile device ...   more »

View Article  How to Create a Text Resize Function Using Just JavaScript
In many hosting platforms, CMS products and alike, it's not always possible that you can (or at least have permission) to create server side code to perform text resizing. The usual way to acheive this is to write out a different CSS based on the users preferences.   more »
View Article  Creating Daily Summary E-Mail Alerts for Workflow Tasks

By default, SharePoint 2007 sends an e-mail notification for each workflow task that is assigned to you (or your users). ...   more »

View Article  Displaying Embedded Documents in a SharePoint Web Page
Let's suppose you want to display Word documents within a SharePoint web page. Here's one possible solution that uses IFrames to accomplish this.   more »
View Article  Installing TomTom Navigator 5 on Windows Mobile 5 (Orange SPV M600)
I thought it was about time I purchased a GPS navigation software for my Orange SPV M600 after upgrading from my Nokia 6680. I used to use NaviCore, which wasn't too bad (can you believe all I had to do was insert the storage card they sent me into the device and it worked?). The features of TomTom sounded enticing though with the ability to use my contacts addresses, rather than having to type in all the addresses again like I did for NaviCore. So, it was either CoPilot Live 6 or TomTom Navigator 5. I thought as market leader, there must be good reason to go for TomTom, so went ahead and purchased TomTom Navigator 5 Software and Maps of Western Europe.   more »
View Article  How to Test Your SMTP Server
Having problems sending mail through your own SMTP server?   more »
View Article  Enabling the WSS Search
If the standard yellow box in the top right isn't appearing in a WSS site, then you need to enable searching. To enable the search, you must do a number of things, as outlined in this short post.   more »
View Article  Inserting a Large Banner Image into SharePoint Portal
If you use the regular Site Settings > Change portal site properties and SharePoint site creation settings to insert a large banner image, you may find this expands the page too much as the Site Settings, Help and My Site links will get pushed further to the right.   more »
View Article  Customizing the Portal
Here's my suggestion for best practice for making changes to the Portal. The idea is to basically leave the standard Microsoft SharePoint files alone, so that any changes we make can be easily undone, and if a service pack or fix is released, then it's got less chance of affecting our changes made.   more »
View Article  Installing Smiling Goat RSS Reader
Follow this short post on how to install Smiling Goat RSS Reader.   more »
View Article  Consuming RSS Feeds in SharePoint
RSS (Really Simple Syndication) is a way of syndicating news type content and consuming that content for display onto your own website. Examples of RSS feeds are BBC news feeds, Microsoft Developer Information, and indeed this blog site itself can be syndicated. Consuming RSS feeds within SharePoint can be used by using a specific SharePoint Web Part that functions to grab the RSS content, and then transform that feed to be displayed on the page.   more »
View Article  RSS Web Feed Times Out
For a dataview web part created in FrontPage to consume an RSS feed but get "The Web Part has timed out", then this short article gives some ideas.   more »
View Article  Producing Graphs and Charts of SharePoint List Data
Using SharePoint, you can quite easily display tabular data of the information you have in a list. However, wouldn't it be cool if you could show charts of information stored in lists (not just a graphical view of surveys)? Well, this is indeed possible using a combination of DataViews and the Microsoft PivotChart Web Part.   more »
View Article  Using Web Part Pages to Create a Multiple Page SharePoint Site
SharePoint is a great way to create dynamic content that can be asily updated. However, on first glance it looks like everything in a site for example, either has to be added to the homepage of that site, or linked to (such as documents, announcements, etc.).   more »