<?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 01:15:32 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Vatulator - online VAT calculator - antonykidless</title>
      <link>https://snipplr.com/view/337768/vatulator--online-vat-calculator</link>
      <description>&lt;p&gt;&lt;p&gt;&lt;div id="calc"&gt;&#13;
&lt;p&gt;&lt;b&gt;VAT rate:&lt;/b&gt;&#13;
&lt;input type="text" id="vat_rate" placeholder="20" size="10" value&gt;&#13;
&lt;p&gt;&lt;b&gt;Net price:&lt;/b&gt;&#13;
&lt;input type="text" id="net_price" size="10" value&gt;&#13;
&lt;p&gt;&lt;b&gt;Gross price:&lt;/b&gt;&#13;
&lt;input type="text" id="gross_price" size="10" value&gt;&#13;
&lt;p&gt;&lt;b&gt;Tax amount:&lt;/b&gt;&#13;
&lt;input type="text" id="tax_amount" size="10" value&gt;&#13;
&lt;/div&gt;&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 03 Apr 2020 21:55:24 UTC</pubDate>
      <guid>https://snipplr.com/view/337768/vatulator--online-vat-calculator</guid>
    </item>
    <item>
      <title>(JavaScript) Get unique values from an array - jlustre</title>
      <link>https://snipplr.com/view/337341/get-unique-values-from-an-array</link>
      <description>&lt;p&gt;This code is used to get the unique values of an array.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Mar 2020 18:32:44 UTC</pubDate>
      <guid>https://snipplr.com/view/337341/get-unique-values-from-an-array</guid>
    </item>
    <item>
      <title>(PHP) List Posts By Terms - reflectiondigital</title>
      <link>https://snipplr.com/view/337161/list-posts-by-terms</link>
      <description>&lt;p&gt;To display events from The Events Calendar Pro organized by taxonomy&lt;/p&gt;</description>
      <pubDate>Wed, 29 Jan 2020 20:11:05 UTC</pubDate>
      <guid>https://snipplr.com/view/337161/list-posts-by-terms</guid>
    </item>
    <item>
      <title>(JavaScript) Read Javascript questions for interview with example - priyagchaudhary</title>
      <link>https://snipplr.com/view/336313/read-javascript-questions-for-interview-with-example</link>
      <description>&lt;p&gt;JavaScript is a client-side as well as server side scripting language that can be inserted into HTML pages and is understood by web browsers. JavaScript is also an Object based Programming language.&#13;
Example&#13;
Note: This is an example, you can change according to your self ,&lt;/p&gt;</description>
      <pubDate>Tue, 24 Dec 2019 16:39:06 UTC</pubDate>
      <guid>https://snipplr.com/view/336313/read-javascript-questions-for-interview-with-example</guid>
    </item>
    <item>
      <title>(TYPO3) Powermail export field type "Typoscript" - xtine777</title>
      <link>https://snipplr.com/view/335341/powermail-export-field-type-typoscript</link>
      <description>&lt;p&gt;Typoscript fields are not exported by default in Powermail. If you want them to be exported you need to add this line in the Page TSConfig of your root page or form page:&lt;/p&gt;</description>
      <pubDate>Wed, 20 Nov 2019 21:32:07 UTC</pubDate>
      <guid>https://snipplr.com/view/335341/powermail-export-field-type-typoscript</guid>
    </item>
    <item>
      <title>(TYPO3) TYPOSCRIPT: Use SUM() in SQL query - xtine777</title>
      <link>https://snipplr.com/view/335263/typoscript-use-sum-in-sql-query</link>
      <description>&lt;p&gt;Add values from a given field in your database&lt;/p&gt;</description>
      <pubDate>Tue, 19 Nov 2019 01:54:09 UTC</pubDate>
      <guid>https://snipplr.com/view/335263/typoscript-use-sum-in-sql-query</guid>
    </item>
    <item>
      <title>(PHP) lastModified.func.php - daemondevin</title>
      <link>https://snipplr.com/view/334234/lastmodifiedfuncphp</link>
      <description>&lt;p&gt;With this snippet you will have the ability to deliver the most recent version of any file.&#13;
