codeterrorizer.com

  • Deutsch
  • English
  • RSS
  • Twitter - Follow us
  • Home
  • About
  • Contact
  • Submit Code
  • Arduino (1)
  • c/c++ (2)
  • Commands (4)
  • Css Hacks (6)
  • Flexform (2)
  • jquery (1)
  • MySQL (1)
  • php (22)
  • phpMyAdmin (1)
  • SQLite (1)
  • t3 extension development (16)
  • typoscript (5)
  • xhtml (1)
Home » Archive by category 'Uncategorized'
  • MSSQL Server Backup / Import

    4th January, 2012 by Christian Koch | 0 Comments | Categorie: Uncategorized

    To backup your database use following SQL:

    BACKUP DATABASE <databaseName> TO DISK = '<pathToSqlFile>'
    

    read more…

  • PHP Email Validation with build in Function

    30th November, 2011 by Christian Koch | 0 Comments | Categorie: php, Uncategorized
    if (!filter_var('bob@example.de', FILTER_VALIDATE_EMAIL)) {
    	print "thats not right";
    } else {
    	print "that right";
    }
    
  • CentOS NRPE from Source Tutorial

    13th February, 2011 by Christian Koch | 0 Comments | Categorie: Uncategorized

    read more…

  • Eclipse – Show hidden files in Remote System Explorer

    12th October, 2010 by Christian Koch | 0 Comments | Categorie: Uncategorized

    Open your Preferences. Click Remote Systems then Files. Here you should find “Show hidden files”, check this and Ok all.

    Done

  • How to make your Mac recognize Browser HTML Tabindex?

    15th August, 2010 by Christian Koch | 0 Comments | Categorie: Uncategorized

    With Mac standard your Tab Key won’t work as you might want it too, in Browsers. Change this behaviour by read more…

Tagcloud

Arduino phpMyAdmin SQLite xhtml jquery MySQL c/c++ Flexform Commands typoscript Css Hacks t3 extension development php
  • Home
  • About
  • Contact
  • Submit Code
  • Imprint
  • lingoking.com - Übersetzungsbüro

Copyright codeterrorizer.com, 2009. All Rights Reserved.