Tag: tutorial

Here you can see a listing of all the posts tagged with tutorial on this website.

  • Customizing newforms

    Posted on June 1, 2007 at 13:09 +0200 Tagged with , ,

    You like newforms but are a little bit uncertain how to style your forms using CSS with form.as_ul? Well, if you want more CSS classes to style upon, here a simple way on how to get them the easy way.

    This mini-tutorial will show you how to add CSS classes to the help text and position the errorlist differently for fields in a newform-Form rendered with as_p() (although this also should apply to all the other rendering methods).

    [more ...]

    2 comments

  • How to backup and restore databases with phpMyAdmin

    Posted on June 23, 2005 at 11:45 +0200 Tagged with ,

    Warning note:: This article was written a long time ago and therefor is based on a really old version of phpMyAdmin. The basic ideas should be the same, but I will still try to update this article within the next week (today is the 22nd of July 2006) to use 2.8.x.
    ## Where can I get phpMyAdmin? You can get phpMyAdmin here: [http://www.phpmyadmin.net](http://www.phpmyadmin.net) The package includes a Documentation.txt that explains how to install it on your server. (Sorry, but this isn't meant as a tutorial how to install phpMyAdmin as this is already well documented.) [more ...]

    1 comment