&#13;
When dealing with a browser's cache you can't be certain your viewers are getting the most recent copy. By appending a GET value (the UNIX timestamp) to, for example, a stylesheet, you can make the browser think the stylesheet is dynamic, thus reloading the stylesheet time the modification date changes.&lt;/p&gt;</description>
      <pubDate>Fri, 27 Sep 2019 12:02:48 UTC</pubDate>
      <guid>https://snipplr.com/view/334234/lastmodifiedfuncphp</guid>
    </item>
    <item>
      <title>(TYPO3) Aktuelle Seiten ID in Fluid Template auslesen - xtine777</title>
      <link>https://snipplr.com/view/333489/aktuelle-seiten-id-in-fluid-template-auslesen</link>
      <description>&lt;p&gt;Funktioniert auch in Partials etc...&#13;
Z.B.: bootstrap_package/Resources/Private/Partials/Page/Navigation/Main.html&lt;/p&gt;</description>
      <pubDate>Wed, 31 Jul 2019 23:17:08 UTC</pubDate>
      <guid>https://snipplr.com/view/333489/aktuelle-seiten-id-in-fluid-template-auslesen</guid>
    </item>
    <item>
      <title>(TYPO3) Debugging in TYPO3 7.6 - xtine777</title>
      <link>https://snipplr.com/view/331388/debugging-in-typo3-76</link>
      <description>&lt;p&gt;Debugging in Controller and Fluid Template&lt;/p&gt;</description>
      <pubDate>Thu, 14 Mar 2019 20:06:38 UTC</pubDate>
      <guid>https://snipplr.com/view/331388/debugging-in-typo3-76</guid>
    </item>
    <item>
      <title>(TYPO3) ETYPO3 Extension development: Hide Field "Plugin Modus" in Plugin form - xtine777</title>
      <link>https://snipplr.com/view/331349/etypo3-extension-development-hide-field-plugin-modus-in-plugin-form</link>
      <description>&lt;p&gt;In typo3conf/ext/extensionname/Configuration/TCA/Overrides/tt_content.php &#13;
