<?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:10:50 +0000</lastBuildDate>
    <item>
      <title>(Apache) Host additional domain in subdirectory - hotdiggity</title>
      <link>https://snipplr.com/view/61715/host-additional-domain-in-subdirectory</link>
      <description>&lt;p&gt;Rewrites url to appear like the additional domain appears independently hosted, however, only appropriate for a temporary web page as other pages throw an error.&lt;/p&gt;</description>
      <pubDate>Wed, 07 Dec 2011 11:12:36 UTC</pubDate>
      <guid>https://snipplr.com/view/61715/host-additional-domain-in-subdirectory</guid>
    </item>
    <item>
      <title>(PHP) MODx hide development site - hotdiggity</title>
      <link>https://snipplr.com/view/61411/modx-hide-development-site</link>
      <description>&lt;p&gt;Set up a basic template:&#13;
&#13;
&lt;html&gt;&#13;
&lt;head&gt;&#13;
&lt;title&gt;[[++site_name]] - [[*pagetitle]]&lt;/title&gt;&#13;
&lt;base&gt;&#13;
&lt;meta&gt;â€‹&#13;
&lt;/head&gt;&#13;
&lt;body&gt;&#13;
[[*content]]&#13;
&lt;/body&gt;&#13;
&lt;/html&gt;&#13;
&#13;
Content:&#13;
&#13;
&lt;div&gt;&#13;
&lt;h4&gt;The ACME web site is currently under development&lt;/h4&gt;&#13;
&lt;p&gt;Please&#13;
&lt;script&gt;// &lt;![CDATA[&gt;' + 'email us' + '&lt;/a&gt;' )&#13;
// ]]&gt;&lt;/script&gt;&#13;
for all enquiries.&lt;/p&gt;&#13;
&lt;/div&gt;&#13;
&#13;
..and set this page as the Unauthorised Page in system settings.&#13;
&#13;
&#13;
Put this snippet at top of every other template:&#13;
&#13;
[[!UnauthorisedAccess]]&#13;
&#13;
Now only web manager users logged in will be able to view the full site. Change to 'web' for web users.&#13;
&#13;
Snippet code:&lt;/p&gt;</description>
      <pubDate>Thu, 01 Dec 2011 21:50:18 UTC</pubDate>
      <guid>https://snipplr.com/view/61411/modx-hide-development-site</guid>
    </item>
    <item>
      <title>(HTML) MODx TV for setting page visibility for robots - hotdiggity</title>
      <link>https://snipplr.com/view/60763/modx-tv-for-setting-page-visibility-for-robots</link>
      <description>&lt;p&gt;Create a new TV (under elements tab) called "Robots" and past the following into the input field. Then apply it to all the templates of the pages you wish to see this TV option.&#13;
Set default to: &lt;meta&gt;&#13;
Set delimiter to: ||&#13;
Add the TV to the template header as [[*robots]] (v2+) or [*robots*] (v1 or less).&#13;
&#13;
There's probably a more eloquent way of scripting with a snippet using instead the default MODx template variables of "Cacheable" and "Searchable"!&lt;/p&gt;</description>
      <pubDate>Sun, 13 Nov 2011 12:25:55 UTC</pubDate>
      <guid>https://snipplr.com/view/60763/modx-tv-for-setting-page-visibility-for-robots</guid>
    </item>
    <item>
      <title>(PHP) MODx Ditto call within snippet: Alters parameters according to parent ID - hotdiggity</title>
      <link>https://snipplr.com/view/60656/modx-ditto-call-within-snippet-alters-parameters-according-to-parent-id</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 09 Nov 2011 10:43:26 UTC</pubDate>
      <guid>https://snipplr.com/view/60656/modx-ditto-call-within-snippet-alters-parameters-according-to-parent-id</guid>
    </item>
    <item>
      <title>(HTML) Reduce height of pipes in a horizontal menu - hotdiggity</title>
      <link>https://snipplr.com/view/59572/reduce-height-of-pipes-in-a-horizontal-menu</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 09 Oct 2011 11:55:11 UTC</pubDate>
      <guid>https://snipplr.com/view/59572/reduce-height-of-pipes-in-a-horizontal-menu</guid>
    </item>
    <item>
      <title>(PHP) Test PayPal ipn to file - hotdiggity</title>
      <link>https://snipplr.com/view/58881/test-paypal-ipn-to-file</link>
      <description>&lt;p&gt;Writes to a text file, test.txt, instead of email for the purposes of testing.&lt;/p&gt;</description>
      <pubDate>Wed, 21 Sep 2011 09:24:17 UTC</pubDate>
      <guid>https://snipplr.com/view/58881/test-paypal-ipn-to-file</guid>
    </item>
    <item>
      <title>(PHP) Basic PayPal IPN script - hotdiggity</title>
      <link>https://snipplr.com/view/58880/basic-paypal-ipn-script</link>
      <description>&lt;p&gt;PHP 4.1&lt;/p&gt;</description>
      <pubDate>Wed, 21 Sep 2011 09:22:07 UTC</pubDate>
      <guid>https://snipplr.com/view/58880/basic-paypal-ipn-script</guid>
    </item>
    <item>
      <title>(PHP) Pear.ini updater script for Magento (when moving server) - hotdiggity</title>
      <link>https://snipplr.com/view/58261/pearini-updater-script-for-magento-when-moving-server</link>
      <description>&lt;p&gt;Lastly, in order to make magento connect to work correctly edit the pear.ini (downloader/pearlib/pear.ini) and update al the paths that you see in this file. Otherwise magentoconnect will try to upgrade your old site when you use it.&#13;
