<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
<channel>
<title>CodeStore.net comments on "Adding The Edge To Your Button Images"</title>
<description>Replies to blog "Adding The Edge To Your Button Images" on codestore.net.</description>
<link>http://www.codestore.net/</link>
<lastBuildDate>Fri, 09 Sep 2011 02:31:31 -0500</lastBuildDate>
<atom:link href="http://www.codestore.net/store.nsf/blog.xml?Open=20110907-1024" rel="self" type="application/rss+xml" />

<item>
	<title>Reply from Jaap</title>
	<pubDate>Fri, 09 Sep 2011 02:31:31 -0500</pubDate>
	<author>Jaap</author>
	<description><![CDATA[ 
		<p>Great article Jake, reminds me to the time I was doing embossed/indended lines etc. with a thin white and light gray line near to each other on a dark page background ;-)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=4CE96511DEDDD67286257906002955A7"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument#DOC_4CE96511</link>
</item><item>
	<title>Reply from Patrick Kwinten</title>
	<pubDate>Thu, 08 Sep 2011 10:35:29 -0500</pubDate>
	<author>Patrick Kwinten</author>
	<description><![CDATA[ 
		<p>.lotusBtn I would say or even .lotusBtn .lotusSpecial</p>
		<p><a rel="nofollow" href="http://www-12.lotus.com/ldd/doc/oneuidoc/docpublic/components/buttons.htm">http://www-12.lotus.com/ldd/doc/oneuidoc/docpublic/components/buttons.htm</a></p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=08A73F50A4B8FB2D862579050055A455"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument#DOC_08A73F50</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Thu, 08 Sep 2011 10:09:29 -0500</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>There are a few tricks you can use there. I guess you just want to show some text over the top of the button graphic. Troubles start when the length of text outgrows the button. Ideally you'd stop that happening. If not you can do things like split the button in two and have markup like this:</p>
		<p>&lt;a href=""&gt;&lt;span&gt;Link&lt;/span&gt;&lt;/a&gt;</p>
		<p>Then put the first part of the button background in the A tag using CSS and the other part to the right of the SPAN's background using CSS.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=00F51631493BF05B862579050053437E"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument&amp;r=00F51631493BF05B862579050053437E#DOC_00F51631</link>
</item><item>
	<title>Reply from Robert Shaver</title>
	<pubDate>Thu, 08 Sep 2011 10:03:41 -0500</pubDate>
	<author>Robert Shaver</author>
	<description><![CDATA[ 
		<p>Most of my projects are designed so that the customer can administer it via the web. That means that if they add a new page it appears in a menu somewhere on the site.</p>
		<p>So far my navigator buttons use no graphics ... they just use standard HTML UL LI elements with some simple CSS to style them. </p>
		<p>But I've always wanted to add the nice buttons like you're talking about but they have to be generic so that they will generate dynamically on the Domino server some way. (I suppose it could be done on the client side with JavaScript but then I've got to contend with browser incompatibilities.)</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=81F986F3AB7CB63F862579050052BB73"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument&amp;r=81F986F3AB7CB63F862579050052BB73#DOC_81F986F3</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Thu, 08 Sep 2011 03:34:33 -0500</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Hadn't seen those buttons (thanks) but am semi-aware of what CSS3 is capable of look forward to the day (in 2 or 3 years?) when it can be used widely in confidence.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=9F1B73EF895255F586257905002F1B1C"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument#DOC_9F1B73EF</link>
</item><item>
	<title>Reply from Per Henrik Lausten</title>
	<pubDate>Thu, 08 Sep 2011 00:03:55 -0500</pubDate>
	<author>Per Henrik Lausten</author>
	<description><![CDATA[ 
		<p>Hi Jake, have you seen these CSS3 generated buttons:</p>
		<p><a rel="nofollow" href="http://www.red-team-design.com/just-another-awesome-css3-buttons">http://www.red-team-design.com/just-another-awesome-css3-buttons</a></p>
		<p>It's impressive what you can do with CSS3 - and thereby avoid the use of button images.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=F503DDA496928BE086257905001BD2B1"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument#DOC_F503DDA4</link>
</item><item>
	<title>Reply from Jerry Carter</title>
	<pubDate>Wed, 07 Sep 2011 15:03:37 -0500</pubDate>
	<author>Jerry Carter</author>
	<description><![CDATA[ 
		<p>Yes.  You just need to store the alpha channeled images as separate resources and combine them as needed.  Most modern browsers have no trouble with it.</p>
		<p>Another neat trick for auto-generating images... create three images with different alpha layers that are n width where n is a different prime number for each.  Use all three for your background image and you'll have a non-repeating pattern from just three small elements.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=B62F724FAA0768AC86257904006E3081"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument&amp;r=B62F724FAA0768AC86257904006E3081#DOC_B62F724F</link>
</item><item>
	<title>Reply from Jake Howlett</title>
	<pubDate>Wed, 07 Sep 2011 14:35:11 -0500</pubDate>
	<author>Jake Howlett</author>
	<description><![CDATA[ 
		<p>Generated? How so?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=93A8166868588BCF86257904006B9754"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument#DOC_93A81668</link>
</item><item>
	<title>Reply from Robert Shaver</title>
	<pubDate>Wed, 07 Sep 2011 13:57:12 -0500</pubDate>
	<author>Robert Shaver</author>
	<description><![CDATA[ 
		<p>All my navigator buttons are dynamically generated from the Domino database. Can these be generated dynamically?</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=CB85AAE32958D96F8625790400681C6E"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument#DOC_CB85AAE3</link>
</item><item>
	<title>Reply from Aaron Hardin</title>
	<pubDate>Wed, 07 Sep 2011 13:01:50 -0500</pubDate>
	<author>Aaron Hardin</author>
	<description><![CDATA[ 
		<p>Me too, I like it!</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=7047DD4176FD57DE8625790400630A02"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument#DOC_7047DD41</link>
</item><item>
	<title>Reply from Ben Langhinrichs</title>
	<pubDate>Wed, 07 Sep 2011 11:38:26 -0500</pubDate>
	<author>Ben Langhinrichs</author>
	<description><![CDATA[ 
		<p>Cool. I'll have to try that. Thanks for sharing it.</p>

		<p><a href="http://www.codestore.net/store.nsf/reply?OpenForm&ParentUNID=E47E5562B07A301386257904005B686F"><img border="0" src="http://www.codestore.net/store.nsf/images/rss_reply.gif" alt="Click here to post a response" /></a></p>
	]]></description>
	<link>http://www.codestore.net/store.nsf/unid/BLOG-20110907-1024?OpenDocument#DOC_E47E5562</link>
</item>

</channel>
</rss> 
