Showing posts with label NOB. Show all posts
Showing posts with label NOB. Show all posts

Saturday, December 24, 2011

WPF: layouts & layout attributes explained.

Found some very good articles that explains layouts & layout attributes...

Alignment, Margins, and Padding Overview
Alignment, Margins, and Padding Overview

WPF controls layout explained
http://www.aspfree.com/c/a/Windows-Scripting/WPF-Control-Layout/

Using the WPF DockPanel http://blogs.objectsharp.com/blogs/dave/archive/2009/03/13/using-the-wpf-dockpanel.aspx

Wednesday, July 13, 2011

GUIDE: Installing PHP.

Hi,
Just start playing with PHP and I thought it might be usefull for others if i'll write my experiance with it.

Instalation guide

  1. Download PHP (download the zip version / Thread safe)
    1. http://windows.php.net/download/
  2. Unzip it to 'C:\PHP\'.
  3. Installing 
    1. Open the file 'C:\PHP\php_manual_en.chm'
    2. Follow the instalation directions (best way i found).
Have fun!