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

View All FreshFoo posts
  • Rainbow

    27/03/2012

    Code syntax highlighting library written in Javascript.

  • sigma.js

    26/03/2012

    Lightweight JavaScript graph drawing library.

  • SpritePad

    13/03/2012

    The easiest way to create your CSS sprites.

  • KineticJS

    29/02/2012

    HTML5 Canvas JavaScript library that extends the 2d context by enabling canvas interactivity for desktop and mobile applications. Related posts: The HTML5 Flash Marriage: Geolocation sigma.js chainvas Flotr2 Elycharts

  • Morris.js

    28/02/2012

    Making good-looking graphs shouldn’t be hard. Morris.js is a lightweight library that uses jQuery and Raphaël to make drawing time-series graphs easy. Related posts: sigma.js Flotr2 FitVids.JS Rainbow jQuery Boilerplate

  • noty

    14/02/2012

    jQuery plugin which is have too many options for display notification Related posts: FitVids.JS WordPress plugin “Xata33 Tag” jFontSize jQuery Bacon! jQuery Optimization Tips

  • Hogan.js

    13/02/2012

    JavaScript Templating Engine created by the development team at Twitter. It can be used to compile your assets and to manage dynamic templates.

  • Cyfe

    08/02/2012

    Web-based software that helps you bring all your business metrics into one single location

  • Pears

    07/02/2012

    Common patterns of markup and styles for fast development.

  • Flotr2

    06/02/2012

    Awesome JavaScript library for drawing HTML5 charts and graphs. Related posts: Morris.js sigma.js Elycharts KineticJS Pokki 1UP

View All WebNewsWebNews RSS