oder in ext_tables.php&lt;/p&gt;</description>
      <pubDate>Tue, 12 Mar 2019 20:39:14 UTC</pubDate>
      <guid>https://snipplr.com/view/331349/etypo3-extension-development-hide-field-plugin-modus-in-plugin-form</guid>
    </item>
    <item>
      <title>(TYPO3) Extensionentwicklung: storagePid soll Datensatzsammlung nicht überschreiben (in TYPO3 Version 7) - xtine777</title>
      <link>https://snipplr.com/view/331347/extensionentwicklung-storagepid-soll-datensatzsammlung-nicht-berschreiben-in-typo3-version-7</link>
      <description>&lt;p&gt;Bei der Entwicklung einer eigenen Extension muss folgendes bedacht werden: ab TYPO3 Version 7 überschreibt die Deklaration von plugin.tx_extensionname.persistence.storagePid den Wert im Feld "Datensatzsammlung". Dazu muss nicht einmal ein Wert für storagePid angegeben werden! Damit der Wert in "Datensatzsammlung" nicht überschrieben wird, ändern wir die Angaben im Typoscript (Constants und Setup) folgendermaßen&lt;/p&gt;</description>
      <pubDate>Tue, 12 Mar 2019 19:48:58 UTC</pubDate>
      <guid>https://snipplr.com/view/331347/extensionentwicklung-storagepid-soll-datensatzsammlung-nicht-berschreiben-in-typo3-version-7</guid>
    </item>
    <item>
      <title>(TYPO3) Left vertical menu 2 levels - xtine777</title>
      <link>https://snipplr.com/view/331274/left-vertical-menu-2-levels</link>
      <description>&lt;p&gt;Typoscript for multilevel vertical menu, expanding when clicked&lt;/p&gt;</description>
      <pubDate>Mon, 04 Mar 2019 20:15:24 UTC</pubDate>
      <guid>https://snipplr.com/view/331274/left-vertical-menu-2-levels</guid>
    </item>
    <item>
      <title>(TYPO3) Show meaningful error messages - xtine777</title>
      <link>https://snipplr.com/view/331273/show-meaningful-error-messages</link>
      <description>&lt;p&gt;Show meaningful error messages in frontend&lt;/p&gt;</description>
      <pubDate>Mon, 04 Mar 2019 20:13:20 UTC</pubDate>
      <guid>https://snipplr.com/view/331273/show-meaningful-error-messages</guid>
    </item>
    <item>
      <title>(TYPO3) Inherit content from parent page - xtine777</title>
      <link>https://snipplr.com/view/331155/inherit-content-from-parent-page</link>
      <description>&lt;p&gt;rightColumn = COA&#13;
        rightColumn.2 &lt; styles.content.get&#13;
        rightColumn.2.select.where = colPos=2 &#13;
        rightColumn.2.slide = -1&lt;/p&gt;</description>
      <pubDate>Wed, 20 Feb 2019 22:44:27 UTC</pubDate>
      <guid>https://snipplr.com/view/331155/inherit-content-from-parent-page</guid>
    </item>
    <item>
      <title>(JavaScript) JavaScript IP validation - plasticbottle</title>
      <link>https://snipplr.com/view/327655/javascript-ip-validation</link>
      <description>&lt;p&gt;JavaScript regex for validating IP addresses, has been tested!&lt;/p&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:42:32 UTC</pubDate>
      <guid>https://snipplr.com/view/327655/javascript-ip-validation</guid>
    </item>
    <item>
      <title>(PHP) PHP regex e-mail validation - plasticbottle</title>
      <link>https://snipplr.com/view/327654/php-regex-email-validation</link>
      <description>&lt;p&gt;It should work for domains like @something.co.uk&#13;
&#13;
note that regex will never really be able to match 100% of e-mail addresses without allowing some false positives&lt;/p&gt;</description>
      <pubDate>Wed, 14 Mar 2018 17:32:53 UTC</pubDate>
      <guid>https://snipplr.com/view/327654/php-regex-email-validation</guid>
    </item>
    <item>
      <title>(Java) Java Credit Limit Calculator - EthanEC94</title>
      <link>https://snipplr.com/view/327628/java-credit-limit-calculator</link>
      <description>&lt;p&gt;This was an assignment given to me in my Java course.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:38:14 UTC</pubDate>
      <guid>https://snipplr.com/view/327628/java-credit-limit-calculator</guid>
    </item>
    <item>
      <title>(jQuery) Hide header, when news are empty - xtine777</title>
      <link>https://snipplr.com/view/327612/hide-header-when-news-are-empty</link>
      <description>&lt;p&gt;Hide parent element, when child element has a specific class.&#13;
