<?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 16:08:58 +0000</lastBuildDate>
    <item>
      <title>(HTML) Page HTML de base - ogrebattle</title>
      <link>https://snipplr.com/view/335057/page-html-de-base</link>
      <description>&lt;p&gt;example de structure html élémentaire&lt;/p&gt;</description>
      <pubDate>Sat, 09 Nov 2019 07:02:13 UTC</pubDate>
      <guid>https://snipplr.com/view/335057/page-html-de-base</guid>
    </item>
    <item>
      <title>(PHP) getDoctype.inc.php - daemondevin</title>
      <link>https://snipplr.com/view/334233/getdoctypeincphp</link>
      <description>&lt;p&gt;With this snippet you will have the ability to display the `&lt;DOCTYPE&gt;` while sending the correct headers with support for content type negotiation.&#13;
&#13;
It also will correct itself for the W3C validator which does not send the correct Accept header for `XHTML` documents.&#13;
&#13;
Does **NOT** send `XHTML 1.1` to browsers that wont accept `application/xhtml+xml` because the snippet will make sure the browser groks XML before sending anything.&#13;
Visit: labs/PHP/DOCTYPE.php#bug-fix for details and a link to the W3C XHTML for more&lt;/p&gt;</description>
      <pubDate>Fri, 27 Sep 2019 11:49:11 UTC</pubDate>
      <guid>https://snipplr.com/view/334233/getdoctypeincphp</guid>
    </item>
    <item>
      <title>(HTML) AR code in HTML - freediver</title>
      <link>https://snipplr.com/view/334161/ar-code-in-html</link>
      <description>&lt;p&gt;Augmented Reality in HTML&lt;/p&gt;</description>
      <pubDate>Tue, 24 Sep 2019 21:23:07 UTC</pubDate>
      <guid>https://snipplr.com/view/334161/ar-code-in-html</guid>
    </item>
    <item>
      <title>(HTML) Post Data to iFrame with HTML Only - apphp-snippets</title>
      <link>https://snipplr.com/view/324923/post-data-to-iframe-with-html-only</link>
      <description>&lt;p&gt;To send data into iFrame you don't need JavaScript or anything. You just have the form's target attribute match the iframe's name attribute. The outer page doesn't even reload. Copy this code and test it.&lt;/p&gt;</description>
      <pubDate>Mon, 05 Jun 2017 05:05:58 UTC</pubDate>
      <guid>https://snipplr.com/view/324923/post-data-to-iframe-with-html-only</guid>
    </item>
    <item>
      <title>(HTML) HTML code for mailchimp image and text table - baks9</title>
      <link>https://snipplr.com/view/165931/html-code-for-mailchimp-image-and-text-table</link>
      <description>&lt;p&gt;TD Style to match rest of newsletter theme&lt;/p&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:37:09 UTC</pubDate>
      <guid>https://snipplr.com/view/165931/html-code-for-mailchimp-image-and-text-table</guid>
    </item>
    <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>(Apache) Removing extensions and trailing slashes  in web urls: - jefferis</title>
      <link>https://snipplr.com/view/145670/removing-extensions-and-trailing-slashes--in-web-urls</link>
      <description>&lt;p&gt;Removing extensions and trailing slashes  in web urls:&#13;
