Cult-Foo

Basic SVN commands

If you in web development, sooner or later you will understand that you need some version control system. After reading about these systems i set my choice on SVN.

I am not going to tell you how to install it, you can find many detailed articles on this topic. I want to share some basic commands. This list is more than enough to get basic experience of SVN usage. I also recommend you to read this book, if you are going to use it seriously.

Vertical text in HTML

Not so long ago i had a problem with one site. There was name of user in vertical text.

Link to example

Single press comments in php

I discover very useful and simple method to comment php code blocks with single press

/**\/
foreach ( $array as $k=>$v ) {
     echo $k.' = ' . $v;
}
/**/

By adding or removing backslash you can comment whole code block

/**/
foreach ( $array as $k=>$v ) {
     echo $k.' = ' . $v;
}
/**/

nice free icons

A small collection of nice free icons from fasticon.com

creaturecutes
Download

WordPress threaded comments

WordPress has grown to 2.5.1 version and almost all old bugs were fixed. But a lot of wordpress users still lacks tree-like comments structure, like in LiveJournal, in which tree-like comments – habitual and convenient thing. But WP kernel doesnt contain function of building tree-like comments.

Intense Debate

10 pages