background preloader

We love to print

We love to print

https://www.moo.com/fr/

Steeev's Flickr Projects - Greasemonkey scripts, RSS Feeds and other Fun Stuff If you find my scripts or other programming projects useful, and they save you a lot of time, and make your Flickr experience more enjoyable, why not make a donation, to show your appreciation? Though these scripts are being given to you for free, they are not free for me to develop, ive spent a lot of time and energy writing these scripts, time that could otherwise be spent making money, having fun etc, so please consider giving something back and make my day. Every little helps! :) You can make a donation via PayPal:

Les Virtual Host avec Apache2 quand on n'a qu'une seule adresse ip ... - Nico's WebLog 20 avr. Exemple de configuration d'apache: NameVirtualHost * <VirtualHost *> ServerAdmin webmaster@thenico.fr.eu.org DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ErrorLog /var/log/apache2/error.log LogLevel warn CustomLog /var/log/apache2/access.log combined ServerAdmin kmehdi@thenico.fr.eu.org ServerName lecentral.eu.org DocumentRoot /usr/chroot/home/kmehdi/public_html <Directory "/usr/chroot/home/kmehdi/public_html"> Options Indexes MultiViews AllowOverride FileInfo AuthConfig Indexes Order allow,deny allow from all </Directory> ErrorLog /home/kmehdi/logs/error.log LogLevel warn CustomLog /home/kmehdi/logs/access.log combined Ceci configure 2 virtual host en se basant sur le parametre Host: de la requette HTTP du navigateur:

Aaron Stebner's WebLog : VS 2005 setup fails with 1935 or 2908 error Hi, Aaron. That's what is in cbs.log: 2008-04-02 01:33:47, Info CBS Loaded Servicing Stack v6.0.6001.18000 with Core: C:\Windows\winsxs\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.0.6001.18000_none_095f6148c74a7a64\cbscore.dll 2008-04-02 01:33:47, Info CSI 00000001@2008/4/1:22:33:47.416 WcpInitialize (wcp.dll version 0.0.0.5) called (stack @0x678c8504 @0x6b7a8439 @0x6b7862a3 @0xfd1392 @0xfd1ed4 @0xfd17cb) DHTML Utopia: Modern Web Design Using JavaScript & DOM [JavaScript & DHTML Tutorials] Dynamic HTML, called DHTML for short, is the name given to a set of Web development techniques that are mostly used in Web pages that have non-trivial user-input features. DHTML means manipulating the Document Object Model of an HTML document, fiddling with CSS directives in style information, and using client-side JavaScript scripting to tie everything together. DHTML Utopia: Modern Web Design Using JavaScript & DOM This excerpt is taken from SitePoint’s new release, DHTML Utopia: Modern Web Design Using JavaScript & DOM. This title contains over 300 pages of DHTML techniques that enrich the user experience without sacrificing usability or standards-compliance. The author, SitePoint’s own Stuart Langridge, utilizes Web standards, and separates code from markup as he constructs compelling, usable and interactive DHTML applications that degrade gracefully.

Related: