<?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>eli geske</title>
	<atom:link href="http://eligeske.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eligeske.com</link>
	<description>Good information for the geeky kind.</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:20:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WAT is WAT?</title>
		<link>http://eligeske.com/asp-net/wat-is-wat/</link>
		<comments>http://eligeske.com/asp-net/wat-is-wat/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 18:41:20 +0000</pubDate>
		<dc:creator>eligeske</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[WAT]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website admin tool]]></category>

		<guid isPermaLink="false">http://eligeske.com/?p=497</guid>
		<description><![CDATA[WAT allows for a developer to easily setup roles, users, and access rules. There is a couple more features that allow you to choose where you want to store your administration data.]]></description>
			<content:encoded><![CDATA[<p>What is WAT?</p>
<p>WAT stand for <strong>W</strong>ebsite <strong>A</strong>dministration <strong>T</strong>ool which is provided by .net&#8217;s visual studio IDE.</p>
<p><span style="text-decoration: underline;">What does WAT do?</span></p>
<p>WAT allows for a developer to easily setup roles, users, and access rules. There is a couple more features that allow you to choose where you want to store your administration data.  WAT uses by default SQL Express which has a set of tables to create users, roles, profiles that is accessed through the System.Web.Security library. WAT makes changes in the tables it has and also the web.config to make your life easier.</p>
<p>If you do not want to use SQL Express to house your user data you can choose to use the aspnet_regsql.exe.  Most websites are going to tell you how to achieve this through command line. But you open the executable up located here &#8220;{{drive}}:\Windows\Microsoft.NET\Framework\v{{Your Framework Version}}\&#8221; it has a step through wizard to help you through the process.</p>
<p><span style="text-decoration: underline;">How do you use WAT?</span></p>
<p>First realize that this is only useable in your development environment. Also, make sure you gave F5 (Run) a push first, or you will be clicking on that WAT icon all day wondering why it  won&#8217;t work.  Once you push the WAT icon it will popup a pretty crude looking web interface with very few options.  Play around with it and look at the different things it creates in your web.config.</p>
<p><span style="text-decoration: underline;">To WAT or not to WAT?</span></p>
<p>I use it to set up some basic roles and users to start off development of sites, but that&#8217;s about it. But &#8220;To user Membership or not&#8221; is a entirely different question.</p>
<p>Here are the two easiest ways to find the WAT tool.</p>
<p><a href="http://eligeske.com/wp-content/uploads/2011/10/wat_tool.png"><img class="aligncenter size-full wp-image-518" title="wat_tool" src="http://eligeske.com/wp-content/uploads/2011/10/wat_tool.png" alt="The way to WAT" width="494" height="377" /></a></p>
<p><a href="http://eligeske.com/wp-content/uploads/2011/10/wat_tool_2.png"><img class="aligncenter size-full wp-image-519" title="wat_tool_2" src="http://eligeske.com/wp-content/uploads/2011/10/wat_tool_2.png" alt="Another way to WAT" width="313" height="193" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://eligeske.com/asp-net/wat-is-wat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Animated Star Rating Plugin</title>
		<link>http://eligeske.com/plugins/jquery-animated-star-rating-plugin/</link>
		<comments>http://eligeske.com/plugins/jquery-animated-star-rating-plugin/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 23:11:32 +0000</pubDate>
		<dc:creator>eligeske</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[jquery rollover plugin]]></category>
		<category><![CDATA[jquery stars]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[rating plugin]]></category>
		<category><![CDATA[rating plugins]]></category>

		<guid isPermaLink="false">http://eligeske.com/?p=541</guid>
		<description><![CDATA[The Animated Star Rating has now been added as a plugin! Two themes to choose from or make your own!  Some options include, select number of stars you want, allow half ratings or not, and add a callback function to send your rating somewhere!]]></description>
			<content:encoded><![CDATA[<div id="egPlugin">
<div class="demo-cont"><a class="myButton" style="margin: 10px; float: right; margin-top: -15px;" href="http://eligeske.com/tutorials/jquery/plugins/elistar-plugin.zip">Download Plugin</a><br />
<input id="demo_eg-star" type="text" />
<div class="user_script">
<pre id="egPrintVal"></pre>
</div>
</div>
<div class="inpage_script"><span>THEMES: </span></p>
<select id="egdemo_changetheme" onchange="themeit()">
<option>theme-light</option>
<option>theme-dark</option>
</select>
<p>&lt;link href=&#8221;{{ path to js folder}}/egstar-rating/<span id="themename">theme-light</span>/egstar-rating.css&#8221; rel=&#8221;stylesheet&#8221; /&gt;</div>
<div class="datagrid">
<table id="demo_settings">
<thead>
<tr>
<th>setting</th>
<th>default</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr style="display: none;">
<td style="border-bottom: 1px solid #555; color: #555;" colspan="3">Note: All settings are optional, they will just be set to the default if none are passed.</td>
</tr>
<tr>
<td><label>maxstars: </label><br />
<select id="maxstars">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option selected="selected">5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
</select>
</td>
<td>
<input type="checkbox" name="maxstars" alt="5" /></td>
<td>This is where you set how many stars you want visible, example: &#8216;maxstars&#8217; = 3, you can go as high as you like, but remember your page size.</td>
</tr>
<tr class="alt">
<td><label>halfstars: </label><br />
<select id="halfstars">
<option selected="selected">true</option>
<option>false</option>
</select>
</td>
<td>
<input type="checkbox" name="halfstars" alt="true" /></td>
<td>Allow half ratings like 3.5 or 1.5, if set to false it will only allow hole numbers, example: &#8216;halfstars&#8217; = true.</td>
</tr>
<tr>
<td><label>allowedit: </label><br />
<select id="allowedit">
<option selected="selected">true</option>
<option>false</option>
</select>
</td>
<td>
<input type="checkbox" name="allowedit" alt="true" /></td>
<td>Allow the user to edit the rating they submitted, if set to false it will hide the &#8220;edit&#8221; link.</td>
</tr>
<tr class="alt">
<td><label>a_speed: </label><br />
<select id="a_speed">
<option>100</option>
<option selected="selected">200</option>
<option>300</option>
<option>500</option>
<option>700</option>
<option>1000</option>
</select>
</td>
<td>
<input type="checkbox" name="a_speed" checked="checked" alt="200" /></td>
<td>This is the animation speed in milliseconds when the box resizes after being clicked.</td>
</tr>
<tr>
<td><label>callback: </label><br />
<input id="callback" type="text" style="background: #fff; border: 1px solid #ccc; color: #444;" /><span>Enter the name of your function that you want to call here. Do not include the parentheses. </span></td>
<td>
<input type="checkbox" name="callback" checked="checked" alt="false" /></td>
<td>The name of your callback function, It will default to false if not entered. If you want to use it, your callback would look like something like this:<br />
myFunction(){<br />
// your code in here, like an ajax call or something to post the rating.<br />
var rating = this.rating;<br />
var input = this.input; // This is the dom obj for the input.<br />
}</td>
</tr>
<tr class="alt">
<td><label>starwidth: </label> 28</td>
<td colspan="2">This is the width in pixels of the large stars, set this only if you are creating your own theme.</td>
</tr>
<tr>
<td><label>smstarwidth: </label> 14</td>
<td colspan="2">This is the width in pixels of the small stars, set this only if you are creating your own theme.</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="4">
<div id="paging">
<ul>
<li><a id="refresh_demo" style="display: none;" href="#"><span>Generate It!</span></a></li>
</ul>
</div>
</td>
</tr>
</tfoot>
</table>
</div>
<p><span class="tablestyler_dis">This table was made pretty with <a href="http://tablestyler.com" target="_blank">tablestyler.com</a></span></p>
<div id="demo-instructions">
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;<br />
&lt;head&gt;<br/><br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&gt;<br/><br />
&lt;title&gt;Your WebSite&lt;/title&gt;<br/><br />
<span class="code1">&lt;link href=&#8221;<span class="code2">{{ path to js folder}}/egstar-rating/<span id="themename2">theme-light</span>/egstar-rating.css</span>&#8221; rel=&#8221;stylesheet&#8221; /&gt;</span><br/><br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js&#8221;&gt;&lt;/script&gt;<br/><br />
<span class="code3">&lt;script type=&#8221;<span class="code2">text/javascript</span>&#8221; src=&#8221;<span class="code2">{{ path to js folder}}/egstar-rating/egstar-rating.min.js</span>&#8220;&gt;&lt;/script&gt;</span><br/><br />
<span class="code3">&lt;script type=&#8221;<span class="code2">text/javascript</span>&#8220;&gt;</span><br/><br />
<span class="code3">$(<span class="code4">document</span>).ready(<span class="code4">function</span>)(){<br/><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$(&#8220;<span class="code4">.eg-input</span>&#8220;).elistars({ <span class="code4">maxstars: 8, halfstars: false, allowedit: false, a_speed: 700</span> });<br/><br />
});<br/><br />
&lt;/script&gt;</span><br/><br />
&lt;/head&gt;<br/><br />
&lt;body&gt;<br/><br />
&nbsp;&nbsp;&nbsp;&nbsp;<span><span class="code3">&lt;input type=&#8221;<span class="code2">text</span>&#8221; class=&#8221;<span class="code2">.eg-input</span>&#8221; /&gt;</span></span><br/><br />
&lt;/body&gt;<br/><br />
&lt;/html&gt;<br/>
</div>
</div>
<div style="margin-top: 25px; "><span style="font-weight: bold;" >Have any requests or suggestions to make the plugin better? Let me know and I may just add them <img src='http://eligeske.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </span></div>
]]></content:encoded>
			<wfw:commentRss>http://eligeske.com/plugins/jquery-animated-star-rating-plugin/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

