<?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>Design, Development, and Consulting &#187; samples</title>
	<atom:link href="http://netlumination.com/blog/tag/samples/feed" rel="self" type="application/rss+xml" />
	<link>http://netlumination.com</link>
	<description>A web design, development, and consulting firm based in Portland, Oregon helping small businesseses and individuals.</description>
	<lastBuildDate>Mon, 19 Sep 2011 00:54:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A few code snippets.</title>
		<link>http://netlumination.com/blog/a-few-code-snippets</link>
		<comments>http://netlumination.com/blog/a-few-code-snippets#comments</comments>
		<pubDate>Sun, 25 Jul 2010 02:40:09 +0000</pubDate>
		<dc:creator>Peter Ajtai</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[samples]]></category>

		<guid isPermaLink="false">http://netlumination.com/?p=1325</guid>
		<description><![CDATA[I often write very short, very simply little code snippets just to test specific things in HTML, CSS, PHP, or Javascript (and jQuery).  These are short little blurbs, that are useful for looking at how certain specific things work. They are mostly notes to self. Here are links to a few of them: Short Code [...]]]></description>
			<content:encoded><![CDATA[<p>I often write very short, very simply little code snippets just to test specific things in HTML, CSS, PHP, or Javascript (and jQuery).  These are short little blurbs, that are useful for looking at how certain specific things work. They are mostly notes to self.</p>
<p>Here are links to a few of them:</p>
<table>
<tbody>
<tr>
<td colspan="2"><strong>Short Code Snippets:</strong></td>
</tr>
<tr>
<td>CSS</td>
<td><a href="http://peter-ajtai.com/examples/html/images.php">Change image on hover.</a></td>
</tr>
<tr>
<td>CSS</td>
<td><a href="http://peter-ajtai.com/examples/html/menu-good.html">Creating large clickable areas.</a></td>
</tr>
<tr>
<td>CSS</td>
<td><a href="http://peter-ajtai.com/examples/html/sample.html">Images sprites example</a> &#8211; <a href="http://peter-ajtai.com/examples/html/styles.css">External CSS is here</a> &#8211; <a href="http://peter-ajtai.com/examples/html/images/sprite.png">Sprite is here</a></td>
</tr>
<tr>
<td>DOM</td>
<td><a href="http://peter-ajtai.com/examples/html/dom.php">Checking how many elements in an ID.</a></td>
</tr>
<tr>
<td>Javascript</td>
<td><a href="http://peter-ajtai.com/examples/js/animation.php">Basketball animation</a></td>
</tr>
<tr>
<td>jQuery</td>
<td><a href="http://peter-ajtai.com/examples/js/custom-iteration.php">Return ID of clicked LI</a></td>
</tr>
<tr>
<td>jQuery</td>
<td><a href="http://peter-ajtai.com/examples/js/jq-exs.php">Sliding, fading, and disappearing</a></td>
</tr>
<tr>
<td>jQuery</td>
<td><a href="http://peter-ajtai.com/examples/js/not.php">Not this array element</a></td>
</tr>
<tr>
<td>jQuery</td>
<td><a href="http://peter-ajtai.com/examples/js/toggle.php">Using toggle()</a></td>
</tr>
<tr>
<tr>
<td>jQuery</td>
<td><a href="http://jsfiddle.net/pG8kt/">A simple infinite image slider</a></td>
</tr>
<tr>
<td>PHP Algorithm</td>
<td><a href="http://peter-ajtai.com/examples/php/lll.php">A linear linked list</a></td>
</tr>
<tr>
<td>PHP Recursion</td>
<td><a href="http://peter-ajtai.com/examples/numbers.php">Turning digits into words</a></td>
</tr>
<tr>
<td>PHP JSON CSS</td>
<td><a href="http://peter-ajtai.com/examples/php/del.php">Retrieving and displaying information from Delicious</a></td>
</tr>
<tr>
<td colspan="2"><strong>Simple Apps:</strong></td>
</tr>
<tr>
<td>jQuery PHP</td>
<td><a href="http://peter-ajtai.com/examples/php/so.php">Guessing game using Stackapps and Stackoverflow data</a></td>
</tr>
<tr>
<td>jQuery PHP</td>
<td><a href="http://peter-ajtai.com/examples/js/highlight.php">Dynamic Syntax Highlighting</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://netlumination.com/blog/a-few-code-snippets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Look for samples of things you like and dislike</title>
		<link>http://netlumination.com/blog/look-for-samples-of-things-you-like-and-dislike</link>
		<comments>http://netlumination.com/blog/look-for-samples-of-things-you-like-and-dislike#comments</comments>
		<pubDate>Thu, 24 Jul 2008 21:55:30 +0000</pubDate>
		<dc:creator>Peter Ajtai</dc:creator>
				<category><![CDATA[Website Advice]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[getting started]]></category>
		<category><![CDATA[samples]]></category>

		<guid isPermaLink="false">http://wordpress.netlumination.com/?p=30</guid>
		<description><![CDATA[How do you tell your designer what you want if you don't know what all your options are. The answer is simple: samples.
One of the first things you will do when you begin working with a web developer is to describe how you want your site to look and feel, the audience you are targeting, etc., but a picture is worth a thousand words, and a url is worth ten thousand.]]></description>
			<content:encoded><![CDATA[<p>How do you tell your designer what you want if you don&#8217;t know what all your options are. The answer is simple: samples.</p>
<p>One of the first things you will do when you begin working with a web developer is to describe how you want your site to look and feel, the audience you are targeting, etc., but a picture is worth a thousand words, and a url is worth ten thousand.<span id="more-30"></span></p>
<p>It is the web designers job to know the latest technological possibilities, not yours. So you may not even be aware that it is possible to ask for certain things&#8230; for example to have your web page show up well on the Amazon Kindle or on screen projectors.</p>
<p>You can get around this problem by doing something fun&#8230; surfing the web and collecting the urls of sites that you like and don&#8217;t like. When you approach your web designer, give them this list. They will be able to gain an organic understanding of what you want. Like this, they will be able to understand which of the newest bells and whistles would be necessary on your site, since they&#8217;ll have a good broad understanding of the type of site you are striving toward. Samples of your likes and dislikes will greatly aid in getting exactly the site you are looking for.</p>
<p>So, make sure you have a list of sites you like and sites you dislike when you approach your web designer. It will open up possibilities for you site you don&#8217;t even know exist.</p>
]]></content:encoded>
			<wfw:commentRss>http://netlumination.com/blog/look-for-samples-of-things-you-like-and-dislike/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

