<rss version="2.0"><channel><title>RSS feed for InstantSpot site evBlog</title><link>http://ev.instantspot.com</link><description>technology... head spinning technology</description><language>en-us</language><copyright>This work is Copyright &#xA9; 2008 by evBlog</copyright><generator>RSSVille ColdFusion FeedMaker, version 1.0</generator><pubDate>Wed, 27 Aug 2008 23:31:08 GMT</pubDate><item><title>How to you fix it?  CSS Edition</title><link>http://ev.instantspot.com/blog/2007/03/18/How-to-you-fix-it--CSS-Edition</link><description>&lt;p&gt;
OK, I like CSS just like everyone else but I&amp;#39;m having a bit of an issue here.  Check out the page and let me know what you think.  The bottom portion of the web site looks ok in FF, but is off in IE.   Once you see it in IE you should see the problem.
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.ryaneverhart.com/kre/index4.cfm&quot;&gt;http://www.ryaneverhart.com/kre/index4.cfm&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Below is the code... any ideas?  It looks like to me that the problem is with the border of the wrapper, 1px on each side seems to push the divs in by 1px on each side. 
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;CSS&lt;/strong&gt;&lt;br /&gt;
[codeshare mar5675a]
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;HTML&lt;br /&gt;
&lt;/strong&gt;[codeShare mar9a3cd]
&lt;/p&gt;
&lt;p&gt;
Let me know what you think!  Thanks!
&lt;/p&gt;
&lt;p&gt;
Good Day!&lt;br /&gt;
Ryan 
&lt;/p&gt;
</description><pubDate>Mon, 19 Mar 2007 01:30:12 GMT</pubDate><guid>http://ev.instantspot.com/blog/2007/03/18/How-to-you-fix-it--CSS-Edition</guid><category>CSS</category></item><item><title>IDs vs Classes</title><link>http://ev.instantspot.com/blog/2006/11/09/IDs-vs-Classes</link><description>&lt;p&gt;
I got asked a simple question today that I honestly didn&amp;#39;t know the answer too.  
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	&lt;strong&gt;Bob: &lt;/strong&gt;When using a particular style, are there any advantages over using CLASS vs. ID? 
	&lt;/p&gt;
	&lt;p&gt;
	&lt;strong&gt;Me:&lt;/strong&gt; I&amp;#39;m not sure what the differences between class and ID are to be honest, I always use class. 
	&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Not knowing the answer to a simple question like that often bothers me so I need to find the answer.  A quick &lt;a href=&quot;http://www.google.com/search?q=css+class+vs+id&amp;amp;start=0&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla:en-US:official&quot; target=&quot;_blank&quot;&gt;Google search&lt;/a&gt;  lead me to &lt;a href=&quot;http://www.tizag.com&quot; target=&quot;_blank&quot;&gt;tizag.com&lt;/a&gt;  and &lt;a href=&quot;http://www.tizag.com/cssT/cssid.php&quot; target=&quot;_blank&quot;&gt;this tutorial&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
The whole tutorial gets summed up pretty well in the last line:
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;em&gt;Use IDs when there is only one occurence per page. Use classes when there are one or more occurences per page. &lt;/em&gt;
&lt;/blockquote&gt;
&lt;p&gt;
How do you all use IDs vs Classes? 
&lt;/p&gt;
&lt;p&gt;
Good Day!&lt;br /&gt;
Ryan&lt;br /&gt;
&lt;/p&gt;
&lt;blockquote&gt;
	&lt;p&gt;
	&amp;nbsp;
	&lt;/p&gt;
