<?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/register</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 05:30:23 GMT</pubDate>
<item>
<title>(PHP) Unregister Globals Function - Queue</title>
<link>http://snipplr.com/view/69588/unregister-globals-function/</link>
<description><![CDATA[ <p>Emulate Register Globals being Off when you can't (or don't want to) change php.ini for your entire site</p> ]]></description>
<pubDate>Wed, 23 Jan 2013 05:29:31 GMT</pubDate>
<guid>http://snipplr.com/view/69588/unregister-globals-function/</guid>
</item>
<item>
<title>(PHP) Wordpress register Custom Post Type and Custom Taxonomy - i-am-andy</title>
<link>http://snipplr.com/view/62167/wordpress-register-custom-post-type-and-custom-taxonomy/</link>
<description><![CDATA[ <p>Register a Custom Post Type and a Custom Taxonomy in Wordpress</p> ]]></description>
<pubDate>Thu, 29 Dec 2011 23:26:58 GMT</pubDate>
<guid>http://snipplr.com/view/62167/wordpress-register-custom-post-type-and-custom-taxonomy/</guid>
</item>
<item>
<title>(PHP) register WordPress Widgets - nobsambo</title>
<link>http://snipplr.com/view/60123/register-wordpress-widgets/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 24 Oct 2011 20:39:45 GMT</pubDate>
<guid>http://snipplr.com/view/60123/register-wordpress-widgets/</guid>
</item>
<item>
<title>(PHP) Register any number of WordPress Custom Menu Locations - Huskie</title>
<link>http://snipplr.com/view/58552/register-any-number-of-wordpress-custom-menu-locations/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Sep 2011 19:45:08 GMT</pubDate>
<guid>http://snipplr.com/view/58552/register-any-number-of-wordpress-custom-menu-locations/</guid>
</item>
<item>
<title>(JavaScript) Extjs - A smart registry to find objects easy - jvandemerwe</title>
<link>http://snipplr.com/view/51453/extjs--a-smart-registry-to-find-objects-easy/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 02 Apr 2011 07:11:30 GMT</pubDate>
<guid>http://snipplr.com/view/51453/extjs--a-smart-registry-to-find-objects-easy/</guid>
</item>
<item>
<title>(PHP) First part of a login/register script in CodeIgniter - ahandy</title>
<link>http://snipplr.com/view/50161/first-part-of-a-loginregister-script-in-codeigniter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 06 Mar 2011 21:06:02 GMT</pubDate>
<guid>http://snipplr.com/view/50161/first-part-of-a-loginregister-script-in-codeigniter/</guid>
</item>
<item>
<title>(PHP) [PHP] OOP Login/Register script (with no HTML form) - ahandy</title>
<link>http://snipplr.com/view/50021/php-oop-loginregister-script-with-no-html-form/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Mar 2011 06:12:18 GMT</pubDate>
<guid>http://snipplr.com/view/50021/php-oop-loginregister-script-with-no-html-form/</guid>
</item>
<item>
<title>(PHP) WordPress AutoLogin - oriontimbers</title>
<link>http://snipplr.com/view/39933/wordpress-autologin/</link>
<description><![CDATA[ <p>Code snippet that allows the user to be automatically logged in on account creation, this works with s2Member since they allow the user to create their own password.</p> ]]></description>
<pubDate>Fri, 03 Sep 2010 04:38:54 GMT</pubDate>
<guid>http://snipplr.com/view/39933/wordpress-autologin/</guid>
</item>
<item>
<title>(PHP) WordPress include real, unmodified jQuery - josephknight</title>
<link>http://snipplr.com/view/36488/wordpress-include-real-unmodified-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Jun 2010 05:09:32 GMT</pubDate>
<guid>http://snipplr.com/view/36488/wordpress-include-real-unmodified-jquery/</guid>
</item>
<item>
<title>(PHP) LRegistry - Lazy Registry Class - freelancephp</title>
<link>http://snipplr.com/view/30506/lregistry--lazy-registry-class/</link>
<description><![CDATA[ <p>Managing globals with the registry pattern. This class provides lazy loading functionallity. This means it is possible to add a callback or class (with arguments) which will be called or instanciated when it is being used for the first time.</p> ]]></description>
<pubDate>Tue, 30 Mar 2010 04:35:28 GMT</pubDate>
<guid>http://snipplr.com/view/30506/lregistry--lazy-registry-class/</guid>
</item>
<item>
<title>(VB.NET) Programmatically Register Client-Side JavaScript - Anthony</title>
<link>http://snipplr.com/view/8083/programmatically-register-clientside-javascript/</link>
<description><![CDATA[ <p>Gets a ClientScriptManager reference from the Page class.   If the client script is not already registered on the page, builds and registers a script.  Useful for building a script dynamically and ensuring that it gets registered during the correct stage of the page life cycle.</p> ]]></description>
<pubDate>Fri, 29 Aug 2008 09:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/8083/programmatically-register-clientside-javascript/</guid>
</item>
<item>
<title>(PHP) index.php - AlexPrisoner</title>
<link>http://snipplr.com/view/5789/indexphp/</link>
<description><![CDATA[ <p>None.</p> ]]></description>
<pubDate>Sat, 12 Apr 2008 01:05:25 GMT</pubDate>
<guid>http://snipplr.com/view/5789/indexphp/</guid>
</item>
<item>
<title>(PHP) usercp.php - AlexPrisoner</title>
<link>http://snipplr.com/view/5788/usercpphp/</link>
<description><![CDATA[ <p>Its a good code!</p> ]]></description>
<pubDate>Sat, 12 Apr 2008 00:54:49 GMT</pubDate>
<guid>http://snipplr.com/view/5788/usercpphp/</guid>
</item>
<item>
<title>(PHP) Undo Register Globals - tylerhall</title>
<link>http://snipplr.com/view/3758/undo-register-globals/</link>
<description><![CDATA[ <p>Some shared hosting providers won't allow you to turn off register globals. This code undoes the effects of having the option turned on. You must run this code *before* *any* other code in your script.</p> ]]></description>
<pubDate>Fri, 21 Sep 2007 12:48:18 GMT</pubDate>
<guid>http://snipplr.com/view/3758/undo-register-globals/</guid>
</item>
<item>
<title>(PHP) Desactivar Register Globals sin modificar php.ini - cochambre</title>
<link>http://snipplr.com/view/152/desactivar-register-globals-sin-modificar-phpini/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Jun 2006 13:39:52 GMT</pubDate>
<guid>http://snipplr.com/view/152/desactivar-register-globals-sin-modificar-phpini/</guid>
</item>
<item>
<title>(PHP) Registrar variables globales - Navegante</title>
<link>http://snipplr.com/view/117/registrar-variables-globales/</link>
<description><![CDATA[ <p>Esta funcion toma valores del espacio global $HTTP_*_VARS desde un array
en la llamada a la funcion, y si existen y tienen contenido, las registra
como globales para que puedan ser accedidas a continuación.
Debe recibir una lista de elementos en la llamada a la funcion.
El primero de estos valores deberá ser el método desde el que obtener
los valores para las variables (GET, POST, COOKIE, SESSION, FILES, ENV, o SERVER).
El resto de elementos de la lista son los nombres de las variables que
deberíamos de haber recibido.</p> ]]></description>
<pubDate>Fri, 30 Jun 2006 03:07:18 GMT</pubDate>
<guid>http://snipplr.com/view/117/registrar-variables-globales/</guid>
</item>
</channel>
</rss>