<?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>YURY RUSH</title>
	<atom:link href="http://www.yuryrush.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yuryrush.com</link>
	<description>Internet Entrepreneur, Online Marketer, CEO, Ecommerce, Career Coach, Social Media Business Strategist</description>
	<lastBuildDate>Sat, 17 Dec 2011 05:02:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Cannot login after WordPress move &#8211; Solution</title>
		<link>http://www.yuryrush.com/random-rnd/cannot-login-after-wordpress-move-solution/</link>
		<comments>http://www.yuryrush.com/random-rnd/cannot-login-after-wordpress-move-solution/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 05:02:44 +0000</pubDate>
		<dc:creator>whyyouarewhy</dc:creator>
				<category><![CDATA[Random {RND}]]></category>

		<guid isPermaLink="false">http://www.yuryrush.com/?p=247</guid>
		<description><![CDATA[Go to your wp-config.php file and add this line after your DB/call details: define(&#8216;RELOCATE&#8217;, true); Then navigate your browser to your wp-login.php and it should automatically update your settings to match where you&#8217;ve moved you site to and you should be able to login. After you&#8217;ve logged in, delete the above line from your wp-config.php [...]]]></description>
			<content:encoded><![CDATA[<p>Go to your wp-config.php file and add this line after your DB/call details:</p>
<p>define(&#8216;RELOCATE&#8217;, true);</p>
<p>Then navigate your browser to your <strong>wp-login.php</strong> and it should automatically update your settings to match where you&#8217;ve moved you site to and you should be able to login. After you&#8217;ve logged in, delete the above line from your wp-config.php file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yuryrush.com/random-rnd/cannot-login-after-wordpress-move-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edit your Excel dropdown list in 3 steps</title>
		<link>http://www.yuryrush.com/random-rnd/edit-your-excel-dropdown-list-in-3-steps/</link>
		<comments>http://www.yuryrush.com/random-rnd/edit-your-excel-dropdown-list-in-3-steps/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 15:27:41 +0000</pubDate>
		<dc:creator>whyyouarewhy</dc:creator>
				<category><![CDATA[Random {RND}]]></category>
		<category><![CDATA[drop downs]]></category>
		<category><![CDATA[list in excel]]></category>

		<guid isPermaLink="false">http://www.yuryrush.com/?p=242</guid>
		<description><![CDATA[Need to change the number of cells in your list? (e.g. I have a list called &#8216;imsexy&#8217; which has 4 items, I now need 7 items) you will find that you can&#8217;t simply select your list and amend it on the sheet, So: 1) go to your &#8216;Formulas&#8217; tab 2) choose &#8220;Name Manager&#8221; 3) a [...]]]></description>
			<content:encoded><![CDATA[<p>Need to change the number of cells in your list? (e.g. I have a list called &#8216;imsexy&#8217; which has 4 items, I now need 7 items) you will find that you can&#8217;t simply select your list and amend it on the sheet, So:</p>
<p>1) go to your &#8216;Formulas&#8217; tab</p>
<p>2) choose &#8220;Name Manager&#8221;</p>
<p>3) a pop up box will show what is available for editing. Your list should be in it. Select your list and edit the range.</p>
<p>Need to create a list in excel?</p>
<p><object style="height: 300px; width: 600px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/i-w5iT7Wejc?version=3&amp;feature=player_detailpage" /><param name="allowfullscreen" value="true" /><embed style="height: 300px; width: 600px;" type="application/x-shockwave-flash" width="100" height="100" src="http://www.youtube.com/v/i-w5iT7Wejc?version=3&amp;feature=player_detailpage" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yuryrush.com/random-rnd/edit-your-excel-dropdown-list-in-3-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shorten your wordpress Title in the template</title>
		<link>http://www.yuryrush.com/random-rnd/shorten-your-wordpress-title-in-the-template/</link>
		<comments>http://www.yuryrush.com/random-rnd/shorten-your-wordpress-title-in-the-template/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 04:15:28 +0000</pubDate>
		<dc:creator>whyyouarewhy</dc:creator>
				<category><![CDATA[Random {RND}]]></category>
		<category><![CDATA[wordpress post_title]]></category>

		<guid isPermaLink="false">http://www.yuryrush.com/?p=210</guid>
		<description><![CDATA[So you want to post the title somewhere in your theme and shorten it to a certain amount of characters. &#60;?php $thetitle = $post-&#62;post_title; echo substr($thetitle, 0, 26); ?&#62; Edit the 26 to whatever amount of characters you want]]></description>
			<content:encoded><![CDATA[<p>So you want to post the title somewhere in your theme and shorten it to a certain amount of characters.</p>
<pre class="wp-code-highlight prettyprint">&lt;?php $thetitle = $post-&gt;post_title; echo substr($thetitle, 0, 26); ?&gt;
</pre>
<p>Edit the 26 to whatever amount of characters you want</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yuryrush.com/random-rnd/shorten-your-wordpress-title-in-the-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gradient CSS Call To Action Examples</title>
		<link>http://www.yuryrush.com/random-rnd/gradient-css-call-to-action-examples/</link>
		<comments>http://www.yuryrush.com/random-rnd/gradient-css-call-to-action-examples/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 18:38:12 +0000</pubDate>
		<dc:creator>whyyouarewhy</dc:creator>
				<category><![CDATA[Random {RND}]]></category>

		<guid isPermaLink="false">http://www.yuryrush.com/?p=224</guid>
		<description><![CDATA[text here &#60;span style=&#34;display: inline; padding:5px; width: 300px; float:left; -webkit-border-radius: .5em; -moz-border-radius: .5em; -border-radius: .5em; color: #fff; border: solid 1px #980c10; background: #d81b21; background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)); background: moz-linear-gradient(top, #ed1c24, #aa1317); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');&#34;&#62; text here&#60;/span&#62; text here &#60;span style=&#34;display: inline; padding:5px; width: 300px; float:left; -webkit-border-radius: .5em;-moz-border-radius: .5em; -border-radius: .5em; color: [...]]]></description>
			<content:encoded><![CDATA[<p><span style="display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: .5em; -moz-border-radius: .5em; -border-radius: .5em;  color: #fff;  border: solid 1px #980c10; background: #d81b21;  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));  background: moz-linear-gradient(top,  #ed1c24,  #aa1317);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');"> text here</span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: .5em; -moz-border-radius: .5em; -border-radius: .5em;  color: #fff;  border: solid 1px #980c10; background: #d81b21;  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));  background: moz-linear-gradient(top,  #ed1c24,  #aa1317);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');&quot;&gt; text here&lt;/span&gt;</pre>
<p></br> </p>
<p><span style="display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: .5em;-moz-border-radius: .5em; -border-radius: .5em;  color: #fff;  border: solid 1px #06548d; background: #06548d;  background: -webkit-gradient(linear, left top, left bottom, from(#5aadee), to(#06548d));  background: moz-linear-gradient(top,  #5aadee,  #06548d);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aadee', endColorstr='#06548d');"> text here</span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: .5em;-moz-border-radius: .5em; -border-radius: .5em;  color: #fff;  border: solid 1px #06548d; background: #06548d;  background: -webkit-gradient(linear, left top, left bottom, from(#5aadee), to(#06548d));  background: moz-linear-gradient(top,  #5aadee,  #06548d);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aadee', endColorstr='#06548d');&quot;&gt; text here&lt;/span&gt;
</pre>
<p></br> </p>
<p><span style="display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: .2em;-moz-border-radius: .2em; -border-radius: .2em;  color: #fff;  border: solid 1px #333333; background: #efefef;  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#333333));  background: moz-linear-gradient(top,  #efefef,  #333333);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#333333');"> text here</span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: .2em;-moz-border-radius: .2em; -border-radius: .2em;  color: #fff;  border: solid 1px #333333; background: #efefef;  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#333333));  background: moz-linear-gradient(top,  #efefef,  #333333);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#333333');&quot;&gt; text here&lt;/span&gt;</pre>
<p></br> </p>
<p><span style="display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: .2em;-moz-border-radius: .2em; -border-radius: .2em;  color: #fff;  border: solid 1px #333333; background: #f26522;  background: -webkit-gradient(linear, left top, left bottom, from(#f26522), to(#c44a0f));  background: moz-linear-gradient(top,  #f26522,  #c44a0f);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#c44a0f');"> text here</span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: .2em;-moz-border-radius: .2em; -border-radius: .2em;  color: #fff;  border: solid 1px #333333; background: #f26522;  background: -webkit-gradient(linear, left top, left bottom, from(#f26522), to(#c44a0f));  background: moz-linear-gradient(top,  #f26522,  #c44a0f);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f26522', endColorstr='#c44a0f');&quot;&gt; text here&lt;/span&gt;
</pre>
<p></br> </p>
<p><span style="display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: .2em;-moz-border-radius: .2em; -border-radius: .2em;  color: #fff;  border: solid 1px #333333; background: #67db3c;  background: -webkit-gradient(linear, left top, left bottom, from(#67db3c), to(#45a123));  background: moz-linear-gradient(top,  #67db3c,  #45a123);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#67db3c', endColorstr='#45a123');"> text here</span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: .2em;-moz-border-radius: .2em; -border-radius: .2em;  color: #fff;  border: solid 1px #333333; background: #67db3c;  background: -webkit-gradient(linear, left top, left bottom, from(#67db3c), to(#45a123));  background: moz-linear-gradient(top,  #67db3c,  #45a123);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#67db3c', endColorstr='#45a123');&quot;&gt; text here&lt;/span&gt;</pre>
<p></br> </p>
<p><span style="display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: 1em;-moz-border-radius: 1em; -border-radius: 1em;  color: #fff;  border: solid 1px #06548d; background: #06548d;  background: -webkit-gradient(linear, left top, left bottom, from(#5aadee), to(#06548d));  background: moz-linear-gradient(top,  #5aadee,  #06548d);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aadee', endColorstr='#06548d');"> text here</span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: 1em;-moz-border-radius: 1em; -border-radius: 1em;  color: #fff;  border: solid 1px #06548d; background: #06548d;  background: -webkit-gradient(linear, left top, left bottom, from(#5aadee), to(#06548d));  background: moz-linear-gradient(top,  #5aadee,  #06548d);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5aadee', endColorstr='#06548d');&quot;&gt; text here&lt;/span&gt;</pre>
<p>So lets disect the elemtents that you can edit:</p>
<p>padding:5px;  // Controls the padding around the text<br />
width: 300px; // Controls the width, adjust to your needs<br />
float:left;  // move it left, right or center<br />
-webkit-border-radius: 1em; // This controls the rounded corners<br />
-moz-border-radius: 1em; // This controls the rounded corners<br />
-border-radius: 1em;  // This controls the rounded corners<br />
color: #fff; // This controls font color<br />
border: solid 1px #06548d;  // the border color<br />
background: #06548d;   // This controls the background color<br />
background: -webkit-gradient(linear, left top, left bottom, from(#5aadee), to(#06548d));  // This controls the gradient<br />
background: moz-linear-gradient(top,  #5aadee,  #06548d);  // This controls the gradient<br />
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=&#8217;#5aadee&#8217;, endColorstr=&#8217;#06548d&#8217;); // This controls the gradient </p>
<p>There are 3 options here to allow this to work properly accross multiple browsers. For example the rounded edges and the gradient. You will need to change all 3 of these options to ensure it will work for your application. The reason there are 3 is to ensure that the css is uniform accross the various browsers. Still there is no guarantee and your milage may vary. However by putting in 3 versions your changes are greater that it will be uniform since most browsers (IE) don&#8217;t seem to play well with others.</p>
<p></p>
<p>Here is a rounded button option. I changed the EM from .5em to 1em and this resulted in a heavy rounded edge</p>
<p><span style="display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: 1em;-moz-border-radius: 1em; -border-radius: 1em;  color: #fff;  border: solid 1px #06548d; background: yellow;  background: -webkit-gradient(linear, left top, left bottom, from(yellow), to(black));  background: moz-linear-gradient(top,  yellow,  black);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='black');"> text here</span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; padding:5px; width: 300px; float:left;  -webkit-border-radius: 1em;-moz-border-radius: 1em; -border-radius: 1em;  color: #fff;  border: solid 1px #06548d; background: yellow;  background: -webkit-gradient(linear, left top, left bottom, from(yellow), to(black));  background: moz-linear-gradient(top,  yellow,  black);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='yellow', endColorstr='black');&quot;&gt; text here&lt;/span&gt;</pre>
<p>Note: some wordpress themes will remove the right formating. So make sure you paste it into the HTML window and don&#8217;t edit it- ever again <img src='http://www.yuryrush.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Some more examples:</p>
<p><span style="display: inline; font-size: 20px; padding:5px; width: 300px; float:left;  -webkit-border-radius: .2em;-moz-border-radius: .2em; -border-radius: .2em;  color: #fff;  border: solid 1px #333333; background: #67db3c;  background: -webkit-gradient(linear, left top, left bottom, from(#67db3c), to(#45a123));  background: moz-linear-gradient(top,  #67db3c,  #45a123);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#67db3c', endColorstr='#45a123');"> BUY ME</span></p>
<p><span style="display: inline; font-size: 20px; padding:5px; width: 300px; float:left;  -webkit-border-radius: .2em;-moz-border-radius: .2em; -border-radius: .2em;  color: #fff;  border: solid 1px #333333; background: #67db3c;  background: -webkit-gradient(linear, left top, left bottom, from(#67db3c), to(#45a123));  background: moz-linear-gradient(top,  #67db3c,  #45a123);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#67db3c', endColorstr='#45a123');"> We suggest you <a href=http://#>click here</a> because</span></p>
<p><span style="display: inline; font-size: 20px; padding:5px; width: 300px; float:left;  -webkit-border-radius: .2em;-moz-border-radius: .2em; -border-radius: .2em;  color: #fff;  border: solid 1px #333333; background: #cccccc;  background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#333333));  background: moz-linear-gradient(top,  #cccccc,  #333333);  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#333333');"> My Favorite website is <a href=http://#>Google.com</a> because it&#8217;s cool and has a lot of great information about sandwiches, german cars and FAIL photos</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yuryrush.com/random-rnd/gradient-css-call-to-action-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Call To Action Examples</title>
		<link>http://www.yuryrush.com/random-rnd/css-call-to-action-examples/</link>
		<comments>http://www.yuryrush.com/random-rnd/css-call-to-action-examples/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 14:49:26 +0000</pubDate>
		<dc:creator>whyyouarewhy</dc:creator>
				<category><![CDATA[Random {RND}]]></category>

		<guid isPermaLink="false">http://www.yuryrush.com/?p=211</guid>
		<description><![CDATA[Red back ground with white text: Type info here which is the HYPERLINK Etc This allows you to make a quick &#8220;CTA&#8221; Call to action box in red with white text. Things you can edit are: Background color// background-color: red; Change this to any color you want OR Hex color in this format: #000000 Font [...]]]></description>
			<content:encoded><![CDATA[<p>Red back ground with white text:<br />
<span style="display: inline; background-color: red; width: 300px; color: #fff; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<p>This allows you to make a quick &#8220;CTA&#8221; Call to action box in red with white text. Things you can edit are:<br />
Background color//<br />
background-color: red;<br />
Change this to any color you want OR Hex color in this format: #000000</p>
<p>Font color//<br />
color: #fff;<br />
Change this color to any color you want OR Hex color in this format: #000000</p>
<hr /><span style="display: inline; background-color: red; width: 300px; color: #fff; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: red; width: 300px; color: #fff; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<hr /><span style="display: inline; background-color: pink; width: 300px; color: #000000; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: pink; width: 300px; color: #000000; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<hr /><span style="display: inline; background-color: blue; width: 300px; color: #fff; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: blue; width: 300px; color: #fff; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<hr /><span style="display: inline; background-color: orange; width: 300px; color: #fff; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: orange; width: 300px; color: #fff; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<hr /><span style="display: inline; background-color: #efefef; width: 300px; color: #333333; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: #efefef; width: 300px; color: #333333; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<p>Advanced users can edit all of the CSS properties.</p>
<p>width: 300px;<br />
// You can edit the width to suit your needs</p>
<p>color: #333333;<br />
// This is the FONT color; edit to work with your background color</p>
<p>float: left;<br />
// This floats the whole CTA to the left or &#8220;right&#8221; if you do right</p>
<p>border: dotted;<br />
// This controls the border; you can do dotted; solid, dash, double, groove and more (<a href="http://www.w3schools.com/cssref/pr_border-style.asp">click to see</a>)</p>
<p>border-width: 1px;<br />
// Border width; control the thickness of the border</p>
<p>Here are some more examples for you.</p>
<hr /><span style="display: inline; background-color: yellow; width: 300px; color: #333333; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: yellow; width: 300px; color: #333333; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<hr /><span style="display: inline; background-color: teal; width: 300px; color: #fff; float: left; border: dotted; border-width: 2px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: teal; width: 300px; color: #fff; float: left; border: dotted; border-width: 2px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<hr /><span style="display: inline; background-color: green; width: 300px; color: #fff; float: left; border: dotted; border-width: 5px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: green; width: 300px; color: #fff; float: left; border: dotted; border-width: 5px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<hr /><span style="display: inline; background-color: purple; width: 300px; color: #fff; float: left; border: solid; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: purple; width: 300px; color: #fff; float: left; border: solid; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<hr /><span style="display: inline; background-color: black; width: 300px; color: yellow; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: black; width: 300px; color: yellow; float: left; border: dotted; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<p></p>
<hr /><span style="display: inline; background-color: navy; width: 300px; color: #fff; float: left; border: solid; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: navy; width: 300px; color: #fff; float: left; border: solid; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<p></p>
<hr /><span style="display: inline; background-color: lime; width: 300px; color: #333333; float: left; border: solid; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;"> Type info here which is the HYPERLINK Etc </span></p>
<pre class="wp-code-highlight prettyprint">&lt;span style=&quot;display: inline; background-color: lime; width: 300px; color: #333333; float: left; border: solid; border-width: 1px; margin: 12px 12px 12px 12px; padding: 3px 3px 3px 3px;&quot;&gt; Type info here which is the HYPERLINK Etc   &lt;/span&gt;</pre>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yuryrush.com/random-rnd/css-call-to-action-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solution WordPress Cannot Click Visual Editor</title>
		<link>http://www.yuryrush.com/random-rnd/solution-wordpress-cannot-click-visual-editor/</link>
		<comments>http://www.yuryrush.com/random-rnd/solution-wordpress-cannot-click-visual-editor/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 03:03:38 +0000</pubDate>
		<dc:creator>whyyouarewhy</dc:creator>
				<category><![CDATA[Random {RND}]]></category>

		<guid isPermaLink="false">http://www.yuryrush.com/?p=208</guid>
		<description><![CDATA[So you cannot click the visual editor.. well you&#8217;re probably pissed off.. 1) In the admin area &#8211; click on POSTS and edit a POST (where you would normally click between visual/HTML) 2) Inspect the ELEMENT with either Chrome or Firebug ( in chrome click console and look for errors) 3) search Google for errors [...]]]></description>
			<content:encoded><![CDATA[<p>So you cannot click the visual editor.. well you&#8217;re probably pissed off..</p>
<p>1) In the admin area &#8211; click on POSTS and edit a POST (where you would normally click between visual/HTML)</p>
<p>2) Inspect the ELEMENT with either Chrome or Firebug ( in chrome click console and look for errors)</p>
<p>3) search Google for errors and solutions.</p>
<p>In my case; I did the following:</p>
<p>1) Updated wordpress core &#8211; did nothing<br />
2) added define(&#8216;SCRIPT_DEBUG&#8217;, true); to wp-config (at the top)</p>
<p>this did the trick.</p>
<p>Hope this helps you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yuryrush.com/random-rnd/solution-wordpress-cannot-click-visual-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: tryme</title>
		<link>http://www.yuryrush.com/blog/tryme/</link>
		<comments>http://www.yuryrush.com/blog/tryme/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 02:35:19 +0000</pubDate>
		<dc:creator>whyyouarewhy</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.yuryrush.com/?p=195</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.yuryrush.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-195">Password:<br />
<input name="post_password" id="pwbox-195" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://www.yuryrush.com/blog/tryme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nancy is a spammer</title>
		<link>http://www.yuryrush.com/random-rnd/nancy-is-a-spammer/</link>
		<comments>http://www.yuryrush.com/random-rnd/nancy-is-a-spammer/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 15:07:57 +0000</pubDate>
		<dc:creator>whyyouarewhy</dc:creator>
				<category><![CDATA[Random {RND}]]></category>
		<category><![CDATA[comment spam]]></category>
		<category><![CDATA[nancy spam]]></category>

		<guid isPermaLink="false">http://www.yuryrush.com/?p=193</guid>
		<description><![CDATA[Nancy is a spammer Who is Nancy? Nancy is probably a kid in india or another 3rd world country. Who is using an automated tool to blast blog comments onto wordpress articles as comments. How do I know? I recently got an email from a site owner who said; look at these comments. How can [...]]]></description>
			<content:encoded><![CDATA[<p>Nancy is a spammer	</p>
<p>Who is Nancy? Nancy is probably a kid in india or another 3rd world country. Who is using an automated tool to blast blog comments onto wordpress articles as comments.</p>
<p>How do I know?</p>
<p>I recently got an email from a site owner who said; look at these comments. How can we setup what they are asking for. </p>
<p>Of course Nancy&#8217;s comment was one of the comments.</p>
<p>She wrote: Very nice, i suggest Admin can set up a forum, so that we can talk and communicate. Nancy</p>
<p>Red flag #1: Signed by Nancy, submitted by Donna </p>
<p>Red flag #2: The website Nancy/Donna submitted is a short domain name (3 letter) and has multiple pages of sporting equipment reviews.</p>
<p>I decided to search the exact comment in Google. Funny 33k search results. I guess this is red flag #3. So<br />
if you have a question about your comments being legit or not..</p>
<p>http://www.google.com/search?rlz=1C1CHKZ_enUS437US438&#038;sourceid=chrome&#038;ie=UTF-8&#038;q=Very+nice%2C+i+suggest+Admin+can+set+up+a+forum%2C+so+that+we+can+talk+and+communicate.+Nancy</p>
<p>1) View the info of the person submitting the post<br />
2) Check out their site/Anchor tags<br />
3) Search for their comment in google</p>
<p>Good luck</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yuryrush.com/random-rnd/nancy-is-a-spammer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes App + Social Rss App = Facebook Double trouble</title>
		<link>http://www.yuryrush.com/random-rnd/notes-app-social-rss-app-facebook-double-trouble/</link>
		<comments>http://www.yuryrush.com/random-rnd/notes-app-social-rss-app-facebook-double-trouble/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 16:16:00 +0000</pubDate>
		<dc:creator>whyyouarewhy</dc:creator>
				<category><![CDATA[Random {RND}]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[notes app]]></category>
		<category><![CDATA[social rss app]]></category>

		<guid isPermaLink="false">http://www.yuryrush.com/?p=190</guid>
		<description><![CDATA[Recently I had to troubleshoot a situatuion where a fan page which was being autofeed content via an RSS feed(s) was getting duplicate content. So I watched carefully as posts were added and deducted that the icons near the post gave some insight into which application was doing the posting. The Socialrss app was easy [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had to troubleshoot a situatuion where a fan page which was being autofeed content via an RSS feed(s) was getting duplicate content. So I watched carefully as posts were added and deducted that the icons near the post gave some insight into which application was doing the posting. The Socialrss app was easy to gauge; it looks like an RSS button &#8211; orange &#038; white. However the Notes app was slightly harder to determine since it looked like a piece of ruled paper. </p>
<p>The biggest issue is the NOTES app did not redirect to the site if a visitor clicked on it, but the social rss app did lead you off facebook.com</p>
<p>When you install notes it installs in both your personal account and your pages. to got to the notes app: type NOTES in your facebook search and see if there is a mention of [PAGE NOTES] in the left sidebar.</p>
<p>you can also try this url: http://www.facebook.com/notes#!/notes/pages/</p>
<p>If you are importing notes; you will see them here. They will be earmarked with the brand/feed. Then click on that feed and go to that unique PAGE NOTE. View the left handside (Sidebar) and click on &#8220;edit import settings&#8221; </p>
<p>Here you can turn off the XML/RSS feed if needed.</p>
<p>Good Luck.</p>
<p>If you want to do the opposite and import a feed do the following:</p>
<p>Facebook allows you to quickly and easily import an external blog from another website.</p>
<p>   1. Go to the main Notes application page by typing &#8220;Notes&#8221; into the search box at the top of the screen.<br />
   2. Click the Import a blog link on the right side of the page.<br />
   3. Enter the URL (web address) of your blog into the text box, and check the box underneath that states that you agree to our Terms of Use.<br />
   4. To complete the process, click on &#8220;Save Settings.&#8221; Once you do this, your previous posts will appear as notes and any new posts you make will automatically display.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yuryrush.com/random-rnd/notes-app-social-rss-app-facebook-double-trouble/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I hate the P HTML tag, so should you</title>
		<link>http://www.yuryrush.com/random-rnd/i-hate-the-p-html-tag-so-should-you/</link>
		<comments>http://www.yuryrush.com/random-rnd/i-hate-the-p-html-tag-so-should-you/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 01:55:50 +0000</pubDate>
		<dc:creator>whyyouarewhy</dc:creator>
				<category><![CDATA[Random {RND}]]></category>

		<guid isPermaLink="false">http://www.yuryrush.com/?p=186</guid>
		<description><![CDATA[So if you have ever spent ANY time at all inside wordpress. You will notice that content() wraps stupid P tags around everything causing the text, format and design to never look how you want it. &#60;?php remove_filter (&#8216;the_content&#8217;, &#8216;wpautop&#8217;); ?&#62; Drop this into the template you want to remove the P tags from and [...]]]></description>
			<content:encoded><![CDATA[<p>So if you have ever spent ANY time at all inside wordpress. You will notice that content() wraps stupid P tags around everything causing the text, format and design to never look how you want it.</p>
<p>&lt;?php remove_filter (&#8216;the_content&#8217;, &#8216;wpautop&#8217;); ?&gt;</p>
<p>Drop this into the template you want to remove the P tags from and your golden.. Or just into header.php</p>
<p>have fun</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yuryrush.com/random-rnd/i-hate-the-p-html-tag-so-should-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