In this case: &#13;
child element = .no-news-found&#13;
parent element = .csc-default (= content element containing the news plugin with header)&lt;/p&gt;</description>
      <pubDate>Fri, 23 Feb 2018 20:14:05 UTC</pubDate>
      <guid>https://snipplr.com/view/327612/hide-header-when-news-are-empty</guid>
    </item>
    <item>
      <title>(JavaScript) Javascript: Create UTC - chrisaiv</title>
      <link>https://snipplr.com/view/326413/javascript-create-utc</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2017/08/25/js-create-utc-from-new-date/&lt;/p&gt;</description>
      <pubDate>Fri, 25 Aug 2017 10:50:35 UTC</pubDate>
      <guid>https://snipplr.com/view/326413/javascript-create-utc</guid>
    </item>
    <item>
      <title>(JavaScript) Display Random Quotes with JavaScript - apphp-snippets</title>
      <link>https://snipplr.com/view/324741/display-random-quotes-with-javascript</link>
      <description>&lt;p&gt;This snippet code allows you to prevent the viewer from being able to right-click on your page. This can discourage the average user from borrow images or code from your site.&lt;/p&gt;</description>
      <pubDate>Fri, 26 May 2017 04:42:11 UTC</pubDate>
      <guid>https://snipplr.com/view/324741/display-random-quotes-with-javascript</guid>
    </item>
    <item>
      <title>(jQuery) Add IE interenet explorer class name to body - ginoplusio</title>
      <link>https://snipplr.com/view/313073/add-ie-interenet-explorer-class-name-to-body</link>
      <description>&lt;p&gt;Use it to detect old browser, when your client still use an old browser!&lt;/p&gt;</description>
      <pubDate>Mon, 06 Mar 2017 21:15:42 UTC</pubDate>
      <guid>https://snipplr.com/view/313073/add-ie-interenet-explorer-class-name-to-body</guid>
    </item>
    <item>
      <title>(JavaScript) Decimal to binary converter - rm1984</title>
      <link>https://snipplr.com/view/303114/decimal-to-binary-converter</link>
      <description>&lt;p&gt;A one-liner that converts a decimal number to a binary number&lt;/p&gt;</description>
      <pubDate>Sat, 11 Feb 2017 18:56:18 UTC</pubDate>
      <guid>https://snipplr.com/view/303114/decimal-to-binary-converter</guid>
    </item>
    <item>
      <title>(JavaScript) React: Pass value to method from onClick - heathbo</title>
      <link>https://snipplr.com/view/282667/react-pass-value-to-method-from-onclick</link>
      <description>&lt;p&gt;How to pass a parameter into a method from an onClick method found in the render method.&#13;
&#13;
Majority of the times when you need to do this, your adding it through a loop.  In this case, call a function where the item in the loop will automatically be passed into the function.  This will prevent the component from re-rendering every-time  it's parent changes and none of it's props or state changed.&#13;
&#13;
** DO NOT DO **&#13;
Adding the code below marked with DON'T DO, will cause this component to re-render every-time it's parent changes, regardless of whether this components state or props changed.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Dec 2016 09:05:59 UTC</pubDate>
      <guid>https://snipplr.com/view/282667/react-pass-value-to-method-from-onclick</guid>
    </item>
    <item>
      <title>(JavaScript) Bootstrap javascript breakpoint utils - dhjapan</title>
      <link>https://snipplr.com/view/146233/bootstrap-javascript-breakpoint-utils</link>
      <description>&lt;p&gt;ResponsiveBootstrapToolkit : https://github.com/maciej-gurban/responsive-bootstrap-toolkit&lt;/p&gt;</description>
      <pubDate>Fri, 26 Feb 2016 21:44:26 UTC</pubDate>
      <guid>https://snipplr.com/view/146233/bootstrap-javascript-breakpoint-utils</guid>
    </item>
    <item>
      <title>(JavaScript) React:  Get width, height, and coordinates of a react object - heathbo</title>
      <link>https://snipplr.com/view/145863/react--get-width-height-and-coordinates-of-a-react-object</link>
      <description>&lt;p&gt;Use ref with getDOMNode() to get the actual html.  &#13;
Using getBoundingClientRect() on the actual html will give you the width, height, etc.&#13;
&#13;
Below:&#13;
specs =  ClientRect {} bottom: 269 height: 18 left: 797.546875 right: 1062.609375 top: 251 width: 265.0625__proto__: ClientRect&#13;
&#13;
console.log(specs.bottom) will return 269&lt;/p&gt;</description>
      <pubDate>Sat, 23 Jan 2016 06:28:14 UTC</pubDate>
      <guid>https://snipplr.com/view/145863/react--get-width-height-and-coordinates-of-a-react-object</guid>
    </item>
    <item>
      <title>(JavaScript) React: How to access returned HTML within a React Component - heathbo</title>
      <link>https://snipplr.com/view/145862/react-how-to-access-returned-html-within-a-react-component</link>
      <description>&lt;p&gt;Within a react component.  How to gain access to the HTML that was just rendered.&#13;