"If you want to remove the .html extension from a html file for example yoursite.com/wallpaper.html to yoursite.com/wallpaper you simply have to alter the last line from the code above to match the filename"&#13;
Not sure if the middle 2 lines are needed.&lt;/p&gt;</description>
      <pubDate>Sat, 09 Jan 2016 03:44:34 UTC</pubDate>
      <guid>https://snipplr.com/view/145670/removing-extensions-and-trailing-slashes--in-web-urls</guid>
    </item>
    <item>
      <title>(Apache) Force Rewrite for https and .html to .php in htaccess - jefferis</title>
      <link>https://snipplr.com/view/145668/force-rewrite-for-https-and-html-to-php-in-htaccess</link>
      <description>&lt;p&gt;This rewrite will not work on WordPress.  It forces .htm and .html files that no longer exist to go to the new .php versions of the pages.&lt;/p&gt;</description>
      <pubDate>Sat, 09 Jan 2016 03:38:44 UTC</pubDate>
      <guid>https://snipplr.com/view/145668/force-rewrite-for-https-and-html-to-php-in-htaccess</guid>
    </item>
    <item>
      <title>(Python) Google chrome bookmarks to html and then to database - Gauravwagh11</title>
      <link>https://snipplr.com/view/144690/google-chrome-bookmarks-to-html-and-then-to-database</link>
      <description>&lt;p&gt;Display the google chrome bookmarks to html and then save to database.&lt;/p&gt;</description>
      <pubDate>Wed, 28 Oct 2015 23:24:57 UTC</pubDate>
      <guid>https://snipplr.com/view/144690/google-chrome-bookmarks-to-html-and-then-to-database</guid>
    </item>
    <item>
      <title>(PHP) Insert HTML code in PHP - tionazo</title>
      <link>https://snipplr.com/view/115909/insert-html-code-in-php</link>
      <description>&lt;p&gt;Se puede escribir cÃ³digo HTML sin problema insertando ademÃ¡s las variables php que se necesiten dentro del propio "relleno"&lt;/p&gt;</description>
      <pubDate>Wed, 21 Oct 2015 15:09:00 UTC</pubDate>
      <guid>https://snipplr.com/view/115909/insert-html-code-in-php</guid>
    </item>
    <item>
      <title>(JavaScript) Caoturing the Mouse Position - COBOLdinosaur</title>
      <link>https://snipplr.com/view/100902/caoturing-the-mouse-position</link>
      <description>&lt;p&gt;The key to making it work is the event listener that get added using the DOM method that binds it to the mousemove event and declares the event handler. Most event can be bound to a handler this way.&lt;/p&gt;</description>
      <pubDate>Wed, 20 May 2015 03:22:32 UTC</pubDate>
      <guid>https://snipplr.com/view/100902/caoturing-the-mouse-position</guid>
    </item>
    <item>
      <title>(CSS) Transition Effect for Gradients on Hover - COBOLdinosaur</title>
      <link>https://snipplr.com/view/97919/transition-effect-for-gradients-on-hover</link>
      <description>&lt;p&gt;A simple transition from a linear gradient to a radial gradient can be made very dramatic by including a color change transition.  One of 10 effects presented.&lt;/p&gt;</description>
      <pubDate>Tue, 21 Apr 2015 04:31:57 UTC</pubDate>
      <guid>https://snipplr.com/view/97919/transition-effect-for-gradients-on-hover</guid>
    </item>
    <item>
      <title>(CSS) Rotating HTML Elements With CSS - COBOLdinosaur</title>
      <link>https://snipplr.com/view/96352/rotating-html-elements-with-css</link>
      <description>&lt;p&gt;The base rotation can be in three different planes; though as we will see later combinations can make it look like we rotate through many perceived planes. In the examples below instead of rotate we specify the plane by using rotateZ (The default we have been using), rotateX, and rotateY.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Apr 2015 04:57:18 UTC</pubDate>
      <guid>https://snipplr.com/view/96352/rotating-html-elements-with-css</guid>
    </item>
    <item>
      <title>(PHP) Send simple SMS with PHP - Afilnet</title>
      <link>https://snipplr.com/view/91414/send-simple-sms-with-php</link>
      <description>&lt;p&gt;Simple script to send SMS throught our HTTP API (Afilnet) with PHP. Steps:&#13;
1.- Register in Afilnet. http://www.afilnet.com/anunciante/registrar.php&#13;
2.- Login and get credits (10 free) to send SMS&#13;
3.- Use this script or html form example include in this download link: http://www.afilnet.com/programacion/sms/PHP/HTTP/examples/send-simple-sms.zip&lt;/p&gt;</description>
      <pubDate>Mon, 23 Feb 2015 23:22:45 UTC</pubDate>
      <guid>https://snipplr.com/view/91414/send-simple-sms-with-php</guid>
    </item>
    <item>
      <title>(HTML) HTML Basic Banner - RodolfoMiranda</title>
      <link>https://snipplr.com/view/88272/html-basic-banner</link>
      <description>&lt;p&gt;This is the basic html structure for a Banner.&lt;/p&gt;</description>
      <pubDate>Sat, 24 Jan 2015 01:38:09 UTC</pubDate>
      <guid>https://snipplr.com/view/88272/html-basic-banner</guid>
    </item>
    <item>
      <title>(HTML) Contact Form - HTML - lpiaitdepok</title>
      <link>https://snipplr.com/view/84722/contact-form--html</link>
      <description>&lt;p&gt;Contact Form in HTML&#13;
