| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
3 Articles match "2007"
See all articles with
"2007"
| The Latest from The Black Knight Sings | MORE | | WCMexport version 1.0 When you're branding a site using SharePoint 2007 Web Content Management, you really want to spend your time changing Master Pages and Page Layouts. But you often find that you spend a lot of your time editing your Feature.xml and different Elements.xml files especially if you have a lot of different Page Layouts with web parts for different parts of the site. WCMexport is a small utility which can help you if you don't like doing all the editing of the xml-files from scratch. The Black Knight Sings - Sunday, November 16, 2008 Turn Default Upload Overwrite Off in WSS 3.0 and MOSS 2007, but sometimes you may want to change this default. By default the Overwrite checkbox in Upload.aspx is checked in WSS 3.0 MOSS junkie has a post on how to change that default. But his solution has the downside of having to modify one of the standard application pages which is unsupported and may be overwritten by a upgrade. So how do we change the default without modifying upload.aspx? Once again the controls in the default masterpage can help us. This time it's the AdditionalPageHead delegate we can use. The Black Knight Sings - Thursday, August 21, 2008 Turn Default Upload Overwrite Off in WSS 3.0 and MOSS 2007, but sometimes you may want to change this default. By default the Overwrite checkbox in Upload.aspx is checked in WSS 3.0 MOSS junkie has a post on how to change that default. But his solution has the downside of having to modify one of the standard application pages which is unsupported and may be overwritten by a upgrade. So how do we change the default without modifying upload.aspx? Once again the controls in the default masterpage can help us. This time it's the AdditionalPageHead delegate we can use. The Black Knight Sings - Thursday, August 21, 2008 | | The Best from The Black Knight Sings | MORE | | Turn Default Upload Overwrite Off in WSS 3.0 and MOSS 2007, but sometimes you may want to change this default. By default the Overwrite checkbox in Upload.aspx is checked in WSS 3.0 MOSS junkie has a post on how to change that default. But his solution has the downside of having to modify one of the standard application pages which is unsupported and may be overwritten by a upgrade. So how do we change the default without modifying upload.aspx? Once again the controls in the default masterpage can help us. This time it's the AdditionalPageHead delegate we can use. The Black Knight Sings - Thursday, August 21, 2008 Turn Default Upload Overwrite Off in WSS 3.0 and MOSS 2007, but sometimes you may want to change this default. By default the Overwrite checkbox in Upload.aspx is checked in WSS 3.0 MOSS junkie has a post on how to change that default. But his solution has the downside of having to modify one of the standard application pages which is unsupported and may be overwritten by a upgrade. So how do we change the default without modifying upload.aspx? Once again the controls in the default masterpage can help us. This time it's the AdditionalPageHead delegate we can use. The Black Knight Sings - Thursday, August 21, 2008 WCMexport version 1.0 When you're branding a site using SharePoint 2007 Web Content Management, you really want to spend your time changing Master Pages and Page Layouts. But you often find that you spend a lot of your time editing your Feature.xml and different Elements.xml files especially if you have a lot of different Page Layouts with web parts for different parts of the site. WCMexport is a small utility which can help you if you don't like doing all the editing of the xml-files from scratch. The Black Knight Sings - Sunday, November 16, 2008 |
150 Articles match "2007"
See all articles with
"2007"
| The Latest from DevelopMentor | MORE | | Roll Your Own REST-ful WCF Router Here are some resources I found helpful in getting my head around WCF addressing and message-handling and the mechanics of building a WCF routing service: WCF Addressing In Depth (MSDN Magazine June 2007) WCF Messaging Fundamentals (MSDN Magazine April 2007) Building a WCF Router, Part 1 (MSDN Magazine April 2008) Building a WCF Router, Part 2 (MSDN Magazine June 2008). Download the code for this post here. The built-in router is great for a lot of different scenarios – it provides content-based routing, multicasting, protocol bridging, and failover-based routing. null ) { bool ? Tony and Zuzana's World - Tuesday, April 24, 2012 Cranfield study Supporting the alignment trap I’ve blogged before about “The Alignment Trap” (Originally in December 2007 and after my piece in The Agile Journal in February 2009 ). This is the counter-intuitive evidence that sometimes doing things right is more beneficial than doing the right think. often discuss this in my presentations and there are two standard reactions: for some this research rings true while others question it. Those who question it often ask: is there any other evidence? Well, there just might be. The researchers define four levels of maturity in organisations developing systems. Allan Kelly's Blog - Thursday, October 21, 2010 Purchasing Visual Studio 2010 Microsoft Office 2007 Ultimate, Communicator 2007, Project 2007 Standard, Visio 2007 Professional, SharePoint Designer 2007. Amazon sells various versions of Visual Studio 2010. Here is an overview of versions and this will give you a good indication of prices. Below the prices is a feature comparison also…. Visual Studio Professional. Plain. Upgrade from 2005/2008. with MSDN. Visual Studio Premium. with new MSDN. with MSDN renewal. Visual Studio Utlimate. with new MSDN. with MSDN renewal. Visual Studio 2010 Feature Comparison. Debugging & Diagnostic. The Blomsma Code - Tuesday, July 13, 2010 | -
| The Best from DevelopMentor | MORE | - Jason’s AJAX Component Library
[Update: This release won't build if you extracted it to a folder with spaces in the path. You might want to get Release 2 instead.]. I’ve been really busy recently working on some extender controls for ASP.NET AJAX. My current employer was kind enough to let me release the extenders I’ve been working on for them as part of an open source project. So here is the first release of Jason’s AJAX Component Library. Try not to confuse this with the Microsoft’s AJAX Control Toolkit. =). I’m assuming you have Visual Studio 2005 and ASP.NET AJAX installed, of course. Jason Diamond - Monday, June 4, 2007 - IT: Better to be effective or aligned?
In my last blog entry promised to discuss a second piece from the MIT Sloan Review. In many ways I find Avoiding the IT Alignment piece more interesting than the Rettig piece I discussed last time. The Rettig piece was a good argument but it wasn’t clear what you did next, it was insightful without being immediately useful. The second is piece is insightful and has some immediate application - the authors suggest some but I’ll add some of my own below. Rush out now and hire your Bain consultant! Sorry, I shouldn’t be so negative. This is what we all want. These guys are doing it. Allan Kelly's Blog - Saturday, December 1, 2007 - WF and ASP.NET - A Few Gotchas
ASP.NET as WF host is an important and useful scenario for WF adoption, but there are some interesting details that are worth understanding before you tackle this yourself. The first thing to understand is that WF itself imposes no specific threading model; rather, it must be configured to conform to any specific threading requirements of its host process. This means that WF can be hosted in a single-threaded console or WinForms app, and also can scale up to be hosted inside ASP.NET, with all of its multithreaded goodness (thankfully hidden under the covers from the average web developer). There Must Be Some Mistake - Monday, October 1, 2007 - Marshalling native function pointers
Now that the book is written and all urgent tasks I had to defer due to the book are done, I find some time to blog about technical topics. Recently, a customer asked me how to marshal function pointers across managed / unmanaged interop boundaries. If you know a simple API and two attributes and if you are aware of a pitfall specific to marshaling function pointers, the job can be quite easy. To discuss this topic, consider the following simple API: namespace NativeAPI. {. struct CallbackData. {. int i; double d; }; typedef void (*PFNCallback)(CallbackData* p); class SampleClass. {. Marcus' Blog - Friday, April 6, 2007 - WPF Data Providers
One of the nifty new features of the WPF platform is the pluggable data providers. It ships with two out of the box: ObjectDataProvider: allows you to execute binding expressions against an object and it's methods. XmlDataProvider: loads an XML data source and makes it available as a binding source. Both of these derive from the abstract class System.Data.DataSourceProvider which implements the binding glue ( INotifyPropertyChanged ) needed for data binding. State, Age, Income. We can get the data loaded into a collection source through the XmlDataProvider. xmlns = " [link] ". Until then. Mark's Blog of Random Thoughts - Wednesday, January 17, 2007
| | |