&#13;
Any returned html element that is tagged with a ref, can easily be accessed by it's ref after it's been rendered.  In the below case, use this.refs["domainModal"] to access the html.  This access is limited to within the scope of the instance of this react component.&lt;/p&gt;</description>
      <pubDate>Sat, 23 Jan 2016 04:57:14 UTC</pubDate>
      <guid>https://snipplr.com/view/145862/react-how-to-access-returned-html-within-a-react-component</guid>
    </item>
    <item>
      <title>(JavaScript) Codepad.co - Set Default Language to JavaScript.js Last active 11 minutes ago - avansare</title>
      <link>https://snipplr.com/view/145751/codepadco--set-default-language-to-javascriptjs-last-active-11-minutes-ago</link>
      <description>&lt;p&gt;When creating a new https://codepad.co/ snippet, the default language will be set to 'JavaScript'.&lt;/p&gt;</description>
      <pubDate>Wed, 13 Jan 2016 19:51:08 UTC</pubDate>
      <guid>https://snipplr.com/view/145751/codepadco--set-default-language-to-javascriptjs-last-active-11-minutes-ago</guid>
    </item>
    <item>
      <title>(Regular Expression) RegExp to find JS &amp; Angular non-comment logs - brandonjp</title>
      <link>https://snipplr.com/view/145321/regexp-to-find-js--angular-noncomment-logs</link>
      <description>&lt;p&gt;Regular Expression to find native Javascript console and AngularJS $log log warn or info that are NOT comments / commented out&lt;/p&gt;</description>
      <pubDate>Fri, 11 Dec 2015 06:47:32 UTC</pubDate>
      <guid>https://snipplr.com/view/145321/regexp-to-find-js--angular-noncomment-logs</guid>
    </item>
    <item>
      <title>(JavaScript) Anti iFrame Buster in JavaScript - apphp-snippets</title>
      <link>https://snipplr.com/view/144789/anti-iframe-buster-in-javascript</link>
      <description>&lt;p&gt;You know that iFrames are a necessary evil for many of us. When yuo put a third party site in an iframe is always a risk because they can break out of that iframe and redirect the visitor to another location. This code acts as a defense for such cases and prevents them from being able to bust out of the iframe.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:10:13 UTC</pubDate>
      <guid>https://snipplr.com/view/144789/anti-iframe-buster-in-javascript</guid>
    </item>
    <item>
      <title>(JavaScript) Getting IP Address - apphp-snippets</title>
      <link>https://snipplr.com/view/144788/getting-ip-address</link>
      <description>&lt;p&gt;Sometimes you may want to show the visitor that you are aware of their IP address. You can do so by using few lines of code as shown here. Place the code in any place of your page, where you want the IP address to appear:&lt;/p&gt;</description>
      <pubDate>Wed, 04 Nov 2015 19:08:37 UTC</pubDate>
      <guid>https://snipplr.com/view/144788/getting-ip-address</guid>
    </item>
    <item>
      <title>(JavaScript) Copy object by value instead of by reference - BrentS</title>
      <link>https://snipplr.com/view/102473/copy-object-by-value-instead-of-by-reference</link>
      <description>&lt;p&gt;To do this for any object in JavaScript will not be simple or straightforward. You will run into the problem of erroneously picking up attributes from the object's prototype that should be left in the prototype and not copied to the new instance. If, for instance, you are adding a clone method to Object.prototype, as some answers depict, you will need to explicitly skip that attribute. But what if there are other additional methods added to Object.prototype, or other intermediate prototypes, that you don't know about? In that case, you will copy attributes you shouldn't, so you need to detect unforeseen, non-local attributes with the hasOwnProperty method.&#13;
