<?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/children</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 20:30:40 GMT</pubDate>
<item>
<title>(SQL) get all children under a tree - hairajeshk</title>
<link>http://snipplr.com/view/69601/get-all-children-under-a-tree/</link>
<description><![CDATA[ <p>to fetch all the children in a tree based on parentid</p> ]]></description>
<pubDate>Wed, 23 Jan 2013 23:53:23 GMT</pubDate>
<guid>http://snipplr.com/view/69601/get-all-children-under-a-tree/</guid>
</item>
<item>
<title>(ActionScript 3) removeAllChildren - okhy</title>
<link>http://snipplr.com/view/58670/removeallchildren/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Sep 2011 16:28:59 GMT</pubDate>
<guid>http://snipplr.com/view/58670/removeallchildren/</guid>
</item>
<item>
<title>(JavaScript) Mootools cloneEventsDeep clones events from children too - tstachl</title>
<link>http://snipplr.com/view/41735/mootools-cloneeventsdeep-clones-events-from-children-too/</link>
<description><![CDATA[ <p>Put this snippet into the mootools core file right next to the cloneEvents function.</p> ]]></description>
<pubDate>Thu, 07 Oct 2010 13:03:43 GMT</pubDate>
<guid>http://snipplr.com/view/41735/mootools-cloneeventsdeep-clones-events-from-children-too/</guid>
</item>
<item>
<title>(ActionScript 3) Delete Children in MovieClip - noelchan</title>
<link>http://snipplr.com/view/39750/delete-children-in-movieclip/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 31 Aug 2010 18:18:18 GMT</pubDate>
<guid>http://snipplr.com/view/39750/delete-children-in-movieclip/</guid>
</item>
<item>
<title>(CSS) CSS for hover that includes all child elements - C4ePhagaxaku</title>
<link>http://snipplr.com/view/30411/css-for-hover-that-includes-all-child-elements/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 28 Mar 2010 15:33:41 GMT</pubDate>
<guid>http://snipplr.com/view/30411/css-for-hover-that-includes-all-child-elements/</guid>
</item>
<item>
<title>(ActionScript 3) Clear Children - liakwee</title>
<link>http://snipplr.com/view/27450/clear-children/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 31 Jan 2010 23:14:22 GMT</pubDate>
<guid>http://snipplr.com/view/27450/clear-children/</guid>
</item>
<item>
<title>(PHP) WordPress: in subcatory? - cyberhobo</title>
<link>http://snipplr.com/view/18874/wordpress-in-subcatory/</link>
<description><![CDATA[ <p>Usually use in a template with `in_category()`, like `if ( in_category( 3 ) || in_subcategory( 3 ) ) { ...`. Tested in WP 2.8.4.</p> ]]></description>
<pubDate>Wed, 26 Aug 2009 15:15:48 GMT</pubDate>
<guid>http://snipplr.com/view/18874/wordpress-in-subcatory/</guid>
</item>
<item>
<title>(PHP) Wordpress: Does a page have children? - cyberhobo</title>
<link>http://snipplr.com/view/18393/wordpress-does-a-page-have-children/</link>
<description><![CDATA[ <p>There's no has\_children() function in WP 2.8.4, but get\_children() returns false if the post/page has no children, so it can serve the same purpose in a page template. 

Outside a page template you'd have to add a global declaration for the $post variable.</p> ]]></description>
<pubDate>Mon, 17 Aug 2009 11:20:03 GMT</pubDate>
<guid>http://snipplr.com/view/18393/wordpress-does-a-page-have-children/</guid>
</item>
<item>
<title>(ActionScript 3) Add array of children to display list. - StrawMan</title>
<link>http://snipplr.com/view/15419/add-array-of-children-to-display-list/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 31 May 2009 09:38:40 GMT</pubDate>
<guid>http://snipplr.com/view/15419/add-array-of-children-to-display-list/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Remove Children - visualadvance</title>
<link>http://snipplr.com/view/13891/as3-remove-children/</link>
<description><![CDATA[ <p>This is handy for removing all children from a movieclip</p> ]]></description>
<pubDate>Wed, 08 Apr 2009 15:47:13 GMT</pubDate>
<guid>http://snipplr.com/view/13891/as3-remove-children/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Get all children of specified object - benwasilewski</title>
<link>http://snipplr.com/view/7897/as3-get-all-children-of-specified-object/</link>
<description><![CDATA[ <p>This takes whatever object you want (called YOUR_OBJECT in the source) and traces out each child of that object. Pretty useful for debugging an add/removeChild issue.</p> ]]></description>
<pubDate>Sun, 17 Aug 2008 15:06:58 GMT</pubDate>
<guid>http://snipplr.com/view/7897/as3-get-all-children-of-specified-object/</guid>
</item>
</channel>
</rss>