- without CSS&#13;
- html 4 compatibility&lt;/p&gt;</description>
      <pubDate>Mon, 22 Dec 2014 21:59:56 UTC</pubDate>
      <guid>https://snipplr.com/view/84722/contact-form--html</guid>
    </item>
    <item>
      <title>(PHP) HTML Table to plain text - nigelnquande</title>
      <link>https://snipplr.com/view/84027/html-table-to-plain-text</link>
      <description>&lt;p&gt;Use PHP's DOM parser to convert a table into plain text (including links with images)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Dec 2014 01:11:27 UTC</pubDate>
      <guid>https://snipplr.com/view/84027/html-table-to-plain-text</guid>
    </item>
    <item>
      <title>(PHP) HTML to Plain Text - nigelnquande</title>
      <link>https://snipplr.com/view/83996/html-to-plain-text</link>
      <description>&lt;p&gt;This function takes HTML input and converts it to plain text. It needs improvement so that it converts multiple blank lines to a single blank line and converts an &amp;lt;a ... &amp;gt; link to the markup equivalent (same for images). It should be rewritten to using a DOM/XML parser.&lt;/p&gt;</description>
      <pubDate>Mon, 15 Dec 2014 19:55:00 UTC</pubDate>
      <guid>https://snipplr.com/view/83996/html-to-plain-text</guid>
    </item>
    <item>
      <title>(HTML) List of Industries - chrisaiv</title>
      <link>https://snipplr.com/view/81837/list-of-industries</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/11/20/list-of-industries/&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2014 05:01:48 UTC</pubDate>
      <guid>https://snipplr.com/view/81837/list-of-industries</guid>
    </item>
    <item>
      <title>(CSS) CSS counter styling - ngocviet</title>
      <link>https://snipplr.com/view/81724/css-counter-styling</link>
      <description>&lt;p&gt;two properties:&#13;
* counter-reset&#13;
* counter-increment&#13;
This example shows a way to number chapters and sections with "Chapter 1", "1.1", "1.2", etc.&lt;/p&gt;</description>
      <pubDate>Wed, 19 Nov 2014 13:40:40 UTC</pubDate>
      <guid>https://snipplr.com/view/81724/css-counter-styling</guid>
    </item>
    <item>
      <title>(XHTML) Quick-start template for xhtml  in Chinese languange - jacktan</title>
      <link>https://snipplr.com/view/79842/quickstart-template-for-xhtml--in-chinese-languange</link>
      <description>&lt;p&gt;This quick-start xhtml is fixed with&#13;
&#13;
* `content`: zh-CN(simplified chinese)&#13;
* `charset`: utf8&#13;
&#13;
      **Strongly recommend**&#13;
      Codes typed into a text file encoding with utf8&#13;
