cvalcarcel.wordpress.com
cvalcarcel | Hidden Clause
https://cvalcarcel.wordpress.com/author/cvalcarcel
Lessons From Behind The Curtain. Kubuntu 11.10: Mapping the Windows Key to Activate KMenu. January 7, 2012. This post is an explanation of how to map the Windows key. On a Dell Studio 17. Running Kubuntu 11.10. To open the KMenu. If you, or your programs, rely on the Windows key as a Meta. Key for certain functionality this will break that. This is your only warning. This is taken from the Mepis. Docs that can be found at http:/ www.mepis.org/docs/en/index.php? Documentation modified for Kubuntu. Here is...
subzerosharepoint.blogspot.com
Sub-Zero SharePoint: “Access is denied” entries in SharePoint Search logs and authentication prompts
http://subzerosharepoint.blogspot.com/2009/05/access-is-denied-entries-in-sharepoint.html
Robert Da Rita, Senior Solutions Architect, EMC Consulting. Wednesday, May 6, 2009. 8220;Access is denied” entries in SharePoint Search logs and authentication prompts. During the Spring of 2009 we were implementing several MOSS 2007 farms for one of my clients. The environment was: MOSS 2007 SP1 w/Infra Update, Windows 2008/IIS7, IE6/7 client. The index servers were dedicate web front end index servers. We were experiencing the following issues:. The authentication prompts would occur when browsing to t...
cvalcarcel.wordpress.com
JGAP: A Second Example and Observations | Hidden Clause
https://cvalcarcel.wordpress.com/2009/08/11/jgap-a-second-example-and-observations/trackback
Lessons From Behind The Curtain. JGAP: A Second Example and Observations. JGAP: A Second Example and Observations. August 11, 2009. In the first chapter. Of the documentation for the Watchmaker Framework. Daniel W. Dyer presents an interesting genetic algorithm example: what if we wanted to evolve the string “HELLO WORLD”? I highly recommend you read the chapter referenced above before continuing. It is quite well written and will make the pain I describe below clearer. Shouldn’t be that hard. In order t...
arcovis.com
Arcovis - SharePoint Experts, Search Specialists
http://www.arcovis.com/Aboutus.html
The definitive "everything-you-need-to-know" guide on the SharePoint 2010 platform. Co-authored by Arcovis co-founder Natalya Voskeresenskaya and Jeff Fried, FAST Product Manager at Microsoft. SharePoint 2010 comes with new administration tools which make deployment, scaling and monitoring much easier. Watch this brief overview to learn more. Find out about Entities, extraction and why it all matters. Learn more. Gartner: ECM and SharePoint 2010. CIO: Five New and Improved Features. When you hire Arcovis...
fusioncs.blogspot.com
fusion|cs: Setting the Content Type of a document programatically
http://fusioncs.blogspot.com/2010/04/setting-content-type-of-document.html
Sharepoint, .Net, development and other musings. Wednesday, April 07, 2010. Setting the Content Type of a document programatically. SPContentType type = list.ContentTypes["[Enter Content Type ID]"];. FileItem.ContentType = type;. Folder.Files.Add(file);. Alas, no. You see file.Item.ContentType is READ ONLY. Hmmm, now what? Well answer was a little more obscure than I expected. But ironically was the same methode I was using for someting else. Here is the solution:. Hashtable fileProps = new Hashtable();.
fusioncs.blogspot.com
fusion|cs: SharePoint Foundation 2010
http://fusioncs.blogspot.com/2010/09/sharepoint-foundation-2010.html
Sharepoint, .Net, development and other musings. Wednesday, September 01, 2010. OMFG, I am finally getting to dig into SF 2010, and I gotta say I LOVE it! The install routine is perfect, and the features are great. This is a fantastic product from Microsoft. I can't see any reason why everyone isn't running this. Its perfect for hosting applications and allowing for collaboration and document sharing. Subscribe to: Post Comments (Atom). View my complete profile.
fusioncs.blogspot.com
fusion|cs: Donate
http://fusioncs.blogspot.com/2010/06/donate.html
Sharepoint, .Net, development and other musings. Tuesday, June 01, 2010. Hey everyone, I appreciate all the downloads. If you want to, you can help me by donating a little something for my efforts. Subscribe to: Post Comments (Atom). View my complete profile. Picture Window template. Powered by Blogger.
fusioncs.blogspot.com
fusion|cs: Workflows P2
http://fusioncs.blogspot.com/2010/04/workflows-p2.html
Sharepoint, .Net, development and other musings. Wednesday, April 07, 2010. So, I was working on a project and need to programatically fire off a work flow for a list item. Easy you say? Well it is. Sort of. See first I needed to know WHICH work flow to fire off (in case there were multiple workflows associated with the list). So here is the code I used:. SPWeb web = new SPSite "http:/ serverurl").OpenWeb();. SPList list = web.Lists["list name"];. String strWorkFlows = " ;. String strTaskID = "4";.
sharepointshoptalk.blogspot.com
SharePoint ShopTalk: May 2011
http://sharepointshoptalk.blogspot.com/2011_05_01_archive.html
Thursday, May 19, 2011. SharePoint ShopTalk Highlights 5.12.11 - What happens when you enable Publishing Site features on a SP 2007 Team Site server? SharePoint Shoptalk is a discussion held weekly amongst SharePoint Professionals. It is an excellent source for SharePoint users who need to discuss challenges or are looking for answers. All are welcome to take advantage of this forum that features leading experts in the field. In this installment Panelist members Natalya Voskresenskaya. SharePoint Shoptal...
subzerosharepoint.blogspot.com
Sub-Zero SharePoint: May 2009
http://subzerosharepoint.blogspot.com/2009_05_01_archive.html
Robert Da Rita, Senior Solutions Architect, EMC Consulting. Wednesday, May 6, 2009. 8220;Access is denied” entries in SharePoint Search logs and authentication prompts. During the Spring of 2009 we were implementing several MOSS 2007 farms for one of my clients. The environment was: MOSS 2007 SP1 w/Infra Update, Windows 2008/IIS7, IE6/7 client. The index servers were dedicate web front end index servers. We were experiencing the following issues:. The authentication prompts would occur when browsing to t...