<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/element</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 20:23:46 GMT</pubDate>
<item>
<title>(CSS) Change styles of First/Last Elements in CSS - apphp-snippets</title>
<link>http://snipplr.com/view/70264/change-styles-of-firstlast-elements-in-css/</link>
<description><![CDATA[ <p>Sometimes it's desirable to change a style of the first and/or last elements in a container. You can do this by manually applying classes to your HTML elements: ("last-child" still not supported in IE8).</p> ]]></description>
<pubDate>Tue, 05 Mar 2013 20:12:22 GMT</pubDate>
<guid>http://snipplr.com/view/70264/change-styles-of-firstlast-elements-in-css/</guid>
</item>
<item>
<title>(JavaScript) Bare-Bones Selector Engine - o0110o</title>
<link>http://snipplr.com/view/69038/barebones-selector-engine/</link>
<description><![CDATA[ <p>This is a very basic wrapper for querySelectorAll. Just add prototypes and whatever else you need.</p> ]]></description>
<pubDate>Sun, 09 Dec 2012 10:11:19 GMT</pubDate>
<guid>http://snipplr.com/view/69038/barebones-selector-engine/</guid>
</item>
<item>
<title>(PHP) HTML Helper Function Create Any Element With Any Number Of Attributes (self-closing and container tags) - halk</title>
<link>http://snipplr.com/view/68682/html-helper-function-create-any-element-with-any-number-of-attributes-selfclosing-and-container-tags/</link>
<description><![CDATA[ <p>/**
 * THIS FUNCTION WILL RENDER A CONTAINER OR SELF-CLOSING HTML ELEMENT.
 * IT AUTO DETECTS WHAT TYPE YOU WANT
 * BASED ON RATHER OR NOT YOU SET A _data KEY IN THE ARRAY OF
 * ATTRIBUTES PASSED TO THE FUNCTION
 * 
 * USING AN ASSOCIATIVE ARRAY ATTRIBUTES ARE ASSIGNED TO THE ELEMENT
* 
 * IF THE KEY _data IS SET IN THE $propBag ARRAY
 * _data WILL BE INSERTED BETWEEN THE START AND END TAGS
 * AS THE ELEMENT IS NOT SELF CLOSING BECAUSE IT HAS DATA TO CONTAIN.
 * 
 * IF _data IS NOT SENT IN THE ARRAY THE TAG WILL BE FORMED AS SELF CLOSING
 * BECAUSE IT HAS NO DATA TO CONTAIN
 */
SEE Examples Of Use Below The Code</p> ]]></description>
<pubDate>Wed, 21 Nov 2012 08:19:17 GMT</pubDate>
<guid>http://snipplr.com/view/68682/html-helper-function-create-any-element-with-any-number-of-attributes-selfclosing-and-container-tags/</guid>
</item>
<item>
<title>(CSS) Add box shadow on bottom of element only - Huskie</title>
<link>http://snipplr.com/view/68646/add-box-shadow-on-bottom-of-element-only/</link>
<description><![CDATA[ <p>CSS code to add a CSS3 box shadow to the bottom of an element only.</p> ]]></description>
<pubDate>Mon, 19 Nov 2012 22:54:21 GMT</pubDate>
<guid>http://snipplr.com/view/68646/add-box-shadow-on-bottom-of-element-only/</guid>
</item>
<item>
<title>(C++) glavni.cpp - fsabalic2</title>
<link>http://snipplr.com/view/68454/glavnicpp/</link>
<description><![CDATA[ <p>Glavni kod u kome unosimo podatke, sortiramo ih te ispisujemo</p> ]]></description>
<pubDate>Mon, 12 Nov 2012 08:52:31 GMT</pubDate>
<guid>http://snipplr.com/view/68454/glavnicpp/</guid>
</item>
<item>
<title>(C++) pokazivaci.h - fsabalic2</title>
<link>http://snipplr.com/view/68442/pokazivacih/</link>
<description><![CDATA[ <p>Inplementacija liste pomocu pokazivaca, header file(Izaglavlje</p> ]]></description>
<pubDate>Mon, 12 Nov 2012 08:44:36 GMT</pubDate>
<guid>http://snipplr.com/view/68442/pokazivacih/</guid>
</item>
<item>
<title>(C++) polja.h - fsabalic2</title>
<link>http://snipplr.com/view/68440/poljah/</link>
<description><![CDATA[ <p>Inplementacija ATP liste pomoći pokazivača, header file(zaglavlje)</p> ]]></description>
<pubDate>Mon, 12 Nov 2012 08:42:31 GMT</pubDate>
<guid>http://snipplr.com/view/68440/poljah/</guid>
</item>
<item>
<title>(C++) Implementacija liste-main.cpp - SikavicaNino</title>
<link>http://snipplr.com/view/68304/implementacija-listemaincpp/</link>
<description><![CDATA[ <p>Ovo je glavna datoteka main u kojoj se pozivaju funkcije iz datoteka lista_pokazivac.h i lista_polje.h za implementaciju liste. Korisniku je ponuđen izbornik preko kojeg moze: 1. dodavati zapis, 2. ispisati sadrzaj, 3. pretražiti listu po datumu (ispis nakon 23.9.2012), 4. brisanje prema vrsti, 5.brisanje prema nazivu, 6. sortiranje prema nazivu i cijeni</p> ]]></description>
<pubDate>Mon, 12 Nov 2012 01:00:47 GMT</pubDate>
<guid>http://snipplr.com/view/68304/implementacija-listemaincpp/</guid>
</item>
<item>
<title>(JavaScript) jQuery center - rickygri</title>
<link>http://snipplr.com/view/67058/jquery-center/</link>
<description><![CDATA[ <p>Extend jQuery with a 'center' function. Use position:fixed to align center in viewport, or position:absolute inside a relatively positioned parent to center inside that parent.</p> ]]></description>
<pubDate>Wed, 05 Sep 2012 19:00:17 GMT</pubDate>
<guid>http://snipplr.com/view/67058/jquery-center/</guid>
</item>
<item>
<title>(JavaScript) paslėpti elementus CRM - ptomas</title>
<link>http://snipplr.com/view/66184/paslpti-elementus-crm/</link>
<description><![CDATA[ <p>paslėpti CRM elementus</p> ]]></description>
<pubDate>Tue, 17 Jul 2012 19:52:45 GMT</pubDate>
<guid>http://snipplr.com/view/66184/paslpti-elementus-crm/</guid>
</item>
<item>
<title>(JavaScript) Class Manipulation - ChristianOttinger</title>
<link>http://snipplr.com/view/64406/class-manipulation/</link>
<description><![CDATA[ <p>Element.prototype functions to manipulate element classes.</p> ]]></description>
<pubDate>Sat, 07 Apr 2012 05:48:04 GMT</pubDate>
<guid>http://snipplr.com/view/64406/class-manipulation/</guid>
</item>
<item>
<title>(JavaScript) Javascript checking HTML element type - caringprogrammer</title>
<link>http://snipplr.com/view/63103/javascript-checking-html-element-type/</link>
<description><![CDATA[ <p>How to check Html element type</p> ]]></description>
<pubDate>Mon, 06 Feb 2012 12:11:36 GMT</pubDate>
<guid>http://snipplr.com/view/63103/javascript-checking-html-element-type/</guid>
</item>
<item>
<title>(jQuery) jQuery Tabbed Element for multiple elements - digitalclubb</title>
<link>http://snipplr.com/view/61901/jquery-tabbed-element-for-multiple-elements/</link>
<description><![CDATA[ <p>A clean and simple jQuery function for creating a tabbed element. This one allows multiple tabbed elements on 1 page (which has been the downfall of so many others)</p> ]]></description>
<pubDate>Thu, 15 Dec 2011 04:11:16 GMT</pubDate>
<guid>http://snipplr.com/view/61901/jquery-tabbed-element-for-multiple-elements/</guid>
</item>
<item>
<title>(JavaScript) Center element inside of a div container - Neven</title>
<link>http://snipplr.com/view/61198/center-element-inside-of-a-div-container/</link>
<description><![CDATA[ <p>Position of the element to center needs to be relative to the container.</p> ]]></description>
<pubDate>Fri, 25 Nov 2011 21:44:26 GMT</pubDate>
<guid>http://snipplr.com/view/61198/center-element-inside-of-a-div-container/</guid>
</item>
<item>
<title>(Other) Check browser for  support - weidel</title>
<link>http://snipplr.com/view/58708/check-browser-for-video-support/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 15 Sep 2011 21:32:40 GMT</pubDate>
<guid>http://snipplr.com/view/58708/check-browser-for-video-support/</guid>
</item>
<item>
<title>(JavaScript) previousElement and nextElement - jatkins</title>
<link>http://snipplr.com/view/56845/previouselement-and-nextelement/</link>
<description><![CDATA[ <p>Released into the public domain. I haven't tested these (realized I didn't need them for what I was trying to do), but they should work. **Bug fixed 7/19/2011.**</p> ]]></description>
<pubDate>Tue, 19 Jul 2011 07:24:59 GMT</pubDate>
<guid>http://snipplr.com/view/56845/previouselement-and-nextelement/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Remove an element from an array - adrianparr</title>
<link>http://snipplr.com/view/56186/as3-remove-an-element-from-an-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 06 Jul 2011 23:25:00 GMT</pubDate>
<guid>http://snipplr.com/view/56186/as3-remove-an-element-from-an-array/</guid>
</item>
<item>
<title>(C) K-Esimo Mayor Elemento - Tiempo de ejecución - josepino</title>
<link>http://snipplr.com/view/54413/kesimo-mayor-elemento--tiempo-de-ejecucin/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 26 May 2011 14:36:41 GMT</pubDate>
<guid>http://snipplr.com/view/54413/kesimo-mayor-elemento--tiempo-de-ejecucin/</guid>
</item>
<item>
<title>(JavaScript) Position one HTML element below another - jatkins</title>
<link>http://snipplr.com/view/52909/position-one-html-element-below-another/</link>
<description><![CDATA[ <p>Released into the public domain.</p> ]]></description>
<pubDate>Tue, 03 May 2011 07:07:56 GMT</pubDate>
<guid>http://snipplr.com/view/52909/position-one-html-element-below-another/</guid>
</item>
<item>
<title>(jQuery) Store the relationship between elements using .data() - 1man</title>
<link>http://snipplr.com/view/52617/store-the-relationship-between-elements-using-data/</link>
<description><![CDATA[ <p>Very useful snippet to link elements together.</p> ]]></description>
<pubDate>Wed, 27 Apr 2011 02:13:13 GMT</pubDate>
<guid>http://snipplr.com/view/52617/store-the-relationship-between-elements-using-data/</guid>
</item>
</channel>
</rss>