&#13;
(the files downloader/pearlib/pear downloader/pearlib/peardev downloader/pearlib/pecl may also need the paths updating if you have changed the path)&#13;
&#13;
(Note: Updating this file -pear.ini- is a tedious job, because when you change the paths, you also need the update the field before it which starts with â€œs:â€. You need to type in the length of characters of the path field that you have updated.)&#13;
&#13;
A simple helper script to generate a new the pear.ini file: drop your old pear.ini in the same directory as the PHP script, adjust the paths in the script, open it in a browser and paste the contents into your new pear.ini.&#13;
&#13;
Note: The code splits the ini file into lines by detecting the â€œnâ€ character - depending on the operating system you are running on the correct new line character to split your file may vary.&lt;/p&gt;</description>
      <pubDate>Mon, 29 Aug 2011 12:49:22 UTC</pubDate>
      <guid>https://snipplr.com/view/58261/pearini-updater-script-for-magento-when-moving-server</guid>
    </item>
    <item>
      <title>(MySQL) Truncate Magento logs - hotdiggity</title>
      <link>https://snipplr.com/view/58257/truncate-magento-logs</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 29 Aug 2011 11:16:10 UTC</pubDate>
      <guid>https://snipplr.com/view/58257/truncate-magento-logs</guid>
    </item>
    <item>
      <title>(PHP) Run MODx API in external file - hotdiggity</title>
      <link>https://snipplr.com/view/50769/run-modx-api-in-external-file</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 17 Mar 2011 12:08:57 UTC</pubDate>
      <guid>https://snipplr.com/view/50769/run-modx-api-in-external-file</guid>
    </item>
    <item>
      <title>(SQL) Delete Magento test orders - hotdiggity</title>
      <link>https://snipplr.com/view/49520/delete-magento-test-orders</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Feb 2011 20:58:21 UTC</pubDate>
      <guid>https://snipplr.com/view/49520/delete-magento-test-orders</guid>
    </item>
    <item>
      <title>(PHP) Delete cancelled magento orders cron - hotdiggity</title>
      <link>https://snipplr.com/view/49519/delete-cancelled-magento-orders-cron</link>
      <description>&lt;p&gt;Say you donâ€™t want to reset ALL your orders, maybe you want to PRUNE a production database. if thatâ€™s the case, this php file (added to a crontab, or ran from your magento root directory) will DELETE all cancelled orders (5000 limit per instance).  This is helpful for production instances, to keep your magento running smoothly if you run alot of test transactions.&lt;/p&gt;</description>
      <pubDate>Wed, 23 Feb 2011 20:55:49 UTC</pubDate>
      <guid>https://snipplr.com/view/49519/delete-cancelled-magento-orders-cron</guid>
    </item>
    <item>
      <title>(CSS) clearfix update - hotdiggity</title>
      <link>https://snipplr.com/view/39891/clearfix-update</link>
      <description>&lt;p&gt;As used by Posterous. Forces parent element to stretch to the dimensions of its child element.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Sep 2010 14:20:01 UTC</pubDate>
      <guid>https://snipplr.com/view/39891/clearfix-update</guid>
    </item>
    <item>
      <title>(CSS) Align child div to bottom of parent div - hotdiggity</title>
      <link>https://snipplr.com/view/39882/align-child-div-to-bottom-of-parent-div</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 02 Sep 2010 13:17:08 UTC</pubDate>
      <guid>https://snipplr.com/view/39882/align-child-div-to-bottom-of-parent-div</guid>
    </item>
    <item>
      <title>(PHP) Invisible Captcha - hotdiggity</title>
      <link>https://snipplr.com/view/36904/invisible-captcha</link>
      <description>&lt;p&gt;Create a textbox that the bot will presume is just a field it can exploit with rubbish and label it with an indicator to let any viewers without the privileges of CSS know that it is to be left blank.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Jul 2010 11:25:54 UTC</pubDate>
      <guid>https://snipplr.com/view/36904/invisible-captcha</guid>
    </item>
    <item>
      <title>(Apache) mod_rewrite and httpd passwd protected directory - hotdiggity</title>
      <link>https://snipplr.com/view/35464/modrewrite-and-httpd-passwd-protected-directory</link>
      <description>&lt;p&gt;Untested&lt;/p&gt;</description>
      <pubDate>Thu, 03 Jun 2010 05:46:49 UTC</pubDate>
      <guid>https://snipplr.com/view/35464/modrewrite-and-httpd-passwd-protected-directory</guid>
    </item>
    <item>
      <title>(PHP) Simple Banner Rotation - hotdiggity</title>
      <link>https://snipplr.com/view/35438/simple-banner-rotation</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 02 Jun 2010 06:15:31 UTC</pubDate>
      <guid>https://snipplr.com/view/35438/simple-banner-rotation</guid>
    </item>
    <item>
      <title>(MySQL) Locked out of modx manager - hotdiggity</title>
      <link>https://snipplr.com/view/35437/locked-out-of-modx-manager</link>
      <description>&lt;p&gt;Paste into phpMyAdmin...&lt;/p&gt;</description>
      <pubDate>Wed, 02 Jun 2010 06:14:00 UTC</pubDate>
      <guid>https://snipplr.com/view/35437/locked-out-of-modx-manager</guid>
    </item>
    <item>
      <title>(CSS) CSS Comma Separated List - hotdiggity</title>
      <link>https://snipplr.com/view/35177/css-comma-separated-list</link>
      <description>&lt;p&gt;Separates an html list of words with a comma using CSS.&lt;/p&gt;</description>
      <pubDate>Mon, 24 May 2010 20:52:32 UTC</pubDate>
      <guid>https://snipplr.com/view/35177/css-comma-separated-list</guid>
    </item>
    <item>
      <title>(CSS) align nested div to base of parent div - hotdiggity</title>
      <link>https://snipplr.com/view/29597/align-nested-div-to-base-of-parent-div</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 11 Mar 2010 06:19:47 UTC</pubDate>
      <guid>https://snipplr.com/view/29597/align-nested-div-to-base-of-parent-div</guid>
    </item>
    <item>
      <title>(PHP) Embed 3rd party web application as a module within MODx Evo - hotdiggity</title>
      <link>https://snipplr.com/view/24160/embed-3rd-party-web-application-as-a-module-within-modx-evo</link>
      <description>&lt;p&gt;Create a new module using this code:&lt;/p&gt;</description>
      <pubDate>Wed, 02 Dec 2009 18:52:43 UTC</pubDate>
      <guid>https://snipplr.com/view/24160/embed-3rd-party-web-application-as-a-module-within-modx-evo</guid>
    </item>
    <item>
      <title>(SQL) Unblocking MODx Manager User (with role id 1) - hotdiggity</title>
      <link>https://snipplr.com/view/23459/unblocking-modx-manager-user-with-role-id-1</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 20 Nov 2009 05:40:05 UTC</pubDate>
      <guid>https://snipplr.com/view/23459/unblocking-modx-manager-user-with-role-id-1</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript email validation - hotdiggity</title>
      <link>https://snipplr.com/view/19325/javascript-email-validation</link>
      <description>&lt;p&gt;&lt;form&gt;&#13;
