Tag Archive | "anyone"

Tags: , , , , , , , , , , , , , , , , , , , , , , ,

A free MSDN Ultimate subscription goes to Anders Rask

Posted on 13 April 2011 by

Author: Tobias Zimmergren http://www.zimmergren.net | http://www.tozit.com | @zimmergren
Introduction
Two weeks ago I posted in the blog about giving out some free MSDN Ultimate subscriptions with VS 2010 to anyone who provided me with a valid enough reason to get them.
One of the first few peo … (More)
Read More

Comments (0)

Tags: , , , , , , , , , , , , , , , , , ,

Understanding Your Website: for small business owners in 2010

Posted on 07 April 2011 by Tony

This book is for anyone who owns a small business Website. It is not a technical “how-to” guide. It is a big-picture overview of what can be done with your Web presence. You don’t need to know how to take a car apart and put it together, but you do need to know what it can do. The same is true for your Web presence.

Buy Now!

List Price: $ 12.95
Price:

Comments (0)

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

Microsoft Office Project Server 2003 Unleashed

Posted on 07 April 2011 by Tony

This go-to-resource is a must-have for anyone using Project Server 2003!  Written by a widely recognized authority on project management, QuantumPM, this in-depth approach to planning and implementing Microsoft Office Project Server 2003 is derived from the team’s technical and practical client experiences.  Microsoft Office Project Server 2003 Unleashed provides an in-depth look at Microsoft Office Project Server 2003 and the possibilities of this technology.


Buy Now!

List Price: $ 64.99
Price: $ 0.20

Comments (0)

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

Implementing Enterprise Portfolio Management with Microsoft Project Server 2002

Posted on 05 April 2011 by Tony

Implementing Enterprise Portfolio Management with Microsoft Project Server 2002 is written for anyone contemplating or actively engaged in implementing and managing Microsoft Project Server. It guides you through a structured approach to implementation and conveys best practices for using the software once youve got it up and running.

This book provides unique technical and usability insights based on the author’s real-world experience. It also contains extensive coverage on installation, including the “gotchas” that can doom a poorly configured system.

Author Gary Chefetz is a Microsoft Project MVP who is well known in the MS Project community as a “firefighter” of botched implementation. It is Chefetz’s goal to provide you with the manual that the software didn’t come with, as well as the insight necessary to achieve success, without the missteps many people make during implementation.

Buy Now!

List Price: $ 79.99
Price: $ 1.54

Comments (0)

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

SharePoint Server 2010 Windows Phone 7 Mobile Edition

Posted on 04 April 2011 by Spade

It’s wonderful to end the week with two of my favorite passions, SharePoint and Windows Phone 7. The last few months I’ve been working on a special project that you can install on your Windows Phone 7 starting today.

SharePoint Server 2010 running on Windows Phone 7.

That’s right. Now you no longer need an IT shop to use SharePoint. You can just deploy it on your own phone and decide how to run it.

screenshot_4-1-2011_6.41.58.946screenshot_4-1-2011_6.42.3.906

Why would anyone deploy a server to your phone? Several reasons but mostly it’s because you can totally control your entire SharePoint environment even if you’re out of the office or offline.

Scott Haack, Senior Principle Program Manager in Bellevue, Oregon said this about why this project came about:

“It’s about choices. SharePoint Server 2010 on the mobile platform allows users to have choices about who runs their IT systems and decides how the system is configured without having to go through complicated business processes.”

It’s all about competition too. Here’s what Phil Haanselman, Principle Platform Program Manager in Portland, Washington says about the platform:

“With SharePoint Server 2010 on the Windows Phone 7 this pushes the platform to the edge and beyond. There is nothing like this on the iOS or WebOS and nobody is thinking in this space. It’s going to be game changing.”

Bringing the Pieces Together

I knew it was going to be a big job but I was up for it. There were so many pieces to get co-ordinated and I knew I would have a few challenges along the way. Here’s what it took to bring it all together.

IIS Express to the Rescue

Back in June when Scott Guthrie announced IIS Express I got thinking about SharePoint and the Mobile user. Wouldn’t it be great if they could run SharePoint on their phones! I knew Windows Phone 7 was coming up as I was currently in the beta and building Silverlight apps already. I knew SharePoint would run on Window 7 so why not combine the best of both worlds.

