<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="0.92">
<channel>
	<title>dpiNYC Literature</title>
	<link>http://www.dpinyc.com/literature</link>
	<description>design print integrate NYC is dedicated to the creative entrepreneur.</description>
	<lastBuildDate>Fri, 02 May 2008 13:46:14 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>The IE Tester</title>
		<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>
		<link>http://www.dpinyc.com/literature/this-stuff-just-got-here/the-ie-tester/</link>
			</item>
	<item>
		<title>Odds or Even in PHP</title>
		<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>
		<link>http://www.dpinyc.com/literature/this-stuff-just-got-here/odds-or-even-in-php/</link>
			</item>
	<item>
		<title>Using Subversion with FTP</title>
		<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>
		<link>http://www.dpinyc.com/literature/this-stuff-just-got-here/using-subversion-with-ftp/</link>
			</item>
	<item>
		<title>Using Valid IE CSS Hacks</title>
		<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>
		<link>http://www.dpinyc.com/literature/resources/code-bank/using-valid-ie-css-hacks/</link>
			</item>
	<item>
		<title>Ultimate Fade-In Slideshow (v1.51)</title>
		<description><![CDATA[I just found this really great javascript slideshow generator at www.dynamicdrive.com. This can also be found at churchmedia.cc
]]></description>
		<link>http://www.dpinyc.com/literature/resources/code-bank/ultimate-fade-in-slideshow-v151/</link>
			</item>
	<item>
		<title>PHP Lightweight device-detection</title>
		<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>
		<link>http://www.dpinyc.com/literature/resources/code-bank/php-lightweight-device-detection/</link>
			</item>
	<item>
		<title>Activating PHP5 in Godaddy Hosting</title>
		<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>
		<link>http://www.dpinyc.com/literature/resources/code-bank/activating-php5-in-godaddy-hosting/</link>
			</item>
	<item>
		<title>Prototype and Script.aculo.us Effect Collection</title>
		<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>
		<link>http://www.dpinyc.com/literature/resources/prototype-and-scriptaculous-effect-collection/</link>
			</item>
	<item>
		<title>Quick way to getElementsByClass in HTML DOM</title>
		<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>
		<link>http://www.dpinyc.com/literature/resources/code-bank/quick-way-to-getelementsbyclass-in-html-dom/</link>
			</item>
	<item>
		<title>The Ultimate Cheat Sheet List</title>
		<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>
		<link>http://www.dpinyc.com/literature/resources/the-ultimate-cheat-sheet-list/</link>
			</item>
</channel>
</rss>