&#13;
In addition to non-enumerable attributes, you'll encounter a tougher problem when you try to copy objects that have hidden properties. For example, prototype is a hidden property of a function. Also, an object's prototype is referenced with the attribute __proto__, which is also hidden, and will not be copied by a for/in loop iterating over the source object's attributes. I think __proto__ might be specific to Firefox's JavaScript interpreter and it may be something different in other browsers, but you get the picture. Not everything is enumerable. You can copy a hidden attribute if you know its name, but I don't know of any way to discover it automatically.&#13;
&#13;
Yet another snag in the quest for an elegant solution is the problem of setting up the prototype inheritance correctly. If your source object's prototype is Object, then simply creating a new general object with {} will work, but if the source's prototype is some descendant of Object, then you are going to be missing the additional members from that prototype which you skipped using the hasOwnProperty filter, or which were in the prototype, but weren't enumerable in the first place. One solution might be to call the source object's constructor property to get the initial copy object and then copy over the attributes, but then you still will not get non-enumerable attributes. For example, a Date object stores its data as a hidden member:&#13;
&#13;
The date string for d1 will be 5 seconds behind that of d2. A way to make one Date the same as another is by calling the setTime method, but that is specific to the Date class. I don't think there is a bullet-proof general solution to this problem, though I would be happy to be wrong!&#13;
&#13;
When I had to implement general deep copying I ended up compromising by assuming that I would only need to copy a plain Object, Array, Date, String, Number, or Boolean. The last 3 types are immutable, so I could perform a shallow copy and not worry about it changing. I further assumed that any elements contained in Object or Array would also be one of the 6 simple types in that list. This can be accomplished with code like the following:&#13;
&#13;
The above function will work adequately for the 6 simple types I mentioned, as long as the data in the objects and arrays form a tree structure. That is, there isn't more than one reference to the same data in the object. For example:&lt;/p&gt;</description>
      <pubDate>Fri, 12 Jun 2015 23:14:40 UTC</pubDate>
      <guid>https://snipplr.com/view/102473/copy-object-by-value-instead-of-by-reference</guid>
    </item>
    <item>
      <title>(PHP) Shorthand for Ternary Operator in PHP - ursdeep</title>
      <link>https://snipplr.com/view/102191/shorthand-for-ternary-operator-in-php</link>
      <description>&lt;p&gt;Shorthand for Ternary Operator in PHP&lt;/p&gt;</description>
      <pubDate>Tue, 09 Jun 2015 01:17:41 UTC</pubDate>
      <guid>https://snipplr.com/view/102191/shorthand-for-ternary-operator-in-php</guid>
    </item>
    <item>
      <title>(JavaScript) delete Operator donâ€™t impact the length of Array in JavaScript - ursdeep</title>
      <link>https://snipplr.com/view/101507/delete-operator-dont-impact-the-length-of-array-in-javascript</link>
      <description>&lt;p&gt;delete Operator donâ€™t impact the length of Array in JavaScript&lt;/p&gt;</description>
      <pubDate>Tue, 02 Jun 2015 23:07:31 UTC</pubDate>
      <guid>https://snipplr.com/view/101507/delete-operator-dont-impact-the-length-of-array-in-javascript</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>(JavaScript) Javascript Screen Resolutions - BebenKoben</title>
      <link>https://snipplr.com/view/100529/javascript-screen-resolutions</link>
      <description>&lt;p&gt;Get your screen resolution use JavaScript&lt;/p&gt;</description>
      <pubDate>Sat, 09 May 2015 23:46:12 UTC</pubDate>
      <guid>https://snipplr.com/view/100529/javascript-screen-resolutions</guid>
    </item>
    <item>
      <title>(jQuery) simple custom checkboxes - del4y</title>
      <link>https://snipplr.com/view/95793/simple-custom-checkboxes</link>
      <description>&lt;p&gt;This is a simple way to make custom checkboxes in jQuery.&lt;/p&gt;</description>
      <pubDate>Thu, 02 Apr 2015 23:38:02 UTC</pubDate>
      <guid>https://snipplr.com/view/95793/simple-custom-checkboxes</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>(JavaScript) NodeJS: Turn image into Vector art silhouette - chrisaiv</title>
      <link>https://snipplr.com/view/88119/nodejs-turn-image-into-vector-art-silhouette</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2015/01/22/js-turn-image-into-vector-art-silhouette/&lt;/p&gt;</description>
      <pubDate>Thu, 22 Jan 2015 10:25:58 UTC</pubDate>
      <guid>https://snipplr.com/view/88119/nodejs-turn-image-into-vector-art-silhouette</guid>
    </item>
    <item>
      <title>(JavaScript) Creating a Mobile App with PhoneGap and Webix - kengajunior</title>
      <link>https://snipplr.com/view/87966/creating-a-mobile-app-with-phonegap-and-webix</link>
      <description>&lt;p&gt;This step-by-step tutorial describes how to build an HTML5-based mobile web app by means of Webix library (open source, GPL) and PhoneGap framework. As a result youâ€™ll get an awesome native app for Android devices with rich UI and high performance.&lt;/p&gt;</description>
      <pubDate>Tue, 20 Jan 2015 22:04:19 UTC</pubDate>
      <guid>https://snipplr.com/view/87966/creating-a-mobile-app-with-phonegap-and-webix</guid>
    </item>
    <item>
      <title>(jQuery) Check if an Enter Key Is Pressed With jQuery - luhonghai</title>
      <link>https://snipplr.com/view/87115/check-if-an-enter-key-is-pressed-with-jquery</link>
      <description>&lt;p&gt;To check if an â€œenterâ€ key is pressed inside a textbox, just bind the keypress() to the textbox.&lt;/p&gt;</description>
      <pubDate>Wed, 14 Jan 2015 14:11:56 UTC</pubDate>
      <guid>https://snipplr.com/view/87115/check-if-an-enter-key-is-pressed-with-jquery</guid>
    </item>
    <item>
      <title>(jQuery) Detect Copy, Paste and Cut Behavior With jQuery - luhonghai</title>
      <link>https://snipplr.com/view/87114/detect-copy-paste-and-cut-behavior-with-jquery</link>
      <description>&lt;p&gt;To detect copy, paste and cut behavior, you just need to bind the corresponding event type.&lt;/p&gt;</description>
      <pubDate>Wed, 14 Jan 2015 14:09:22 UTC</pubDate>
      <guid>https://snipplr.com/view/87114/detect-copy-paste-and-cut-behavior-with-jquery</guid>
    </item>
    <item>
      <title>(jQuery) Check if jQuery library is loaded - luhonghai</title>
      <link>https://snipplr.com/view/87113/check-if-jquery-library-is-loaded</link>
      <description>&lt;p&gt;To check if jQuery library is loaded, use the following JavaScript code&lt;/p&gt;</description>
      <pubDate>Wed, 14 Jan 2015 14:07:41 UTC</pubDate>
      <guid>https://snipplr.com/view/87113/check-if-jquery-library-is-loaded</guid>
    </item>
    <item>
      <title>(jQuery) Page Loading Effects With jQuery - luhonghai</title>
      <link>https://snipplr.com/view/87112/page-loading-effects-with-jquery</link>
      <description>&lt;p&gt;JQuery is really a powerful and handy JavaScript library. The page or content loading effect is very easy to implement in jQuery. Hereâ€™s a example to make your web page content display a fade in page loading effect&lt;/p&gt;</description>
      <pubDate>Wed, 14 Jan 2015 14:06:18 UTC</pubDate>
      <guid>https://snipplr.com/view/87112/page-loading-effects-with-jquery</guid>
    </item>
    <item>
      <title>(jQuery) jQuery alle Checkboxen eines Formulars markieren - Variante 1 - ulfinger</title>
      <link>https://snipplr.com/view/85133/jquery-alle-checkboxen-eines-formulars-markieren--variante-1</link>
      <description>&lt;p&gt;Bei dieser Variante lassen sich die Checkboxen nur einmal aktivieren/deaktivieren. Bei weiteren Versuchen wird zwar im Quelltext altiviert/deaktiviert, es ist aber auf der Seite nicht zu sehen.&lt;/p&gt;</description>
      <pubDate>Sun, 28 Dec 2014 03:30:11 UTC</pubDate>
      <guid>https://snipplr.com/view/85133/jquery-alle-checkboxen-eines-formulars-markieren--variante-1</guid>
    </item>
    <item>
      <title>(jQuery) jQuery hook for separation of concerns - pmw57</title>
      <link>https://snipplr.com/view/83727/jquery-hook-for-separation-of-concerns</link>
      <description>&lt;p&gt;The purpose of this hook method is to help provide a separation of concerns between CSS and JavaScript.&#13;
