04 december 2012
01 december 2012
27 november 2012
Pattern Language
http://www.patternlanguage.com/
Christopher Alexander
http://sv.wikipedia.org/wiki/Christopher_Alexander
Nikos A. Salingaros
http://zeta.math.utsa.edu/~yxk833/
http://sv.wikipedia.org/wiki/Designm%C3%B6nster
Christopher Alexander
http://sv.wikipedia.org/wiki/Christopher_Alexander
Nikos A. Salingaros
http://zeta.math.utsa.edu/~yxk833/
http://sv.wikipedia.org/wiki/Designm%C3%B6nster
13 oktober 2012
03 oktober 2012
Grafikprogram
8 måste grafikprogram enligt Ola
maya, 3dsmax, silo, mudbox, nuke, realflow, syntheyes, tp5
+ ps
maya, 3dsmax, silo, mudbox, nuke, realflow, syntheyes, tp5
+ ps
26 september 2012
25 september 2012
31 augusti 2012
27 augusti 2012
20 augusti 2012
03 augusti 2012
Ny Nishiki
Efter att fått Merida:n stulen i maj, satsar jag nu på en Nishiki Pro Air. Den kommer bli bra som pendlarcykel för mig. Skivbroms är väldigt bekvämt på en pendlarcykel. Bockstyre, som Merida:n hade, är samtidigt onödigt. Hoppas på att få behålla den ett tag.
http://www.lannasport.se/sv/articles/2.3166.107455/nishiki-pro-air
http://www.lannasport.se/sv/articles/2.3166.107455/nishiki-pro-air
28 juli 2012
26 juli 2012
19 juli 2012
16 juli 2012
10 juli 2012
24 juni 2012
Installation PHP with IIS6
Windows Server 2003 => IIS6
Check Windows version and IIS version:
http://support.microsoft.com/kb/224609
PHP Windows download
http://windows.php.net/download/
Using FASTCGI
http://www.fastcgi.com/devkit/doc/fcgi-spec.html
http://www.iis.net/download/fastcgi
Thread-safe vs Non-thread-safe
http://www.iis-aid.com/articles/my_word/difference_between_php_thread_safe_and_non_thread_safe_binaries
Installation guides:
This one works excellent:
http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/
Other guides:
http://www.simongibson.com/intranet/php2003/
http://www.wikihow.com/Install-PHP-5-for-IIS-6
http://www.php.net/manual/en/install.windows.manual.php
Steps:
Download latest PHP windows package and unzip to c:\php
Install FastCGI 1.5 for IIS 6
In IIS-configuration:
- In Web site properties / Home directory / Application configuration: Add extension .php, executable: C:\WINDOWS\system32\inetsrv\fcgiext.dll
- Make sure FastCGI Handler has been added as web service extension by the FastCGI installer
- Add index.php to list of default content pages for website
In c:\php\php.ini
fastcgi.impersonate = 1
cgi.fix_pathinfo=1
cgi.force_redirect = 0
Add this to end of C:\WINDOWS\system32\inetsrv\fcgiext.ini
[Types]
php=PHP
[PHP]
ExePath=c:\php\php-cgi.exe
InstanceMaxRequests=10000
EnvironmentVars=PHP_FCGI_MAX_REQUESTS:10000
20 juni 2012
15 juni 2012
14 juni 2012
Watercolor i Photoshop
Toolkit
http://nkurence.com/blog/
Tutorial
http://www.youtube.com/watch?v=MnRn402WuUk&feature=BFa&list=ULy13Eeh72IEQ
http://www.youtube.com/watch?v=Mhid3BonKJw&feature=BFa&list=ULELeK5gp9z_k
http://www.youtube.com/watch?v=3lqLF2hdjwg&feature=BFa&list=ULMhid3BonKJw
http://www.youtube.com/watch?v=Lo4W5G3RMWc&feature=BFa&list=ULMnRn402WuUk
http://www.youtube.com/watch?v=ELeK5gp9z_k&feature=BFa&list=ULMhid3BonKJw
http://www.youtube.com/watch?v=y13Eeh72IEQ&feature=BFa&list=UL3lqLF2hdjwg
Brushes
http://designm.ag/resources/watercolor-photoshop-brushes/
http://nkurence.com/blog/
Tutorial
http://www.youtube.com/watch?v=MnRn402WuUk&feature=BFa&list=ULy13Eeh72IEQ
http://www.youtube.com/watch?v=Mhid3BonKJw&feature=BFa&list=ULELeK5gp9z_k
http://www.youtube.com/watch?v=3lqLF2hdjwg&feature=BFa&list=ULMhid3BonKJw
http://www.youtube.com/watch?v=Lo4W5G3RMWc&feature=BFa&list=ULMnRn402WuUk
http://www.youtube.com/watch?v=ELeK5gp9z_k&feature=BFa&list=ULMhid3BonKJw
http://www.youtube.com/watch?v=y13Eeh72IEQ&feature=BFa&list=UL3lqLF2hdjwg
Brushes
http://designm.ag/resources/watercolor-photoshop-brushes/
12 juni 2012
Reaction Diffusion
http://code.google.com/p/reaction-diffusion/
http://www.youtube.com/watch?v=tZHOGFA1KZE&feature=related
Parameters: a0 = -0.1, a1 = 2.0, epsilon = 0.05, delta = 4.0, k1 = 1.0, k2 = 0.0, k3 = 1.0
http://www.youtube.com/watch?v=X5h6hbCxjz8&feature=relmfu
09 juni 2012
04 juni 2012
24 maj 2012
IIS, PHP & SQL Server
Loading the Microsoft Drivers for PHP for SQL Server
http://msdn.microsoft.com/en-us/library/cc296203.aspx
System Requirements (Microsoft Drivers for PHP for SQL Server)
http://msdn.microsoft.com/en-us/library/cc296170.aspx
http://php.net/manual/en/function.sqlsrv-connect.php
Installing Sqlsrv PHP extension
http://docs.gurock.com/testrail-admin/howto-installing-sqlsrv
http://php.net/manual/en/book.sqlsrv.php
http://msdn.microsoft.com/en-us/library/cc296203.aspx
System Requirements (Microsoft Drivers for PHP for SQL Server)
http://msdn.microsoft.com/en-us/library/cc296170.aspx
http://php.net/manual/en/function.sqlsrv-connect.php
Installing Sqlsrv PHP extension
http://docs.gurock.com/testrail-admin/howto-installing-sqlsrv
http://php.net/manual/en/book.sqlsrv.php
14 maj 2012
HTML Canvas
JavaScript, HTML5 and CSS
http://jsdo.it/
Kinetic JS
http://www.kineticjs.com/
HTML 5 Canvas Tutorials
http://www.html5canvastutorials.com
http://jsdo.it/
Kinetic JS
http://www.kineticjs.com/
HTML 5 Canvas Tutorials
http://www.html5canvastutorials.com
05 maj 2012
Minecraft Server
How to Make a Minecraft Server 1.2.5
http://www.youtube.com/watch?v=FBtP9PCMZt4
Check port forwarding
http://www.yougetsignal.com/tools/open-ports/
How to make port forwarding
http://portforward.com
http://www.youtube.com/watch?v=FBtP9PCMZt4
Check port forwarding
http://www.yougetsignal.com/tools/open-ports/
How to make port forwarding
http://portforward.com
23 april 2012
22 april 2012
CAKE
CAKE is a JavaScript scene graph library for the HTML5 canvas tag
http://code.google.com/p/cakejs/
Very nice demo:
http://glimr.rubyforge.org/cake/canvas.html#EditableCurve
http://code.google.com/p/cakejs/
Very nice demo:
http://glimr.rubyforge.org/cake/canvas.html#EditableCurve
17 april 2012
19 mars 2012
08 mars 2012
07 mars 2012
24 februari 2012
Gott kaffe
http://www.alifewortheating.com
Kafé Esaias, Drottninggatan
Johan & Nyström, Swedenborgsgatan 7
Espresso sosta bar, Sveavägen 84, Jakobsbergsgatan 5-7
Drop coffee, Wollmar Yxkullsgatan 10
Kafé Esaias, Drottninggatan
Johan & Nyström, Swedenborgsgatan 7
Espresso sosta bar, Sveavägen 84, Jakobsbergsgatan 5-7
Drop coffee, Wollmar Yxkullsgatan 10
14 februari 2012
07 februari 2012
Bezier Interpolation
http://www.antigrain.com/research/bezier_interpolation/
http://www.efg2.com/Lab/Graphics/Jean-YvesQueinecBezierCurves.htm
Good primer:
http://processingjs.nihongoresources.com/bezierinfo/
http://paulbourke.net/geometry
http://paulbourke.net/geometry/bezier
http://xtyler.com/code/104
http://cagd.cs.byu.edu/~557/text/
http://cagd.cs.byu.edu/~557/text/ch7.pdf
http://www.efg2.com/Lab/Graphics/Jean-YvesQueinecBezierCurves.htm
Good primer:
http://processingjs.nihongoresources.com/bezierinfo/
http://paulbourke.net/geometry
http://paulbourke.net/geometry/bezier
http://xtyler.com/code/104
http://cagd.cs.byu.edu/~557/text/
http://cagd.cs.byu.edu/~557/text/ch7.pdf
06 februari 2012
25 januari 2012
22 januari 2012
Illustrator Tutorials
http://blog.spoongraphics.co.uk/articles/50-illustrator-tutorials-every-designer-should-see
http://blog.spoongraphics.co.uk/tutorials/creating-road-maps-in-adobe-illustrator
http://www.linesandcolors.com/
http://www.youtube.com/watch?v=zerCspP3iF8&feature=related
http://creativefan.com/201-best-illustrator-tutorials-of-all-time/
http://www.digitalartsonline.co.uk/tutorials/index.cfm?FeatureID=1823
http://vector.tutsplus.com/tutorials/illustration/craft-a-vector-collegiate-notebook-design/
http://blog.spoongraphics.co.uk/tutorials/creating-road-maps-in-adobe-illustrator
http://www.linesandcolors.com/
http://www.youtube.com/watch?v=zerCspP3iF8&feature=related
http://creativefan.com/201-best-illustrator-tutorials-of-all-time/
http://www.digitalartsonline.co.uk/tutorials/index.cfm?FeatureID=1823
http://vector.tutsplus.com/tutorials/illustration/craft-a-vector-collegiate-notebook-design/
13 januari 2012
09 januari 2012
Bra espresso i Stockholm
Esaias Kafé, Drottninggatan 102
Johan & Nyström, Swedenborgsgatan 7
Espresso Sosta Bar, Sveavägen 84 och Jakobsbergsgatan 5-7
Drop Coffee, Wollmar Yxkullsgatan 10
http://www.alifewortheating.com/
Johan & Nyström, Swedenborgsgatan 7
Espresso Sosta Bar, Sveavägen 84 och Jakobsbergsgatan 5-7
Drop Coffee, Wollmar Yxkullsgatan 10
http://www.alifewortheating.com/
04 januari 2012
02 januari 2012
Prenumerera på:
Inlägg (Atom)