<?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 13:32:03 +0000</lastBuildDate>
    <item>
      <title>(Other) Instagram Business Profile Scraper - martinson</title>
      <link>https://snipplr.com/view/327580/instagram-business-profile-scraper</link>
      <description>&lt;p&gt;To use this free scraper for instagram business profiles you need to have account at known [web scraping service](https://www.diggernaut.com/). This scraper allow you to scrape contact details from business profiles and also indicate if profile is business or not.&#13;
&#13;
Scraper uses mobile API, so you will need to use instagram login and password. **MAKE SURE YOU DONT USE YOUR MAIN ACCOUNT**. API usage is unofficial and you are using it on your own risk.&#13;
&#13;
So to use it you need to login to your Diggernaut account, create project, then create a digger and then click on "Add configuration" button and copy&amp;paste below scraper code there.&#13;
&#13;
You need to set your instagram username at line 8, instagram password at line 11 and list of usernames you want to retrieve data for (as comma separated list) at the line 14.&#13;
&#13;
Then save your configuration and run the digger. In some time you should be able to download data.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Feb 2018 10:38:10 UTC</pubDate>
      <guid>https://snipplr.com/view/327580/instagram-business-profile-scraper</guid>
    </item>
    <item>
      <title>(Other) Public Instagram User Scraper - martinson</title>
      <link>https://snipplr.com/view/173592/public-instagram-user-scraper</link>
      <description>&lt;p&gt;Hey guys,&#13;
&#13;
Sharing my diggernaut's scripts for web scraping, hope it will be useful for you.&#13;
&#13;
This is script for scraping user's accounts without logging in to instagram, so no risk. What you can get with it: all information about user (his full name, username, id, avatar, number of follows and followers, number of posts), information about his posts (url, image, number of likes, information about persons who liked, comments, caption). So you probably will be interested in getting not all posts but just lets say 10 (or 30) of most recent. You can adjust it with settings. You can also set mode for script, to simple or extended. In simple mode it will not retrieve list of persons who likes post and comments. It works faster and eats less bandwidth in this case.&#13;
&#13;
If you look into script (lines 5-9):&#13;
&#13;
    - type: fieldset&#13;
      fields:&#13;
      - user: somusername&#13;
&#13;
you can see settings you may adjust, instead of "someusername" you need to set username of instagram account you want to scrape.  You can set multiple users to scrape, you can need in this case add additional settings chunks, like below:&#13;
&#13;
    - type: fieldset&#13;
      fields:&#13;
      - user: somusername1&#13;
      - user: somusername2&lt;/p&gt;</description>
      <pubDate>Tue, 13 Sep 2016 22:46:11 UTC</pubDate>
      <guid>https://snipplr.com/view/173592/public-instagram-user-scraper</guid>
    </item>
    <item>
      <title>(PHP) Secure Your Cakephp Website By Following These Simple Steps! - cakephpexpert</title>
      <link>https://snipplr.com/view/93678/secure-your-cakephp-website-by-following-these-simple-steps</link>
      <description>&lt;p&gt;&lt;p&gt;Follow these steps to secure your Cakephp Website:&lt;/p&gt;&#13;
&#13;
&lt;p&gt;*Before you actually start using Security Component functionality, make sure you use $components = array (â€˜Securityâ€™, â€˜Authâ€™) in the array so you can extend its functionality in the other components as well.&lt;/p&gt;&#13;
&#13;
&lt;p&gt;*Set security level "Medium" or "High" (in core.php config file)&lt;/p&gt;&#13;
&#13;
&lt;p&gt;*Add single line of code to your controllerâ€™s before Filter () method: $this-&gt;Security-&gt;requireAuth(â€˜action_nameâ€™) &lt;/p&gt;&#13;
&#13;
&lt;p&gt;&lt;strong&gt;To assure more security, add few more lines of code in controller section:&lt;/strong&gt;&lt;/p&gt;&#13;
&#13;
&lt;p&gt;&lt;code&gt;$key = Security::generateAuthKey ();&#13;
$this-&gt;set (â€˜safeâ€™, $key);&#13;
$this-&gt;Session-&gt;write (â€˜safeâ€™, $key);&lt;/code&gt;&lt;/p&gt;&#13;
&#13;
&lt;p&gt;&lt;strong&gt;Or alternatively adding this code sequence in your view&lt;/strong&gt;&lt;/p&gt;&#13;
&#13;
&lt;p&gt;&lt;code&gt;echo $this-&gt;Form-&gt;create(â€˜Postâ€™);&#13;
echo $this-&gt;Form-&gt;hidden(â€˜safeâ€™, $safe);&#13;
echo $this-&gt;Form-&gt;input(â€˜titleâ€™);&#13;
echo $this-&gt;Form-&gt;input(â€˜contentâ€™);&#13;
echo $this-&gt;Form-&gt;end(â€˜Submitâ€™);&lt;/code&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 16 Mar 2015 21:58:17 UTC</pubDate>
      <guid>https://snipplr.com/view/93678/secure-your-cakephp-website-by-following-these-simple-steps</guid>
    </item>
    <item>
      <title>(PHP) translate non alphanumeric characters from file name into underscores - flatearthcomms</title>
      <link>https://snipplr.com/view/90233/translate-non-alphanumeric-characters-from-file-name-into-underscores</link>
      <description>&lt;p&gt;Translate non alphanumeric characters into an underscore. Doesn't create double underscores if there's two spaces in a row. Also turns name to lowercase. Use with trim to avoid spaces at front or end.&lt;/p&gt;</description>
      <pubDate>Fri, 13 Feb 2015 11:32:11 UTC</pubDate>
      <guid>https://snipplr.com/view/90233/translate-non-alphanumeric-characters-from-file-name-into-underscores</guid>
    </item>
    <item>
      <title>(JavaScript) EnjoyHint 3.0 To Add Free Hints and Tips To Site Or App - lanagio</title>
      <link>https://snipplr.com/view/89543/enjoyhint-30-to-add-free-hints-and-tips-to-site-or-app</link>
      <description>&lt;p&gt;The new updated introduced auto scrolling to highlighted elements, possibility to hide 'next' and 'skip' buttons, add html markup in description, and more.&lt;/p&gt;</description>
      <pubDate>Fri, 06 Feb 2015 22:41:28 UTC</pubDate>
      <guid>https://snipplr.com/view/89543/enjoyhint-30-to-add-free-hints-and-tips-to-site-or-app</guid>
    </item>
    <item>
      <title>(C#) Bookmark editing (filter links) - xXxPizzaBreakfastxXx</title>
      <link>https://snipplr.com/view/86494/bookmark-editing-filter-links</link>
      <description>&lt;p&gt;This is a simple example to quickly and easily produce a set of links for a given site in your bookmarks from Firefox..&lt;/p&gt;</description>
      <pubDate>Thu, 08 Jan 2015 19:21:39 UTC</pubDate>
      <guid>https://snipplr.com/view/86494/bookmark-editing-filter-links</guid>
    </item>
    <item>
      <title>(JavaScript) Hexadecimal Color Inverter - tionazo</title>
      <link>https://snipplr.com/view/86435/hexadecimal-color-inverter</link>
      <description>&lt;p&gt;By Matt Lagrandeur&lt;/p&gt;</description>
      <pubDate>Thu, 08 Jan 2015 01:04:51 UTC</pubDate>
      <guid>https://snipplr.com/view/86435/hexadecimal-color-inverter</guid>
    </item>
    <item>
      <title>(Python) Get all links from a website - tionazo</title>
      <link>https://snipplr.com/view/84940/get-all-links-from-a-website</link>
      <description>&lt;p&gt;Get all links from a website &#13;
from: http://www.pythonforbeginners.com/code/regular-expression-re-findall&lt;/p&gt;</description>
      <pubDate>Fri, 26 Dec 2014 08:33:28 UTC</pubDate>
      <guid>https://snipplr.com/view/84940/get-all-links-from-a-website</guid>
    </item>
    <item>
      <title>(Python) Python Web Server - ronaklovespython</title>
      <link>https://snipplr.com/view/73076/python-web-server</link>
      <description>&lt;p&gt;Code for single threaded python web server&lt;/p&gt;</description>
      <pubDate>Tue, 03 Dec 2013 09:28:45 UTC</pubDate>
      <guid>https://snipplr.com/view/73076/python-web-server</guid>
    </item>
    <item>
      <title>(HTML) XHTML Strict starter - doctorS</title>
      <link>https://snipplr.com/view/72523/xhtml-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 03 Oct 2013 23:56:32 UTC</pubDate>
      <guid>https://snipplr.com/view/72523/xhtml-strict-starter</guid>
    </item>
    <item>
      <title>(Other) Sample JSON representation of an Esri Web Map for Export Web Map task - azmi</title>
      <link>https://snipplr.com/view/72400/sample-json-representation-of-an-esri-web-map-for-export-web-map-task</link>
      <description>&lt;p&gt;A sample JSON representation of an Esri Web map based on the [ExportWebMap specifications](&#13;
http://resources.arcgis.com/en/help/rest/apiref/exportwebmap_spec.html)&#13;
&#13;
The JSON is a parameter to be input into the [Export Web Map task](&#13;
http://sampleserver6.arcgisonline.com/arcgis/rest/services/Utilities/PrintingTools/GPServer/Export%20Web%20Map%20Task/execute)&lt;/p&gt;</description>
      <pubDate>Thu, 19 Sep 2013 16:48:50 UTC</pubDate>
      <guid>https://snipplr.com/view/72400/sample-json-representation-of-an-esri-web-map-for-export-web-map-task</guid>
    </item>
    <item>
      <title>(CSS) The Double A Method - fasterhorses</title>
      <link>https://snipplr.com/view/70620/the-double-a-method</link>
      <description>&lt;p&gt;A toolkit method for responsive development&lt;/p&gt;</description>
      <pubDate>Mon, 01 Apr 2013 03:34:30 UTC</pubDate>
      <guid>https://snipplr.com/view/70620/the-double-a-method</guid>
    </item>
    <item>
      <title>(HTML) Jaidee HTML Framework - kanin2604</title>
      <link>https://snipplr.com/view/70370/jaidee-html-framework</link>
      <description>&lt;p&gt;Jaidee Framework is Graceful and powerful HTML &amp; CSS Framework for building flexible and responsive website and mobile app development.&lt;/p&gt;</description>
      <pubDate>Tue, 12 Mar 2013 23:06:13 UTC</pubDate>
      <guid>https://snipplr.com/view/70370/jaidee-html-framework</guid>
    </item>
    <item>
      <title>(HTML) XHTML Transitional starter - fvanommen</title>
      <link>https://snipplr.com/view/70127/xhtml-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 27 Feb 2013 21:47:03 UTC</pubDate>
      <guid>https://snipplr.com/view/70127/xhtml-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) XHTML Strict starter - fvanommen</title>
      <link>https://snipplr.com/view/70126/xhtml-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 27 Feb 2013 21:47:01 UTC</pubDate>
      <guid>https://snipplr.com/view/70126/xhtml-strict-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML Transitional starter - fvanommen</title>
      <link>https://snipplr.com/view/70125/html-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 27 Feb 2013 21:47:00 UTC</pubDate>
      <guid>https://snipplr.com/view/70125/html-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML Strict starter - fvanommen</title>
      <link>https://snipplr.com/view/70124/html-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 27 Feb 2013 21:46:58 UTC</pubDate>
      <guid>https://snipplr.com/view/70124/html-strict-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML Strict starter - fvanommen</title>
      <link>https://snipplr.com/view/70123/html-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 27 Feb 2013 21:46:56 UTC</pubDate>
      <guid>https://snipplr.com/view/70123/html-strict-starter</guid>
    </item>
    <item>
      <title>(PHP) Check your Internet connection with PHP - phpdev</title>
      <link>https://snipplr.com/view/69621/check-your-internet-connection-with-php</link>
      <description>&lt;p&gt;**Example of use:**&#13;
&#13;
    $bIsConnected = check_internet_connection();&#13;
    $sText = ($bIsConnected) ? 'You are connected to the Internet.' : 'You are not connected to the Internet.';&#13;
    echo $sText;&lt;/p&gt;</description>
      <pubDate>Thu, 24 Jan 2013 23:40:15 UTC</pubDate>
      <guid>https://snipplr.com/view/69621/check-your-internet-connection-with-php</guid>
    </item>
    <item>
      <title>(Python) Flask - The Basics - denakitan</title>
      <link>https://snipplr.com/view/68733/flask--the-basics</link>
      <description>&lt;p&gt;Snippet showing a simple Flask application to illustrate the topics covered in the "Quickstart".&lt;/p&gt;</description>
      <pubDate>Sat, 24 Nov 2012 00:22:31 UTC</pubDate>
      <guid>https://snipplr.com/view/68733/flask--the-basics</guid>
    </item>
    <item>
      <title>(CSS) Nexus Themes full responsive web design CSS - vanseijen</title>
      <link>https://snipplr.com/view/68086/nexus-themes-full-responsive-web-design-css</link>
      <description>&lt;p&gt;The fixed page layout responsive design CSS used in Nexus Themes Framework&lt;/p&gt;</description>
      <pubDate>Sun, 04 Nov 2012 20:24:42 UTC</pubDate>
      <guid>https://snipplr.com/view/68086/nexus-themes-full-responsive-web-design-css</guid>
    </item>
    <item>
      <title>(HTML) HTML Strict starter - XtreamIT</title>
      <link>https://snipplr.com/view/67704/html-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 12 Oct 2012 10:31:48 UTC</pubDate>
      <guid>https://snipplr.com/view/67704/html-strict-starter</guid>
    </item>
    <item>
      <title>(Python) Example of web parser - zhyar</title>
      <link>https://snipplr.com/view/67552/example-of-web-parser</link>
      <description>&lt;p&gt;Simple web parser using urllib and re libs.&lt;/p&gt;</description>
      <pubDate>Mon, 01 Oct 2012 21:45:02 UTC</pubDate>
      <guid>https://snipplr.com/view/67552/example-of-web-parser</guid>
    </item>
    <item>
      <title>(C#) Open Web Browser Window to URL C# - Verician</title>
      <link>https://snipplr.com/view/67388/open-web-browser-window-to-url-c</link>
      <description>&lt;p&gt;I needed to open a browser window from my small C# app as a result of a dynamic URL build from data received from the command line. This did the trick!&lt;/p&gt;</description>
      <pubDate>Wed, 26 Sep 2012 23:10:35 UTC</pubDate>
      <guid>https://snipplr.com/view/67388/open-web-browser-window-to-url-c</guid>
    </item>
    <item>
      <title>(XSLT) How to create a sharepoint data form web part that uses only client side JavaScript - rumremix</title>
      <link>https://snipplr.com/view/67364/how-to-create-a-sharepoint-data-form-web-part-that-uses-only-client-side-javascript</link>
      <description>&lt;p&gt;With jQuery and SPServices, we have very powerful tools for accessing and manipulating Sharepoint data and precisiely contolling the presentation, entirely from the client side. But such solutions generally need to be either hard-coded into pages or require cumbersome content editor pastes or includes. The advantage of packaging a solution as a web part is that it is a breeze to drop it anywhere on the site. Using the technique below you can package up a purely HTML/JavaScript solution as a web part, combining the benefits of both.&#13;
&#13;
1. Create the HTML/JS content that you would like to turn into a web part in the manner you are most comfortable with&#13;
2. Create a dummy page in the site to initially hold our xslt&#13;
3. Open site in Sharepoint Designer&#13;
4. Find the page created in step 2, detach it from the page layout (by right clicking it), and open it for editing.&#13;
5. Place your cursor before the closing &lt; /ContentTemplate &gt; or closing &lt; /asp:Content &gt; tag&#13;
6. Paste the code in the source block below.&#13;
7. Find &#13;
Title="DataView 1" &#13;
in the code you pasted and replace it with&#13;
Title="MoreUsefulWebPartName" &#13;
8. Replace the contents between the opening and closing ![CDATA tags with the HTML and/or JavaScript you created in step 1&#13;
9. Select all of the new code, starting with and including the opening WebPartPages:DataFormWebPart tag and ending with and including the closing /WebPartPages:DataFormWebPart tag&#13;
10. Switch from code view to designer view. You may ignore any warning you see about missing data sources.&#13;
11. Click the web part tab&#13;
12. In the "Save Web part" section, select the manner in which you would like to save the new web part.&#13;
13. Give the web part a useful name&#13;
14. Once you make the new web part available in the web part gallery, users may now add your javascript solution to any page as they would any other web part.&lt;/p&gt;</description>
      <pubDate>Wed, 26 Sep 2012 05:06:47 UTC</pubDate>
      <guid>https://snipplr.com/view/67364/how-to-create-a-sharepoint-data-form-web-part-that-uses-only-client-side-javascript</guid>
    </item>
    <item>
      <title>(HTML) HTML Strict starter - cphoover</title>
      <link>https://snipplr.com/view/66494/html-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Aug 2012 10:43:48 UTC</pubDate>
      <guid>https://snipplr.com/view/66494/html-strict-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML Transitional starter - cphoover</title>
      <link>https://snipplr.com/view/66493/html-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Aug 2012 10:43:38 UTC</pubDate>
      <guid>https://snipplr.com/view/66493/html-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) XHTML Strict starter - cphoover</title>
      <link>https://snipplr.com/view/66484/xhtml-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Aug 2012 10:42:43 UTC</pubDate>
      <guid>https://snipplr.com/view/66484/xhtml-strict-starter</guid>
    </item>
    <item>
      <title>(HTML) XHTML Transitional starter - cphoover</title>
      <link>https://snipplr.com/view/66483/xhtml-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Aug 2012 10:42:42 UTC</pubDate>
      <guid>https://snipplr.com/view/66483/xhtml-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) XHTML Transitional starter - cphoover</title>
      <link>https://snipplr.com/view/66481/xhtml-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Aug 2012 10:39:54 UTC</pubDate>
      <guid>https://snipplr.com/view/66481/xhtml-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML5 CSS3 Webtemplate with Html5 drop down navigation bar - flanker</title>
      <link>https://snipplr.com/view/66461/html5-css3-webtemplate-with-html5-drop-down-navigation-bar</link>
      <description>&lt;p&gt;This is a simple HTML5 CSS3 website template you can customize it according to your needs. It has a clean and modular code and css. No fancy stuff just basic elements presents like : slideshow, social icons and a navigation bar. Its cross browser compatible&lt;/p&gt;</description>
      <pubDate>Thu, 02 Aug 2012 03:02:38 UTC</pubDate>
      <guid>https://snipplr.com/view/66461/html5-css3-webtemplate-with-html5-drop-down-navigation-bar</guid>
    </item>
    <item>
      <title>(C#) SalesLogix Web -  Refresh Tabs - stirfryrose</title>
      <link>https://snipplr.com/view/66255/saleslogix-web---refresh-tabs</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 21 Jul 2012 02:04:19 UTC</pubDate>
      <guid>https://snipplr.com/view/66255/saleslogix-web---refresh-tabs</guid>
    </item>
    <item>
      <title>(jQuery) JQuery: Connect to SAP Web Service - mattvbiggs</title>
      <link>https://snipplr.com/view/63957/jquery-connect-to-sap-web-service</link>
      <description>&lt;p&gt;There are a couple of steps involved to connect to an SAP web service. Really, its about the same as connecting to a regular ASMX web service, using the .ajax() function. Make sure you have a WSDL with the function and connection information. I recommend using SoapUI for testing and verification.&lt;/p&gt;</description>
      <pubDate>Fri, 16 Mar 2012 01:16:42 UTC</pubDate>
      <guid>https://snipplr.com/view/63957/jquery-connect-to-sap-web-service</guid>
    </item>
    <item>
      <title>(HTML) XHTML Transitional starter - inky76</title>
      <link>https://snipplr.com/view/63944/xhtml-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2012 09:11:27 UTC</pubDate>
      <guid>https://snipplr.com/view/63944/xhtml-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) XHTML Strict starter - inky76</title>
      <link>https://snipplr.com/view/63943/xhtml-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2012 09:11:16 UTC</pubDate>
      <guid>https://snipplr.com/view/63943/xhtml-strict-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML Transitional starter - inky76</title>
      <link>https://snipplr.com/view/63942/html-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2012 09:10:57 UTC</pubDate>
      <guid>https://snipplr.com/view/63942/html-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML Strict starter - inky76</title>
      <link>https://snipplr.com/view/63941/html-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2012 09:10:51 UTC</pubDate>
      <guid>https://snipplr.com/view/63941/html-strict-starter</guid>
    </item>
    <item>
      <title>(HTML) XHTML Transitional starter - inky76</title>
      <link>https://snipplr.com/view/63765/xhtml-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 11:37:34 UTC</pubDate>
      <guid>https://snipplr.com/view/63765/xhtml-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) XHTML Strict starter - inky76</title>
      <link>https://snipplr.com/view/63764/xhtml-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 11:37:23 UTC</pubDate>
      <guid>https://snipplr.com/view/63764/xhtml-strict-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML Transitional starter - inky76</title>
      <link>https://snipplr.com/view/63757/html-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 11:35:24 UTC</pubDate>
      <guid>https://snipplr.com/view/63757/html-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML Strict starter - inky76</title>
      <link>https://snipplr.com/view/63756/html-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 07 Mar 2012 11:35:23 UTC</pubDate>
      <guid>https://snipplr.com/view/63756/html-strict-starter</guid>
    </item>
    <item>
      <title>(CSS) Smooth web fonts for sexy anti-aliased display - thewickedchemist</title>
      <link>https://snipplr.com/view/63279/smooth-web-fonts-for-sexy-antialiased-display</link>
      <description>&lt;p&gt;Well known fix for ugly webfonts...&lt;/p&gt;</description>
      <pubDate>Sun, 12 Feb 2012 06:35:04 UTC</pubDate>
      <guid>https://snipplr.com/view/63279/smooth-web-fonts-for-sexy-antialiased-display</guid>
    </item>
    <item>
      <title>(HTML) XHTML Transitional starter - shufflepath</title>
      <link>https://snipplr.com/view/63272/xhtml-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 11 Feb 2012 14:09:33 UTC</pubDate>
      <guid>https://snipplr.com/view/63272/xhtml-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) XHTML Strict starter - shufflepath</title>
      <link>https://snipplr.com/view/63271/xhtml-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 11 Feb 2012 14:09:28 UTC</pubDate>
      <guid>https://snipplr.com/view/63271/xhtml-strict-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML Transitional starter - shufflepath</title>
      <link>https://snipplr.com/view/63270/html-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 11 Feb 2012 14:09:18 UTC</pubDate>
      <guid>https://snipplr.com/view/63270/html-transitional-starter</guid>
    </item>
    <item>
      <title>(HTML) HTML Strict starter - shufflepath</title>
      <link>https://snipplr.com/view/63269/html-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 11 Feb 2012 14:09:12 UTC</pubDate>
      <guid>https://snipplr.com/view/63269/html-strict-starter</guid>
    </item>
    <item>
      <title>(CSS) Show only non-printable area on web page but  print only the printable areas - duzenz</title>
      <link>https://snipplr.com/view/63077/show-only-nonprintable-area-on-web-page-but--print-only-the-printable-areas</link>
      <description>&lt;p&gt;Show only non-printable area on web page but  print only the printable areas&lt;/p&gt;</description>
      <pubDate>Sun, 05 Feb 2012 06:10:57 UTC</pubDate>
      <guid>https://snipplr.com/view/63077/show-only-nonprintable-area-on-web-page-but--print-only-the-printable-areas</guid>
    </item>
    <item>
      <title>(CSS) Define a printable area for a web page - duzenz</title>
      <link>https://snipplr.com/view/63076/define-a-printable-area-for-a-web-page</link>
      <description>&lt;p&gt;defining a printable area from a html web page. Making only one place printable&lt;/p&gt;</description>
      <pubDate>Sun, 05 Feb 2012 06:07:35 UTC</pubDate>
      <guid>https://snipplr.com/view/63076/define-a-printable-area-for-a-web-page</guid>
    </item>
    <item>
      <title>(HTML) HTML Strict starter - kminov</title>
      <link>https://snipplr.com/view/62905/html-strict-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Jan 2012 23:13:39 UTC</pubDate>
      <guid>https://snipplr.com/view/62905/html-strict-starter</guid>
    </item>
    <item>
      <title>(HTML) XHTML Transitional starter - tilakapash</title>
      <link>https://snipplr.com/view/62268/xhtml-transitional-starter</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jan 2012 00:57:25 UTC</pubDate>
      <guid>https://snipplr.com/view/62268/xhtml-transitional-starter</guid>
    </item>
  </channel>
</rss>
