drewmace

Stories submitted by drewmace

SharePoint Tips and Tricks: Heather Solomon: Branding SharePoint(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 3 years, 10 months ago

Heather Solomon has created a great series on her blog titled quot;Branding SharePoint quot;. This is definitely a required reading for developers and GAs serious about giving their corporate SharePoint instances an identity. read more...

add a comment |category: |Views: 35

tags: another

Automating the install of the SharePoint Application Templates(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years ago

A batch file that will automate the install of the SharePoint Application Templates. read more...

add a comment |category: |Views: 17

tags: another

Five Ways to Manage a SharePoint Site Collection with SharePoint(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 1 month ago

A very interesting article on managing SharePoint site collections within the enterprise. My employer is currently in the initial stages of creating the topology of our SharePoint portal and this is an interesting take on governance. Definitely a good read. read more...

add a comment |category: |Views: 5

tags: another

Question: STSADM CreateWeb Does not Add to QuickLaunch(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 1 month ago

We have been in the process of creating scripts for deploying our SharePoint portal. We first scripted out the Site Collection using "stsadm -o createsiteinnewdb" so we can keep our organizations in their own content database. Nested with deach createsiteinnewdb call were multiple "stsadm -o createweb" calls for each organizations divisions to have their own subsite. Here is the kicker. Using stsadm to create subsites does not add the subsite to the quick launch under Sites. Does anyone know how to script this out...it works using the GUI but that means we will have to create 30+ subsites using the GUI...I'd rather script it out. read more...

add a comment |category: |Views: 4

tags: another

3/20/2008 SharePoint, SQL, Misc Link(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 2 months ago

So I am stuck in Phoenix, AZ overnight on business so i thought I would update my blog with the sites I am looking over. read more...

add a comment |category: |Views: 1

tags: another

SharePoint 2007 Security Accounts(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 2 months ago

Great summary on SPS 2007 service accounts read more...

add a comment |category: |Views: 12

tags: another

SPWebConfigModification Class(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 2 months ago

The is a very good article describing how to utilize the SPWebConfigModification class to make modifications to the web.config files for SharePoint sites. read more...

add a comment |category: |Views: 11

tags: another

Top 10 SQL 2008 Features for SharePoint IT Pros(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 2 months ago

Joel does a nice job reviewing his top 10 Sql 2008 features that will benefit SharePoint professionals. read more...

add a comment |category: |Views: 25

tags: another

Avoiding CSS caching issues(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 2 months ago

Great article and code that will help SharePoint developers avoid servers caching CSS. read more...

add a comment |category: |Views: 18

tags: another

Sample event handler to set a field as a primary key.(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 2 months ago

This is an interesting workaround to the SharePoint issue of lists not having primary keys. read more...

add a comment |category: |Views: 6

tags: another

SharePoint 2007 Link Resources for 2/20/2008(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 3 months ago

Some SharePoint links for 2/20/2008 read more...

add a comment |category: |Views: 2

tags: another

configuration management,sharepoint server,patching,lesson learned,sha(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 3 months ago

Lessons learned: Patching SharePoint servers and configuration management. read more...

add a comment |category: |Views: 21

tags: another

Auto-Refresh a SharePoint Page(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 3 months ago

A quick and dirty technique to auto-refresh a SharePoint page. read more...

add a comment |category: |Views: 793

tags: another

SharePoint 2007 Link List - 2/4/2008(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 3 months ago

Links accumulated from past week. read more...

add a comment |category: |Views: 3

tags: another

SharePoint 2007 Link List(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 3 months ago

A list of resources our development team has compiled for SharePoint 2007 read more...

add a comment |category: |Views: 32

tags: another

Returning an ArrayList of Custom Objects From a Web Service(drewmace.blogspot.com)

submitted by drewmacedrewmace(255) 4 years, 4 months ago

Looking for some help in passing an ArrayList of custom objects back through a web service. read more...

add a comment |category: |Views: 7

tags: another