IIS Express is a lightweight component that weighs in at under 10mb. It also does not require administrative access to run applications and has a full feature set including SSL, URL Rewrite, and other IIS 7.x modules. All packaged together that can be run from a single location and does not require any registration/configuration steps.

It seemed like IIS Express was perfect to run on WP7.

NoDo Delays

Getting IIS Express onto the phone was going to be a bit of a challenge however with some work and co-ordination with high ranking figures at Microsoft I was able to get it to compile down into a single DLL file.

To get it onto the phone I worked with top people on the Windows Phone team and packaged IIS Express into the next update, the infamous NoDo release. So as of right now, anyone with NoDo installed actually has web server available to them. There were several other updates we packaged into NoDo that were put there for SharePoint Server to run (mostly around Kerberos ticket support and background processing).

So as a result this was the primary reason why NoDo was delayed. I do apologize to the community for the NoDo delays, but now you know the reason. It was so mobile users could run SharePoint.

Getting past the NoDo release the Windows Phone 7 was now ready and enabled for serving up .aspx pages and SharePoint.

Redesigning Central Administration

The biggest challenge was having to rebuild the Central Administration site to work with the Metro look and feel. It was a lot of work but we’ve built all the screens as new using the Windows Phone 7 controls. This was done so you have good touch targets to hit. In early betas, we were just using the out of the box Central Admin web pages but it was hard to click on things and I was always zooming in and out. So I built the Metro screens to make it easier for you to work with Central Admin.

Everything is all there and hopefully organized in a good way so you won’t be totally thrown back when using the WP7 version of SharePoint. Here’s Central Admin running on WP7.

screenshot_4-1-2011_6.42.6.786screenshot_4-1-2011_6.42.9.724

The Metro Way

With the Metro overhaul of Central Admin we wired everything back up. Using MVVM was key in being able to have the UI respond to what you did so it was easy to show real-time information about the server.

Here’s how you can create a new Web Application with Central Admin on the Windows Phone 7

First select Web Applications from Application Management pivot. You’ll see this menu

screenshot_4-1-2011_6.42.13.323

Now click on Manage web applications. We couldn’t implement the Ribbon in Windows Phone 7 so from the list select Create New Web Application. You’ll be presented with a data entry screen to enter all the information for your new web app:

screenshot_4-1-2011_6.42.16.90

All of the options are there just like the current release of SharePoint. Unfortunately due to some last minute problems and trying to get this done by the end of the week we were not able to include Claims Based Authentication so only Classic Mode is available. Anyone would be a Fool to try to deliver something in April without testing it so this was why this decision was made.

Complete Feature Set, Almost

Not exactly. As I said we don’t support Claims Based Authentication and there are few other features in SharePoint 2010 we don’t support. Here’s a list of the current restrictions. These have been left out either due to time constraints or technical limitations on the phone platform. A few of these features will be available in the Mango release of Windows Phone 7 due out sometime in 2012.

  • Kerberos. Kerberos support is not fully implemented so it’s suggested to keep web sites running under NTLM (most of the system works under Kerberos but without a true integrated authentication on the Windows Phone 7 not everything works, yet)
  • Content Deployment. This isn’t implemented at all in this release due to time constraints. It’s planned for a future release. Hopefully this doesn’t hinder people too much.
  • InfoPath Forms Services. This was tricky but with some clever coding, we’re able to convert, on the fly InfoPath forms into Windows Phone 7 controls. However in some last minute testing we found that InfoPath forms with complex rules breaks the model. Simple forms work, complex forms will be delivered in Service Pack 1 due out later in the year.
  • Define blocked file types. Unfortunately as we don’t have complete control over access to the Windows Phone 7 sub-systems (like the registry) so we’re unable to control blocked file types. No word on when this feature might be available.

Leveraging the Phone

This release doesn’t just allow you to run SharePoint Server on your phone but we’ve also leveraged specific features of the WP7 platform as well. For example you can now hook up SharePoint Picture Libraries to the Windows Phone 7 Media Library and any picture taken on the your phone can instantly be available to anyone browsing the site.