&lt;/blockquote&gt;
</description><pubDate>Thu, 09 Nov 2006 19:30:04 GMT</pubDate><guid>http://ev.instantspot.com/blog/2006/11/09/IDs-vs-Classes</guid><category>CSS</category></item><item><title>Vertical or Horizontal Only Scroll Bars</title><link>http://ev.instantspot.com/blog/2006/10/23/Vertical-or-Horizontal-Only-Scroll-Bars</link><description>&lt;p&gt;
Hey Everyone,&lt;br /&gt;
Had a client that needed tabular data to scroll to the right without messing up the layout of the screen.  This is what I found
&lt;/p&gt;
&lt;p&gt;
.hortScroll{overflow-x:auto; overflow-y:none; width:400px; height:400px;}
.vertScroll{overflow-x:none; overflow-y:auto; width:400px; height:400px;}
&lt;/p&gt;
&lt;p&gt;
Display only horizonal scroll bar&lt;br /&gt;
&amp;lt;div class=&amp;quot;hortScroll&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Display only vertical scroll bar&lt;br /&gt;
&amp;lt;div class=&amp;quot;vertScroll&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Note: overflow-y and overflow-x are not compatiable with FireFox as I understand it.  This isn&amp;#39;t a big issue for me as my company has IE6 as it&amp;#39;s current standard. But I suppose it will break in a few months when we adapt to IE7.  Thoughts or opinons?
&lt;/p&gt;
&lt;p&gt;
Good Day!&lt;br /&gt;
Ryan
&lt;/p&gt;
</description><pubDate>Mon, 23 Oct 2006 17:12:04 GMT</pubDate><guid>http://ev.instantspot.com/blog/2006/10/23/Vertical-or-Horizontal-Only-Scroll-Bars</guid><category>CSS</category></item><item><title>Challenge Accepted!</title><link>http://ev.instantspot.com/blog/2006/09/28/Challenge-Accepted</link><description>&lt;p&gt;
&lt;span class=&quot;q&quot;&gt;I&amp;rsquo;ve been called a lot of mean things in my life some to my
face and surely more behind my back.&lt;span&gt;&amp;nbsp;
&lt;/span&gt;However the other day I got called a name by a guy I don&amp;rsquo;t even know! &lt;span&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;This guy, &lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm&quot; target=&quot;_blank&quot;&gt;Todd&lt;/a&gt;, if that is his real name, called
me a lurker!!!&lt;span&gt;&amp;nbsp; &lt;/span&gt;A lurker??!!&lt;span&gt;&amp;nbsp; &lt;/span&gt;How can you call me a lurker if you don&amp;rsquo;t
even know me &lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm&quot; target=&quot;_blank&quot;&gt;Todd&lt;/a&gt;??&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=&quot;q&quot;&gt;Well &lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm&quot; target=&quot;_blank&quot;&gt;Todd&lt;/a&gt; didn&amp;rsquo;t just call me a lurker he called A LOT of ColdFusion
developers lurkers or takers.&lt;span&gt;&amp;nbsp; &lt;/span&gt;We can define lurkers
or takers in this case as developers that take code from blogs or other
community sites but don&amp;rsquo;t give back to the community.&lt;span&gt;&amp;nbsp; &lt;/span&gt;For whatever reason, either they are too busy
or too lazy they just don&amp;rsquo;t give back.&lt;span&gt;&amp;nbsp;
&lt;/span&gt;Therefor &lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm&quot; target=&quot;_blank&quot;&gt;Todd&lt;/a&gt; proposed a &lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm/2006/9/26/Open-Challenge-to-the-ColdFusion-Community&quot; target=&quot;_blank&quot;&gt;challenge&lt;/a&gt;.&lt;span&gt;&amp;nbsp;
&lt;/span&gt;The &lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm/2006/9/26/Open-Challenge-to-the-ColdFusion-Community&quot; target=&quot;_blank&quot;&gt;challenge&lt;/a&gt; was for us all to get more involved in the ColdFusion
Community, write a blog, join a CFUG or mailing list.&lt;span&gt;&amp;nbsp; &lt;/span&gt;Do something to give back.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=&quot;q&quot;&gt;Well &lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm/&quot; target=&quot;_blank&quot;&gt;Todd&lt;/a&gt;, &lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm/2006/9/26/Open-Challenge-to-the-ColdFusion-Community&quot; target=&quot;_blank&quot;&gt;challenge&lt;/a&gt; accepted!&lt;span&gt;&amp;nbsp; &lt;/span&gt;I&amp;rsquo;m going to try my best to make time to give
back.&lt;span&gt;&amp;nbsp; &lt;/span&gt;What I say here on my InstantSpot
may seem silly to those more experienced than I, so for that I apologize and
welcome all feedback.&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=&quot;q&quot;&gt;If you are new to the ColdFusion or Blog thing, here are some
of the hot spots I visit often,.&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.daveshuck.com/blog/&quot; target=&quot;_blank&quot;&gt;Dave Shuck&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.aaronjlynch.com/blog/&quot; target=&quot;_blank&quot;&gt;Aaron J Lynch&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://mattwoodward.com/blog/&quot; target=&quot;_blank&quot;&gt;Matt Woodward&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm&quot; target=&quot;_blank&quot;&gt;Todd Sharp&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://fro.instantspot.com/blog/index.cfm&quot; target=&quot;_blank&quot;&gt;Robert Froehling&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://ray.camdenfamily.com/index.cfm&quot; target=&quot;_blank&quot;&gt;Ray Camden&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.markdrew.co.uk/blog/index.cfm&quot; target=&quot;_blank&quot;&gt;Mark Drew&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.coldfusionweekly.com/&quot; target=&quot;_blank&quot;&gt;ColdFusion Weely&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://tech.groups.yahoo.com/group/ajaxcfc/&quot; target=&quot;_blank&quot;&gt;ajaxCFC Yahoo! Group&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span class=&quot;q&quot;&gt;Good Day!&lt;br /&gt;
Ryan&lt;/span&gt;
&lt;/p&gt;
</description><pubDate>Thu, 28 Sep 2006 14:09:05 GMT</pubDate><guid>http://ev.instantspot.com/blog/2006/09/28/Challenge-Accepted</guid></item></channel></rss>