<?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 15:55:30 +0000</lastBuildDate>
    <item>
      <title>(CSS) CSS HORIZONTAL LIST MENU - codingforever99</title>
      <link>https://snipplr.com/view/146320/css-horizontal-list-menu</link>
      <description>&lt;p&gt;Learn how to build simple css horizontal list menu.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Mar 2016 13:34:45 UTC</pubDate>
      <guid>https://snipplr.com/view/146320/css-horizontal-list-menu</guid>
    </item>
    <item>
      <title>(CSS) css navigation menu bar - codingforever99</title>
      <link>https://snipplr.com/view/82146/css-navigation-menu-bar</link>
      <description>&lt;p&gt;useful and simple css navigation menu bar.&lt;/p&gt;</description>
      <pubDate>Sun, 23 Nov 2014 21:49:36 UTC</pubDate>
      <guid>https://snipplr.com/view/82146/css-navigation-menu-bar</guid>
    </item>
    <item>
      <title>(PHP) php pagerank checker script - codingforever99</title>
      <link>https://snipplr.com/view/80799/php-pagerank-checker-script</link>
      <description>&lt;p&gt;how to get php pagerank checker script, simple class.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Nov 2014 17:44:37 UTC</pubDate>
      <guid>https://snipplr.com/view/80799/php-pagerank-checker-script</guid>
    </item>
    <item>
      <title>(PHP) Get alexa rank using php - codingforever99</title>
      <link>https://snipplr.com/view/80367/get-alexa-rank-using-php</link>
      <description>&lt;p&gt;Getting alexa rank is simple, a data link provide by alexa only needs the domain name and then it return xml data including the rank we want, so I make a php function to do this task.&lt;/p&gt;</description>
      <pubDate>Wed, 29 Oct 2014 08:50:33 UTC</pubDate>
      <guid>https://snipplr.com/view/80367/get-alexa-rank-using-php</guid>
    </item>
    <item>
      <title>(PHP) url, email and ip validation with php - codingforever99</title>
      <link>https://snipplr.com/view/73020/url-email-and-ip-validation-with-php</link>
      <description>&lt;p&gt;Simple PHP functions to validate url, email address and ip, functions will return TRUE for valid data and FALSE for invalid data.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Nov 2013 21:06:07 UTC</pubDate>
      <guid>https://snipplr.com/view/73020/url-email-and-ip-validation-with-php</guid>
    </item>
    <item>
      <title>(PHP) username, password and date validation with php - codingforever99</title>
      <link>https://snipplr.com/view/72738/username-password-and-date-validation-with-php</link>
      <description>&lt;p&gt;Simple PHP functions to validate username, password and date, functions check the input format and allowed characters and then return TRUE for valid data and FALSE for invalid data.&lt;/p&gt;</description>
      <pubDate>Fri, 25 Oct 2013 14:55:11 UTC</pubDate>
      <guid>https://snipplr.com/view/72738/username-password-and-date-validation-with-php</guid>
    </item>
    <item>
      <title>(PHP) make php login script - codingforever99</title>
      <link>https://snipplr.com/view/72691/make-php-login-script</link>
      <description>&lt;p&gt;How to build a login form using php with mysql database.&lt;/p&gt;</description>
      <pubDate>Sat, 19 Oct 2013 07:00:09 UTC</pubDate>
      <guid>https://snipplr.com/view/72691/make-php-login-script</guid>
    </item>
    <item>
      <title>(PHP) Upload files or Images using PHP - codingforever99</title>
      <link>https://snipplr.com/view/72557/upload-files-or-images-using-php</link>
      <description>&lt;p&gt;simple php file uploader with check for file extension and size.&lt;/p&gt;</description>
      <pubDate>Sun, 06 Oct 2013 20:58:45 UTC</pubDate>
      <guid>https://snipplr.com/view/72557/upload-files-or-images-using-php</guid>
    </item>
    <item>
      <title>(JavaScript) Using Ajax in JavaScript and jQuery - codingforever99</title>
      <link>https://snipplr.com/view/70718/using-ajax-in-javascript-and-jquery</link>
      <description>&lt;p&gt;simple code of using Ajax by JavaScript or jQuery&lt;/p&gt;</description>
      <pubDate>Tue, 09 Apr 2013 09:41:04 UTC</pubDate>
      <guid>https://snipplr.com/view/70718/using-ajax-in-javascript-and-jquery</guid>
    </item>
    <item>
      <title>(CSS) horizontal tabs in html with css - codingforever99</title>
      <link>https://snipplr.com/view/70624/horizontal-tabs-in-html-with-css</link>
      <description>&lt;p&gt;designing a simple horizontal tab menu by using ul and il elements with css.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Apr 2013 11:13:59 UTC</pubDate>
      <guid>https://snipplr.com/view/70624/horizontal-tabs-in-html-with-css</guid>
    </item>
    <item>
      <title>(CSS) Image Sprites - How to get portion of an image - codingforever99</title>
      <link>https://snipplr.com/view/70588/image-sprites--how-to-get-portion-of-an-image</link>
      <description>&lt;p&gt;One of the great methods to load and work with icons in web pages is to load one image that is a collection of several icons and use any icon as needed, that reduces the number of server request and save bandwidth.&lt;/p&gt;</description>
      <pubDate>Thu, 28 Mar 2013 19:26:58 UTC</pubDate>
      <guid>https://snipplr.com/view/70588/image-sprites--how-to-get-portion-of-an-image</guid>
    </item>
    <item>
      <title>(CSS) css message boxes for different types - codingforever99</title>
      <link>https://snipplr.com/view/69872/css-message-boxes-for-different-types</link>
      <description>&lt;p&gt;A simple message box created with only one div container with background and border color, some margin and padding for position the text message nicely, I set the width for 500px, you can change it to auto or any fixed value you want.&lt;/p&gt;</description>
      <pubDate>Sat, 09 Feb 2013 12:10:02 UTC</pubDate>
      <guid>https://snipplr.com/view/69872/css-message-boxes-for-different-types</guid>
    </item>
  </channel>
</rss>