&lt;input&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 06 Sep 2009 20:48:53 UTC</pubDate>
      <guid>https://snipplr.com/view/19325/javascript-email-validation</guid>
    </item>
    <item>
      <title>(HTML) Styling  HR tag with CSS - hotdiggity</title>
      <link>https://snipplr.com/view/17482/styling--hr-tag-with-css</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 27 Jul 2009 02:37:42 UTC</pubDate>
      <guid>https://snipplr.com/view/17482/styling--hr-tag-with-css</guid>
    </item>
    <item>
      <title>(PHP) MODx referer authentication snippet - hotdiggity</title>
      <link>https://snipplr.com/view/17481/modx-referer-authentication-snippet</link>
      <description>&lt;p&gt;For low level authentication only.&lt;/p&gt;</description>
      <pubDate>Mon, 27 Jul 2009 02:10:53 UTC</pubDate>
      <guid>https://snipplr.com/view/17481/modx-referer-authentication-snippet</guid>
    </item>
    <item>
      <title>(ActionScript) Pause frame using ActionScript 2 - hotdiggity</title>
      <link>https://snipplr.com/view/17239/pause-frame-using-actionscript-2</link>
      <description>&lt;p&gt;On a new layer, add the following Actionscript to the frame requiring to be paused.&#13;
