<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GeneralThreat.com &#187; mysql</title>
	<atom:link href="http://www.generalthreat.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.generalthreat.com</link>
	<description>Dangerously different projects and code</description>
	<lastBuildDate>Sun, 19 Jan 2014 20:00:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>BuddyPress Group Hierarchy</title>
		<link>http://www.generalthreat.com/projects/buddypress-group-hierarchy/</link>
		<comments>http://www.generalthreat.com/projects/buddypress-group-hierarchy/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 02:26:32 +0000</pubDate>
		<dc:creator><![CDATA[David]]></dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.generalthreat.com/?page_id=44</guid>
		<description><![CDATA[A plugin for BuddyPress that allows groups to belong to other groups About Features: Unlimited group hierarchy &#8211; nest groups as deeply as you like Per-group control over subgroups &#8211; create a site with&#46;&#46;&#46;]]></description>
				<content:encoded><![CDATA[<p>A plugin for BuddyPress that allows groups to belong to other groups</p>
<p><div class='postTabs_divs postTabs_curr_div' id='postTabs_0_44'>
<span class='postTabs_titles'><b>About</b></span></p>
<p>Features:</p>
<ul>
<li>Unlimited group hierarchy &#8211; nest groups as deeply as you like</li>
<li>Per-group control over subgroups &#8211; create a site with &#8220;sections,&#8221; or keep certain groups free of user-created subgroups</li>
<li>Toggle top-level group creation &#8211; keep as much control over the hierarchy as your needs dictate</li>
<li>Expandable tree display that can replace — or supplement — the main group list</li>
</ul>
<p>Language support for:</p>
<ul>
<li>Spanish translation generously provided by <a href="http://dorsvenabili.com">_DorsVenabili</a></li>
<li>Russian translation generously provided by Roman</li>
<li>Slovak translation generously provided by Branco, (<a href="http://webhostinggeeks.com/blog/">WebHostingGeeks.com</a>)</li>
<li>Danish translation generously provided by Mort3n</li>
<li>French translation generously provided by Mecanographik</li>
<li>Brazilian Portugese translation generously provided by <a href="http://wordpress.org/support/profile/stickfinger">stickFinger</a></li>
<li>Dutch translation generously provided by Zé Vandenhoeck</li>
<li>Italian translation generously provided by Stefano Colarelli</li>
</ul>
<p></div>

<div class='postTabs_divs' id='postTabs_1_44'>
<span class='postTabs_titles'><b>FAQ</b></span></p>
<h5>Does privacy or status propagate from group to subgroup?</h5>
<p>&mdash; No. The plugin creates a hierarchy of group URLs, but does not put restrictions on the subgroup.</p>
<h5>Are group members automatically added to a subgroup?</h5>
<p>&mdash; No. I don&#8217;t know how you will want to use subgroups, so no assumptions have been made.</p>
<h5>If I restrict new groups to member or admins, can a subgroup be made with more lenient restrictions?</h5>
<p>&mdash; Yes. Restrictions affect only the group to which they are applied. Subgroups can themselves be more or less restrictive.</p>
<h5>Do activity stream messages propagate up (from child to parent) or down (from parent to child)?</h5>
<p>No. This function was available (without an interface) but was removed, possibly for use in a forthcoming project.</p>
<p></div>

<div class='postTabs_divs' id='postTabs_2_44'>
<span class='postTabs_titles'><b>API for Developers</b></span></p>
<h2>Filters</h2>
<h5>bp_group_hierarchy_directory_order_sort</h5>
<p>[coming soon]</p>
<h5>bp_group_hierarchy_available_parent_groups</h5>
<p>Filter this array to limit the groups presented as possible parents when creating a new group</p>
<p>Parameters:</p>
<ul>
<li><code>$display_groups</code> &#8211; array of available, active groups</li>
<li><code>$group</code> &#8211; BP_Group_Hierarchy object of the group being created or edited</li>
</ul>
<h5>bp_group_hierarchy_subgroup_permission_options</h5>
<p>Filter this array to add or remove subgroup creation permission options</p>
<p>Parameters:</p>
<ul>
<li><code>$permission_options</code> &#8211; array of available permission options</li>
<li><code>$group</code> &#8211; BP_Group_Hierarchy object of the group being created or edited</li>
</ul>
<h5>bp_group_hierarchy_enforce_subgroup_permission_{your permission name}</h5>
<p>Return TRUE to allow a user to create subgroups; allows custom subgroup creation permission options</p>
<p>Parameters:</p>
<ul>
<li><code>$user_id</code> &#8211; ID of the user seeking to add child group</li>
<li><code>$group_id</code> &#8211; ID of the group user is trying to use as parent</li>
</ul>
<h2>Actions</h2>
<h5>bp_group_hierarchy_route_requests</h5>
<p>Run after BuddyPress is initialized, but before it makes page routing decisions. Can be used for setting cookies and sending params to pages that don&#8217;t otherwise accept them.</p>
<h2>Functions for theme developers</h2>
<p>No parameters are needed for these functions when run in the loop.</p>
<h5>bp_group_hierarchy_full_name()</h5>
<p>Echoes the name of the current group and all its ancestors.<br /> Use <code>bp_group_hierarchy_get_full_name()</code> for more advanced options.</p>
<h5>bp_group_hierarchy_breadcrumbs()</h5>
<p>Echoes a string of links to the current group and all its ancestors.<br /> Use <code>bp_group_hierarchy_get_breadcrumbs()</code> for more advanced options.</p>
<h5>bp_group_hierarchy_get_breadcrumbs( $separator = &#8216; | &#8216;, $group = null )</h5>
<p>Returns a string of links to the current group and all its ancestors.</p>
<h5>bp_group_hierarchy_has_subgroups()</h5>
<p>Returns the number of subgroups, including 0 if the group has none.</p>
<h5>bp_group_hierarchy_get_subgroups()</h5>
<p>Returns an array containing the IDs of the direct descendants of the current group.</p>
<h5>bp_group_hierarchy_has_parent()</h5>
<p>Returns the ID of the parent group, or 0 if the group is at the top level.</p>
<h5>bp_group_hierarchy_get_parents()</h5>
<p>Returns an array containing the IDs of the ancestors of the current group.</p>
<h2>Functions for plugin developers or integrators</h2>
<h5>groups_hierarchy_create_group( array $params )</h2>
<p>A hierarchy-aware wrapper for the BuddyPress <code>groups_create_group</code> function. Can be used the same way, but also accepts a <code>parent_id</code> parameter to specify a new group&#8217;s parent group.</p>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.generalthreat.com/projects/buddypress-group-hierarchy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Lab Manager</title>
		<link>http://www.generalthreat.com/projects/network-lab-manager/</link>
		<comments>http://www.generalthreat.com/projects/network-lab-manager/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 23:26:58 +0000</pubDate>
		<dc:creator><![CDATA[David]]></dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.generalthreat.com/?page_id=11</guid>
		<description><![CDATA[A system for managing a network test rack]]></description>
				<content:encoded><![CDATA[<h3>What:</h3>
<p>A system for coordinating network equipment in a test lab. Allows you to track your test equipment and create configuration &#8220;sets&#8221; for projects.<br />
A group of automatically generated tags provides a convenient mechanism for finding the right set for your project. Syntax highlighting helps you quickly scan configuration files for the info you need.</p>
<h3>Why:</h3>
<p>While working toward my <a>CCIP</a> certification, I needed a way to manage the many setups that I used on a small rack of test equipment. After fighting with other methods, I created the Network Lab Manager so that I could focus on network experiments instead of file management.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.generalthreat.com/projects/network-lab-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scansion</title>
		<link>http://www.generalthreat.com/projects/scansion/</link>
		<comments>http://www.generalthreat.com/projects/scansion/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 05:15:01 +0000</pubDate>
		<dc:creator><![CDATA[David]]></dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[ahah]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[poetry]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.generalthreat.com/?page_id=5</guid>
		<description><![CDATA[Interactive poetry analysis ]]></description>
				<content:encoded><![CDATA[<h3>What:</h3>
<p>A way to explore poems visually. Apply and remove stress from syllables and see the effect on meter immediately. Also, alter syllabic construction of words with ease. Great for working with poems from different time periods.</p>
<h3>Features:</h3>
<ul>
<li>Javascript interface for quick modifications with no interruptions</li>
<li>Automatic syllable detection enhanced by memory of previous modifications</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.generalthreat.com/projects/scansion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PDFMaker</title>
		<link>http://www.generalthreat.com/vault/pdfmaker/</link>
		<comments>http://www.generalthreat.com/vault/pdfmaker/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 04:13:24 +0000</pubDate>
		<dc:creator><![CDATA[David]]></dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.generalthreat.com/?page_id=4</guid>
		<description><![CDATA[PHP-based essay renderer with MySQL backend]]></description>
				<content:encoded><![CDATA[<h3>What:</h3>
<p>Generates properly formatted <abbr title="Portable Document Format">PDF</abbr> essays with optional <abbr title="Modern Languages Association">MLA</abbr> citation based on text typed into a web form. Uses the CezPDF class.</p>
<h3>Why:</h3>
<p>Throughout college I had one of these, an Intermec 6651.<a href="http://www.pencomputing.com/frames/textblock_intermec_6651.html"><img style="width: 5.5em; height: 5.7em; border: 0px;" src="http://www.generalthreat.com/intermec_6651.jpg" alt="picture of an Intermec 6651 - this link may die at any moment" align="right" /></a></p>
<p>While it is a nice little machine, probably the most portable computer I&#8217;ll ever own, it doesn&#8217;t have a word processor worth a dime. And at 90 MHz, it&#8217;s way too slow for something like TextMaker. What it does have, though, is perfectly good wireless access. So when I got an off-campus place, I needed a way to finish papers in those crucial 15 minutes before class, and PDFMaker was born.</p>
<h3>Features:</h3>
<ul>
<li>Make printable, final-grade quality documents from any web browser, on any system.</li>
<li>Stores the paper in editable form between sessions for easy revisions.</li>
<li>A variety of formatting options, with optional citation support.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.generalthreat.com/vault/pdfmaker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SLC Scheduling</title>
		<link>http://www.generalthreat.com/vault/slc-scheduling/</link>
		<comments>http://www.generalthreat.com/vault/slc-scheduling/#comments</comments>
		<pubDate>Sat, 30 Jul 2005 04:16:53 +0000</pubDate>
		<dc:creator><![CDATA[David]]></dc:creator>
				<category><![CDATA[Archive]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[screen scraper]]></category>

		<guid isPermaLink="false">http://www.generalthreat.com/?page_id=6</guid>
		<description><![CDATA[Scheduling for our campus theater]]></description>
				<content:encoded><![CDATA[<h3>What:</h3>
<p>A scheduling program made for the FSU Student Life Cinema program.</p>
<p>It began as a timesheet program, but grew over the course of the project to include functionality more reminiscent of groupware.</p>
<h3>Features:</h3>
<ul>
<li>Positions, Tasks &amp; Employees with Configurable Rights and Restrictions</li>
<li>Pay Periods of Fixed or Variable Length</li>
<li>Shifts Spanning Multiple Days with Staffing Changes Throughout</li>
<li>Built-in Availability Information</li>
<li>Email Schedules to Everyone &#8211; or Just One Person &#8211; with One Click</li>
<li>Maintains and Manages Hourly Limits</li>
<li>Requests for Time Off &amp; Other Notes Built-in the Scheduler</li>
<li>Configurable Shift Templates for Complex Shifts</li>
</ul>
<p>Use u: admin, p: admin to log in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.generalthreat.com/vault/slc-scheduling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.generalthreat.com @ 2026-06-09 04:06:55 by W3 Total Cache -->