<?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>RubberNeck Designs</title>
	<atom:link href="http://www.rubberneckdesigns.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubberneckdesigns.com</link>
	<description>Drupal Web Developer Notes &#38; Sharing</description>
	<lastBuildDate>Fri, 06 Apr 2012 14:04:37 +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>JQuery Validator</title>
		<link>http://www.rubberneckdesigns.com/web-design/jquery-validator/</link>
		<comments>http://www.rubberneckdesigns.com/web-design/jquery-validator/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 14:04:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=652</guid>
		<description><![CDATA[jQuery Validator is an awesome tool for form validation. Jessy at www.jream.com has made an excellent video tutorial on how to use the jQuery Validator. In Jessy&#8217;s video he very nicely covers topics like: standard validation setting custom messages use a remote function extend the validator change the default settings Great job, Jessy. Thanks so [...]]]></description>
			<content:encoded><![CDATA[<p>jQuery Validator is an awesome tool for form validation. Jessy at www.jream.com has made an excellent video tutorial on how to use the jQuery Validator.</p>
<p>In Jessy&#8217;s video he very nicely covers topics like:</p>
<ol>
<li>standard validation</li>
<li>setting custom messages</li>
<li>use a remote function</li>
<li>extend the validator</li>
<li>change the default settings</li>
</ol>
<p>Great job, Jessy. Thanks so much!<br />
<iframe width="560" height="315" src="http://www.youtube.com/embed/Qf6o3MIcAtA" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/web-design/jquery-validator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal and Single Sign On</title>
		<link>http://www.rubberneckdesigns.com/web-design/drupal-and-single-sign-on/</link>
		<comments>http://www.rubberneckdesigns.com/web-design/drupal-and-single-sign-on/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 18:24:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=641</guid>
		<description><![CDATA[The following are references to Single Sign On for Drupal Bakery http://drupal.org/project/bakery http://drupal.org/node/1278426]]></description>
			<content:encoded><![CDATA[<p><strong>The following are references to Single Sign On for Drupal</strong></p>
<ul>
<li><strong>Bakery</strong>
<ul>
<li>http://drupal.org/project/bakery</li>
<li>http://drupal.org/node/1278426 </li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/web-design/drupal-and-single-sign-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DRUPAL 7: List of 50 States, Pipe Separated, for CCK Select Field</title>
		<link>http://www.rubberneckdesigns.com/web-design/drupal-7-list-of-50-states-pipe-separated-for-cck-select-field/</link>
		<comments>http://www.rubberneckdesigns.com/web-design/drupal-7-list-of-50-states-pipe-separated-for-cck-select-field/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 18:28:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=634</guid>
		<description><![CDATA[Sometimes, when using the &#8220;Add a new field&#8221; feature of the CCK module (URL: /admin/structure/types/manage/some-content-type/fields ), you may want to make a select element with a drop down of the 50 states of the US. To mkae life a little easier, here is a pipe separated list of the 50 states of the US. All [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, when using the &#8220;Add a new field&#8221; feature of the CCK module (URL: /admin/structure/types/manage/some-content-type/fields ), you may want to make a select element with a drop down of the 50 states of the US.</p>
<p>To mkae life a little easier, here is a pipe separated list of the 50 states of the US. All you have to do is paste the list in the &#8220;Allowed values list&#8221; box.</p>
<p>I hope it helps!</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&nbsp;
AL<span style="color: #339933;">|</span>Alabama
AK<span style="color: #339933;">|</span>Alaska
AZ<span style="color: #339933;">|</span>Arizona
AR<span style="color: #339933;">|</span>Arkansas
CA<span style="color: #339933;">|</span>California
CO<span style="color: #339933;">|</span>Colorado
CT<span style="color: #339933;">|</span>Connecticut
DE<span style="color: #339933;">|</span>Delaware
DC<span style="color: #339933;">|</span>District of Columbia
FL<span style="color: #339933;">|</span>Florida
GA<span style="color: #339933;">|</span>Georgia
HI<span style="color: #339933;">|</span>Hawaii
ID<span style="color: #339933;">|</span>Idaho
IL<span style="color: #339933;">|</span>Illinois
IN<span style="color: #339933;">|</span>Indiana
IA<span style="color: #339933;">|</span>Iowa
KS<span style="color: #339933;">|</span>Kansas
KY<span style="color: #339933;">|</span>Kentucky
LA<span style="color: #339933;">|</span>Louisiana
ME<span style="color: #339933;">|</span>Maine
MD<span style="color: #339933;">|</span>Maryland
MA<span style="color: #339933;">|</span>Massachusetts
MI<span style="color: #339933;">|</span>Michigan
MN<span style="color: #339933;">|</span>Minnesota
MS<span style="color: #339933;">|</span>Mississippi
MO<span style="color: #339933;">|</span>Missouri
MT<span style="color: #339933;">|</span>Montana
NE<span style="color: #339933;">|</span>Nebraska
NV<span style="color: #339933;">|</span>Nevada
NH<span style="color: #339933;">|</span>New Hampshire
NJ<span style="color: #339933;">|</span>New Jersey
NM<span style="color: #339933;">|</span>New Mexico
NY<span style="color: #339933;">|</span>New York
NC<span style="color: #339933;">|</span>North Carolina
ND<span style="color: #339933;">|</span>North Dakota
OH<span style="color: #339933;">|</span>Ohio
OK<span style="color: #339933;">|</span>Oklahoma
OR<span style="color: #339933;">|</span>Oregon
PA<span style="color: #339933;">|</span>Pennsylvania
RI<span style="color: #339933;">|</span>Rhode Island
SC<span style="color: #339933;">|</span>South Carolina
SD<span style="color: #339933;">|</span>South Dakota
TN<span style="color: #339933;">|</span>Tennessee
TX<span style="color: #339933;">|</span>Texas
UT<span style="color: #339933;">|</span>Utah
VT<span style="color: #339933;">|</span>Vermont
VA<span style="color: #339933;">|</span>Virginia
WA<span style="color: #339933;">|</span>Washington
WV<span style="color: #339933;">|</span>West Virginia
WI<span style="color: #339933;">|</span>Wisconsin
WY<span style="color: #339933;">|</span>Wyoming</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/web-design/drupal-7-list-of-50-states-pipe-separated-for-cck-select-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7: How To Create a Views View from Within a Module (default view)</title>
		<link>http://www.rubberneckdesigns.com/drupal-6-drupal-7/drupal-7-how-to-create-a-views-view-from-within-a-module-default-view/</link>
		<comments>http://www.rubberneckdesigns.com/drupal-6-drupal-7/drupal-7-how-to-create-a-views-view-from-within-a-module-default-view/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 15:30:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal 6 & Drupal 7]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=615</guid>
		<description><![CDATA[The whole idea in making a module is to make it, well ‘modular’, right? The person who is going to install the module should not have to create and configure a view. Chances are they would not get it just right anyway (you know, with all the exact settings the module depends upon). This is [...]]]></description>
			<content:encoded><![CDATA[<p>The whole idea in making a module is to make it, well ‘modular’, right? The person who is going to install the module should not have to create and configure a view. Chances are they would not get it just right anyway (you know, with all the exact settings the module depends upon). This is because the Views UI is so versatile that no two people are likely to set it up the exact same way. In many cases, if a module depends on data from a view, all the Views setting need to be just so in order for the module to work its magic.</p>
<p>Although this is very doable, I found it very difficult to locate documentation spelling out just how to do it. I’m not sure if it was not documented in a way that was easy to find or if it was the fact that I had a 3-day headache pounding away. Either way, I did finally come across a few links.</p>
<p><a href="http://techcommons.stanford.edu/topics/drupal/adding-default-views-and-pages-custom-module" title="Standford">techcommons.stanford.edu</a></p>
<p><a href="http://drupal.org/node/685432" title="Drupal API">Drupal API</a></p>
<p>To give myself and others one more place to stumble upon what to do I have documented how to create a Views default view from within a module below. A default Views view is a view that weather enabled or not shows up on the /admin/structure/views page once a module is installed and enabled.</p>
<p>For the purpose of these notes we will call our module, &#8216;mymodule&#8217;. Everywhere you see &#8216;mymodule&#8217; you need to replace with the name of your actual module name. This article assumes that you are familiar with module development basics and that you have already created your basic module files ( mymodule/mymodule.module, mymodule/mymodule.install &#038; mymodule/mymodule.info ).</p>
<p>OK, let&#8217;s create a default view in a module! </p>
<p>Create a new file named mymodule.views_default.inc and save it into a directory named mymodule/includes/.</p>
<p>Inside the file you just created, paste the following function…</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>23
24
25
26
27
28
29
30
31
32
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009933; font-style: italic;">/**
 * Implementation of hook_views_default_views().
 */</span>
<span style="color: #000000; font-weight: bold;">function</span> mymodule_views_default_views<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
  <span style="color: #666666; font-style: italic;">//PASTE EXPORTED VIEW CODE HERE</span>
&nbsp;
  <span style="color: #000088;">$views</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$view</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">name</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$view</span><span style="color: #339933;">;</span>
  <span style="color: #b1b100;">return</span> <span style="color: #000088;">$views</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>You can now create a View in the Views UI as you normally would.<br />
Then export the view.  Select the entire export text as presented in the textarea of the export result and past it in place of where you see “PASTE EXPORTED VIEW CODE HERE” inside the function you just made and save the file.</p>
<p>OK, next, inside the file your mymodule.module file, paste the following function (remember that everywhere you see &#8216;mymodule&#8217; you need to replace with the name of your actual module name.).</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>47
48
49
50
51
52
53
54
55
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009933; font-style: italic;">/**
* Implementation of hook_views_api().
*/</span>
<span style="color: #000000; font-weight: bold;">function</span> mymodule_views_api<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #b1b100;">return</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
    <span style="color: #0000ff;">'api'</span> <span style="color: #339933;">=&gt;</span> <span style="color:#800080;">3.0</span><span style="color: #339933;">,</span>
    <span style="color: #0000ff;">'path'</span> <span style="color: #339933;">=&gt;</span> drupal_get_path<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'module'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'mymodule'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span><span style="color: #0000ff;">'/includes'</span>
  <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>Now you can clear your cache and see the default View you just created in the list of default views at &#8216;admin/structure/views&#8217;</p>
<p>Please feel free to register and comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/drupal-6-drupal-7/drupal-7-how-to-create-a-views-view-from-within-a-module-default-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7: How to Make a Drupal Theme Function in a Module</title>
		<link>http://www.rubberneckdesigns.com/drupal-6-drupal-7/drupal-7-how-to-make-a-drupal-theme-function-in-a-module/</link>
		<comments>http://www.rubberneckdesigns.com/drupal-6-drupal-7/drupal-7-how-to-make-a-drupal-theme-function-in-a-module/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 17:42:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal 6 & Drupal 7]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=598</guid>
		<description><![CDATA[This is intended as a simple reminder for all of those out there who find making a drupal theme a bit confusing at times. There are three main steps that all work together. 1) hook_theme which adds an array of callbacks and their arguments to the theme registry. You need to put this in your [...]]]></description>
			<content:encoded><![CDATA[<p>This is intended as a simple reminder for all of those out there who find making a drupal theme a bit confusing at times.<br />
There are three main steps that all work together.</p>
<p>1)    hook_theme which adds an array of callbacks and their arguments to the theme registry. You need to put this in your sites/all/modules/mymodule/mymodule.module file to rebuild the theme registry before it would be added.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>23
24
25
26
27
28
29
30
31
32
33
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> mymodule_theme<span style="color: #009900;">&#40;</span><span style="color: #000088;">$existing</span><span style="color: #339933;">,</span> <span style="color: #000088;">$type</span><span style="color: #339933;">,</span> <span style="color: #000088;">$theme</span><span style="color: #339933;">,</span> <span style="color: #000088;">$path</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #000088;">$theme</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
    <span style="color: #666666; font-style: italic;">// This is in the mymodule.module file.</span>
    <span style="color: #666666; font-style: italic;">// example theme template register</span>
    <span style="color: #666666; font-style: italic;">// for sites/all/modules/mymodule/templates/mymodule_theme_name.tpl.php</span>
    <span style="color: #0000ff;">'mymodule_theme_function_name'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>
        <span style="color: #0000ff;">'variables'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'node'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">NULL</span><span style="color: #339933;">,</span> <span style="color: #000088;">$param2</span> <span style="color: #339933;">=&gt;</span>NULL<span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>
        <span style="color: #0000ff;">'type'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'module'</span><span style="color: #339933;">,</span>
       <span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span>  
  <span style="color: #b1b100;">return</span> <span style="color: #000088;">$theme</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #666666; font-style: italic;">// function</span></pre></td></tr></table></div>

<p>2)    The themable function itself which starts with theme_ followed by the function name that was added to the registry with hook_theme</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>45
46
47
48
49
50
51
52
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// The $vars paramiter is an array of passed </span>
<span style="color: #666666; font-style: italic;">// variables corresponding to the 'variables' </span>
<span style="color: #666666; font-style: italic;">// key in the the above hook_theme() function.</span>
<span style="color: #000000; font-weight: bold;">function</span> theme_mymodule_theme_function_name<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$vars</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
<span style="color: #339933;">...</span> code here <span style="color: #339933;">...</span>
<span style="color: #666666; font-style: italic;">// Return a string that contains the rendered representation of the data.</span>
 <span style="color: #b1b100;">return</span> <span style="color: #000088;">$output</span><span style="color: #339933;">;</span> 
<span style="color: #009900;">&#125;</span><span style="color: #666666; font-style: italic;">//function</span></pre></td></tr></table></div>

<p>3)   Then call the function,</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>52
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"> theme<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'mymodule_theme_function_name'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$whatever_argument</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>which actually calls the function.</p>
<p>It is important to remember all three of these or the theme will not work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/drupal-6-drupal-7/drupal-7-how-to-make-a-drupal-theme-function-in-a-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DRUPAL 7: How to Expose a Field in Views</title>
		<link>http://www.rubberneckdesigns.com/ajax-web-design/drupal-7-how-to-expose-a-field-in-views/</link>
		<comments>http://www.rubberneckdesigns.com/ajax-web-design/drupal-7-how-to-expose-a-field-in-views/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 00:28:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Drupal 6 & Drupal 7]]></category>
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=588</guid>
		<description><![CDATA[The other day when trying to expose a Filter criteria in a view of the Views module 7.x-3.1, I was frustrated by the fact that it would not function despite my best efforts. After triple checking my set up and reading a lot of documentation, there was no fix. Finally, after digging deep into some [...]]]></description>
			<content:encoded><![CDATA[<p>The other day when trying to expose a Filter criteria in a view of the Views module 7.x-3.1, I was frustrated by the fact that it would not function despite my best efforts. After triple checking my set up and reading a lot of documentation, there was no fix. Finally, after digging deep into some threads by a person having the same frustration with Views in Drupal 7 and exposed filters, I found the simple, although illusive, solution.</p>
<p>In the VIEWS UI, open the &#8220;ADVANCED&#8221; section and look under the &#8220;OTHER&#8221; subsection. Find the item &#8220;Use AJAX&#8221; and set the value to yes. I know, I know, (pause, make face) &#8211; right? Well, the guy on the thread that helped me complained enough about it so I&#8217;ll just keep my mouth shut.</p>
<p>I hope that if you were having this problem you found my post faster than I found that thread.  : )</p>
<p>As, always, feel free to comment and make suggestions.</p>
<p><a href="http://www.rubberneckdesigns.com/wp-content/uploads/2012/01/Screen-shot-2012-01-30-at-12.13.51-PM.png"><img src="http://www.rubberneckdesigns.com/wp-content/uploads/2012/01/Screen-shot-2012-01-30-at-12.13.51-PM.png" alt="select yes for use ajax" title="Views UI Advances Section" width="349" height="488" class="alignright size-full wp-image-589" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/ajax-web-design/drupal-7-how-to-expose-a-field-in-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal 7 Calendar New Interface Set Up (in Views)</title>
		<link>http://www.rubberneckdesigns.com/drupal-6-drupal-7/drupal-7-calendar-new-interface-set-up-in-views/</link>
		<comments>http://www.rubberneckdesigns.com/drupal-6-drupal-7/drupal-7-calendar-new-interface-set-up-in-views/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 14:34:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Drupal 6 & Drupal 7]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=586</guid>
		<description><![CDATA[I found this very helpful video by Arlin Sandbulte on the Drupal Calendar version 7.3 configuration (Calendar 7.x-3.x-dev). The interface on this Calendar is quite different than what is shown in other slightly older videos. The new video for Drupal 7 Calendar New Interface Set Up.]]></description>
			<content:encoded><![CDATA[<p>I found this very helpful video by Arlin Sandbulte on the<br />
Drupal Calendar version 7.3 configuration (Calendar 7.x-3.x-dev).</p>
<p>The interface on this Calendar is quite different than what is shown in other slightly older videos.</p>
<p>The new video for <a href="http://vimeo.com/26853285" title="Drupal 7 Calendar Views Interface">Drupal 7 Calendar New Interface Set U</a>p. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/drupal-6-drupal-7/drupal-7-calendar-new-interface-set-up-in-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS: How to Change Screen Shot Save Folder</title>
		<link>http://www.rubberneckdesigns.com/how-to/mac-os-how-to-change-screen-shot-save-folder/</link>
		<comments>http://www.rubberneckdesigns.com/how-to/mac-os-how-to-change-screen-shot-save-folder/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 16:19:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=560</guid>
		<description><![CDATA[First of all, a big &#8220;thank you&#8221; to the author at snowleopardtips.net who wrote &#8220;Everything you need to know about customizing screen captures&#8220;! This very helpful article cut through the chase and made changing the screen shot folder easy. OK, so here is the &#8220;How To&#8221;: 1) open your terminal and enter the following line. [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, a big &#8220;thank you&#8221; to the author at snowleopardtips.net who wrote &#8220;<a href="http://snowleopardtips.net/tips/everything-you-need-to-know-about-screen-captures.html">Everything you need to know about customizing screen captures</a>&#8220;! This very helpful article cut through the chase and made changing the screen shot folder easy.</p>
<p>OK, so here is the &#8220;How To&#8221;:</p>
<p>1) open your terminal and enter the following line. Note:The default location for screenshots is ~/Desktop.</p>

<div class="wp_syntax"><div class="code"><pre class="linux" style="font-family:monospace;">    defaults write com.apple.screencapture location &lt;your new path ie ~/screenshots&gt;</pre></div></div>

<p>2) Reset the System UI Server so you can see the change.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">    killall SystemUIServer</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/how-to/mac-os-how-to-change-screen-shot-save-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5: How to Make a datalist for a Form Field Input Element</title>
		<link>http://www.rubberneckdesigns.com/usability/html5-how-to-make-a-datalist-for-a-form-field-input-element/</link>
		<comments>http://www.rubberneckdesigns.com/usability/html5-how-to-make-a-datalist-for-a-form-field-input-element/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 18:16:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[User Iterface Design]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=544</guid>
		<description><![CDATA[Isn’t it nice when web developers make it easy for end users to fill out a form? One way to make for a pleasant user experience is to offer suggestions on a form’s input field. HTML5 now has a cool feature that makes this easier for the developers too! The HTML5 datalist element provides an [...]]]></description>
			<content:encoded><![CDATA[<p>Isn’t it nice when web developers make it easy for end users to fill out a form? One way to make for a pleasant user experience is to offer suggestions on a form’s input field. HTML5 now has a cool feature that makes this easier for the developers too!</p>
<p>The HTML5 datalist element provides an &#8220;autocomplete&#8221; feature on form elements.  With it, you can provide a list of predefined options to the user as they input data.</p>
<p>Now, when a user is entering some text into a text field, a list can drop down with pre-filled values for them to choose from.</p>
<p><strong>How to Make a datalist for a Form Field Input Element</strong><br />
The datalist tag was introduced in HTML 5.</p>
<p>Use the ID of the datalist tag to associate it with the appropriate input.<br />
For example, if the datalist tag has an id=&#8221;myDataList&#8221;, then the list attribute of the input element will look like this: list=&#8221;myDataList&#8221;.</p>
<p>You can fill the datalist element by nesting option tags inside the datalist tag. Here is an example of the code for the HTML5 datalist element:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
</pre></td><td class="code"><pre class="html5" style="font-family:monospace;">&lt;p&gt;
&lt;label&gt;
  Enter your favorite Star Trek character:&lt;br /&gt;
&lt;input type=&quot;text&quot; name=&quot;favCharacter&quot; list=&quot;myDataList&quot;&gt;
&lt;datalist id=&quot;myDataList&quot;&gt;
 &lt;option value=&quot;Captain Kirk&quot;&gt;
 &lt;option value=&quot;Spock&quot;&gt;
 &lt;option value=&quot;Bones&quot;&gt;
 &lt;option value=&quot;Scotty&quot;&gt;
 &lt;option value=&quot;Sulu&quot;&gt;
 &lt;option value=&quot;Chekov&quot;&gt;
 &lt;option value=&quot;Uhura&quot;&gt;
 &lt;option value=&quot;Jean-Luc Picard&quot;&gt;
 &lt;option value=&quot;Data&quot;&gt;
 &lt;option value=&quot;Geordi La Forge&quot;&gt;
 &lt;option value=&quot;Worf&quot;&gt;
&lt;/datalist&gt;
&lt;/label&gt;
&lt;/p&gt;</pre></td></tr></table></div>

<p>
<label><br />
  Enter your favorite Star Trek character:</p>
<input type="text" name="favCharacter" list="myDataList">
<datalist id="myDataList"></p>
<option value="Captain Kirk">
<option value="Spock">
<option value="Bones">
<option value="Scotty">
<option value="Sulu">
<option value="Chekov">
<option value="Uhura">
<option value="Jean-Luc Picard">
<option value="Data">
<option value="Geordi La Forge">
<option value="Worf">
</datalist><br />
</label>
</p>
<p>OK, so now you know. Go be nice to your users with the HTML5 <datalist> tag!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/usability/html5-how-to-make-a-datalist-for-a-form-field-input-element/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Git: Understanding how to use GIT</title>
		<link>http://www.rubberneckdesigns.com/web-design/git-understanding-how-to-use-git/</link>
		<comments>http://www.rubberneckdesigns.com/web-design/git-understanding-how-to-use-git/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 22:18:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.rubberneckdesigns.com/?p=537</guid>
		<description><![CDATA[An excellent read about GIT and how to use it: &#8220;A successful Git branching model&#8221; on a blog named nvie.com maintained by Vincent Driessen Great article, Vincent, thanks!]]></description>
			<content:encoded><![CDATA[<p>An excellent read about GIT and how to use it: &#8220;<a href="http://nvie.com/posts/a-successful-git-branching-model/" title="A successful Git branching model">A successful Git branching model</a>&#8221; on a blog named nvie.com maintained by Vincent Driessen<br />
<img alt="How to use GIT" src="http://nvie.com/img/2009/12/Screen-shot-2009-12-24-at-11.32.03.png" title="Git" class="aligncenter" width="611" height="815" /><br />
Great article, Vincent, thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/web-design/git-understanding-how-to-use-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