1000 represents the delay in milliseconds, being 1 second.&lt;/p&gt;</description>
      <pubDate>Tue, 21 Jul 2009 02:58:22 UTC</pubDate>
      <guid>https://snipplr.com/view/17239/pause-frame-using-actionscript-2</guid>
    </item>
    <item>
      <title>(ActionScript) ClickTag using ActionScript 2 - hotdiggity</title>
      <link>https://snipplr.com/view/17238/clicktag-using-actionscript-2</link>
      <description>&lt;p&gt;1. Create button that covers the entire ad.&#13;
2. Create an instance of the button on the main timeline and name it "buttonClip" in the properties palette.&#13;
3. On a new layer add ActionScript to the timeline as follows:&lt;/p&gt;</description>
      <pubDate>Tue, 21 Jul 2009 02:56:22 UTC</pubDate>
      <guid>https://snipplr.com/view/17238/clicktag-using-actionscript-2</guid>
    </item>
    <item>
      <title>(ActionScript 3) Pause frame using ActionScript 3 - hotdiggity</title>
      <link>https://snipplr.com/view/17237/pause-frame-using-actionscript-3</link>
      <description>&lt;p&gt;On a new actions layer, add the following script to frames requiring to be paused.&#13;
10000 represents the delay milliseconds (10 seconds).&lt;/p&gt;</description>
      <pubDate>Tue, 21 Jul 2009 02:54:42 UTC</pubDate>
      <guid>https://snipplr.com/view/17237/pause-frame-using-actionscript-3</guid>
    </item>
    <item>
      <title>(ActionScript 3) clickTag using ActionScript 3 - hotdiggity</title>
      <link>https://snipplr.com/view/17235/clicktag-using-actionscript-3</link>
      <description>&lt;p&gt;1. Create button that covers the entire ad.&#13;
