from http://blog.manontheground.net/traveller/2008/07/svndeltasourcee.html
I tried to update one of my subversion working copies today and got the following message:
“Delta source ended unexpectedly”
Here’s how I solved the problem:
Step 1: I identified the file that was causing the problem.
Step 2: I made sure that all changed files in the problem [...]
from http://ubuntuforums.org/showthread.php?t=342568
The main problem with mod_speling is that it only modifies the GET on case for files, not directories. This is usually not the problem when migrating from a Windows seb server installation. The problem is general URL case sensitivity.
Yes, you can set up a perl script to change all [...]
Internet Explorer User Agent Style Sheets
The UA Style Sheet is a simple set of css styles that each web browser uses before any other css styles are applied.
This chart lists and compares the different default style sheets used to render HTML in the four major versions of [...]
from http://www.w3.org/QA/2002/04/valid-dtd-list.html Recommended Doctype Declarations to use in your Web document.
When authoring document is HTML or XHTML, it is important to Add a Doctype declaration. The doctype declaration must be exact (both in spelling and in case) to have the desired effect, which makes it sometimes difficult. To ease the [...]
Problem:
Need to add predefined css in external css to RadEditor in Sitecore CMS
Solution: Add css class to default.css which can be found in WEB_ROOT/Web.config on the following line:
<setting name=”WebStylesheet” value=”/default.css” />
Example css:
.cufon {
font-weight: bold;
color: #666;
} Modify the ToolsFile.xml defined in where the Sitecore uses [...]
-
Articles
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
-
Meta