<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments for xentek</title> <atom:link href="http://xentek.net/comments/feed/" rel="self" type="application/rss+xml" /><link>http://xentek.net</link> <description>enlightened internet solutions</description> <lastBuildDate>Thu, 04 Mar 2010 23:19:24 +0000</lastBuildDate> <generator>http://wordpress.org/?v=3.0-alpha</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Comment on In The Loop by Eric Marden</title><link>http://xentek.net/code/wordpress/plugins/in-the-loop/comment-page-1/#comment-4682</link> <dc:creator>Eric Marden</dc:creator> <pubDate>Thu, 04 Mar 2010 23:19:24 +0000</pubDate> <guid
isPermaLink="false">http:/xentek.net/?page_id=336#comment-4682</guid> <description>There are two ways to get to the plugin configure page:Clicking the link on the plugins page.
Clicking the menu item on the left, under Settings.Which one isn&#039;t working for you?Also, if you could tell me the actual URL in your address bar that is 404ing, It may provide a clue as to what might be breaking. You can paste that to me privately by email if you&#039;d prefer.Thanks!</description> <content:encoded><![CDATA[<p>There are two ways to get to the plugin configure page:</p><p> Clicking the link on the plugins page.<br
/> Clicking the menu item on the left, under Settings.</p><p>Which one isn&#8217;t working for you?</p><p>Also, if you could tell me the actual URL in your address bar that is 404ing, It may provide a clue as to what might be breaking. You can paste that to me privately by email if you&#8217;d prefer.</p><p>Thanks!</p> ]]></content:encoded> </item> <item><title>Comment on In The Loop by ana maria</title><link>http://xentek.net/code/wordpress/plugins/in-the-loop/comment-page-1/#comment-4679</link> <dc:creator>ana maria</dc:creator> <pubDate>Thu, 04 Mar 2010 17:41:20 +0000</pubDate> <guid
isPermaLink="false">http:/xentek.net/?page_id=336#comment-4679</guid> <description>hi there
i just installed the plug-in so that i can make another plugin work.thing is, when i go to configure the plugin, i get a 404 error.Please help!PS:
This is the code i want to place above the post once your plugin works: </description> <content:encoded><![CDATA[<p>hi there<br
/> i just installed the plug-in so that i can make another plugin work.</p><p>thing is, when i go to configure the plugin, i get a 404 error.</p><p>Please help!</p><p>PS:<br
/> This is the code i want to place above the post once your plugin works:</p> ]]></content:encoded> </item> <item><title>Comment on XEN Carousel by Daniel Nelson</title><link>http://xentek.net/code/wordpress/plugins/xen-carousel/comment-page-2/#comment-4620</link> <dc:creator>Daniel Nelson</dc:creator> <pubDate>Sun, 21 Feb 2010 22:16:04 +0000</pubDate> <guid
isPermaLink="false">http:/xentek.net/?page_id=477#comment-4620</guid> <description>Glad it worked for you.I haven&#039;t yet worked out how to get the prev and next to appear on top of of my carousel.  I have been too distracted by freelance work to finish my own website - how ironic.If anyone has a definitive answer, I would love to hear it.</description> <content:encoded><![CDATA[<p>Glad it worked for you.</p><p>I haven&#8217;t yet worked out how to get the prev and next to appear on top of of my carousel.  I have been too distracted by freelance work to finish my own website &#8211; how ironic.</p><p>If anyone has a definitive answer, I would love to hear it.</p> ]]></content:encoded> </item> <item><title>Comment on XEN Carousel by Heyman Smulders</title><link>http://xentek.net/code/wordpress/plugins/xen-carousel/comment-page-2/#comment-4608</link> <dc:creator>Heyman Smulders</dc:creator> <pubDate>Wed, 17 Feb 2010 12:10:25 +0000</pubDate> <guid
isPermaLink="false">http:/xentek.net/?page_id=477#comment-4608</guid> <description>Solved the second question. I used the CSS from Daniel Nelson
http://www.danielnelson.co.uk/Maybe somebody can use it too, so here is it:#xencarouselcontainer span.next {
background-color: transparent;
background-image: url(http://www.tvzeist.nl/vistv.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: -23px -23px;
display: block;
height: 23px;
width: 23px;
cursor: pointer;
text-indent: -9999px;
text-decoration: none;
position: relative;
top: -113px;
left: 400px;
z-index: 4;
}#xencarouselcontainer span.prev {
background-color: transparent;
background-image: url(http://www.tvzeist.nl/vistv.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt -23px;
display: block;
height: 23px;
width: 23px;
cursor: pointer;
text-indent: -9999px;
text-decoration: none;
position: relative;
top: -90px;
left: 10px;
z-index: 3;
}Thanks Daniel Nelson;
http://www.danielnelson.co.uk/Cheers</description> <content:encoded><![CDATA[<p>Solved the second question. I used the CSS from Daniel Nelson<br
/> <a
href="http://www.danielnelson.co.uk/" rel="nofollow">http://www.danielnelson.co.uk/</a></p><p>Maybe somebody can use it too, so here is it:</p><p>#xencarouselcontainer span.next {<br
/> background-color: transparent;<br
/> background-image: url(http://www.tvzeist.nl/vistv.jpg);<br
/> background-repeat: no-repeat;<br
/> background-attachment: scroll;<br
/> background-position: -23px -23px;<br
/> display: block;<br
/> height: 23px;<br
/> width: 23px;<br
/> cursor: pointer;<br
/> text-indent: -9999px;<br
/> text-decoration: none;<br
/> position: relative;<br
/> top: -113px;<br
/> left: 400px;<br
/> z-index: 4;<br
/> }</p><p>#xencarouselcontainer span.prev {<br
/> background-color: transparent;<br
/> background-image: url(http://www.tvzeist.nl/vistv.jpg);<br
/> background-repeat: no-repeat;<br
/> background-attachment: scroll;<br
/> background-position: 0pt -23px;<br
/> display: block;<br
/> height: 23px;<br
/> width: 23px;<br
/> cursor: pointer;<br
/> text-indent: -9999px;<br
/> text-decoration: none;<br
/> position: relative;<br
/> top: -90px;<br
/> left: 10px;<br
/> z-index: 3;<br
/> }</p><p>Thanks Daniel Nelson;<br
/> <a
href="http://www.danielnelson.co.uk/" rel="nofollow">http://www.danielnelson.co.uk/</a></p><p>Cheers</p> ]]></content:encoded> </item> <item><title>Comment on XEN Carousel by Heyman Smulders</title><link>http://xentek.net/code/wordpress/plugins/xen-carousel/comment-page-2/#comment-4607</link> <dc:creator>Heyman Smulders</dc:creator> <pubDate>Wed, 17 Feb 2010 11:35:20 +0000</pubDate> <guid
isPermaLink="false">http:/xentek.net/?page_id=477#comment-4607</guid> <description>Hi Eric,I got 2 other problems as well.
Hoop you can help!1)
I can&#039;t get access to #xencarouseloverlay
When I use:
#xencarouseloverlay {
background-image:url(&#039;http://www.tvzeist.nl/vistv.jpg&#039;);
}
Nothing happens, What am I doing wrong?
(I want a logo on top of the pictures)2)
How do I get the next &amp; prev buttons on top of the carousel pictures.
If I use:
.prev, .next {
position:relative;
left:100px;
top:-12px;
}
They slide under carousel pictures.My testing location:
ttp://www.tvzeist.nl/wpCheers Heyman</description> <content:encoded><![CDATA[<p>Hi Eric,</p><p>I got 2 other problems as well.<br
/> Hoop you can help!</p><p>1)<br
/> I can&#8217;t get access to #xencarouseloverlay<br
/> When I use:<br
/> #xencarouseloverlay {<br
/> background-image:url(&#8216;http://www.tvzeist.nl/vistv.jpg&#8217;);<br
/> }<br
/> Nothing happens, What am I doing wrong?<br
/> (I want a logo on top of the pictures)</p><p>2)<br
/> How do I get the next &amp; prev buttons on top of the carousel pictures.<br
/> If I use:<br
/> .prev, .next {<br
/> position:relative;<br
/> left:100px;<br
/> top:-12px;<br
/> }<br
/> They slide under carousel pictures.</p><p>My testing location:<br
/> ttp://www.tvzeist.nl/wp</p><p>Cheers Heyman</p> ]]></content:encoded> </item> <item><title>Comment on XEN Carousel by Heyman Smulders</title><link>http://xentek.net/code/wordpress/plugins/xen-carousel/comment-page-1/#comment-4601</link> <dc:creator>Heyman Smulders</dc:creator> <pubDate>Wed, 17 Feb 2010 00:02:24 +0000</pubDate> <guid
isPermaLink="false">http:/xentek.net/?page_id=477#comment-4601</guid> <description>Hi Eric,Thanks for a super simple, usefull plugin!
The only problem I have is with the next &amp; previous buttons.
The text is selecteble and thus the selector cursor is showing up.
I want the hand (button) cursor to show up.I know it&#039;s a minor issue but I would appreciate it very much if you could point me in the right direction!Also the picture title on top of each image would be great!
Any chance this will be in a new version?I got this question from a client. I&#039;m a designer not a developer, maybe we can do some business?Cheers,
Heyman</description> <content:encoded><![CDATA[<p>Hi Eric,</p><p>Thanks for a super simple, usefull plugin!<br
/> The only problem I have is with the next &amp; previous buttons.<br
/> The text is selecteble and thus the selector cursor is showing up.<br
/> I want the hand (button) cursor to show up.</p><p>I know it&#8217;s a minor issue but I would appreciate it very much if you could point me in the right direction!</p><p>Also the picture title on top of each image would be great!<br
/> Any chance this will be in a new version?</p><p>I got this question from a client. I&#8217;m a designer not a developer, maybe we can do some business?</p><p>Cheers,<br
/> Heyman</p> ]]></content:encoded> </item> <item><title>Comment on XEN Carousel by Phil</title><link>http://xentek.net/code/wordpress/plugins/xen-carousel/comment-page-1/#comment-4590</link> <dc:creator>Phil</dc:creator> <pubDate>Tue, 16 Feb 2010 01:49:53 +0000</pubDate> <guid
isPermaLink="false">http:/xentek.net/?page_id=477#comment-4590</guid> <description>REPOST: ugh, 3rd times a charm. Using code tags PROPERLY this time - my Uapologies.. not to harp, since you&#039;re clearly a very helpful dude, but you should leave a little note of the tags that are usable in your comment form.Hey Eric, so I&#039;ve read the whole wall here but didn&#039;t see my issue addressed...Any Idea how to pull in description data... anything other than just the image, or image, page/post title?I have used: &lt;code&gt;?php echo $image[&#039;title&#039;]; ?&lt;/code&gt; just after the opening &lt;code&gt;li&lt;/code&gt; element in the actual carousel, and so am able to bring in the page title associated with a given image, but that&#039;s it.NOTE: trying to add it to the &quot;#xencarouseloverlay&quot; didn&#039;t change the value for each image. Only the first to rotate through the carousel displayed the associated style. So not sure yet how I&#039;d use that div, although it &quot;sounds&quot; like what I&#039;d want to use it for...Really would like to use this to bring in a short description from somewhere&#039;s.Look at this mock: http://erm.copper29design.com/assets/imgs/ERMhomepage.JPGThe module in the top right is what I am trying to achieve. I feel confident that I can style this thing appropriately, but just need to see it bringing in data that I can use.Thanks for an as of yet super simple plugin!NOTE: This is my first wordpress site/theme, so if this is a newbie question... that answers that. Any help would be greatly appreciated.Best,</description> <content:encoded><![CDATA[<p>REPOST: ugh, 3rd times a charm. Using code tags PROPERLY this time &#8211; my Uapologies.. not to harp, since you&#8217;re clearly a very helpful dude, but you should leave a little note of the tags that are usable in your comment form.</p><p>Hey Eric, so I&#8217;ve read the whole wall here but didn&#8217;t see my issue addressed&#8230;</p><p>Any Idea how to pull in description data&#8230; anything other than just the image, or image, page/post title?</p><p>I have used: <code>?php echo $image['title']; ?</code> just after the opening <code>li</code> element in the actual carousel, and so am able to bring in the page title associated with a given image, but that&#8217;s it.</p><p>NOTE: trying to add it to the &#8220;#xencarouseloverlay&#8221; didn&#8217;t change the value for each image. Only the first to rotate through the carousel displayed the associated style. So not sure yet how I&#8217;d use that div, although it &#8220;sounds&#8221; like what I&#8217;d want to use it for&#8230;</p><p>Really would like to use this to bring in a short description from somewhere&#8217;s.</p><p>Look at this mock: <a
href="http://erm.copper29design.com/assets/imgs/ERMhomepage.JPG" rel="nofollow">http://erm.copper29design.com/assets/imgs/ERMhomepage.JPG</a></p><p>The module in the top right is what I am trying to achieve. I feel confident that I can style this thing appropriately, but just need to see it bringing in data that I can use.</p><p>Thanks for an as of yet super simple plugin!</p><p>NOTE: This is my first wordpress site/theme, so if this is a newbie question&#8230; that answers that. Any help would be greatly appreciated.</p><p>Best,</p> ]]></content:encoded> </item> <item><title>Comment on XEN Carousel by Phil</title><link>http://xentek.net/code/wordpress/plugins/xen-carousel/comment-page-1/#comment-4589</link> <dc:creator>Phil</dc:creator> <pubDate>Tue, 16 Feb 2010 01:48:00 +0000</pubDate> <guid
isPermaLink="false">http:/xentek.net/?page_id=477#comment-4589</guid> <description>REPOST: using code tags this time - my apologies.. not to harp, since you&#039;re clearly a very helpful dude, but you should leave a little note of the tags that are usable in your comment form.Hey Eric, so I&#039;ve read the whole wall here but didn&#039;t see my issue addressed...Any Idea how to pull in description data... anything other than just the image, or image, page/post title?I have used: &lt;code&gt;&lt;/code&gt; just after the opening &lt;/code&gt; element in the actual carousel, and so am able to bring in the page title associated with a given image, but that&#039;s it.NOTE: trying to add it to the &quot;#xencarouseloverlay&quot; didn&#039;t change the value for each image. Only the first to rotate through the carousel displayed the associated style. So not sure yet how I&#039;d use that div, although it &quot;sounds&quot; like what I&#039;d want to use it for...Really would like to use this to bring in a short description from somewhere&#039;s.Look at this mock: http://erm.copper29design.com/assets/imgs/ERMhomepage.JPGThe module in the top right is what I am trying to achieve. I feel confident that I can style this thing appropriately, but just need to see it bringing in data that I can use.Thanks for an as of yet super simple plugin!NOTE: This is my first wordpress site/theme, so if this is a newbie question... that answers that. Any help would be greatly appreciated.Best,</description> <content:encoded><![CDATA[<p>REPOST: using code tags this time &#8211; my apologies.. not to harp, since you&#8217;re clearly a very helpful dude, but you should leave a little note of the tags that are usable in your comment form.</p><p>Hey Eric, so I&#8217;ve read the whole wall here but didn&#8217;t see my issue addressed&#8230;</p><p>Any Idea how to pull in description data&#8230; anything other than just the image, or image, page/post title?</p><p>I have used: <code></code> just after the opening  element in the actual carousel, and so am able to bring in the page title associated with a given image, but that's it.</p><p>NOTE: trying to add it to the "#xencarouseloverlay" didn't change the value for each image. Only the first to rotate through the carousel displayed the associated style. So not sure yet how I'd use that div, although it "sounds" like what I'd want to use it for...</p><p>Really would like to use this to bring in a short description from somewhere's.</p><p>Look at this mock: <a
href="http://erm.copper29design.com/assets/imgs/ERMhomepage.JPG" rel="nofollow">http://erm.copper29design.com/assets/imgs/ERMhomepage.JPG</a></p><p>The module in the top right is what I am trying to achieve. I feel confident that I can style this thing appropriately, but just need to see it bringing in data that I can use.</p><p>Thanks for an as of yet super simple plugin!</p><p>NOTE: This is my first wordpress site/theme, so if this is a newbie question... that answers that. Any help would be greatly appreciated.</p><p>Best,</p> ]]></content:encoded> </item> <item><title>Comment on XEN Carousel by Phil</title><link>http://xentek.net/code/wordpress/plugins/xen-carousel/comment-page-1/#comment-4588</link> <dc:creator>Phil</dc:creator> <pubDate>Tue, 16 Feb 2010 01:44:43 +0000</pubDate> <guid
isPermaLink="false">http:/xentek.net/?page_id=477#comment-4588</guid> <description>Hey Eric, so I&#039;ve read the whole wall here but didn&#039;t see my issue addressed...Any Idea how to pull in description data... anything other than just the image, or image, page/post title?I have used:  just after the opening  element in the actual carousel, and so am able to bring in the page title associated with a given image, but that&#039;s it.NOTE: trying to add it to the &quot;#xencarouseloverlay&quot; didn&#039;t change the value for each image. Only the first to rotate through the carousel displayed the associated style. So not sure yet how I&#039;d use that div, although it &quot;sounds&quot; like what I&#039;d want to use it for...Really would like to use this to bring in a short description from somewhere&#039;s.Look at this mock: http://erm.copper29design.com/assets/imgs/ERMhomepage.JPGThe module in the top right is what I am trying to achieve. I feel confident that I can style this thing appropriately, but just need to see it bringing in data that I can use.Thanks for an as of yet super simple plugin!NOTE: This is my first wordpress site/theme, so if this is a newbie question... that answers that. Any help would be greatly appreciated.Best,</description> <content:encoded><![CDATA[<p>Hey Eric, so I&#8217;ve read the whole wall here but didn&#8217;t see my issue addressed&#8230;</p><p>Any Idea how to pull in description data&#8230; anything other than just the image, or image, page/post title?</p><p>I have used:  just after the opening  element in the actual carousel, and so am able to bring in the page title associated with a given image, but that&#8217;s it.</p><p>NOTE: trying to add it to the &#8220;#xencarouseloverlay&#8221; didn&#8217;t change the value for each image. Only the first to rotate through the carousel displayed the associated style. So not sure yet how I&#8217;d use that div, although it &#8220;sounds&#8221; like what I&#8217;d want to use it for&#8230;</p><p>Really would like to use this to bring in a short description from somewhere&#8217;s.</p><p>Look at this mock: <a
href="http://erm.copper29design.com/assets/imgs/ERMhomepage.JPG" rel="nofollow">http://erm.copper29design.com/assets/imgs/ERMhomepage.JPG</a></p><p>The module in the top right is what I am trying to achieve. I feel confident that I can style this thing appropriately, but just need to see it bringing in data that I can use.</p><p>Thanks for an as of yet super simple plugin!</p><p>NOTE: This is my first wordpress site/theme, so if this is a newbie question&#8230; that answers that. Any help would be greatly appreciated.</p><p>Best,</p> ]]></content:encoded> </item> <item><title>Comment on One working copy to rule them all (Git + SVN) by Roundtripping Versions: How to Git to SVN (and Back Again)</title><link>http://xentek.net/articles/513/one-working-copy-to-rule-them-all-git-svn/comment-page-1/#comment-4522</link> <dc:creator>Roundtripping Versions: How to Git to SVN (and Back Again)</dc:creator> <pubDate>Wed, 10 Feb 2010 22:00:30 +0000</pubDate> <guid
isPermaLink="false">http:/xentek.net/?p=513#comment-4522</guid> <description>[...] The basic idea is to create a new local Git repository by importing the contents of the remote Subversion repository and then move Git’s tracking data to an existing SVN working copy on your computer: “one working copy to rule them all.” [...]</description> <content:encoded><![CDATA[<p>[...] The basic idea is to create a new local Git repository by importing the contents of the remote Subversion repository and then move Git’s tracking data to an existing SVN working copy on your computer: “one working copy to rule them all.” [...]</p> ]]></content:encoded> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc (user agent is rejected)
Database Caching 19/31 queries in 0.000 seconds using apc

Served from: web.xen.hostedbyxentek.net @ 2010-03-15 08:13:55 -->