2. Create an instance of the button on the main timeline and name it "clickTag_bn" in the properties palette.&#13;
3. On a new layer add ActionScript to the timeline as follows:&lt;/p&gt;</description>
      <pubDate>Tue, 21 Jul 2009 02:52:27 UTC</pubDate>
      <guid>https://snipplr.com/view/17235/clicktag-using-actionscript-3</guid>
    </item>
    <item>
      <title>(Bash) MySQL dump using SSH on Mac Terminal - hotdiggity</title>
      <link>https://snipplr.com/view/16275/mysql-dump-using-ssh-on-mac-terminal</link>
      <description>&lt;p&gt;Handy when web hosts limit database upload size. Create folder in home directory call "mysql_dump", upload and extract mysql file into this directory. Ask web host to enable SSH.&lt;/p&gt;</description>
      <pubDate>Wed, 24 Jun 2009 22:44:39 UTC</pubDate>
      <guid>https://snipplr.com/view/16275/mysql-dump-using-ssh-on-mac-terminal</guid>
    </item>
    <item>
      <title>(JavaScript) Prevents the return key from submitting the form. - hotdiggity</title>
      <link>https://snipplr.com/view/14596/prevents-the-return-key-from-submitting-the-form</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Apr 2009 02:15:15 UTC</pubDate>
      <guid>https://snipplr.com/view/14596/prevents-the-return-key-from-submitting-the-form</guid>
    </item>
    <item>
      <title>(JavaScript) Stop A Form Submitting On Return - hotdiggity</title>
      <link>https://snipplr.com/view/14595/stop-a-form-submitting-on-return</link>
      <description>&lt;p&gt;Works in IE not Firefox/Mozilla.&lt;/p&gt;</description>
      <pubDate>Thu, 30 Apr 2009 02:00:47 UTC</pubDate>
      <guid>https://snipplr.com/view/14595/stop-a-form-submitting-on-return</guid>
    </item>
    <item>
      <title>(CSS) Remove button styles - hotdiggity</title>
      <link>https://snipplr.com/view/14261/remove-button-styles</link>
      <description>&lt;p&gt;Defaults buttons back to default after button styles have been specified (except Aqua buttons on Safari).&lt;/p&gt;</description>
      <pubDate>Tue, 21 Apr 2009 23:55:14 UTC</pubDate>
      <guid>https://snipplr.com/view/14261/remove-button-styles</guid>
    </item>
    <item>
      <title>(CSS) IE 6 Form bugfix - hotdiggity</title>
      <link>https://snipplr.com/view/13868/ie-6-form-bugfix</link>
      <description>&lt;p&gt;In IE6 (+7?) the fieldset width doesn't automatically resize to fit the width of the parent container.&lt;/p&gt;</description>
      <pubDate>Tue, 07 Apr 2009 23:45:56 UTC</pubDate>
      <guid>https://snipplr.com/view/13868/ie-6-form-bugfix</guid>
    </item>
    <item>
      <title>(HTML) Force footer to bottom of page - hotdiggity</title>
      <link>https://snipplr.com/view/13692/force-footer-to-bottom-of-page</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 02 Apr 2009 02:42:36 UTC</pubDate>
      <guid>https://snipplr.com/view/13692/force-footer-to-bottom-of-page</guid>
    </item>
    <item>
      <title>(Apache) .htaccess exclude directory from mod_rewrite - hotdiggity</title>
      <link>https://snipplr.com/view/13691/htaccess-exclude-directory-from-modrewrite</link>
      <description>&lt;p&gt;In MODx, insert below:&#13;