&#13;
Typically class names are used to attach JavaScript to HTML elements. Using a separate data-hook attribute helps to protect the scripting from CSS changes.&#13;
&#13;
With the following example toggle button for a menu, we can hook on to the data-hook attribute.&#13;
&#13;
&lt;button&gt;Toggle Nav Menu&lt;/button&gt;&#13;
&lt;nav&gt;&#13;
    &lt;ul&gt;&#13;
        &lt;li&gt;&lt;a href="/"&gt;West Philadelphia&lt;/a&gt;&lt;/li&gt;&#13;
        &lt;li&gt;&lt;a href="/cab"&gt;Cab Whistling&lt;/a&gt;&lt;/li&gt;&#13;
        &lt;li&gt;&lt;a href="/throne"&gt;Throne Sitting&lt;/a&gt;&lt;/li&gt;&#13;
    &lt;/ul&gt;&#13;
&lt;/nav&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 12 Dec 2014 07:30:25 UTC</pubDate>
      <guid>https://snipplr.com/view/83727/jquery-hook-for-separation-of-concerns</guid>
    </item>
    <item>
      <title>(PHP) jQuery UI autocomplete mit JSON und externer php-Seite als Quelle - ulfinger</title>
      <link>https://snipplr.com/view/83644/jquery-ui-autocomplete-mit-json-und-externer-phpseite-als-quelle</link>
      <description>&lt;p&gt;Bei Autocomplete aus grÃ¶ÃŸeren Datenbanken ist es sinnvoll, die Datenbankabfrage in eine separate php-Datei zu verlegen.&lt;/p&gt;</description>
      <pubDate>Wed, 10 Dec 2014 18:34:36 UTC</pubDate>
      <guid>https://snipplr.com/view/83644/jquery-ui-autocomplete-mit-json-und-externer-phpseite-als-quelle</guid>
    </item>
    <item>
      <title>(JavaScript) Credit Card Parser &amp; Validator - geneticcode</title>
      <link>https://snipplr.com/view/82741/credit-card-parser--validator</link>
      <description>&lt;p&gt;With publicly available information and a little math it is possible to not only validate a given card number, but to determine the financial institution that issued the card, the type of industry the issuer belongs to, the actual account number and more.&#13;
