Thursday, March 28, 2013
SharePoint 2010: Error 7043 "Load control template file /_controltemplates/TaxonomyPicker.ascx failed"
Monday, February 18, 2013
SharePoint 2010 add Site Pages to your site
Ever wondered why some sites have a Site Pages library and a Site Assets library some don't?
The answer lies in a feature called Wiki Page Home Page, which is enabled by default for Team Sites in SharePoint 2010. However, other types of site templates may not activate that feature by default, and if that’s the case, those libraries won’t be there.
If you need them, you have a few options:
EASIEST BUT CHANGES YOUR HOME PAGE: Activate the “Wiki Page Home Page” feature. The feature will create those libraries and will also create a wiki page and set it as the home (welcome) page for your site.
BETTER WAY: If you only need the libraries and don’t want your home page changed, you can have SharePoint Designer 2010 create the libraries for you: Open SharePoint Designer. In the “Site Objects” pane on the left, click “Site Pages.” SP Designer will load the contents of the Site Pages library and tell you it’s empty. However, it also creates the Site Pages library for you in the process. Do the same thing for “Site Assets” (also in the Site Objects pane).
PROGRAMMATIC CHECKS: If you have code that depends on the existence of these libraries (such as a feature receiver), you can use two methods on the SPListCollection class to ensure the libraries are there: EnsureSitePagesLibrary() EnsureSiteAssetsLibrary()
Tuesday, October 23, 2012
Web Proxy Debugger for javascript css and other files
Thursday, July 19, 2012
Steve Jobs Quote - Your Time is Limited...
Wednesday, June 27, 2012
Install SharePoint 2010 without an Internet Connection
Sunday, November 20, 2011
Move a Site Collection from one content DB to another
Friday, November 18, 2011
Move Content Databases in SharePoint 2010
Tuesday, November 08, 2011
Monday, October 31, 2011
Check out this great MSN video: BCS Blog: Overview Demo
Check out this great MSN video: BCS Blog: Overview Demo
Wednesday, August 03, 2011
Meta refresh
http-equiv="refresh" content="0;URL=https://mail.lyonscg.com/owa/">
Thursday, December 02, 2010
Test post from windows live writer
Trying a new post from the recently downloaded Windows Live 2011 LiveWriter
Have a nice day!
Monday, January 04, 2010
5 social networking bookmarking sites which may help webmasters generate traffic
Tuesday, December 15, 2009
How to set up email forwarders in Exchange Server 2007
Login to the Exchange server
Open the Exchange Management Console
First create a mail contact then set up the forwarder.
Detailed instructions :
To create a MailContact using the Exchange Management Console:
1. Expand Recipient Configuration | Mail Contact
2. In the Action pane, click New Mail Contact
3. To create a new Contact object, leave the default (New Contact) selected | click Next
4. Type First name, Last name
5. Click Edit to add the external email address
6. Click New to complete creation of new MailContact
To forward mail for a recipient to the MailContact using the Exchange Management Console:
1. Expand Recipient Configuration | Mailbox | select mailbox | properties | Mail Flow Settings tab | Delivery Options
2. Under Forwarding address, select the Forward to checkbox
3. Click Browse to select the MailContact
Figure 1: Modifying Delivery Options to forward email to an alternate recipient
4. Optional: If a copy of the message needs to be delivered to both the external recipient and the original recipient's mailbox, select theDeliver message to both forwarding address and mailbox
5. Click OK to close Delivery Options properties
6. Click OK to close recipient's properties
Thursday, December 10, 2009
MOSS 2007 server not sending email for domain
Here is how it was solved:
MB - per yesterdays research and changes: A request was sent to NetSource to create a reverse DNS for the IP 68.70.161.12 to point to portal.harmonicconsulting.com. HarmonicConsulting.com MX records we edited to add portal.harmonicconsulting.com as a e-mail server with a low priority. The SMTP server was reconfigured to relay mail for the harmonicconsulting.com domain to google and Sharepoint was configured to use the local SMTP server to send mail. Rlaying to harmoinic from the SMTP server worked - I can't seem to add myself to the notification list here so I will wait to hear badck from the real bacuff to verify this is working now. - Mark
Monday, November 23, 2009
Forgot root password
On Red Hat/Centos most any linux box:
1. Get physical access to the box
2. reboot it
3. during the grub menu, type e
4. go down to the line that has 'quiet' in it, usually that's the one I use but it doesnt'really matter. what you are basically going to do is type single at the end of whatever line you want to boot.
*this will also walk you though it
http://www.cyberciti.biz/faq/grub-boot-into-single-user-mode/
5. this will dump you to single user mode, and you can just do passwd to set new root password
Wednesday, November 11, 2009
Roaming Profiles Windows Server 2003
Try this:
To setup roaming profiles, first log onto your server and open Active Directory users and Computers. Right click on a user; choose properties and the click the profiles tab. In the profile box type the UNC path of the shared folder you made on the server. For example you would type:
\\servername\profiles\%username%
Where servername is the name of your server and the profiles folder is on the root of the C or D or whatever data drive the server is using. Do not type in the users name at the end but make sure it says %username% like in the example.
Make sure you have created this profiles folder and shared it with the same name as the folder. You can leave the share permissions wide open if you want because the %username% will create the users profile with permissions that grant only the user the right to view the contents.
The next time the user logs in, the users local profile will be copied to the new profiles folder on the server creating a new folder with the users name and permissions set up so that only the user can access it.
Tuesday, November 10, 2009
Rhapsody Playlist - GLEE TV Show hits ;-)
http://rhaplinks.real.com/rhaplink?rhapid=6393732&type=playlist&title=Playlist&from=msn
1. Sweet Caroline (Glee Cast Version) - Glee Cast
2. Bust A Move (Glee Cast Version) - Glee Cast
3. Don't Stop Believin' (Glee Cast Version) - Glee Cast
4. Halo / Walking On Sunshine (Glee Cast Version) - Glee Cast
5. Gold Digger (Glee Cast Version) - Glee Cast
6. Can't Fight This Feeling (Glee Cast Version) - Glee Cast
7. Rehab (Glee Cast Version) - Glee Cast
8. Dancing With Myself (Glee Cast Version) - Glee Cast
or this version (generic, not the blogger format as above):
http://rhaplinks.real.com/rhaplink?rhapid=6393746&type=playlist&title=Playlist&from=msn
Tuesday, November 03, 2009
MOSS 2007 External Web Resolution Issues/Alternate Access Mappings
No, that is not good enough, you have to tell Sharepoint about it -- go into Central Administration, then there is a slew of different alternate access mappings you can configure for the site.
There are different zones (dont you just love IIS/Internet Explorer?!?):
default, intranet, public, extranet, custom (blah blah)
All you really need to do to enable your moss site to be viewed externally (assuming you set the DNS as explained above) is:
1. In IIS, configure the host header for the site (right click it go to properties, Advanced, Add the DNS name i.e. moss1.yourdomain.com in the host header box).
and
2. In MOSS Central Administration, Operations, Alternate Access Mappings add a public URL as http://moss1.yourdomain.com (I just added it into the default zone and erased what was there -- the http://hcmoss02 which is the internal name of the server)
VOILA you are done. Now your site resolves externally. Take a coffee break.
Wednesday, October 14, 2009
Shared images for MOSS 2007 templates
i.e.:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\IMAGES