&#13;
# The Friendly URLs part&#13;
RewriteCond %{REQUEST_FILENAME} !-f&#13;
RewriteCond %{REQUEST_FILENAME} !-d&lt;/p&gt;</description>
      <pubDate>Thu, 02 Apr 2009 02:40:35 UTC</pubDate>
      <guid>https://snipplr.com/view/13691/htaccess-exclude-directory-from-modrewrite</guid>
    </item>
    <item>
      <title>(HTML) MODx anchor tag - hotdiggity</title>
      <link>https://snipplr.com/view/13620/modx-anchor-tag</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 23:44:43 UTC</pubDate>
      <guid>https://snipplr.com/view/13620/modx-anchor-tag</guid>
    </item>
    <item>
      <title>(JavaScript) Spam-proof email with javascript - hotdiggity</title>
      <link>https://snipplr.com/view/13619/spamproof-email-with-javascript</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 23:41:56 UTC</pubDate>
      <guid>https://snipplr.com/view/13619/spamproof-email-with-javascript</guid>
    </item>
    <item>
      <title>(CSS) Tabless CSS Form - hotdiggity</title>
      <link>https://snipplr.com/view/13617/tabless-css-form</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 23:15:13 UTC</pubDate>
      <guid>https://snipplr.com/view/13617/tabless-css-form</guid>
    </item>
    <item>
      <title>(HTML) Vertical align text and image within an unordered list - hotdiggity</title>
      <link>https://snipplr.com/view/13615/vertical-align-text-and-image-within-an-unordered-list</link>
      <description>&lt;p&gt;Still needs a little padding at top.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 23:03:57 UTC</pubDate>
      <guid>https://snipplr.com/view/13615/vertical-align-text-and-image-within-an-unordered-list</guid>
    </item>
    <item>
      <title>(CSS) vertically centre a horizontal list within a div - hotdiggity</title>
      <link>https://snipplr.com/view/13614/vertically-centre-a-horizontal-list-within-a-div</link>
      <description>&lt;p&gt;To centre, make "line-height" the same as the div height.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 22:53:04 UTC</pubDate>
      <guid>https://snipplr.com/view/13614/vertically-centre-a-horizontal-list-within-a-div</guid>
    </item>
    <item>
      <title>(CSS) Simple CSS clearer - hotdiggity</title>
      <link>https://snipplr.com/view/13612/simple-css-clearer</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 22:33:05 UTC</pubDate>
      <guid>https://snipplr.com/view/13612/simple-css-clearer</guid>
    </item>
    <item>
      <title>(HTML) Robots.txt to hide directory without revealing directory's name - hotdiggity</title>
      <link>https://snipplr.com/view/13609/robotstxt-to-hide-directory-without-revealing-directorys-name</link>
      <description>&lt;p&gt;Hides directories from robots without revealing the names of the directories. Robot ignores directory names starting with first two characters.&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 22:13:52 UTC</pubDate>
      <guid>https://snipplr.com/view/13609/robotstxt-to-hide-directory-without-revealing-directorys-name</guid>
    </item>
    <item>
      <title>(HTML) Centred footer list menu 2 - hotdiggity</title>
      <link>https://snipplr.com/view/13608/centred-footer-list-menu-2</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 22:11:05 UTC</pubDate>
      <guid>https://snipplr.com/view/13608/centred-footer-list-menu-2</guid>
    </item>
    <item>
      <title>(HTML) Centred footer list menu 1 - hotdiggity</title>
      <link>https://snipplr.com/view/13607/centred-footer-list-menu-1</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 22:09:47 UTC</pubDate>
      <guid>https://snipplr.com/view/13607/centred-footer-list-menu-1</guid>
    </item>
    <item>
      <title>(CSS) Clean CSS table stle - hotdiggity</title>
      <link>https://snipplr.com/view/13605/clean-css-table-stle</link>
      <description>&lt;p&gt;&lt;table&gt;&#13;
  &lt;tr&gt;&#13;
    &lt;td&gt;Head&lt;/td&gt;&#13;
  &lt;/tr&gt;&#13;
  &lt;tr&gt;&#13;
    &lt;td&gt;Subhead&lt;/td&gt;&#13;
  &lt;/tr&gt;&#13;
  &lt;tr&gt;&#13;
    &lt;td&gt;text&lt;/td&gt;&#13;
  &lt;/tr&gt;&#13;
&lt;/table&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 21:53:16 UTC</pubDate>
      <guid>https://snipplr.com/view/13605/clean-css-table-stle</guid>
    </item>
    <item>
      <title>(CSS) Quick CSS Reset - hotdiggity</title>
      <link>https://snipplr.com/view/13604/quick-css-reset</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 21:48:51 UTC</pubDate>
      <guid>https://snipplr.com/view/13604/quick-css-reset</guid>
    </item>
    <item>
      <title>(CSS) Vertical align type with image - hotdiggity</title>
      <link>https://snipplr.com/view/13603/vertical-align-type-with-image</link>
      <description>&lt;p&gt;A replacement for now deprecated align attribute:&#13;
&lt;img&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 21:41:34 UTC</pubDate>
      <guid>https://snipplr.com/view/13603/vertical-align-type-with-image</guid>
    </item>
    <item>
      <title>(CSS) Vertical align background image to a link - hotdiggity</title>
      <link>https://snipplr.com/view/13602/vertical-align-background-image-to-a-link</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 21:35:30 UTC</pubDate>
      <guid>https://snipplr.com/view/13602/vertical-align-background-image-to-a-link</guid>
    </item>
    <item>
      <title>(JavaScript) Limit Word Count in a textarea - hotdiggity</title>
      <link>https://snipplr.com/view/13601/limit-word-count-in-a-textarea</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 21:20:46 UTC</pubDate>
      <guid>https://snipplr.com/view/13601/limit-word-count-in-a-textarea</guid>
    </item>
  </channel>
</rss>
