<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1" -->
<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/"
	>

<channel>
	<title>dpiNYC Literature</title>
	<link>http://www.dpinyc.com/literature</link>
	<description>design print integrate NYC is dedicated to the creative entrepreneur.</description>
	<pubDate>Fri, 02 May 2008 13:46:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1</generator>
	<language>en</language>
			<item>
		<title>The IE Tester</title>
		<link>http://www.dpinyc.com/literature/this-stuff-just-got-here/the-ie-tester/</link>
		<comments>http://www.dpinyc.com/literature/this-stuff-just-got-here/the-ie-tester/#comments</comments>
		<pubDate>Thu, 01 May 2008 22:08:36 +0000</pubDate>
		<dc:creator>Andres</dc:creator>
		
		<category><![CDATA[This Just In]]></category>

		<category><![CDATA[Resources]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.dpinyc.com/literature/this-stuff-just-got-here/the-ie-tester/</guid>
		<description><![CDATA[ Developers and designers entering the new era of Windows Vista might find themselves struggling to test previous versions of IE. Although there are several methods to accomplish this in Windows XP, post and IE 7 installation; Windows Vista puts up a fight with dual IE installations.

This is partly because the rendering engine in IE [...]]]></description>
		<wfw:commentRss>http://www.dpinyc.com/literature/this-stuff-just-got-here/the-ie-tester/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Odds or Even in PHP</title>
		<link>http://www.dpinyc.com/literature/this-stuff-just-got-here/odds-or-even-in-php/</link>
		<comments>http://www.dpinyc.com/literature/this-stuff-just-got-here/odds-or-even-in-php/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 17:58:37 +0000</pubDate>
		<dc:creator>Andres</dc:creator>
		
		<category><![CDATA[This Just In]]></category>

		<category><![CDATA[Code Bank]]></category>

		<guid isPermaLink="false">http://www.dpinyc.com/literature/this-stuff-just-got-here/odds-or-even-in-php/</guid>
		<description><![CDATA[This is a quick and dirty method to get the infamous &#8220;Zebra Strips&#8221; on tables by assigning alternating classes.

For this example we&#8217;ll use the fmod() function in PHP&#8230;

&#60;?php
$j = 1;
	foreach ($newsletters as $key)
    {
        $name = (fmod($j++, 2)) ? 'even' : 'odd';
    [...]]]></description>
		<wfw:commentRss>http://www.dpinyc.com/literature/this-stuff-just-got-here/odds-or-even-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Subversion with FTP</title>
		<link>http://www.dpinyc.com/literature/this-stuff-just-got-here/using-subversion-with-ftp/</link>
		<comments>http://www.dpinyc.com/literature/this-stuff-just-got-here/using-subversion-with-ftp/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 16:18:00 +0000</pubDate>
		<dc:creator>Andres</dc:creator>
		
		<category><![CDATA[This Just In]]></category>

		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.dpinyc.com/literature/this-stuff-just-got-here/using-subversion-with-ftp/</guid>
		<description><![CDATA[Quick and dirty method to setup a roaming subversion repository without a subversion server and accessing through an ftp connection.

Tools Needed:


  A NAS or Hosted FTP Account (Ex: Godaddy)
  Tortoise SVN
  NetDrive
  

The basic idea is to download NetDrive and map (in Windows) your ftp address to a local drive so [...]]]></description>
		<wfw:commentRss>http://www.dpinyc.com/literature/this-stuff-just-got-here/using-subversion-with-ftp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Valid IE CSS Hacks</title>
		<link>http://www.dpinyc.com/literature/resources/code-bank/using-valid-ie-css-hacks/</link>
		<comments>http://www.dpinyc.com/literature/resources/code-bank/using-valid-ie-css-hacks/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 15:28:22 +0000</pubDate>
		<dc:creator>Andres</dc:creator>
		
		<category><![CDATA[Code Bank]]></category>

		<guid isPermaLink="false">http://www.dpinyc.com/literature/resources/code-bank/using-valid-ie-css-hacks/</guid>
		<description><![CDATA[It&#8217;s important to remember that eventually IE will catch up to the times and we need to keep our hacks clean and ready for the future. At the moment, IE 6- seems to ignore decedent selectors so we can use that to our advantage when targeting a hack. We can use the child selector to [...]]]></description>
		<wfw:commentRss>http://www.dpinyc.com/literature/resources/code-bank/using-valid-ie-css-hacks/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ultimate Fade-In Slideshow (v1.51)</title>
		<link>http://www.dpinyc.com/literature/resources/code-bank/ultimate-fade-in-slideshow-v151/</link>
		<comments>http://www.dpinyc.com/literature/resources/code-bank/ultimate-fade-in-slideshow-v151/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 19:43:43 +0000</pubDate>
		<dc:creator>Andres</dc:creator>
		
		<category><![CDATA[Code Bank]]></category>

		<guid isPermaLink="false">http://www.dpinyc.com/literature/resources/code-bank/ultimate-fade-in-slideshow-v151/</guid>
		<description><![CDATA[I just found this really great javascript slideshow generator at www.dynamicdrive.com. This can also be found at churchmedia.cc
]]></description>
		<wfw:commentRss>http://www.dpinyc.com/literature/resources/code-bank/ultimate-fade-in-slideshow-v151/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP Lightweight device-detection</title>
		<link>http://www.dpinyc.com/literature/resources/code-bank/php-lightweight-device-detection/</link>
		<comments>http://www.dpinyc.com/literature/resources/code-bank/php-lightweight-device-detection/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 05:01:03 +0000</pubDate>
		<dc:creator>Andres</dc:creator>
		
		<category><![CDATA[Code Bank]]></category>

		<guid isPermaLink="false">http://www.dpinyc.com/literature/resources/code-bank/php-lightweight-device-detection/</guid>
		<description><![CDATA[With the blaze of the iPhone and other similarly enabled "web" phones, companies such as Bank of America, ABC News, Flickr and Orbitz.com have made an extra effort to make their exceptional websites available across these smaller platforms.

These sites present their content in a slightly different way. They can present more "design" than previous "WAP" [...]]]></description>
		<wfw:commentRss>http://www.dpinyc.com/literature/resources/code-bank/php-lightweight-device-detection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Activating PHP5 in Godaddy Hosting</title>
		<link>http://www.dpinyc.com/literature/resources/code-bank/activating-php5-in-godaddy-hosting/</link>
		<comments>http://www.dpinyc.com/literature/resources/code-bank/activating-php5-in-godaddy-hosting/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 14:30:20 +0000</pubDate>
		<dc:creator>Andres</dc:creator>
		
		<category><![CDATA[Code Bank]]></category>

		<guid isPermaLink="false">http://www.dpinyc.com/literature/resources/code-bank/activating-php5-in-godaddy-hosting/</guid>
		<description><![CDATA[This is a quick and simple rewrite used to activate php5 and rename the handlers for php4. The following code will need to be in the root dir .htaccess file for global changes.

&#160;

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

# switch GoDaddy's php extension handling for php5
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4]]></description>
		<wfw:commentRss>http://www.dpinyc.com/literature/resources/code-bank/activating-php5-in-godaddy-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Prototype and Script.aculo.us Effect Collection</title>
		<link>http://www.dpinyc.com/literature/resources/prototype-and-scriptaculous-effect-collection/</link>
		<comments>http://www.dpinyc.com/literature/resources/prototype-and-scriptaculous-effect-collection/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 19:52:25 +0000</pubDate>
		<dc:creator>Andres</dc:creator>
		
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.dpinyc.com/literature/this-stuff-just-got-here/prototype-and-scriptaculous-effect-collection/</guid>
		<description><![CDATA[Let&#8217;s build a collection of really cool effects/websites created with the Prototype.js and Script.aculo.us. I&#8217;ll start off with a couple from a friend and encourage you to help me and comment some of your examples!


  Accordion effect
  Auto-scrolling page navigation [new]
  Carousel (able to use with Rails)
  Crossfader
  Data Picker [...]]]></description>
		<wfw:commentRss>http://www.dpinyc.com/literature/resources/prototype-and-scriptaculous-effect-collection/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick way to getElementsByClass in HTML DOM</title>
		<link>http://www.dpinyc.com/literature/resources/code-bank/quick-way-to-getelementsbyclass-in-html-dom/</link>
		<comments>http://www.dpinyc.com/literature/resources/code-bank/quick-way-to-getelementsbyclass-in-html-dom/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 16:26:57 +0000</pubDate>
		<dc:creator>Andres</dc:creator>
		
		<category><![CDATA[Code Bank]]></category>

		<guid isPermaLink="false">http://www.dpinyc.com/literature/resources/code-bank/quick-way-to-getelementsbyclass-in-html-dom/</guid>
		<description><![CDATA[In this example I'll find all the elements with the class name "hideMe" and then hide/show them.

&#60;script type="text/javascript"&#62;
&#60;!--
  function getElementsByClass(node,searchClass,tag) {
&#160;&#160;&#160; var classElements = new Array();
&#160;&#160;&#160; &#160;&#160;&#160; if ( node == null )
&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; node = document;
&#160;&#160;&#160; &#160;&#160;&#160; if ( tag == null )
&#160;&#160;&#160; &#160;&#160;&#160; &#160;&#160;&#160; tag = '*';
&#160;&#160;&#160; var els = node.getElementsByTagName(tag); [...]]]></description>
		<wfw:commentRss>http://www.dpinyc.com/literature/resources/code-bank/quick-way-to-getelementsbyclass-in-html-dom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Ultimate Cheat Sheet List</title>
		<link>http://www.dpinyc.com/literature/resources/the-ultimate-cheat-sheet-list/</link>
		<comments>http://www.dpinyc.com/literature/resources/the-ultimate-cheat-sheet-list/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 15:09:49 +0000</pubDate>
		<dc:creator>Andres</dc:creator>
		
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.dpinyc.com/literature/resources/the-ultimate-cheat-sheet-list/</guid>
		<description><![CDATA[I&#8217;m sure most of you have the big &#8220;HTML Reference Book,&#8221; but how often do you really use it?

Most developers and designers (&#8230;including myself) will quickly pop open firefox and google snippets of code hoping that the vast www will provide them with the answers they seek. This method of research is priceless but not [...]]]></description>
		<wfw:commentRss>http://www.dpinyc.com/literature/resources/the-ultimate-cheat-sheet-list/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
