<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://tech.solin.eu/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://tech.solin.eu/feed.php">
        <title>Solin Expertise Center webdev</title>
        <description></description>
        <link>https://tech.solin.eu/</link>
        <image rdf:resource="https://tech.solin.eu/lib/tpl/monobook/images/favicon.ico" />
       <dc:date>2026-05-13T21:13:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tech.solin.eu/doku.php?id=webdev:3rd_party_tools_and_platforms&amp;rev=1163773716&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.solin.eu/doku.php?id=webdev:ms_ie_oddities&amp;rev=1161871719&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.solin.eu/doku.php?id=webdev:submitting_multiple_forms_at_once&amp;rev=1258402377&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.solin.eu/doku.php?id=webdev:web_development&amp;rev=1241171559&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tech.solin.eu/lib/tpl/monobook/images/favicon.ico">
        <title>Solin Expertise Center</title>
        <link>https://tech.solin.eu/</link>
        <url>https://tech.solin.eu/lib/tpl/monobook/images/favicon.ico</url>
    </image>
    <item rdf:about="https://tech.solin.eu/doku.php?id=webdev:3rd_party_tools_and_platforms&amp;rev=1163773716&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-11-17T14:28:36+00:00</dc:date>
        <title>webdev:3rd_party_tools_and_platforms</title>
        <link>https://tech.solin.eu/doku.php?id=webdev:3rd_party_tools_and_platforms&amp;rev=1163773716&amp;do=diff</link>
        <description>Pligg

Installing Pligg on your local WAMP server (for Windows) does not work. Skip directly to your LAMP server.

Localization

Translation is largely okay. Just translate everything in:

	*  /libs/lang.conf
	*  /libs/options.php

The only omission I could find, was the link 'Register', in the login sidebar. This string is not be translated.</description>
    </item>
    <item rdf:about="https://tech.solin.eu/doku.php?id=webdev:ms_ie_oddities&amp;rev=1161871719&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2006-10-26T14:08:39+00:00</dc:date>
        <title>webdev:ms_ie_oddities</title>
        <link>https://tech.solin.eu/doku.php?id=webdev:ms_ie_oddities&amp;rev=1161871719&amp;do=diff</link>
        <description>Internet Explorer 7

Tables

height:100%

Sometimes, you need a table to spread out over the full page. You may have, for instance, a menu bar with a fixed height in the top row, a content row and a bottom row containing perhaps copyright notices.

For starters, set html and body to height:100%. This ensures that your table will assume maximum height.</description>
    </item>
    <item rdf:about="https://tech.solin.eu/doku.php?id=webdev:submitting_multiple_forms_at_once&amp;rev=1258402377&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-11-16T20:12:57+00:00</dc:date>
        <title>webdev:submitting_multiple_forms_at_once</title>
        <link>https://tech.solin.eu/doku.php?id=webdev:submitting_multiple_forms_at_once&amp;rev=1258402377&amp;do=diff</link>
        <description>Sure, you should avoid building multiple forms on one page. And no, technically speaking it is not possible to submit more than one form at a time. So, we're gonna cheat. But before we dive into the specifics, first some assumptions:

	*  You've got two or more forms and at least one interface element, let's say a button, to submit all forms.
	*  You are not afraid to use a javascript library. Actually, a specific library: Prototype.
	*  Your forms have unique form elements. Whenever a form elem…</description>
    </item>
    <item rdf:about="https://tech.solin.eu/doku.php?id=webdev:web_development&amp;rev=1241171559&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-05-01T09:52:39+00:00</dc:date>
        <title>webdev:web_development</title>
        <link>https://tech.solin.eu/doku.php?id=webdev:web_development&amp;rev=1241171559&amp;do=diff</link>
        <description>*  MS IE Oddities
	*  3rd Party Tools and Platforms
	*  Submitting multiple forms at once</description>
    </item>
</rdf:RDF>
