Chandan Web Blog.

Entries for the ‘General’ Category

SVN Errorcode 13 due to SeLinux, Could not open the requested SVN filesystem

When we recently installed SVN on CentOS, we came across the following error message: <m:human-readable errcode=”13″>Could not open the requested SVN filesystem</m:human-readable> This seems to be due to incorrect setting of the SeLinux content. This can be changed by the following command: chcon -R -h -t httpd_sys_content_t /PATH_TO_REPOSITORY/ ex: chcon -R -h -t httpd_sys_content_t /home/svnRepo [...]

Upgrade SVN Server to 1.6.5 on XAMPP

This is a quick help guide for all thise who would like to upgrade to latest SVN on XAMPP. NOTE: Like with all software upgrades there could be high risk involved. It is always better to take a backup prior to proceeding with any kind of upgrades. We know that when a latest version of [...]

Writing IE 6 or IE 7 Specific CSS Code

This is sort of hack which helps you write CSS specific to IE6 / IE7. EX: _display:none;/* IE 6 Fix */ *display:none;/* IE 7 Fix */ NOTE: This code is not recommended if you are writing code that has to comply to CSS standards. In such cases you may have to switch to alternate methods. [...]

Blunders due to auto generated content

Recently I was going through Dmitry’s twitter entries, and I suddenly came across a blog titled “The (Often Amusing) Pitfalls of Auto-Generated Content” and I was really amused about the kind of Ads Google made by combining different keywords. The same day ironically while I was searching for something I ended up in a Google [...]

Good resource for Web Programming

Typoscript: http://www.typo3wizard.com/en/snippets.html This site has lots of useful Typoscript code. ISO Country Code Listing Dummy text generator in various languages!!! http://www.lipsum.com/ A good resource on TypoScript Conditional Statements http://wiki.typo3.org/index.php/TSrefConditions

Subscribe to this page grab our RSS feed
search_left
Theme & Wordpress Integration - by Chandan