Archive
Successfully Deploy #ProjectServer on #VMWare with Shared Infrastructure web cast tomorrow–1600 GMT #SP2010 #PS2010 #MSProject #SharePoint
Update: Original post suggested that the time was 15:30 GMT. It is actually 16:00 GMT
Just a quick post to say that my colleague (Sacha Cohn – CTO – Corporate Project Solutions) is running a webcast tomorrow about how to successfully deploy Project Server 2010 on virtualised hardware.
In particular this web cast focuses on VMWare, however many of the same principals work on Hyper-V infrastructure too.
I’ll be trying to dial in also and there will be plenty of chances to ask questions at the end so I encourage you to join in. I suspect you will be surprised by some of our findings.
Details:
TechNet Webcast
Successfully Deploy Project Server on VMware with Shared Infrastructure (Level 200)
Virtualizing Microsoft Project Server 2010 provides many benefits, but there are a number of decisions that you must carefully consider. This webcast highlights the key decision points around architecting a Project Server 2010 deployment utilizing VMware on shared infrastructure.
- Audience: IT Decision Maker and IT Generalist
- Date: 29th September 2011
- Time: 16:00 GMT
- Running Time: 1 hour 15 minutes
- Host: Sacha Cohn, CTO – Corporate Project Solutions
- Registration: https://msevents.microsoft.com/CUI/EventDetail.aspx?culture=en-US&EventID=1032493923
- Short Link: http://goo.gl/CTaiJ
About the presenter:
Sacha Cohn is Chief Technology Officer of Corporate Project Solutions. A Microsoft Project Server and Microsoft SharePoint architect for over 10 years, Sacha has architected global-scale Project Server and SharePoint solutions. As a Microsoft Certified Scalability tester for the past 5 years, Sacha has focused on pioneering load and performance testing of Project Server and SharePoint solutions, to achieve the best value from VMware, Hyper-V, and physical infrastructure.
Introducing the iPad version of the #SharePoint and #ProjectServer community app #MSProject #SP2010 #PS2010 #SUGUK #in
Features are exactly the same as the iPhone version of the application (but now it is pretty!!!) and all future updates to the app will be kept in sync with the iPhone and Android versions.
- Blog articles from this site
- Blog categories by author
- SharePoint blog community RSS feeds
- Project Server blog community RSS feeds
- SharePoint Conference locations and dates
- SharePoint Saturday locations and dates
- User Group locations and dates
Application Name: SharePoint (and Project Server) Shenanigans HD
Application Categories: Social
Search Keywords: SharePoint, Project Server, Giles Hamson, Shenanigans, Social
Screenshots:
Integrating #SP2010 and #PS2010–slides from the SharePoint User Group meeting #ProjectServer #MSProject #SharePoint #SUGUK #SUGUKEA #in
Last Tuesday (20th September 2011), I was at the SharePoint User Group in Cambridge.
It was an excellent meeting with presentations from Symon Garfield (CTO – ICS Solutions – @symon_garfield) and myself.
As at the end of the meeting I mentioned that I would share my slides which gives me a perfect excuse to use Office 365 and the PowerPoint Office Web App.
As ever, if you have any questions you can use the contact form on this site to get hold of me.
| Integrating SharePoint and Project Server 2010 PowerPoint – Office Web Apps – http://ghamson.sharepoint.com |
Current Year, Month and Quarter in JavaScript #SP2010 #SharePoint #PS2010 #MSProject #ProjectServer #in
Just a quick post to show some useful JavaScript I have been using this week.
In particular a one liner to work out the current quarter.
1 var currentYear = (new Date).getFullYear(); 2 var currentMonth = (new Date).getMonth(); 3 var currentQuarter = Math.floor(((currentMonth + 11) / 3) % 4) + 1;