The other big integration point is Geolocation. Windows Phone 7 devices all have a built-in GPS. SharePoint Server 2010 leverages this by geotagging any content. A new feature in Document Libraries allows users to geotag documents with location information which can then be used to filter documents and lists based on locality and even plot document creation locations on a Bing Map using the built-in Bing Map Controls.

It’s really up to the SharePoint web part developer to figure out how best to leverage these new capabilities. Like it was said before, this is game changing.

Availability

Most importantly when can you get this?

Right now!

Download the .xap file here directly and you can instantly sideload it onto your Windows Phone 7 (developer unlock required). If you’re not a developer then you’ll have to wait for the app to make it through Marketplace Certification which should be any day now.

You do require the NoDo update to be able to run SharePoint Server 2010 on your phone so please make sure you have that installed first. The software will detect if IIS Express is installed or not and unfortunately fail if you don’t have the update yet.

The software will be released on CodePlex in the next while under the Apache License so anyone can contribute to it. Please contact me offline if you’re interested.

After MIX11 we’ll be making the server available as a NuGet package that can be deployed anywhere without the need to access the Windows Phone Marketplace. Stay tuned for news on this.

Many Thanks

Many thanks to all the wonderful people that made this project possible. Without their co-operation we wouldn’t be where we are today:

  • Geoffrey Chaucer
  • Eduard de Dene
  • John Aubrey
  • Sizdah Bedar
  • Joseph Boskin



Read More

Comments (0)

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

Collaborating With Sharepoint

Posted on 31 March 2011 by

Online collaboration is an important tool for virtual groups in the business world, and Microsoft SharePoint is the collaborative software suite of choice for many businesses today. Collaborating with SharePoint is for anyone who wants an edge in learning to use SharePoint as an online collaboration tool, and it is a useful supplement to any management information systems textbook.

 

SharePoint is not an easy tool to learn, and that is true for both faculty and students. This book introduces users to the tool through step-by-step online collaboration exercises. As they learn the tool, the book moves toward increasingly challenging collaborative problem-solving with fewer instructional details.

 

The exercises in Collaborating with SharePoint include descriptions and SharePoint screen shots. Videos are available on the Microsoft SharePoint web site to help students with the exercises as well. The book references these videos several times, and there are videos on many other sites that may be useful throughout the book as well. “Help” sections appear at a number of places in each chapter for additional support. The author has also offered to make himself available to instructors for assistance in setting up the SharePoint environment once their accounts are activated.


Buy Now!

List Price: $ 30.00
Price: $ 15.00

Comments (0)

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

Please proofread my cover letter. And should I include my resume for an email job application?

Posted on 16 February 2011 by

A few details. For this positions I have to apply by email. No application. I am switching careers from educations to administrative support.

Also, suggestions on word choice or phrasing would be appreciated.

The job description is on the bottom if anyone wants to read it. Thanks everyone.

My name
My street
City, state zip
phone #
February 16, 2011

Dear Hiring Manager,

As a certified teacher with many years of experience working with students, parents, and other professionals, I am confident I would be an excellent fit as Administrative Assistant. I have extensive professional experience using Microsoft Office applications: Word, PowerPoint, and Excel. As a result of my extensive background in various levels and types of classrooms, I have superb communication, organizational, and management skills which will allow me to make important contributions to Secure Mission Solutions.

As an adult education teacher, I goal-directed many short term drug treatment offenders to get their pre-GED and GED. By analyzing and communicating weekly on student progress and implementing individual lesson plans, students advanced which showed valued progression vital to program funding. In the position of Course Recovery Administrator, I coordinated district wide projects such as Constitution Day and Veteran’s Day celebrations while consistently encouraging and getting advancement from high school students. I am now interested in making similar contributions to Secure Mission Solutions.

I am very interested in learning more about the Administrative Assistant position available. I would appreciate the opportunity to discuss how my experiences will be beneficial and an asset to Secure Mission Solutions. Thank you for your attention and consideration.

Sincerely,

My name

Job Description

Description:
The Administrative Assistant will:

■Assist with the development of technical documents, Power Point presentations and create and maintain Excel spreadsheets.
■Coordinate and schedule meetings, create meeting agendas, record and create meeting minutes.
■Review and format reports; track draft status of documents; conversion or scanning of documents and upload documents into SharePoint.
■Other administrative tasking as directed by the Program Manager and Director.
Requirements:

■Candidate must conduct himself/herself in a professional manner.
■Excellent verbal and written communication skills.
■Minimum three years experience with Microsoft Office including Word, Excel and PowerPoint.
■Experience with Microsoft Visio is a plus.
■Experience with Microsoft SharePoint is a plus.
■Experience with inventory management and tracking preferred.
Education Requirements:
Four-year degree

Chosen Answer:

Here is your cover letter:

February 16, 2011

Hiring Manager’s Name
Company Name
Company Address

Dear Hiring Manager,

As a certified teacher with many years of experience working with students, parents, and other professionals, I am confident I would be an excellent fit as Administrative Assistant. I have extensive professional experience using Microsoft Office applications: Word, PowerPoint, and Excel. As a result of my extensive background in various levels and types of classrooms, I have superb communication, organizational, and management skills which will allow me to make important contributions to Secure Mission Solutions.

As an adult education teacher, I goal-directed many short term drug treatment offenders to get their pre-GED and GED. By analyzing and communicating weekly on student progress and implementing individual lesson plans, students advanced which showed valued progression vital to program funding. In the position of Course Recovery Administrator, I coordinated district wide projects such as Constitution Day and Veteran’s Day celebrations while consistently encouraging and getting advancement from high school students. I am now interested in making similar contributions to Secure Mission Solutions.

I am very interested in learning more about the Administrative Assistant position available. I would appreciate the opportunity to discuss how my experiences will be beneficial and an asset to Secure Mission Solutions. I may be contacted through this number: xxxxxx.

May this letter merit your consideration.

Thank you very much.

Sincerely,

My name
by: Management
on: 23rd February 11

Comments (3)

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

How to sync Sharepoint Calendar with Windows Mobile Calendar?

Posted on 14 February 2011 by

I want to display my Sharepoint calendar entries on my Windows Mobile Calendar. Does anyone know how to do that?

Chosen Answer:

You can do that with an OLMixedFolders. This add-in will synchronise your sharepoint calendar entries with your standard folder. That way you can keep it up-to-date with your mobile through the normal ActiveSync.
by: Denise Schubert
on: 16th February 11

Comments (1)

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

How do you attach audio files to a website using Microsoft Sharepoint?

Posted on 01 February 2011 by Tony

I am creating a website for my band and I would like to attach files for their listening and analysis assignments. So far I have been able to add pictures and worksheets, but the audio files will not attach.

I am fairly new to this, so any help would be greatly appreciated.
If anyone could give me detailed instructions on how to do this, or perhaps a link to a manual that I can read while trying to figure this out, I’d appreciate it. My IT person was supposed to come down and help me 2 weeks ago and I’m tired of waitingg for him.

Chosen Answer:

Try using a Page Viewer web part. This is one of the few ways that multimedia can be added to a SharePoint web site.

FYI – it’s also the ways to add swf files to a SharePoint site – the file has to be added as a web page (not a file) in the Page Viewer web part for it to work.
by: brisray
on: 9th February 11

Comments (1)

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

Document Management System – Any Recommendations?

Posted on 14 January 2011 by

My organisation is looking to invest in a Document Management System.

I have been presented with two similar systems: InVu and Microsoft SharePoint. Does anyone have any experience with these systems?

With little knowledge of what’s out there, can anyone recommend some good systems?

Many thanks

Chosen Answer:

There are actually a lot of issues here. How many users are there, and what OS and apps do they run? Exactly what features do you need? My husband’s office moved to a Sharepoint server and it was a complete and utter disaster because most of the users run Linux and Open Office and other Linux-based apps. Over 50% of the users were unable to do their jobs and resorted to setting up small servers for each group. Also, what kind of sysadmin do you have? Sharepoint is horrible to manage. You’ll need a large and very talented team to keep it running.
by: Fraggle
on: 20th January 11

Comments (3)