&#13;
Before you applied xhtml codes, all you need to do is to replace the following propertities.The list is just recommend rather than required.&#13;
&#13;
* `${html.title}`&#13;
* `${meta.keywords}` (eg:HTML, DHTML, CSS, XHTML, JavaScript)&#13;
* `${meta.descp}` (eg:best practice xhtml coding)&#13;
* `${css.custom}` (eg:templete.css)&#13;
* `${css.othermedia}` weakly needed, just for case that your page need web version. (eg:templete-android.css)&#13;
* `${js.jquery}`  jquery or any other js library, and a `CDN` is better. (eg:http://code.jquery.com/jquery-1.4.1.min.js)&#13;
* `${js.custom}` your js file. (eg:templete_utf8.js)&#13;
* `${css.inner}` here you can type css codes, and `@import url(templete.css);` as a way to include outter css file.&#13;
* `${js.inner}`&#13;
* `${html.bodycode}`&#13;
&#13;
-----&#13;
2014-10-17 update&#13;
&#13;
`&lt;meta&gt;` is deprecated&#13;
`&lt;meta&gt;`&lt;/p&gt;</description>
      <pubDate>Wed, 15 Oct 2014 16:32:28 UTC</pubDate>
      <guid>https://snipplr.com/view/79842/quickstart-template-for-xhtml--in-chinese-languange</guid>
    </item>
    <item>
      <title>(jQuery) Numbers only in an input field - Igeco</title>
      <link>https://snipplr.com/view/79299/numbers-only-in-an-input-field</link>
      <description>&lt;p&gt;MÃ©thode n'autorisant que les nombres (positifs/nÃ©gatifs/dÃ©cimaux avec virgules ou points) dans un champ&lt;/p&gt;</description>
      <pubDate>Fri, 10 Oct 2014 02:40:09 UTC</pubDate>
      <guid>https://snipplr.com/view/79299/numbers-only-in-an-input-field</guid>
    </item>
    <item>
      <title>(jQuery) Only Numbers In An Input - sebabarre</title>
      <link>https://snipplr.com/view/79294/only-numbers-in-an-input</link>
      <description>&lt;p&gt;N'autorise que les chiffres (avec , ou . ou nÃ©gatifs) dans un input&lt;/p&gt;</description>
      <pubDate>Thu, 09 Oct 2014 20:28:18 UTC</pubDate>
      <guid>https://snipplr.com/view/79294/only-numbers-in-an-input</guid>
    </item>
    <item>
      <title>(HTML) we:userinput type=\"date\" als HTML-Formular - ulfinger</title>
      <link>https://snipplr.com/view/78715/weuserinput-typedate-als-htmlformular</link>
      <description>&lt;p&gt;Sollen bei den Eingabefeldern in we:userinput automatisch das aktuelle Datum angezeigt werden ist es notwendig, den WE-Tag userinput als HTML-Formular zu schreiben. Wichtig ist dabei, dass die feldnamen nicht verÃ¤ndert werden, damit die Eingabe durch we:write gespeichert werden kann. Im zweiten Beispiel wird durch php das aktuelle Datum im Formular angezeigt.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Oct 2014 00:34:56 UTC</pubDate>
      <guid>https://snipplr.com/view/78715/weuserinput-typedate-als-htmlformular</guid>
    </item>
    <item>
      <title>(HTML) Selectbox deutsch mit LÃ¤nderkÃ¼rzeln im Value - ulfinger</title>
      <link>https://snipplr.com/view/78611/selectbox-deutsch-mit-lnderkrzeln-im-value</link>
      <description>&lt;p&gt;Die Liste muss vor der Verwendung noch aktualisiert werden!&lt;/p&gt;</description>
      <pubDate>Mon, 29 Sep 2014 22:40:05 UTC</pubDate>
      <guid>https://snipplr.com/view/78611/selectbox-deutsch-mit-lnderkrzeln-im-value</guid>
    </item>
    <item>
      <title>(HTML) Selectbox LÃ¤nder englisch mit englischen LÃ¤ndernamen im Value - reduziert - ulfinger</title>
      <link>https://snipplr.com/view/78609/selectbox-lnder-englisch-mit-englischen-lndernamen-im-value--reduziert</link>
      <description>&lt;p&gt;Stand: 2011. AbhÃ¤ngige Gebiete (vor allem Inselterritorien) sind aus der Liste entfernt; Die LÃ¤ndernamen wurden nach MÃ¶glichkeit in der Kurzfassung verwendet.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Sep 2014 22:33:51 UTC</pubDate>
      <guid>https://snipplr.com/view/78609/selectbox-lnder-englisch-mit-englischen-lndernamen-im-value--reduziert</guid>
    </item>
    <item>
      <title>(HTML) Favicon and Apple Icons in HTML - apphp-snippets</title>
      <link>https://snipplr.com/view/75221/favicon-and-apple-icons-in-html</link>
      <description>&lt;p&gt;The favicon is much normality in our days. Here the "apple-touch-icon" definition which is used when you save a bookmark to your home screen on an apple touch devices such as an iPad or iPhone. The interesting thing is that Android also supports its usage. The standard size for "apple-touch-icon" size is 60px by 60px.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Jul 2014 17:06:16 UTC</pubDate>
      <guid>https://snipplr.com/view/75221/favicon-and-apple-icons-in-html</guid>
    </item>
    <item>
      <title>(HTML) HTML Tag IE Conditional Comments - Japegrape</title>
      <link>https://snipplr.com/view/74980/html-tag-ie-conditional-comments</link>
      <description>&lt;p&gt;Code to replace your opening &lt;html&gt; tag with conditionally set IE classes, including IE10.&lt;/p&gt;</description>
      <pubDate>Fri, 27 Jun 2014 05:12:58 UTC</pubDate>
      <guid>https://snipplr.com/view/74980/html-tag-ie-conditional-comments</guid>
    </item>
    <item>
      <title>(Java) Load Existing Email Message and Modify its Contents inside Android Apps - johansonkatherine</title>
      <link>https://snipplr.com/view/74654/load-existing-email-message-and-modify-its-contents-inside-android-apps</link>
      <description>&lt;p&gt;This technical tip shows how to load any existing email message and modify its contents before saving it back to disk using Aspose.Email for Android API. To do this successfully, specify the MessageFormat when loading the email message from disk. In addition, it is important to specify the correct MailMessageSaveType when saving the message back to disk.&#13;
&#13;
To update and save an email, the following steps can be used:&#13;
1.	Create an instance of the MailMessage class.&#13;
2.	Load an existing message using the MailMessage class' load() method and specifying the MessageFormat of the existing message.&#13;
3.	Get the subject using getSubject().&#13;
4.	After modifying the subject, set it again using the setSubject() method.&#13;
5.	Get the body using getHtmlBody().&#13;
6.	AFter modifying the body, set it using the setHtmlBody() method .&#13;
7.	Create an instance of the MailAddressCollection class.&#13;
8.	Get the recipients from the TO field into a MailAddressCollection object using the getTo() method exposed by the MailMessage class.&#13;
9.	Add or remove recipients using the add() and remove() methods exposed by the MailAddressCollection class.&#13;
10.	Get the recipients from the CC field into a MailAddressCollection object using the getCC() method exposed by MailMessage class.&#13;
11.	Add or remove recipients using the add() and remove() methods exposed by the MailAddressCollection class.&#13;
12.	Call the save() method exposed by the MailMessage class, specifying the correct MailMessageSaveType to save the message file to the disk in MSG format.&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2014 14:54:02 UTC</pubDate>
      <guid>https://snipplr.com/view/74654/load-existing-email-message-and-modify-its-contents-inside-android-apps</guid>
    </item>
    <item>
      <title>(Ruby) Ruby Code Sample to Create PDF from HTML Using REST API - johansonkatherine</title>
      <link>https://snipplr.com/view/74171/ruby-code-sample-to-create-pdf-from-html-using-rest-api</link>
      <description>&lt;p&gt;This code sample shows how Ruby developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Apr 2014 17:48:25 UTC</pubDate>
      <guid>https://snipplr.com/view/74171/ruby-code-sample-to-create-pdf-from-html-using-rest-api</guid>
    </item>
    <item>
      <title>(Java) Java Code Sample to Create PDF from HTML Using REST API - johansonkatherine</title>
      <link>https://snipplr.com/view/74170/java-code-sample-to-create-pdf-from-html-using-rest-api</link>
      <description>&lt;p&gt;This code sample shows how Java developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Apr 2014 17:13:37 UTC</pubDate>
      <guid>https://snipplr.com/view/74170/java-code-sample-to-create-pdf-from-html-using-rest-api</guid>
    </item>
    <item>
      <title>(C#) C# Code Sample to Create PDF from HTML Using REST API - johansonkatherine</title>
      <link>https://snipplr.com/view/74169/c-code-sample-to-create-pdf-from-html-using-rest-api</link>
      <description>&lt;p&gt;This code sample shows how C# developers can create PDF file from HTML using Aspose.Pdf for Cloud API in their REST applications.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:49:48 UTC</pubDate>
      <guid>https://snipplr.com/view/74169/c-code-sample-to-create-pdf-from-html-using-rest-api</guid>
    </item>
    <item>
      <title>(CSS) Word break links - flatearthcomms</title>
      <link>https://snipplr.com/view/74095/word-break-links</link>
      <description>&lt;p&gt;Stop a link overflowing it's parent's width&lt;/p&gt;</description>
      <pubDate>Wed, 02 Apr 2014 06:26:10 UTC</pubDate>
      <guid>https://snipplr.com/view/74095/word-break-links</guid>
    </item>
    <item>
      <title>(HTML) Comments in HTML - apphp-snippets</title>
      <link>https://snipplr.com/view/73550/comments-in-html</link>
      <description>&lt;p&gt;The &lt;!--&gt; syntax is the HTML comment. This is the way to add your own notes into the code which will not display when the HTML is rendered by the browser. It is also a good practice for web-developers to use the comment tags to "hide" scripts from browsers without support for it (so they don't show them as a plain text).&lt;/p&gt;</description>
      <pubDate>Mon, 03 Feb 2014 20:40:07 UTC</pubDate>
      <guid>https://snipplr.com/view/73550/comments-in-html</guid>
    </item>
    <item>
      <title>(HTML) html - requireJS - asimmittal</title>
      <link>https://snipplr.com/view/73537/html--requirejs</link>
      <description>&lt;p&gt;the HTML for my tutorial on using requireJS&lt;/p&gt;</description>
      <pubDate>Fri, 31 Jan 2014 15:44:27 UTC</pubDate>
      <guid>https://snipplr.com/view/73537/html--requirejs</guid>
    </item>
    <item>
      <title>(JavaScript) How to use AngularJS and Laravel Blade together. - CreativePunch</title>
      <link>https://snipplr.com/view/73350/how-to-use-angularjs-and-laravel-blade-together</link>
      <description>&lt;p&gt;In this article I will show you how to use AngularJS and Laravel Blade together.&#13;
People who have been using AngularJS for a while may know of this solution. However if you are just getting started or have never used Angular with a templating engine like Blade, read ahead!&lt;/p&gt;</description>
      <pubDate>Sat, 11 Jan 2014 10:28:34 UTC</pubDate>
      <guid>https://snipplr.com/view/73350/how-to-use-angularjs-and-laravel-blade-together</guid>
    </item>
    <item>
      <title>(PHP) Sortable index view tables with Laravel 4 - CreativePunch</title>
      <link>https://snipplr.com/view/73292/sortable-index-view-tables-with-laravel-4</link>
      <description>&lt;p&gt;In this article I would like to share how to make a sortable index view with Laravel 4.&#13;
&#13;
Letâ€™s assume you have an index view with a table. Like this example for a table that contains posts.&lt;/p&gt;</description>
      <pubDate>Sat, 04 Jan 2014 03:20:40 UTC</pubDate>
      <guid>https://snipplr.com/view/73292/sortable-index-view-tables-with-laravel-4</guid>
    </item>
    <item>
      <title>(HTML) Better HTML 5 basic starter template - ginoplusio</title>
      <link>https://snipplr.com/view/72914/better-html-5-basic-starter-template</link>
      <description>&lt;p&gt;This is a basic HTML5 starter template that I use when I start a new project. Scripts should go at the end.&lt;/p&gt;</description>
      <pubDate>Fri, 15 Nov 2013 22:22:33 UTC</pubDate>
      <guid>https://snipplr.com/view/72914/better-html-5-basic-starter-template</guid>
    </item>
    <item>
      <title>(HTML) HTML5 Basic Template (w/ Comments) - Rar</title>
      <link>https://snipplr.com/view/72752/html5-basic-template-w-comments</link>
      <description>&lt;p&gt;Extremely helpful to anyone who is looking to improve performance and follow best practices in HTML/CSS&lt;/p&gt;</description>
      <pubDate>Sun, 27 Oct 2013 10:36:15 UTC</pubDate>
      <guid>https://snipplr.com/view/72752/html5-basic-template-w-comments</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>(HTML) Get directions from Google Maps - MistaTwista</title>
      <link>https://snipplr.com/view/72530/get-directions-from-google-maps</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Oct 2013 08:32:39 UTC</pubDate>
      <guid>https://snipplr.com/view/72530/get-directions-from-google-maps</guid>
    </item>
    <item>
      <title>(HTML) iPhone calls and sms links - MistaTwista</title>
      <link>https://snipplr.com/view/72528/iphone-calls-and-sms-links</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 04 Oct 2013 08:30:59 UTC</pubDate>
      <guid>https://snipplr.com/view/72528/iphone-calls-and-sms-links</guid>
    </item>
    <item>
      <title>(jQuery) Fixed Floated Elements - maddev-</title>
      <link>https://snipplr.com/view/72367/fixed-floated-elements</link>
      <description>&lt;p&gt;Creating fixed floated comment's box on right side&lt;/p&gt;</description>
      <pubDate>Sat, 14 Sep 2013 17:20:50 UTC</pubDate>
      <guid>https://snipplr.com/view/72367/fixed-floated-elements</guid>
    </item>
    <item>
      <title>(HTML) Animated coming soon  page with email signup - flanker</title>
      <link>https://snipplr.com/view/72356/animated-coming-soon--page-with-email-signup</link>
      <description>&lt;p&gt;Comingsoon Page for those who don't have time to code.&#13;
&#13;
HTML5 web form for email subscription. PHP backend and MySql database.&#13;
Compatible across browsers&lt;/p&gt;</description>
      <pubDate>Fri, 13 Sep 2013 03:08:34 UTC</pubDate>
      <guid>https://snipplr.com/view/72356/animated-coming-soon--page-with-email-signup</guid>
    </item>
    <item>
      <title>(HTML) Style Sheets in HTML documents - thesmu</title>
      <link>https://snipplr.com/view/71965/style-sheets-in-html-documents</link>
      <description>&lt;p&gt;&lt;LINK&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 25 Jul 2013 19:53:00 UTC</pubDate>
      <guid>https://snipplr.com/view/71965/style-sheets-in-html-documents</guid>
    </item>
    <item>
      <title>(jQuery) Hide/Show text using jQuery - TwistedEinstein</title>
      <link>https://snipplr.com/view/71868/hideshow-text-using-jquery</link>
      <description>&lt;p&gt;A little snippet that I use to hide or show text using jquery&lt;/p&gt;</description>
      <pubDate>Tue, 16 Jul 2013 05:52:51 UTC</pubDate>
      <guid>https://snipplr.com/view/71868/hideshow-text-using-jquery</guid>
    </item>
    <item>
      <title>(HTML) Alternating column colors in HTML tables - COBOLdinosaur</title>
      <link>https://snipplr.com/view/71306/alternating-column-colors-in-html-tables</link>
      <description>&lt;p&gt;The colgroup and col structure is like a directive that specifies table formatting outside of the normal flow. Notice that the col tags do not get closed in HTML5, and the cascade is irregular. Normally the cascade applies to children, but the rows and cells in the table are not children or grandchildren of the col or colgroup. The relationship is more like stepchildren. Because of the irregular relationship, the CSS specificity appears to be quirky. Its not really, but it is not always as expected. To insure the the correct application of both the colgroup rules and the other rules being applied to the tr and td tags the colgroup rules should be applied in line, or be the final rule in the style entries.&lt;/p&gt;</description>
      <pubDate>Sun, 26 May 2013 01:59:56 UTC</pubDate>
      <guid>https://snipplr.com/view/71306/alternating-column-colors-in-html-tables</guid>
    </item>
    <item>
      <title>(HTML) Test Rendering Arimo - Bold - infolock</title>
      <link>https://snipplr.com/view/71278/test-rendering-arimo--bold</link>
      <description>&lt;p&gt;Just a test...&lt;/p&gt;</description>
      <pubDate>Thu, 23 May 2013 14:34:44 UTC</pubDate>
      <guid>https://snipplr.com/view/71278/test-rendering-arimo--bold</guid>
    </item>
    <item>
      <title>(CSS) Subtle Recessed Divider Line - nshakin</title>
      <link>https://snipplr.com/view/71245/subtle-recessed-divider-line</link>
      <description>&lt;p&gt;Create a subtle "recessed" looking divider line.  The example restyles the &lt;hr&gt; tag but it can applied to anything.&lt;/p&gt;</description>
      <pubDate>Tue, 21 May 2013 05:58:38 UTC</pubDate>
      <guid>https://snipplr.com/view/71245/subtle-recessed-divider-line</guid>
    </item>
    <item>
      <title>(HTML) Captions For Lists and Images - COBOLdinosaur</title>
      <link>https://snipplr.com/view/71211/captions-for-lists-and-images</link>
      <description>&lt;p&gt;One of the limits of using lists (ordered and unordered) is that they have no provision for a heading. You can do something like: &lt;ul&gt;This is a Title&lt;li&gt; etc... but it is invalid because the list containers can only contain List Items. One way commonly used to put a heading on a list is to put a paragraph or div ahead of the list. It is messy and ugly, but it validates.&#13;
&#13;
The problem with that solution is that the elements are not bound to each other and therefore it can break unless you make it even uglier by putting a common wrapper around both elements, and then you have extra linefeeds to deal with.&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 03:58:58 UTC</pubDate>
      <guid>https://snipplr.com/view/71211/captions-for-lists-and-images</guid>
    </item>
  </channel>
</rss>
