1. help

    Date: 11/10/06 (HTML Help)    Keywords: html

    Hey everyone =] I was wondering how to make those backround boxes for userinfos? There is an example of what I mean in the '[info]'htmlhelp's userinfo. Also, Photobucket - Video and Image Hosting I already checked over in the memories, and found no luck.

    Source: http://community.livejournal.com/htmlhelp/2364818.html

  2. css + html email?

    Date: 11/12/06 (WebDesign)    Keywords: html

    what do you think the best way is to program code an html email? do you use tables? does it hurt?

    Source: http://community.livejournal.com/webdesign/1186384.html

  3. FF bug?

    Date: 11/13/06 (Web Development)    Keywords: css, html, web

    Hi Guys, I'm trying to figure out what is breaking up my css on Firefox, I can't see anything out of the ordinary going on here. Please see code & screenshots behind the cut



    it works well in IE:


    but not so well in FF: (note the breaks in the images)



    here is my CSS:

    body {
    background-color: #370F16;
    }

    #wrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border:0;
    width: 800px;
    }

    #header {
    margin: 0;
    }

    #side-a {
    float: left;
    width: 98px;
    }

    #side-b {
    float: right;
    width: 96px;
    }

    #content {
    float: left;
    width: 75%;
    margin: 0px;
    }

    #footer {
    clear: both;
    background: #A2A2A2;
    margin: 0px;
    }

    #menu {
    width: 606px;
    }

    #main {
    margin: 0px;
    background-image: url(images/indi_11.gif);
    overflow: auto;
    height: 438px;
    background-repeat: repeat-x;
    width: 100%;
    }


    and here is my HTML:



    Can anybody see the culprit? I've tried playing around with all margins etc around the header and footer (which is where the lines seem to appear) but to no avail. ..

    thanks in advance :)

    Source: http://community.livejournal.com/webdev/368743.html

  4. tables and javascript

    Date: 11/14/06 (Javascript Community)    Keywords: html, java

    I benchmarked the performance of 3 different methods of creating tables with javascript: DOM, strings + innerHTML, and a mixture dom & innerHTML. If anyone cares to see the results, run their own tests, comment on the code or offer a faster way to create tables, please take a look

    Source: http://community.livejournal.com/javascript/118803.html

  5. Нужен толковый программист PHP

    Date: 11/16/06 (PHP Development)    Keywords: cms, php, mysql, html, xml, sql, java, web

    Други, срочно требуется web-программист.
    Санкт-Петербург.
    От 1000 (по результатам собеседования).

    Требования:
    * PHP5 (понимание отличий между 4.x/5.0/5.1/5.2 будет большим плюсом)
    * Понимание и умение применять ООП (знание "основных паттернов" будет 
    плюсом)
    * Опыт работы с MySQL 5 или хорошее понимание реляционной модели 
    (если вас не пугают слова "триггер" и "хранимая процедура", то это 
    будет плюсом)

    Желательно:
    * JavaScript (JSON)
    * Subversion
    * XML-DOM, HTML-DOM
    * Навыки работы в Unix-консоли

    Если вы умеете что-то "сверх" и думаете что это может быть нам 
    интересно — упоминайте в резюме :)
    Примеры кода в резюме — это полезно

    О работе у нас:

    В компании есть своя CMS. Основную часть времени программисты должны 
    будут дописывать её и заниматься оптимизацией процесса deploying'а 
    сайтов на ней. Подключением сайтов, в основном, занимаются 
    верстальщики и отнимать у них хлеб, соискателей никто не просит :)
    Кроме того, в компании регулярно случаются заказы на кастомные 
    решения. При решении таких задач понадобиться иннициатива и знания 
    широкого профиля :)

    Пишите: aleks на  molinos точка ru  или  ICQ 95912480

    Source: http://community.livejournal.com/php_dev/73825.html

  6. Undefined Offsets and index problem

    Date: 11/16/06 (PHP Community)    Keywords: php, html

    I keep getting undefined notices. I was going to see if you guys could show me the pro way of writing this code so it won't give me all those notices. I can get the undefined index thing to go away by doing this:

    if (!isset($_REQUEST['DateOfBirth']) or $_REQUEST['DateOfBirth'])
       $_REQUEST['DateOfBirth'] = null;
    I want to know how this should be handled. thanks.

    Notices:
    Notice: Undefined index: DateOfBirth in /var/www/budget.fidelityreserves.com/html/clientbudget.php on line 156

    Notice: Undefined offset: 2 in /var/www/budget.fidelityreserves.com/html/clientbudget.php on line 158

    Notice: Undefined offset: 1 in /var/www/budget.fidelityreserves.com/html/clientbudget.php on line 165

    Notice: Undefined offset: 2 in /var/www/budget.fidelityreserves.com/html/clientbudget.php on line 165

    Code:
    //Remove characters from DateOfBirth and split into array of three numbers
    $date_arr = preg_split('/[\-\/ ]/', $_REQUEST['DateOfBirth']);
    //If last number in array is a date field
    if ( $date_arr[2] > 1900 ) {
            //reorder array with last number first
            $date = $date_arr[0].$date_arr[1].$date_arr[2];
            $_REQUEST['DateOfBirth'] = $date;
    }
    else {
            //else order array with first number first
            $date = $date_arr[1].$date_arr[2].$date_arr[0];
            $_REQUEST['DateOfBirth'] = $date;
    }
    Thanks again ^_^

    Source: http://community.livejournal.com/php/511077.html

  7. Hover Tooltip

    Date: 11/16/06 (HTML Help)    Keywords: html

    Hi :)

    What is the html to make a tooltip appear when hovering over an image?

    Thanks for reading.

    Source: http://community.livejournal.com/htmlhelp/2367804.html

  8. Tableless Sites...

    Date: 11/22/06 (WebDesign)    Keywords: css, html, web

    ok this may seem like a silly question but I'm gonna ask it anyways.

    How do people make tableless websites?

    I dont know much about XHTML or CSS at the moment but I'm mostly working using Dreamweaver MX 2004. Yeah i know its old but I havent had a reason to upgrade it yet but if this XHTML and CSS thing is in it then I will probably have too. Can anybody point me in the right direction on this?

    thanks

    --
    ~ B ~

    Source: http://community.livejournal.com/webdesign/1188616.html

  9. file upload error

    Date: 11/24/06 (PHP Community)    Keywords: php, html, apache

    I'm uploading some images using the following code as a part of the catch and validate system

    	$image_details = getimagesize($_FILES['userfile']['tmp_name']);
    	// Reject upload if the file isn't an image.
    	if (!file_exists($_FILES['userfile']['tmp_name']))
    	{
    		$text = "the file vanished!";
    	}
    	elseif (!$image_details)
    	{
    		$text = "that file wasn't an image";
    	}
    
    Testing the system with some jpeg images, one of them goes through fine while the other one reports that it's vanished. They're both under the upload limits of the html and php.ini and it's the smaller one that vanishes. I've even tried resizing and saving the images, but it doesn't change things.

    Anyone any idea what's happening?

    Just in case it's relevant (which I doubt) this is the one that works and this is the one that doesn't. Working with PHP 5.1.4/ Apache 2 on win2000 and Centos boxes

    Source: http://community.livejournal.com/php/514268.html

  10. Help wanted ... errr needed ...

    Date: 11/25/06 (WebDesign)    Keywords: php, html, database, web, hosting

    I need some help with web work ... a few hours per week worth ... if you already know html &/or php, I need ya ...

    Examples ...

    :: Web site pages are designed, graphics/layout is done ... just need someone to make up the new pages; make tables + add text ...

    :: A client's blog program has been added ... php ... I will provide graphics ... need you put the graphics in place, edit pages to size specifications and help set it up for the client ...

    :: A client needs a store ... I'll install the program, I need you make it look 'pretty' ...

    :: I moved my board ... php ... from one server to another ... some of the posts are missing, I didn't realize it for about a week, have a back-up copy before the move ... need you to go through the posts find out which ones are missing, then add the missing posts to the database ...

    :: I need graphics ...

    Et cetera! Et cetera! Et cetera!

    I will pay via PayPal, postal money order, give you free hosting, &/or pay for a few on-line subscriptions/renewals ... depending on work completed and your preference ...

    I have lots and lots that I need help with, let me know what you can do and point out a few examples ... please + thank ya :)

    Source: http://community.livejournal.com/webdesign/1189002.html

  11. Apache2 & Openssl

    Date: 11/26/06 (Apache)    Keywords: browser, html, apache

    Ok I have Apache2 and openssl working -- mostly.  Apache starts without issue, and when I go to localhost:443 I have a little lock in my address bar.  My problem is that files in my 'secure' htdocs folder (as specified in ssl.conf) do not exist, according to apache.

    I've never installed a secure server so I may be missing something obvious - any help with this is greatly appreciated.

    Config files beneath the cut:


    SSL.CONF
    #
    # This is the Apache server configuration file providing SSL support.
    # It contains the configuration directives to instruct the server how to
    # serve pages over an https connection. For detailing information about these
    # directives see
    #
    #  For the moment, see for this info.
    #  The documents are still being prepared from material donated by the
    #  modssl project.
    #
    # Do NOT simply read the instructions in here without understanding
    # what they do.  They're here only as hints or reminders.  If you are unsure
    # consult the online docs. You have been warned. 
    #

    #

    #  Until documentation is completed, please check http://www.modssl.org/
    #  for additional config examples and module docmentation.  Directives
    #  and features of mod_ssl are largely unchanged from the mod_ssl project
    #  for Apache 1.3.

    #
    # When we also provide SSL we have to listen to the
    # standard HTTP port (see above) and to the HTTPS port
    #
    Listen 443

    #
    # Dynamic Shared Object (DSO) Support
    #
    # To be able to use the functionality of a module which was built as a DSO you
    #    ErrorLog logs/dummy-host.example.com-error_log
    #    CustomLog logs/dummy-host.example.com-access_log common

    ##
    ##  SSL Global Context
    ##
    ##  All SSL configuration in this context applies both to
    ##  the main server and all SSL-enabled virtual hosts.
    ##

    #
    #  Some MIME-types for downloading Certificates and CRLs
    #
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl    .crl

    #  Pass Phrase Dialog:
    #  Configure the pass phrase gathering process.
    #  The filtering dialog program (`builtin' is a internal
    #  terminal dialog) has to provide the pass phrase on stdout.
    SSLPassPhraseDialog  builtin

    #  Inter-Process Session Cache:
    #  Configure the SSL Session Cache: First the mechanism
    #  to use and second the expiring timeout (in seconds).
    #SSLSessionCache        none
    #SSLSessionCache        shmht:logs/ssl_scache(512000)
    #SSLSessionCache        shmcb:logs/ssl_scache(512000)
    SSLSessionCache        dbm:logs/ssl-scache.log
    SSLSessionCacheTimeout  300

    #  Semaphore:
    #  Configure the path to the mutual exclusion semaphore the
    #  SSL engine uses internally for inter-process synchronization.
    #SSLMutex  file:logs/ssl_mutex.log
    SSLMutex default

    #  Pseudo Random Number Generator (PRNG):
    #  Configure one or more sources to seed the PRNG of the
    #  SSL library. The seed data should be of good random quality.
    #  WARNING! On some platforms /dev/random blocks if not enough entropy
    #  is available. This means you then cannot use the /dev/random device
    #  because it would lead to very long connection times (as long as
    #  it requires to make more entropy available). But usually those
    #  platforms additionally provide a /dev/urandom device which doesn't
    #  block. So, if available, use this one instead. Read the mod_ssl User
    #  Manual for more details.
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    #SSLRandomSeed startup file:/dev/random  512
    #SSLRandomSeed startup file:/dev/urandom 512
    #SSLRandomSeed connect file:/dev/random  512
    #SSLRandomSeed connect file:/dev/urandom 512

    ##
    ## SSL Virtual Host Context
    ##



    #  General setup for the virtual host
    DocumentRoot "C:\Program Files\Apache Group\Apache2\htdocs_secure"
    ServerName localhost:443
    #ServerName www.my-domain.com:443
    ServerAdmin you@your.address
    ErrorLog logs/error.log
    TransferLog logs/access.log

    #  SSL Engine Switch:
    #  Enable/Disable SSL for this virtual host.
    SSLEngine on

    #  SSL Cipher Suite:
    #  List the ciphers that the client is permitted to negotiate.
    #  See the mod_ssl documentation for a complete list.
    SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

    #  Server Certificate:
    #  Point SSLCertificateFile at a PEM encoded certificate.  If
    #  the certificate is encrypted, then you will be prompted for a
    #  pass phrase.  Note that a kill -HUP will prompt again.  Keep
    #  in mind that if you have both an RSA and a DSA certificate you
    #  can configure both in parallel (to also allow the use of DSA
    #  ciphers, etc.)
    SSLCertificateFile conf/ssl/my-server.cert
    #SSLCertificateFile conf/ssl.crt/server-dsa.crt

    #  Server Private Key:
    #  If the key is not combined with the certificate, use this
    #  directive to point at the key file.  Keep in mind that if
    #  you've both a RSA and a DSA private key you can configure
    #  both in parallel (to also allow the use of DSA ciphers, etc.)
    SSLCertificateKeyFile conf/ssl/my-server.key
    #SSLCertificateKeyFile conf/ssl.key/server-dsa.key

    #  Server Certificate Chain:
    #  Point SSLCertificateChainFile at a file containing the
    #  concatenation of PEM encoded CA certificates which form the
    #  certificate chain for the server certificate. Alternatively
    #  the referenced file can be the same as SSLCertificateFile
    #  when the CA certificates are directly appended to the server
    #  certificate for convinience.
    #SSLCertificateChainFile conf/ssl.crt/ca.crt

    #  Certificate Authority (CA):
    #  Set the CA certificate verification path where to find CA
    #  certificates for client authentication or alternatively one
    #  huge file containing all of them (file must be PEM encoded)
    #  Note: Inside SSLCACertificatePath you need hash symlinks
    #        to point to the certificate files. Use the provided
    #        Makefile to update the hash symlinks after changes.
    #SSLCACertificatePath conf/ssl.crt
    #SSLCACertificateFile conf/ssl.crt/ca-bundle.crt

    #  Certificate Revocation Lists (CRL):
    #  Set the CA revocation path where to find CA CRLs for client
    #  authentication or alternatively one huge file containing all
    #  of them (file must be PEM encoded)
    #  Note: Inside SSLCARevocationPath you need hash symlinks
    #        to point to the certificate files. Use the provided
    #        Makefile to update the hash symlinks after changes.
    #SSLCARevocationPath conf/ssl.crl
    #SSLCARevocationFile conf/ssl.crl/ca-bundle.crl

    #  Client Authentication (Type):
    #  Client certificate verification type and depth.  Types are
    #  none, optional, require and optional_no_ca.  Depth is a
    #  number which specifies how deeply to verify the certificate
    #  issuer chain before deciding the certificate is not valid.
    #SSLVerifyClient require
    #SSLVerifyDepth  10

    #  Access Control:
    #  With SSLRequire you can do per-directory access control based
    #  on arbitrary complex boolean expressions containing server
    #  variable checks and other lookup directives.  The syntax is a
    #  mixture between C and Perl.  See the mod_ssl documentation
    #  for more details.
    #
    #SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
    #            and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
    #            and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
    #            and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
    #            and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20      ) \
    #          or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
    #


    #  SSL Engine Options:
    #  Set various options for the SSL engine.
    #  o FakeBasicAuth:
    #    Translate the client X.509 into a Basic Authorisation.  This means that
    #    the standard Auth/DBMAuth methods can be used for access control.  The
    #    user name is the `one line' version of the client's X.509 certificate.
    #    Note that no password is obtained from the user. Every entry in the user
    #    file needs this password: `xxj31ZMTZzkVA'.
    #  o ExportCertData:
    #    This exports two additional environment variables: SSL_CLIENT_CERT and
    #    SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
    #    server (always existing) and the client (only existing when client
    #    authentication is used). This can be used to import the certificates
    #    into CGI scripts.
    #  o StdEnvVars:
    #    This exports the standard SSL/TLS related `SSL_*' environment variables.
    #    Per default this exportation is switched off for performance reasons,
    #    because the extraction step is an expensive operation and is usually
    #    useless for serving static content. So one usually enables the
    #    exportation for CGI and SSI requests only.
    #  o CompatEnvVars:
    #    This exports obsolete environment variables for backward compatibility
    #    to Apache-SSL 1.x, mod_ssl 2.0.x, Sioux 1.0 and Stronghold 2.x. Use this
    #    to provide compatibility to existing CGI scripts.
    #  o StrictRequire:
    #    This denies access when "SSLRequireSSL" or "SSLRequire" applied even
    #    under a "Satisfy any" situation, i.e. when it applies access is denied
    #    and no other module can change it.
    #  o OptRenegotiate:
    #    This enables optimized SSL connection renegotiation handling when SSL
    #    directives are used in per-directory context.
    #SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire

    [Error: Irreparable invalid markup ('') in entry. Owner must fix manually. Raw contents below.]

    Ok I have Apache2 and openssl working -- mostly.&nbsp; Apache starts without issue, and when I go to localhost:443 I have a little lock in my address bar.&nbsp; My problem is that files in my 'secure' htdocs folder (as specified in ssl.conf) do not exist, according to apache.

    I've never installed a secure server so I may be missing something obvious - any help with this is greatly appreciated.

    Config files beneath the cut:


    SSL.CONF
    #
    # This is the Apache server configuration file providing SSL support.
    # It contains the configuration directives to instruct the server how to
    # serve pages over an https connection. For detailing information about these
    # directives see
    #
    #&nbsp; For the moment, see for this info.
    #&nbsp; The documents are still being prepared from material donated by the
    #&nbsp; modssl project.
    #
    # Do NOT simply read the instructions in here without understanding
    # what they do.&nbsp; They're here only as hints or reminders.&nbsp; If you are unsure
    # consult the online docs. You have been warned.&nbsp;
    #

    #

    #&nbsp; Until documentation is completed, please check http://www.modssl.org/
    #&nbsp; for additional config examples and module docmentation.&nbsp; Directives
    #&nbsp; and features of mod_ssl are largely unchanged from the mod_ssl project
    #&nbsp; for Apache 1.3.

    #
    # When we also provide SSL we have to listen to the
    # standard HTTP port (see above) and to the HTTPS port
    #
    Listen 443

    #
    # Dynamic Shared Object (DSO) Support
    #
    # To be able to use the functionality of a module which was built as a DSO you
    #&nbsp; &nbsp; ErrorLog logs/dummy-host.example.com-error_log
    #&nbsp; &nbsp; CustomLog logs/dummy-host.example.com-access_log common

    ##
    ##&nbsp; SSL Global Context
    ##
    ##&nbsp; All SSL configuration in this context applies both to
    ##&nbsp; the main server and all SSL-enabled virtual hosts.
    ##

    #
    #&nbsp; Some MIME-types for downloading Certificates and CRLs
    #
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl&nbsp; &nbsp; .crl

    #&nbsp; Pass Phrase Dialog:
    #&nbsp; Configure the pass phrase gathering process.
    #&nbsp; The filtering dialog program (`builtin' is a internal
    #&nbsp; terminal dialog) has to provide the pass phrase on stdout.
    SSLPassPhraseDialog&nbsp; builtin

    #&nbsp; Inter-Process Session Cache:
    #&nbsp; Configure the SSL Session Cache: First the mechanism
    #&nbsp; to use and second the expiring timeout (in seconds).
    #SSLSessionCache&nbsp; &nbsp; &nbsp; &nbsp; none
    #SSLSessionCache&nbsp; &nbsp; &nbsp; &nbsp; shmht:logs/ssl_scache(512000)
    #SSLSessionCache&nbsp; &nbsp; &nbsp; &nbsp; shmcb:logs/ssl_scache(512000)
    SSLSessionCache&nbsp; &nbsp; &nbsp; &nbsp; dbm:logs/ssl-scache.log
    SSLSessionCacheTimeout&nbsp; 300

    #&nbsp; Semaphore:
    #&nbsp; Configure the path to the mutual exclusion semaphore the
    #&nbsp; SSL engine uses internally for inter-process synchronization.
    #SSLMutex&nbsp; file:logs/ssl_mutex.log
    SSLMutex default

    #&nbsp; Pseudo Random Number Generator (PRNG):
    #&nbsp; Configure one or more sources to seed the PRNG of the
    #&nbsp; SSL library. The seed data should be of good random quality.
    #&nbsp; WARNING! On some platforms /dev/random blocks if not enough entropy
    #&nbsp; is available. This means you then cannot use the /dev/random device
    #&nbsp; because it would lead to very long connection times (as long as
    #&nbsp; it requires to make more entropy available). But usually those
    #&nbsp; platforms additionally provide a /dev/urandom device which doesn't
    #&nbsp; block. So, if available, use this one instead. Read the mod_ssl User
    #&nbsp; Manual for more details.
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    #SSLRandomSeed startup file:/dev/random&nbsp; 512
    #SSLRandomSeed startup file:/dev/urandom 512
    #SSLRandomSeed connect file:/dev/random&nbsp; 512
    #SSLRandomSeed connect file:/dev/urandom 512

    ##
    ## SSL Virtual Host Context
    ##



    #&nbsp; General setup for the virtual host
    DocumentRoot "C:\Program Files\Apache Group\Apache2\htdocs_secure"
    ServerName localhost:443
    #ServerName www.my-domain.com:443
    ServerAdmin you@your.address
    ErrorLog logs/error.log
    TransferLog logs/access.log

    #&nbsp; SSL Engine Switch:
    #&nbsp; Enable/Disable SSL for this virtual host.
    SSLEngine on

    #&nbsp; SSL Cipher Suite:
    #&nbsp; List the ciphers that the client is permitted to negotiate.
    #&nbsp; See the mod_ssl documentation for a complete list.
    SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

    #&nbsp; Server Certificate:
    #&nbsp; Point SSLCertificateFile at a PEM encoded certificate.&nbsp; If
    #&nbsp; the certificate is encrypted, then you will be prompted for a
    #&nbsp; pass phrase.&nbsp; Note that a kill -HUP will prompt again.&nbsp; Keep
    #&nbsp; in mind that if you have both an RSA and a DSA certificate you
    #&nbsp; can configure both in parallel (to also allow the use of DSA
    #&nbsp; ciphers, etc.)
    SSLCertificateFile conf/ssl/my-server.cert
    #SSLCertificateFile conf/ssl.crt/server-dsa.crt

    #&nbsp; Server Private Key:
    #&nbsp; If the key is not combined with the certificate, use this
    #&nbsp; directive to point at the key file.&nbsp; Keep in mind that if
    #&nbsp; you've both a RSA and a DSA private key you can configure
    #&nbsp; both in parallel (to also allow the use of DSA ciphers, etc.)
    SSLCertificateKeyFile conf/ssl/my-server.key
    #SSLCertificateKeyFile conf/ssl.key/server-dsa.key

    #&nbsp; Server Certificate Chain:
    #&nbsp; Point SSLCertificateChainFile at a file containing the
    #&nbsp; concatenation of PEM encoded CA certificates which form the
    #&nbsp; certificate chain for the server certificate. Alternatively
    #&nbsp; the referenced file can be the same as SSLCertificateFile
    #&nbsp; when the CA certificates are directly appended to the server
    #&nbsp; certificate for convinience.
    #SSLCertificateChainFile conf/ssl.crt/ca.crt

    #&nbsp; Certificate Authority (CA):
    #&nbsp; Set the CA certificate verification path where to find CA
    #&nbsp; certificates for client authentication or alternatively one
    #&nbsp; huge file containing all of them (file must be PEM encoded)
    #&nbsp; Note: Inside SSLCACertificatePath you need hash symlinks
    #&nbsp; &nbsp; &nbsp; &nbsp; to point to the certificate files. Use the provided
    #&nbsp; &nbsp; &nbsp; &nbsp; Makefile to update the hash symlinks after changes.
    #SSLCACertificatePath conf/ssl.crt
    #SSLCACertificateFile conf/ssl.crt/ca-bundle.crt

    #&nbsp; Certificate Revocation Lists (CRL):
    #&nbsp; Set the CA revocation path where to find CA CRLs for client
    #&nbsp; authentication or alternatively one huge file containing all
    #&nbsp; of them (file must be PEM encoded)
    #&nbsp; Note: Inside SSLCARevocationPath you need hash symlinks
    #&nbsp; &nbsp; &nbsp; &nbsp; to point to the certificate files. Use the provided
    #&nbsp; &nbsp; &nbsp; &nbsp; Makefile to update the hash symlinks after changes.
    #SSLCARevocationPath conf/ssl.crl
    #SSLCARevocationFile conf/ssl.crl/ca-bundle.crl

    #&nbsp; Client Authentication (Type):
    #&nbsp; Client certificate verification type and depth.&nbsp; Types are
    #&nbsp; none, optional, require and optional_no_ca.&nbsp; Depth is a
    #&nbsp; number which specifies how deeply to verify the certificate
    #&nbsp; issuer chain before deciding the certificate is not valid.
    #SSLVerifyClient require
    #SSLVerifyDepth&nbsp; 10

    #&nbsp; Access Control:
    #&nbsp; With SSLRequire you can do per-directory access control based
    #&nbsp; on arbitrary complex boolean expressions containing server
    #&nbsp; variable checks and other lookup directives.&nbsp; The syntax is a
    #&nbsp; mixture between C and Perl.&nbsp; See the mod_ssl documentation
    #&nbsp; for more details.
    #
    #SSLRequire (&nbsp; &nbsp; %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
    #&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
    #&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
    #&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
    #&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20&nbsp; &nbsp; &nbsp; ) \
    #&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
    #


    #&nbsp; SSL Engine Options:
    #&nbsp; Set various options for the SSL engine.
    #&nbsp; o FakeBasicAuth:
    #&nbsp; &nbsp; Translate the client X.509 into a Basic Authorisation.&nbsp; This means that
    #&nbsp; &nbsp; the standard Auth/DBMAuth methods can be used for access control.&nbsp; The
    #&nbsp; &nbsp; user name is the `one line' version of the client's X.509 certificate.
    #&nbsp; &nbsp; Note that no password is obtained from the user. Every entry in the user
    #&nbsp; &nbsp; file needs this password: `xxj31ZMTZzkVA'.
    #&nbsp; o ExportCertData:
    #&nbsp; &nbsp; This exports two additional environment variables: SSL_CLIENT_CERT and
    #&nbsp; &nbsp; SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
    #&nbsp; &nbsp; server (always existing) and the client (only existing when client
    #&nbsp; &nbsp; authentication is used). This can be used to import the certificates
    #&nbsp; &nbsp; into CGI scripts.
    #&nbsp; o StdEnvVars:
    #&nbsp; &nbsp; This exports the standard SSL/TLS related `SSL_*' environment variables.
    #&nbsp; &nbsp; Per default this exportation is switched off for performance reasons,
    #&nbsp; &nbsp; because the extraction step is an expensive operation and is usually
    #&nbsp; &nbsp; useless for serving static content. So one usually enables the
    #&nbsp; &nbsp; exportation for CGI and SSI requests only.
    #&nbsp; o CompatEnvVars:
    #&nbsp; &nbsp; This exports obsolete environment variables for backward compatibility
    #&nbsp; &nbsp; to Apache-SSL 1.x, mod_ssl 2.0.x, Sioux 1.0 and Stronghold 2.x. Use this
    #&nbsp; &nbsp; to provide compatibility to existing CGI scripts.
    #&nbsp; o StrictRequire:
    #&nbsp; &nbsp; This denies access when "SSLRequireSSL" or "SSLRequire" applied even
    #&nbsp; &nbsp; under a "Satisfy any" situation, i.e. when it applies access is denied
    #&nbsp; &nbsp; and no other module can change it.
    #&nbsp; o OptRenegotiate:
    #&nbsp; &nbsp; This enables optimized SSL connection renegotiation handling when SSL
    #&nbsp; &nbsp; directives are used in per-directory context.
    #SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire

    &nbsp; &nbsp; SSLOptions +StdEnvVars


    &nbsp; &nbsp; SSLOptions +StdEnvVars


    #&nbsp; SSL Protocol Adjustments:
    #&nbsp; The safe and default but still SSL/TLS standard compliant shutdown
    #&nbsp; approach is that mod_ssl sends the close notify alert but doesn't wait for
    #&nbsp; the close notify alert from client. When you need a different shutdown
    #&nbsp; approach you can use one of the following variables:
    #&nbsp; o ssl-unclean-shutdown:
    #&nbsp; &nbsp; This forces an unclean shutdown when the connection is closed, i.e. no
    #&nbsp; &nbsp; SSL close notify alert is send or allowed to received.&nbsp; This violates
    #&nbsp; &nbsp; the SSL/TLS standard but is needed for some brain-dead browsers. Use
    #&nbsp; &nbsp; this when you receive I/O errors because of the standard approach where
    #&nbsp; &nbsp; mod_ssl sends the close notify alert.
    #&nbsp; o ssl-accurate-shutdown:
    #&nbsp; &nbsp; This forces an accurate shutdown when the connection is closed, i.e. a
    #&nbsp; &nbsp; SSL close notify alert is send and mod_ssl waits for the close notify
    #&nbsp; &nbsp; alert of the client. This is 100% SSL/TLS standard compliant, but in
    #&nbsp; &nbsp; practice often causes hanging connections with brain-dead browsers. Use
    #&nbsp; &nbsp; this only for browsers where you know that their SSL implementation
    #&nbsp; &nbsp; works correctly.
    #&nbsp; Notice: Most problems of broken clients are also related to the HTTP
    #&nbsp; keep-alive facility, so you usually additionally want to disable
    #&nbsp; keep-alive for those clients, too. Use variable "nokeepalive" for this.
    #&nbsp; Similarly, one has to force some clients to use HTTP/1.0 to workaround
    #&nbsp; their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
    #&nbsp; "force-response-1.0" for this.
    SetEnvIf User-Agent ".*MSIE.*" \
    &nbsp; &nbsp; &nbsp; &nbsp; nokeepalive ssl-unclean-shutdown \
    &nbsp; &nbsp; &nbsp; &nbsp; downgrade-1.0 force-response-1.0

    #&nbsp; Per-Server Logging:
    #&nbsp; The home of a custom SSL log file. Use this when you want a
    #&nbsp; compact non-error SSL logfile on a virtual host basis.
    CustomLog logs/ssl_request_log \
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;

    #




    HTTPD.CONF
    #
    # Based upon the NCSA server configuration files originally by Rob McCool.
    #
    # This is the main Apache server configuration file.&nbsp; It contains the
    # configuration directives that give the server its instructions.
    # See for detailed information about
    # the directives.
    #
    # Do NOT simply read the instructions in here without understanding
    # what they do.&nbsp; They're here only as hints or reminders.&nbsp; If you are unsure
    # consult the online docs. You have been warned.&nbsp;
    #
    # The configuration directives are grouped into three basic sections:
    #&nbsp; 1. Directives that control the operation of the Apache server process as a
    #&nbsp; &nbsp; whole (the 'global environment').
    #&nbsp; 2. Directives that define the parameters of the 'main' or 'default' server,
    #&nbsp; &nbsp; which responds to requests that aren't handled by a virtual host.
    #&nbsp; &nbsp; These directives also provide default values for the settings
    #&nbsp; &nbsp; of all virtual hosts.
    #&nbsp; 3. Settings for virtual hosts, which allow Web requests to be sent to
    #&nbsp; &nbsp; different IP addresses or hostnames and have them handled by the
    #&nbsp; &nbsp; same Apache server process.
    #
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path.&nbsp; If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
    # with ServerRoot set to "C:/Program Files/Apache Group/Apache2" will be interpreted by the
    # server as "C:/Program Files/Apache Group/Apache2/logs/foo.log".
    #
    # NOTE: Where filenames are specified, you must use forward slashes
    # instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
    # If a drive letter is omitted, the drive on which Apache.exe is located
    # will be used by default.&nbsp; It is recommended that you always supply
    # an explicit drive letter in absolute paths, however, to avoid
    # confusion.
    #

    ### Section 1: Global Environment
    #
    # The directives in this section affect the overall operation of Apache,
    # such as the number of concurrent requests it can handle or where it
    # can find its configuration files.
    #

    #
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    #
    # NOTE!&nbsp; If you intend to place this on an NFS (or otherwise network)
    # mounted filesystem then please read the LockFile documentation (available
    # at );
    # you will save yourself a lot of trouble.
    #
    # Do NOT add a slash at the end of the directory path.
    #
    ServerRoot "C:/Program Files/Apache Group/Apache2"

    #
    # ScoreBoardFile: File used to store internal server process information.
    # If unspecified (the default), the scoreboard will be stored in an
    # anonymous shared memory segment, and will be unavailable to third-party
    # applications.
    # If specified, ensure that no two invocations of Apache share the same
    # scoreboard file. The scoreboard file MUST BE STORED ON A LOCAL DISK.
    #
    #ScoreBoardFile logs/apache_runtime_status

    #
    # PidFile: The file in which the server should record its process
    # identification number when it starts.
    #
    PidFile logs/httpd.pid

    #
    # Timeout: The number of seconds before receives and sends time out.
    #
    Timeout 300

    #
    # KeepAlive: Whether or not to allow persistent connections (more than
    # one request per connection). Set to "Off" to deactivate.
    #
    KeepAlive On

    #
    # MaxKeepAliveRequests: The maximum number of requests to allow
    # during a persistent connection. Set to 0 to allow an unlimited amount.
    # We recommend you leave this number high, for maximum performance.
    #
    MaxKeepAliveRequests 100

    #
    # KeepAliveTimeout: Number of seconds to wait for the next request from the
    # same client on the same connection.
    #
    KeepAliveTimeout 15

    ##
    ## Server-Pool Size Regulation (MPM specific)
    ##

    # WinNT MPM
    # ThreadsPerChild: constant number of worker threads in the server process
    # MaxRequestsPerChild: maximum&nbsp; number of requests a server process serves

    ThreadsPerChild 250
    MaxRequestsPerChild&nbsp; 0


    #
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the
    # directive.
    #
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses (0.0.0.0)
    #
    #Listen 12.34.56.78:80
    Listen 80

    #
    # Dynamic Shared Object (DSO) Support
    #
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    #
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    #
    LoadModule access_module modules/mod_access.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule auth_module modules/mod_auth.so
    #LoadModule auth_anon_module modules/mod_auth_anon.so
    #LoadModule auth_dbm_module modules/mod_auth_dbm.so
    #LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule autoindex_module modules/mod_autoindex.so
    #LoadModule cern_meta_module modules/mod_cern_meta.so
    LoadModule cgi_module modules/mod_cgi.so
    #LoadModule dav_module modules/mod_dav.so
    #LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule env_module modules/mod_env.so
    #LoadModule expires_module modules/mod_expires.so
    #LoadModule file_cache_module modules/mod_file_cache.so
    #LoadModule headers_module modules/mod_headers.so
    LoadModule imap_module modules/mod_imap.so
    LoadModule include_module modules/mod_include.so
    #LoadModule info_module modules/mod_info.so
    LoadModule isapi_module modules/mod_isapi.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule mime_module modules/mod_mime.so
    #LoadModule mime_magic_module modules/mod_mime_magic.so
    #LoadModule proxy_module modules/mod_proxy.so
    #LoadModule proxy_connect_module modules/mod_proxy_connect.so
    #LoadModule proxy_http_module modules/mod_proxy_http.so
    #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule negotiation_module modules/mod_negotiation.so
    #LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule setenvif_module modules/mod_setenvif.so
    #LoadModule speling_module modules/mod_speling.so
    #LoadModule status_module modules/mod_status.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule userdir_module modules/mod_userdir.so
    #LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule ssl_module modules/mod_ssl.so

    #
    # ExtendedStatus controls whether Apache will generate "full" status
    # information (ExtendedStatus On) or just basic information (ExtendedStatus
    # Off) when the "server-status" handler is called. The default is Off.
    #
    #ExtendedStatus On

    ### Section 2: 'Main' server configuration
    #
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # definition.&nbsp; These values also provide defaults for
    # any containers you may define later in the file.
    #
    # All of these directives may appear inside containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    #

    #
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed.&nbsp; This address appears on some server-generated pages, such
    # as error documents.&nbsp; e.g. admin@your-domain.com
    #
    ServerAdmin test@test.com

    #
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    #
    # If this is not set to valid DNS name for your host, server-generated
    # redirections will not work.&nbsp; See also the UseCanonicalName directive.
    #
    # If your host doesn't have a registered DNS name, enter its IP address here.
    # You will have to access it by its address anyway, and this will make
    # redirections work in a sensible way.
    #
    ServerName localhost:80

    #
    # UseCanonicalName: Determines how Apache constructs self-referencing
    # URLs and the SERVER_NAME and SERVER_PORT variables.
    # When set "Off", Apache will use the Hostname and Port supplied
    # by the client.&nbsp; When set "On", Apache will use the value of the
    # ServerName directive.
    #
    UseCanonicalName Off

    #
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    #
    DocumentRoot "C:/Program Files/Apache Group/Apache2/htdocs"

    #
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    #
    # First, we configure the "default" to be a very restrictive set of
    # features.&nbsp;
    #

    &nbsp; &nbsp; Options FollowSymLinks
    &nbsp; &nbsp; AllowOverride None


    #
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    #

    #
    # This should be changed to whatever you set DocumentRoot to.
    #


    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #&nbsp; Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.&nbsp; Please see
    # http://httpd.apache.org/docs/2.0/mod/core.html#options
    # for more information.
    #
    &nbsp; &nbsp; Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #&nbsp; Options FileInfo AuthConfig Limit
    #
    &nbsp; &nbsp; AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    &nbsp; &nbsp; Order allow,deny
    &nbsp; &nbsp; Allow from all



    #
    # UserDir: The name of the directory that is appended onto a user's home
    # directory if a ~user request is received.&nbsp; Be especially careful to use
    # proper, forward slashes here.&nbsp; On Windows NT, "Personal/My Website"
    # is a more appropriate choice.
    #
    UserDir "My Documents/My Website"

    #
    # Control access to UserDir directories.&nbsp; The following is an example
    # for a site where these directories are restricted to read-only.
    #
    # You must correct the path for the root to match your system's configured
    # user directory location, e.g. "C:/WinNT/profiles/*/My Documents/My Website"
    # or whichever, as appropriate.
    #
    #
    #&nbsp; &nbsp; AllowOverride FileInfo AuthConfig Limit
    #&nbsp; &nbsp; Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    #&nbsp; &nbsp;
    #&nbsp; &nbsp; &nbsp; &nbsp; Order allow,deny
    #&nbsp; &nbsp; &nbsp; &nbsp; Allow from all
    #&nbsp; &nbsp;

    #&nbsp; &nbsp;
    #&nbsp; &nbsp; &nbsp; &nbsp; Order deny,allow
    #&nbsp; &nbsp; &nbsp; &nbsp; Deny from all
    #&nbsp; &nbsp;

    #


    #
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    #
    # The index.html.var file (a type-map) is used to deliver content-
    # negotiated documents.&nbsp; The MultiViews Option can be used for the
    # same purpose, but it is much slower.
    #
    DirectoryIndex index.html index.html.var

    #
    # AccessFileName: The name of the file to look for in each directory
    # for additional configuration directives.&nbsp; See also the AllowOverride
    # directive.
    #
    AccessFileName .htaccess

    #
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    #

    &nbsp; &nbsp; Order allow,deny
    &nbsp; &nbsp; Deny from all


    #
    # TypesConfig describes where the mime.types file (or equivalent) is
    # to be found.
    #
    TypesConfig conf/mime.types

    #
    # DefaultType is the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value.&nbsp; If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    #
    DefaultType text/plain

    #
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type.&nbsp; The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #

    &nbsp; &nbsp; MIMEMagicFile conf/magic


    #
    # HostnameLookups: Log the names of clients or just their IP addresses
    # e.g., www.apache.org (on) or 204.62.129.132 (off).
    # The default is off because it'd be overall better for the net if people
    # had to knowingly turn this feature on, since enabling it means that
    # each client request will result in AT LEAST one lookup request to the
    # nameserver.
    #
    HostnameLookups Off

    #
    # EnableMMAP: Control whether memory-mapping is used to deliver
    # files (assuming that the underlying OS supports it).
    # The default is on; turn this off if you serve from NFS-mounted
    # filesystems.&nbsp; On some systems, turning it off (regardless of
    # filesystem) can improve performance; for details, please see
    # http://httpd.apache.org/docs/2.0/mod/core.html#enablemmap
    #
    #EnableMMAP off

    #
    # EnableSendfile: Control whether the sendfile kernel support is
    # used&nbsp; to deliver files (assuming that the OS supports it).
    # The default is on; turn this off if you serve from NFS-mounted
    # filesystems.&nbsp; Please see
    # http://httpd.apache.org/docs/2.0/mod/core.html#enablesendfile
    #
    #EnableSendfile off

    #
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a
    # container, error messages relating to that virtual host will be
    # logged here.&nbsp; If you *do* define an error logfile for a
    # container, that host's errors will be logged there and not here.
    #
    ErrorLog logs/error.log

    #
    # LogLevel: Control the number of messages logged to the error.log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    #
    # LogLevel warn
    LogLevel debug

    #
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    #
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent

    # You need to enable mod_logio.c to use %I and %O
    #LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio

    #
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a
    # container, they will be logged here.&nbsp; Contrariwise, if you *do*
    # define per- access logfiles, transactions will be
    # logged therein and *not* in this file.
    #
    CustomLog logs/access.log common

    #
    # If you would like to have agent and referer logfiles, uncomment the
    # following directives.
    #
    #CustomLog logs/referer.log referer
    #CustomLog logs/agent.log agent

    #
    # If you prefer a single logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #
    #CustomLog logs/access.log combined

    #
    # ServerTokens
    # This directive configures what you return as the Server HTTP response
    # Header. The default is 'Full' which sends information about the OS-Type
    # and compiled in modules.
    # Set to one of:&nbsp; Full | OS | Minor | Minimal | Major | Prod
    # where Full conveys the most information, and Prod the least.
    #
    ServerTokens Full

    #
    # Optionally add a line containing the server version and virtual host
    # name to server-generated pages (internal error documents, FTP directory
    # listings, mod_status and mod_info output etc., but not CGI generated
    # documents or custom error documents).
    # Set to "EMail" to also include a mailto: link to the ServerAdmin.
    # Set to one of:&nbsp; On | Off | EMail
    #
    ServerSignature On

    #
    # Aliases: Add here as many aliases as you need (with no limit). The format is
    # Alias fakename realname
    #
    # Note that if you include a trailing / on fakename then the server will
    # require it to be present in the URL.&nbsp; So "/icons" isn't aliased in this
    # example, only "/icons/".&nbsp; If the fakename is slash-terminated, then the
    # realname must also be slash terminated, and if the fakename omits the
    # trailing slash, the realname must also omit it.
    #
    # We include the /icons/ alias for FancyIndexed directory listings.&nbsp; If you
    # do not use FancyIndexing, you may comment this out.
    #
    Alias /icons/ "C:/Program Files/Apache Group/Apache2/icons/"


    &nbsp; &nbsp; Options Indexes MultiViews
    &nbsp; &nbsp; AllowOverride None
    &nbsp; &nbsp; Order allow,deny
    &nbsp; &nbsp; Allow from all


    #
    # This should be changed to the ServerRoot/manual/.&nbsp; The alias provides
    # the manual, even if you choose to move your DocumentRoot.&nbsp; You may comment
    # this out if you do not care for the documentation.
    #
    AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "C:/Program Files/Apache Group/Apache2/manual$1"


    &nbsp; &nbsp; Options Indexes
    &nbsp; &nbsp; AllowOverride None
    &nbsp; &nbsp; Order allow,deny
    &nbsp; &nbsp; Allow from all

    &nbsp; &nbsp;
    &nbsp; &nbsp; &nbsp; &nbsp; SetHandler type-map
    &nbsp; &nbsp;


    &nbsp; &nbsp; SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|ru)/ prefer-language=$1
    &nbsp; &nbsp; RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2


    #
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the realname directory are treated as applications and
    # run by the server when requested rather than as documents sent to the client.
    # The same rules about trailing "/" apply to ScriptAlias directives as to
    # Alias.
    #
    ScriptAlias /cgi-bin/ "C:/Program Files/Apache Group/Apache2/cgi-bin/"

    #
    # "C:/Program Files/Apache Group/Apache2/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    #

    &nbsp; &nbsp; AllowOverride None
    &nbsp; &nbsp; Options None
    &nbsp; &nbsp; Order allow,deny
    &nbsp; &nbsp; Allow from all


    #
    # Redirect allows you to tell clients about documents which used to exist in
    # your server's namespace, but do not anymore. This allows you to tell the
    # clients where to look for the relocated document.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar

    #
    # Directives controlling the display of server-generated directory listings.
    #

    #
    # IndexOptions: Controls the appearance of server-generated directory
    # listings.
    #
    IndexOptions FancyIndexing VersionSort

    #
    # AddIcon* directives tell the server which icon to show for different
    # files or filename extensions.&nbsp; These are only displayed for
    # FancyIndexed directories.
    #
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip

    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*

    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core

    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^

    #
    # DefaultIcon is which icon to show for files which do not have an icon
    # explicitly set.
    #
    DefaultIcon /icons/unknown.gif

    #
    # AddDescription allows you to place a short description after a file in
    # server-generated indexes.&nbsp; These are only displayed for FancyIndexed
    # directories.
    # Format: AddDescription "description" filename
    #
    #AddDescription "GZIP compressed document" .gz
    #AddDescription "tar archive" .tar
    #AddDescription "GZIP compressed tar archive" .tgz

    #
    # ReadmeName is the name of the README file the server will look for by
    # default, and append to directory listings.
    #
    # HeaderName is the name of a file which should be prepended to
    # directory indexes.
    ReadmeName README.html
    HeaderName HEADER.html

    #
    # IndexIgnore is a set of filenames which directory indexing should ignore
    # and not include in the listing.&nbsp; Shell-style wildcarding is permitted.
    #
    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t

    #
    # DefaultLanguage and AddLanguage allows you to specify the language of
    # a document. You can then use content negotiation to give a browser a
    # file in a language the user can understand.
    #
    # Specify a default language. This means that all data
    # going out without a specific language tag (see below) will
    # be marked with this one. You probably do NOT want to set
    # this unless you are sure it is correct for all cases.
    #
    # * It is generally better to not mark a page as
    # * being a certain language than marking it with the wrong
    # * language!
    #
    # DefaultLanguage nl
    #
    # Note 1: The suffix does not have to be the same as the language
    # keyword --- those with documents in Polish (whose net-standard
    # language code is pl) may wish to use "AddLanguage pl .po" to
    # avoid the ambiguity with the common suffix for perl scripts.
    #
    # Note 2: The example entries below illustrate that in some cases
    # the two character 'Language' abbreviation is not identical to
    # the two character 'Country' code for its country,
    # E.g. 'Danmark/dk' versus 'Danish/da'.
    #
    # Note 3: In the case of 'ltz' we violate the RFC by using a three char
    # specifier. There is 'work in progress' to fix this and get
    # the reference data for rfc1766 cleaned up.
    #
    # Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl)
    # English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
    # Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
    # Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
    # Norwegian (no) - Polish (pl) - Portugese (pt)
    # Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
    # Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)
    #
    AddLanguage ca .ca
    AddLanguage cs .cz .cs
    AddLanguage da .dk
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage en .en
    AddLanguage eo .eo
    AddLanguage es .es
    AddLanguage et .et
    AddLanguage fr .fr
    AddLanguage he .he
    AddLanguage hr .hr
    AddLanguage it .it
    AddLanguage ja .ja
    AddLanguage ko .ko
    AddLanguage ltz .ltz
    AddLanguage nl .nl
    AddLanguage nn .nn
    AddLanguage no .no
    AddLanguage pl .po
    AddLanguage pt .pt
    AddLanguage pt-BR .pt-br
    AddLanguage ru .ru
    AddLanguage sv .sv
    AddLanguage zh-CN .zh-cn
    AddLanguage zh-TW .zh-tw

    #
    # LanguagePriority allows you to give precedence to some languages
    # in case of a tie during content negotiation.
    #
    # Just list the languages in decreasing order of preference. We have
    # more or less alphabetized them here. You probably want to change this.
    #
    LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW

    #
    # ForceLanguagePriority allows you to serve a result page rather than
    # MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback)
    # [in case no accepted languages matched the available variants]
    #
    ForceLanguagePriority Prefer Fallback

    #
    # Commonly used filename extensions to character sets. You probably
    # want to avoid clashes with the language extensions, unless you
    # are good at carefully testing your setup after each change.
    # See http://www.iana.org/assignments/character-sets for the
    # official list of charset names and their respective RFCs.
    #
    AddCharset ISO-8859-1&nbsp; .iso8859-1 .latin1
    AddCharset ISO-8859-2&nbsp; .iso8859-2 .latin2 .cen
    AddCharset ISO-8859-3&nbsp; .iso8859-3 .latin3
    AddCharset ISO-8859-4&nbsp; .iso8859-4 .latin4
    AddCharset ISO-8859-5&nbsp; .iso8859-5 .latin5 .cyr .iso-ru
    AddCharset ISO-8859-6&nbsp; .iso8859-6 .latin6 .arb
    AddCharset ISO-8859-7&nbsp; .iso8859-7 .latin7 .grk
    AddCharset ISO-8859-8&nbsp; .iso8859-8 .latin8 .heb
    AddCharset ISO-8859-9&nbsp; .iso8859-9 .latin9 .trk
    AddCharset ISO-2022-JP .iso2022-jp .jis
    AddCharset ISO-2022-KR .iso2022-kr .kis
    AddCharset ISO-2022-CN .iso2022-cn .cis
    AddCharset Big5&nbsp; &nbsp; &nbsp; &nbsp; .Big5&nbsp; &nbsp; &nbsp; .big5
    # For russian, more than one charset is used (depends on client, mostly):
    AddCharset WINDOWS-1251 .cp-1251&nbsp; .win-1251
    AddCharset CP866&nbsp; &nbsp; &nbsp; .cp866
    AddCharset KOI8-r&nbsp; &nbsp; &nbsp; .koi8-r .koi8-ru
    AddCharset KOI8-ru&nbsp; &nbsp; .koi8-uk .ua
    AddCharset ISO-10646-UCS-2 .ucs2
    AddCharset ISO-10646-UCS-4 .ucs4
    AddCharset UTF-8&nbsp; &nbsp; &nbsp; .utf8

    # The set below does not map to a specific (iso) standard
    # but works on a fairly wide range of browsers. Note that
    # capitalization actually matters (it should not, but it
    # does for some browsers).
    #
    # See http://www.iana.org/assignments/character-sets
    # for a list of sorts. But browsers support few.
    #
    AddCharset GB2312&nbsp; &nbsp; &nbsp; .gb2312 .gb
    AddCharset utf-7&nbsp; &nbsp; &nbsp; .utf7
    AddCharset utf-8&nbsp; &nbsp; &nbsp; .utf8
    AddCharset big5&nbsp; &nbsp; &nbsp; &nbsp; .big5 .b5
    AddCharset EUC-TW&nbsp; &nbsp; &nbsp; .euc-tw
    AddCharset EUC-JP&nbsp; &nbsp; &nbsp; .euc-jp
    AddCharset EUC-KR&nbsp; &nbsp; &nbsp; .euc-kr
    AddCharset shift_jis&nbsp; .sjis

    #
    # AddType allows you to add to or override the MIME configuration
    # file mime.types for specific file types.
    #
    #AddType application/x-tar .tgz
    #
    # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
    # information on the fly. Note: Not all browsers support this.
    # Despite the name similarity, the following Add* directives have nothing
    # to do with the FancyIndexing customization directives above.
    #
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    #
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    #
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz

    #
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    #
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #
    #AddHandler cgi-script .cgi

    #
    # For files that include their own HTTP headers:
    #
    #AddHandler send-as-is asis

    #
    # For server-parsed imagemap files:
    #
    #AddHandler imap-file map

    #
    # For type maps (negotiated resources):
    # (This is enabled by default to allow the Apache "It Worked" page
    #&nbsp; to be distributed in multiple languages.)
    #
    AddHandler type-map var

    #
    # Filters allow you to process content before it is sent to the client.
    #
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #
    #AddType text/html .shtml
    #AddOutputFilter INCLUDES .shtml

    #
    # Action lets you define media types that will execute a script whenever
    # a matching file is called. This eliminates the need for repeated URL
    # pathnames for oft-used CGI file processors.
    # Format: Action media/type /cgi-script/location
    # Format: Action handler-name /cgi-script/location
    #

    #
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    #
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    #

    #
    # Putting this all together, we can internationalize error responses.
    #
    # We use Alias to redirect any /error/HTTP_.html.var response to
    # our collection of by-error message multi-language collections.&nbsp; We use
    # includes to substitute the appropriate text.
    #
    # You can modify the messages' appearance without changing any of the
    # default HTTP_.html.var files by adding the line:
    #
    #&nbsp; Alias /error/include/ "/your/include/path/"
    #
    # which allows you to create your own set of files by starting with the
    # @exp_errordir@/include/ files and copying them to /your/include/path/,
    # even on a per-VirtualHost basis.&nbsp; The default include files will display
    # your Apache version number and your ServerAdmin email address regardless
    # of the setting of ServerSignature.
    #
    # The internationalized error documents require mod_alias, mod_include
    # and mod_negotiation.&nbsp; To activate them, uncomment the following 30 lines.

    #&nbsp; &nbsp; Alias /error/ "@exp_errordir@/"
    #
    #&nbsp; &nbsp;
    #&nbsp; &nbsp; &nbsp; &nbsp; AllowOverride None
    #&nbsp; &nbsp; &nbsp; &nbsp; Options IncludesNoExec
    #&nbsp; &nbsp; &nbsp; &nbsp; AddOutputFilter Includes html
    #&nbsp; &nbsp; &nbsp; &nbsp; AddHandler type-map var
    #&nbsp; &nbsp; &nbsp; &nbsp; Order allow,deny
    #&nbsp; &nbsp; &nbsp; &nbsp; Allow from all
    #&nbsp; &nbsp; &nbsp; &nbsp; LanguagePriority en cs de es fr it ja ko nl pl pt-br ro sv tr
    #&nbsp; &nbsp; &nbsp; &nbsp; ForceLanguagePriority Prefer Fallback
    #&nbsp; &nbsp;

    #
    #&nbsp; &nbsp; ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
    #&nbsp; &nbsp; ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
    #&nbsp; &nbsp; ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
    #&nbsp; &nbsp; ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
    #&nbsp; &nbsp; ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
    #&nbsp; &nbsp; ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
    #&nbsp; &nbsp; ErrorDocument 410 /error/HTTP_GONE.html.var
    #&nbsp; &nbsp; ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
    #&nbsp; &nbsp; ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
    #&nbsp; &nbsp; ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
    #&nbsp; &nbsp; ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
    #&nbsp; &nbsp; ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
    #&nbsp; &nbsp; ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
    #&nbsp; &nbsp; ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
    #&nbsp; &nbsp; ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
    #&nbsp; &nbsp; ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
    #&nbsp; &nbsp; ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var



    #
    # The following directives modify norma

    Source: http://community.livejournal.com/apache/35519.html

  12. Willamette 1.8 vs. Northwood 2.6

    Date: 11/29/06 (Computer Geeks)    Keywords: html

    Anyone have an idea what the performance delta is between these two chips?


    Willamette 1.8GHz, 400MHz FSB, 256k cache

    Northwood 2.6GHz, 400MHz FSB, 512k cache

    ?

    Both used with same PC133 SDRAM (many Willamette benchmarks came from RDRAM and not SDRAM)




    The only hint I have is this:

    http://www.tomshardware.com/2004/12/21/the_mother_of_all_cpu_charts_part_2/page16.html

    I tried to find other reviews from 2002-2003 but not much luck. I'm thinking that since most AthlonXPs also use the same PC133 SDRAM, its numbers should be close enough for practical purposes.

    Source: http://community.livejournal.com/computergeeks/1005062.html

  13. Background

    Date: 11/30/06 (Web Development)    Keywords: css, html, web

    Hey guys, I'm redoing the layout of my website. I'm trying to do everything in divs (instead of tables), and there's one situation I don't know how to get around: a variable-sized box with a graphical border and graphical corners.

    This is what I'm doing right now, and although the images will probably change, I'm interested in using this kind of background.

    A bunch of text.
    Stretches nicely.
    Just a bunch of gif images.

    This is a 3x3 table with the content being in the center. I used HTML for this background, but that's not the issue, since I would do it in CSS if I did it this way.

    So my question is, can this same type of background be done without tables, and without using 8 divs or so?

    Source: http://community.livejournal.com/webdev/373363.html

  14. Sitemaps?

    Date: 12/01/06 (Web Development)    Keywords: html, xml, web, seo, yahoo, google

    Do people still use these on their actual websites? I'm helping a woman launch her website and she would like to include a sitemap. I know you can generate XML and HTML ones specifically for Google and Yahoo! and things like that, but what about plain, easy-to-read ones to actually put on your website for people browsing your website to look at? Can that still be helpful in terms of SEO?

    Thanks!

    Edit: Two other questions...is it better to create your own sitemap or are programs that create them for you pretty good? I found one that I thought looked good: http://www.sitemappro.com/

    Also, the site in question is password protected, only members can view certain sites...should every page still be on the sitemap even though non-members won't be able to access it?

    Source: http://community.livejournal.com/webdev/373692.html

  15. Build a good C2D system for a good price

    Date: 12/02/06 (Computer Geeks)    Keywords: html, asp, jsp, google

    I got suckered into building a C2D system by my employer's discount program. I did my research- maybe someone else could also put it to good use.

    This is for a Core 2 Duo E6300-based gaming system that is designed to be moderately overclocked, with good options for future upgrades.

    First, the two reasons that I even needed the system:

    Elder Scrolls 4: Oblivion (there was a deal for $20 on amazon a few days back.)
    http://www.amazon.com/exec/obidos/ASIN/B000G6XH1W

    Acer AL2016w 20" 1680 x 1050 widescreen LCD monitor $248.37@Burgess
    https://www.burgesscomputers.com/display.aspx?PartNumber=ET.L640C.005

    Oblivion + large-ish monitor = must get a fast system or else




    Intel® Core 2 Duo E6300 Processor $183.90@Zipzoomfly (price dropped again!)
    http://www.zipzoomfly.com/jsp/ProductDetail.jsp?ProductCode=80858

    Arctic Cooling Freezer 7 Pro CPU Cooler $24.99@Directron

    http://www.directron.com/acfz7pro.html
    Vertical design with air also blowing over the adjacent chipset, important for overclocking

    Foxconn P9657AA-8KS2H Socket T (LGA 775) Intel P965 Express ATX Intel Motherboard $99.99@Newegg

    http://www.newegg.com/Product/Product.asp?Item=N82E16813186102
    Supposedly one of the fastest value P965 boards. Good overclocking features for the price.

    A-DATA 1GB (2 x 512MB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel Kit $114.99@Newegg
    http://www.newegg.com/Product/Product.asp?Item=N82E16820211064
    With heat spreader for overclocking. Red plate, looks cool.

    XFX GeForce 7900GS 256MB 256-bit GDDR3 PCI Express x16 Video Card $139.99@Newegg(price w/$40 rebate)
    http://www.newegg.com/Product/Product.asp?Item=N82E16814150208
    For high resolution/HD or dual monitor gaming

    Seagate Barracuda 250GB 7200rpm 300MBps Serial ATA II - SATA/300 Hard disk $64.28@Buy.com(price w/ Google Checkout)
    http://www.buy.com/prod/Seagate_Barracuda_7200_9_Hard_Drive_250GB_7200rpm_300MBps_Serial_ATA/q/loc/101/202153107.html
    You wouldn't want the system to hiccup when it loads something in the middle of a game

    Powmax 803 Turbo Black and Silver ATX Side Window Case w/ 450 Watt PSU (all-steel gaming case) $37.99@3B Tech
    http://3btech.net/po803tubland2.html
    Need front/rear fans plus one on the side to deal with overclocking. The power supply is adequate unless you are planning for dual-graphics cards with SLI/Crossfire setup, in which case 500w would be a safer bet. I just like the case because it looks cool with the lights. I mean- Since I'm spending this much money already, why skimp on the packaging?

    As for DVD-ROM burner, I'll let you hunt for it yourself because there are too many choices for cheapo ones, depending on the speed.

    Final Damage: around $700 without a monitor
    (high-end sound card and audio hardware extra if you don't already have them)

    This is not bad at all considering what you're getting. While you are not going to win benchmark competitions with this (you'll need Core 2 Duo X6800 w/ unlocked multi along with a monster gfx set to do that) you will get something that plays games very fast and smoothly with a lot of the eye candy turned on at high resolutions.

    My regular sources:
    http://www.pricewatch.com/
    http://www.pricegrabber.com/
    http://www.slickdeals.net/
    http://www23.tomshardware.com/cpu.html?modelx=33&model1=433&model2=464&chart=165
    http://www23.tomshardware.com/graphics.html
    http://www.google.com/ (duh.)

    x-post to '[info]'intel_core

    Source: http://community.livejournal.com/computergeeks/1005890.html

  16. HTML-only refreshing

    Date: 12/03/06 (Web Development)    Keywords: browser, html, hosting

    OK, this has been doing my head in and despite trawling the code for some sites that do it (eg. RackSpace) I cannot figure out how to get a page to refresh/reload without having the browser reload all the images too.

    In other words, how do I reload a page and force the browser to use the images in its cache?

    The reason I want to do it is so that I can gently rotate the front images on my own site (Memset dedicated hosting as they do already if you refresh the page but without all the other images reloading and making it look untidy to the user. (yes I could do it with DHTML but that's a mild PITA).

    Any tips appreciated - this surely should be simple!

    Kate.

    Source: http://community.livejournal.com/webdev/373951.html

  17. Shopping Cart Hell

    Date: 12/05/06 (WebDesign)    Keywords: html, java, web, hosting, shopping

    I'm designing a website for a friend. I have a pretty basic knowledge of html but that's about it. I'm good at simple sites. My friend wants a shopping cart, and would prefer not paypal since it can't calculate shipping. Her hosting plan comes with AgoraCart but I can't figure out how in the heck to integrate it seemlessly into my web design. From what I see it only lets you put in a header and/or footer and you can make no changes to the body. This site isn't just pictures and buy now so that's a problem.

    So the impossible dream questions. Does anyone know of a shopping cart that is: Free, can be integrated into the body and let you add things around it, doesn't require extensive knowledge of perl, java, etc, and works with Dreamweaver would be nice but not required (i can use other html editors).

    Thanks.

    Source: http://community.livejournal.com/webdesign/1192352.html

  18. Using benchmarks to determine which component to upgrade

    Date: 12/05/06 (Computer Geeks)    Keywords: php, html

    Found this link while doing research. Even a casual user not caring about doing fancy things to their machines can find use in this article:

    http://www.3dcgi.com/performance/performance.htm

    Using the technique described you should be able to find out whether your cpu is limiting your graphics card, or the other way around.

    Note: This is an old article so while the technique is still valid, the numbers are outdated. Baseline Windows XP nowadays is pretty much 1GB of RAM (2GB for optimal high-end gaming), with 2GB for Vista, even more for gaming under Vista.

    2GB of RAM: Do We Really Need That Much?
    http://www.xbitlabs.com/articles/memory/display/2gb-ram.html

    It's official: Vista Gamers will need 2GB of RAM
    http://forevergeek.com/windows/its_official_vista_gamers_will_need_2gb_of_ram.php

    I saw a table somewhere (I can't find the link again) where the most memory intensive application (the game "FEAR") takes up 2.5GB for optimal performance under XP Pro. That is the most extreme scenerio. However, Windows 32-bit has a memory limitation which would not utilize 4GB if installed, but only a bit under 3GB. So the maximum practical amount of RAM to install for 32bit versions of Windows is 3GB, not 4 (I have always wondered why my old HP workstation has an odd 3GB hard install limit on the memory banks and not an even number like 4- now I think I understand). This is how to install DDR for 3GB:

    2x1GB in the pair of slots that you usually install when you only install 2 sticks (the slots should be color coded for the DDR motherboards, look at your motherboard's manual)
    2x512MB in the remaining two slots

    As for the infamous game "Oblivion", it is not as memory intensive (i.e. you'd "only" need 2GB instead of 2.5)- it largely depends on the graphics card.

    Source: http://community.livejournal.com/computergeeks/1006687.html

  19. ATX 12V / ATX 2.0 power supply for PCIe x16 graphics cards

    Date: 12/08/06 (Computer Geeks)    Keywords: html

    An article noting how one power supply it's reviewing is not ATX 2.0 compliant
    http://www.xbitlabs.com/articles/other/display/inwin-psu2_4.html

    "The ATX12V 2.0 specification has introduced the 24-pin mainboard connector mainly because of the arrival of the PCI Express x16 slot that can provide up to 75W of power to the graphics card across the +12V rail. The older 20-pin connector had only one +12V pin for which such a high load could be dangerous. The pin could burn away, provoking failures in operation of the computer or even damaging the mainboard (the pins could get as hot as to melt the plastic of the connector). The new 24-pin connector has two +12V pins that provide a combined current up to 8-10A without any risk of burning (one pin provides a current up to 6A whereas each additional pin adds up about 50% to that value, i.e. about 3A in this case)."


    You might be able to get away with a low end PCIe card, but if you have a high end card that sucks quite a bit of power check to see if the power supply you're using has a 24pin connection for fire safety... This is for system builders. If you have a ready-made machine I don't think you'd have this problem. At least I hope not.

    original link found from http://www.jonnyguru.com/

    Also, a free 500w supply after rebate for those who need an ATX 12V supply on the cheap (I got a 400w supply for free last time the same way- got my rebate on that one just recently):

    http://shop3.outpost.com/product/4587977

    Source: http://community.livejournal.com/computergeeks/1008469.html

  20. Guilty by association to spam

    Date: 12/08/06 (PHP Community)    Keywords: php, html, database, web, spam, google

    I've got an interesting problem that's stumped both the senior programmer and me.

    Situation:
    A user is looking for a company to provide a service, they find our site at or near the #1 position on a google search result, they find a company where they need the service done, and they send a request for a quote via a php form. The form processes this request, logs it into the DB, and at a set time, that record is dropped into a MTA. This is the problem.

    `From: $UserProvidedEmailAddress`

    Problem:
    In an ideal world, this would be fine, but thanks to spam... this sets of just about every single spam filter I know of and then a day/week later we are suddenly blacklisted by everyone including our own email service provider. In the last two months we've had to call up the spam database companies and get taken off the list (after a day or week of them doing necessary investigation to find we are in fact not spamming). The next logical step would be to replace the from field with a real email account like `info@ourserver.com` and then put the user provided email address in the `reply-to:` field of the email header instead. But my senior argues that we will still set off the spam filters and I agree and I can't see how to fix this.

    So to review:
    There are 3 parties involved in these script generated emails.
    Customers who provide us their email addresses via the form. We protect the email addresses and flush them after 60 days (legal reasons)
    Advertising clients who pay us to get these emails from our top listed site.
    Ourselves, all transactions are bcc to us so we can track initial user to advertiser interactions and make sure we are providing the product our clients are paying us for( customers and web presence)


    Why:
    My employers want to keep it as simple as possible for our clients to respond to potential customers, hence the customer email address in the from field. But that doesn't work because of spam.


    Thoughts:
    Also, we can't put advertising client email addresses on the site or make them accessible to humans because spam-spiders will get them and proceed to spam the client's.
    My senior has written a working prototype for an in-site messaging system using rails, but the fear is that some of our clients are to lazy/stupid to use it... I agree, some of these people are pretty dumb.
    Another thought would be to put some sort of mailto: url in the emails, but not everyone uses html enabled email clients.

    Source: http://community.livejournal.com/php/518711.html

Previous page  ||  Next page


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home