About: admin

Profile
Website

Posts by admin:

Engadget 10 gadgets that defined the decade

Posted: December 30th, 2009 | Author: | Filed under: Tech | Tags: , | No Comments »

Engadget has a post dedicated gadgets that have defined the decade the list is as follows

  • Canon Digital ELPH (2000)
  • Apple PowerBook G4 (Titanium) (2001)
  • Microsoft Windows XP (2001) / Apple Mac OS X (2000)
  • Apple iPod (2001)
  • TiVo Series2 (2002)
  • Motorola RAZR V3 (2003)
  • PalmOne Treo 600 / 650 (2003 / 2004)
  • Microsoft Xbox 360 (2005)
  • Apple iPhone (2007)
  • ASUS Eee PC 900 (2008)

pretty good list overall What are your thoughts ?


Google Chromium OS

Posted: November 20th, 2009 | Author: | Filed under: Software | Tags: , , | No Comments »

google-chrome-os-od0-170 Google’s Chromium OS is an operating system that is designed based on Google’s Chrome browser. The idea behind Chromium OS is to have a user experience that takes place entirely in the browser and every application is a web app, this also means that all of your data will be online which I imagine causes some unease with some users.

Presumably Chrome OS will be tied to your Google account where all of your data , settings etc will be stored, this does present the ability to truly have your data available everywhere without additional software , vpn’s other and other remote access tools. Read the rest of this entry »


SharePoint Global Calendar

Posted: October 4th, 2009 | Author: | Filed under: SharePoint | Tags: , | No Comments »

A centralized calendar is a great feature to have for portals or collaboration workspaces, however, there is no default way to achieve this in WSS without a third party solution.

Gunnar Peipman has an excellent article on creating a SharePoint global calendar using site data query and calendar view control. I have slightly modified the code to allow the Global Calendar web part to query all SharePoint event list and I have added a custom field in SharePoint which will determine if the list item will display on our global calendar web part.

You can visit Gunnar Peipman’s blog to view the entire code I will list sections of the original code and modifications I have made. Read the rest of this entry »


Microsoft Security Essentials anti-virus software freely available

Posted: September 29th, 2009 | Author: | Filed under: Software | Tags: , , , | No Comments »

Microsoft has released an anti-virus solution named Security Essentials  it is available for free here.


Patching SharePoint with minimal downtime

Posted: September 22nd, 2009 | Author: | Filed under: SharePoint | Tags: | No Comments »

From Microsoft SharePoint Team Blog

In brief, the solution requires that you:

  • Disable mirroring and set the mirror databases to read-only
  • Route network and database traffic to the read-only databases
  • Apply software updates to the offline servers
  • Route network and database traffic to the updated servers
  • Apply software updates to the secondary farm
  • Re-enable mirroring and set the mirrored databases to read/write

To read the full solution, see Configure a server farm for minimal downtime during software updates


AT&T adds unlimited calling with A-List

Posted: September 9th, 2009 | Author: | Filed under: Mobile | Tags: , | No Comments »

AT&T has introduced A-List allowing unlimited calls between your mobile and 5 domestic phone numbers ( mobile or land line).  AT&T is finally following suit of other carriers such as T-mobile  with MyFaves and Verizon with  Friends & Family.

Rate plans priced at $59.99 and higher can select 5 A-List numbers and family plans of $89.99 and higher  can select 10 A-List numbers, A-List will include rollover minutes.

Read the Press Release


Patterns and practices Developing SharePoint Applications guidance

Posted: September 8th, 2009 | Author: | Filed under: SharePoint | Tags: | No Comments »

From Microsoft SharePoint Team Blog

Patterns and practices has released a new version of guidance for building collaborative applications that extend your LOB systems.  The guidance helps customers accelerate constructing advanced applications through examples and documentation. The guidance delivers a guide, a reusable library, and a reference implementation for a partner portal extranet.

Visit http://www.microsoft.com/spg to view the release.


Customizing the SharePoint ECB with Javascript

Posted: September 7th, 2009 | Author: | Filed under: SharePoint | Tags: , | No Comments »

The SharePoint ECB ( Edit Control Block ) is the contect menu that is displayed for items in a SharePoint list , Jan Tielen has an excellent 3 part post on his blog on customizing the ECB and adding aditional menu items.  One idea Jan has applied is a url shorting menu item for sending links to list items documents etc…

Im interested to see what other Ideas people will come up with, what ideas do you have?


Modify the SharePoint Wiki Interface

Posted: September 7th, 2009 | Author: | Filed under: SharePoint | Tags: | No Comments »

A nice post on modifying the SharePoint wiki interface.

The screencast is from End User SharePoint ( EndUserSharePoint.com )  while the directions and example of the wiki can be found at  Bits of SharePoint