&#13;
Fiddle: http://jsfiddle.net/qLq29frn/1/&lt;/p&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:53:05 UTC</pubDate>
      <guid>https://snipplr.com/view/82741/credit-card-parser--validator</guid>
    </item>
    <item>
      <title>(JavaScript) Proper Global Variables - chrisaiv</title>
      <link>https://snipplr.com/view/82405/proper-global-variables</link>
      <description>&lt;p&gt;https://www.chrisjmendez.com/2014/11/27/js-proper-global-variables/&lt;/p&gt;</description>
      <pubDate>Thu, 27 Nov 2014 04:45:13 UTC</pubDate>
      <guid>https://snipplr.com/view/82405/proper-global-variables</guid>
    </item>
    <item>
      <title>(jQuery) Check if one checkbox is checked (from a list, a table...) - Igeco</title>
      <link>https://snipplr.com/view/79930/check-if-one-checkbox-is-checked-from-a-list-a-table</link>
      <description>&lt;p&gt;VÃ©rifie si une checkbox a Ã©tÃ© cochÃ©e&lt;/p&gt;</description>
      <pubDate>Fri, 17 Oct 2014 19:35:24 UTC</pubDate>
      <guid>https://snipplr.com/view/79930/check-if-one-checkbox-is-checked-from-a-list-a-table</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>
  </channel>
</rss>
