<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 18:09:30 +0000</lastBuildDate>
    <item>
      <title>(PHP) Basic PHP Syntax - Masis</title>
      <link>https://snipplr.com/view/41076/basic-php-syntax</link>
      <description>&lt;p&gt;PHP scripting block can be placed anywhere in the document. It always starts with &lt;?php&gt;.&#13;
    The example of PHP code below sends the text â€œOheon.comâ€ to the browser:&lt;/p&gt;</description>
      <pubDate>Mon, 27 Sep 2010 21:07:00 UTC</pubDate>
      <guid>https://snipplr.com/view/41076/basic-php-syntax</guid>
    </item>
    <item>
      <title>(PHP) PHP While Loops - Masis</title>
      <link>https://snipplr.com/view/40662/php-while-loops</link>
      <description>&lt;p&gt;The idea of a loop is to do something over and over again until the task has been completed.&#13;
    In PHP, we have the following looping statements:&#13;
&#13;
        * while - loops through a block of code while a specified condition is true&#13;
        * do...while - loops through a block of code once, and then repeats the loop as long as a specified condition is true&#13;
        * for - loops through a block of code a specified number of times&#13;
        * foreach - loops through a block of code for each element in an array&#13;
&#13;
    The while loop executes a block of code while a condition is true.&lt;/p&gt;</description>
      <pubDate>Fri, 17 Sep 2010 20:54:40 UTC</pubDate>
      <guid>https://snipplr.com/view/40662/php-while-loops</guid>
    </item>
    <item>
      <title>(CSS) Ð¡SS: background-image - Masis</title>
      <link>https://snipplr.com/view/40423/ss-backgroundimage</link>
      <description>&lt;p&gt;It determines background image for the element. If the background color is specified for the element at the same time it will be shown while the background image will have been downloaded fully. The same will happen if the image is inaccessible or their demonstration in the browser is switched off. When there are transparent areas in the image you can see the background color through them.&lt;/p&gt;</description>
      <pubDate>Mon, 13 Sep 2010 20:54:03 UTC</pubDate>
      <guid>https://snipplr.com/view/40423/ss-backgroundimage</guid>
    </item>
    <item>
      <title>(CSS) CSS reference: list-style-type - Masis</title>
      <link>https://snipplr.com/view/40130/css-reference-liststyletype</link>
      <description>&lt;p&gt;The arguments circle, disc, square are used for the marked list. For the numbered list: decimal, lower-alpha, lower-roman, upper-alpha, upper-roman. The argument none determines marker type. It is the same as a parental element.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Sep 2010 19:34:35 UTC</pubDate>
      <guid>https://snipplr.com/view/40130/css-reference-liststyletype</guid>
    </item>
    <item>
      <title>(CSS) CSS reference: list-style-position - Masis</title>
      <link>https://snipplr.com/view/40127/css-reference-liststyleposition</link>
      <description>&lt;p&gt;In the browser Internet Explorer 6 when you use the enumerated list &lt;OL&gt; and the value "inside" of the parameter "list-style-position", the numbers more than 10 begin to collide the list text.&lt;/p&gt;</description>
      <pubDate>Wed, 08 Sep 2010 19:31:15 UTC</pubDate>
      <guid>https://snipplr.com/view/40127/css-reference-liststyleposition</guid>
    </item>
    <item>
      <title>(CSS) CSS reference: list-style-image - Masis</title>
      <link>https://snipplr.com/view/40125/css-reference-liststyleimage</link>
      <description>&lt;p&gt;This parameter determines the image address which serves as a list marker. This attribute is inherited; therefore value none is used for separate elements of the list for marker resto&lt;/p&gt;</description>
      <pubDate>Wed, 08 Sep 2010 19:28:06 UTC</pubDate>
      <guid>https://snipplr.com/view/40125/css-reference-liststyleimage</guid>
    </item>
    <item>
      <title>(CSS) CSS list-style-image - Masis</title>
      <link>https://snipplr.com/view/34641/css-liststyleimage</link>
      <description>&lt;p&gt;This parameter determines the image address which serves as a list marker. This attribute is inherited; therefore value none is used for separate elements of the list for marker restoration.&#13;
&#13;
Syntax&#13;
&#13;
list-style-image: none | url (a path to a file)&#13;
&#13;
Arguments&#13;
Relative or absolute way to a graphic file is used as the value. The argument none cancels the image as a marker for a parental element.&lt;/p&gt;</description>
      <pubDate>Mon, 17 May 2010 12:30:50 UTC</pubDate>
      <guid>https://snipplr.com/view/34641/css-liststyleimage</guid>
    </item>
  </channel>
</rss>
