<?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 klog</title>
	<atom:link href="http://verens.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://verens.com</link>
	<description>php, linux, ajax, javascript, kae verens</description>
	<lastBuildDate>Fri, 05 Mar 2010 01:53:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on IE z-index bug by Z-Index Issues in Internet Exploder &#171; Vir2oso Design</title>
		<link>http://verens.com/archives/2005/07/15/ie-z-index-bug/comment-page-1/#comment-132551</link>
		<dc:creator>Z-Index Issues in Internet Exploder &#171; Vir2oso Design</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/07/15/ie-z-index-bug/#comment-132551</guid>
		<description>[...] I am currently redesigning my employer&#8217;s web site. I use Dreamweaver so creating drop-down menus is a snap using Spry. After previewing the index page in the browser I noticed a familiar problem. The index page has a flash animation as it&#8217;s main content and the items from the drop-down menu were appearing behind the flash window. Simple fix as I had been through this before. Just change the wmode parameter of the flash file to transparent and pat myself on the back for a job well done. Well, it didn&#8217;t work. The first day and a half was spent trying to figure out why changing the wmode worked on another site I had built in the past but not this one. I was about to pull my hair out, such as it is, when I realized that the menu was not just appearing behind the flash animation but any content in the div below it. That&#8217;s when it hit me that it was a z-index issue. Once again, simple fix. Just assign the div containing the navigation a higher z-index than the div that appears below it. Didn&#8217;t work. The second day and a half was spent searching for a solution and then blindly applying position and z-index attributes to various divs in the header element and the content element. I was about to pull my hair out (such as it is) when I stumbled upon the answer found at http://verens.com/archives/2005/07/15/ie-z-index-bug. [...]</description>
		<content:encoded><![CDATA[<p>[...] I am currently redesigning my employer&#8217;s web site. I use Dreamweaver so creating drop-down menus is a snap using Spry. After previewing the index page in the browser I noticed a familiar problem. The index page has a flash animation as it&#8217;s main content and the items from the drop-down menu were appearing behind the flash window. Simple fix as I had been through this before. Just change the wmode parameter of the flash file to transparent and pat myself on the back for a job well done. Well, it didn&#8217;t work. The first day and a half was spent trying to figure out why changing the wmode worked on another site I had built in the past but not this one. I was about to pull my hair out, such as it is, when I realized that the menu was not just appearing behind the flash animation but any content in the div below it. That&#8217;s when it hit me that it was a z-index issue. Once again, simple fix. Just assign the div containing the navigation a higher z-index than the div that appears below it. Didn&#8217;t work. The second day and a half was spent searching for a solution and then blindly applying position and z-index attributes to various divs in the header element and the content element. I was about to pull my hair out (such as it is) when I stumbled upon the answer found at <a href="http://verens.com/archives/2005/07/15/ie-z-index-bug" rel="nofollow">http://verens.com/archives/2005/07/15/ie-z-index-bug</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on son of multiselect by new irish plans (a construction industry thing) &#171; klog</title>
		<link>http://verens.com/archives/2005/04/27/son-of-multiselect/comment-page-2/#comment-129316</link>
		<dc:creator>new irish plans (a construction industry thing) &#171; klog</dc:creator>
		<pubDate>Sat, 27 Feb 2010 17:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/archives/2005/04/27/son-of-multiselect/#comment-129316</guid>
		<description>[...] I first came across that plugin, I was surprised and kinda proud to find that it&#8217;s based on some of my own work from 5 years ago! Open source is brilliant &#8211; you write a small piece of code and give it [...]</description>
		<content:encoded><![CDATA[<p>[...] I first came across that plugin, I was surprised and kinda proud to find that it&#8217;s based on some of my own work from 5 years ago! Open source is brilliant &#8211; you write a small piece of code and give it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery 1.3 With PHP: Calendars by Kae Verens</title>
		<link>http://verens.com/archives/2009/06/29/php-jquery-calendars/comment-page-1/#comment-120894</link>
		<dc:creator>Kae Verens</dc:creator>
		<pubDate>Sat, 13 Feb 2010 10:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=741#comment-120894</guid>
		<description>lol! yeah, it would be nice if I had the time!

I /am/ planning on writing up a proper example, but I simply have no time at the moment. Keep tuned.

To be honest, I&#039;m actually surprised I would need to do this - the hard part was the interaction of the calender with the server; the rest is just a matter of saving it in a database. There&#039;s nothing esoteric about it.

I also don&#039;t like going back over old examples. Maybe if I write up an enhancement? For example, this article was about a weekly view, but it would be nice to have it switch to a monthly view on demand.

I do plan on doing this, hopefully this weekend, but I have two paying jobs I need to complete first, and I&#039;m not sure they&#039;ll leave much time afterwards.</description>
		<content:encoded><![CDATA[<p>lol! yeah, it would be nice if I had the time!</p>
<p>I /am/ planning on writing up a proper example, but I simply have no time at the moment. Keep tuned.</p>
<p>To be honest, I&#8217;m actually surprised I would need to do this &#8211; the hard part was the interaction of the calender with the server; the rest is just a matter of saving it in a database. There&#8217;s nothing esoteric about it.</p>
<p>I also don&#8217;t like going back over old examples. Maybe if I write up an enhancement? For example, this article was about a weekly view, but it would be nice to have it switch to a monthly view on demand.</p>
<p>I do plan on doing this, hopefully this weekend, but I have two paying jobs I need to complete first, and I&#8217;m not sure they&#8217;ll leave much time afterwards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery 1.3 With PHP: Calendars by rich</title>
		<link>http://verens.com/archives/2009/06/29/php-jquery-calendars/comment-page-1/#comment-120872</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Sat, 13 Feb 2010 09:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=741#comment-120872</guid>
		<description>taps feet, folds arms.</description>
		<content:encoded><![CDATA[<p>taps feet, folds arms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery 1.3 With PHP: Calendars by sopranoz</title>
		<link>http://verens.com/archives/2009/06/29/php-jquery-calendars/comment-page-1/#comment-120035</link>
		<dc:creator>sopranoz</dc:creator>
		<pubDate>Thu, 11 Feb 2010 10:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=741#comment-120035</guid>
		<description>Grateful if we can have any glue on how to use PHP+MYSQL in this excellent Events Calendar.

Thanks,</description>
		<content:encoded><![CDATA[<p>Grateful if we can have any glue on how to use PHP+MYSQL in this excellent Events Calendar.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery 1.3 With PHP: calendars chapter is online by rich</title>
		<link>http://verens.com/archives/2009/10/24/jquery-with-php-calendars-chapter-is-online/comment-page-1/#comment-119377</link>
		<dc:creator>rich</dc:creator>
		<pubDate>Fri, 05 Feb 2010 19:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=874#comment-119377</guid>
		<description>hey,

did you ever get round to that database example code for those of us that aren&#039;t seasoned php experts?

no offence ment, but the session script isn&#039;t helpful to people with limited php expertise and those who already know how to connect a database to the calendar don&#039;t need to read your tutorial in the first place!</description>
		<content:encoded><![CDATA[<p>hey,</p>
<p>did you ever get round to that database example code for those of us that aren&#8217;t seasoned php experts?</p>
<p>no offence ment, but the session script isn&#8217;t helpful to people with limited php expertise and those who already know how to connect a database to the calendar don&#8217;t need to read your tutorial in the first place!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery 1.3 With PHP: Calendars by Rich</title>
		<link>http://verens.com/archives/2009/06/29/php-jquery-calendars/comment-page-1/#comment-119364</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Thu, 04 Feb 2010 23:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=741#comment-119364</guid>
		<description>Hi Kae, i&#039;m really desperate to figure out how to contect to a mysql database with php using this calendar, but like many other people i&#039;ve got no idea how to adapt your session based script to use a database.

please please please can you give an example php script for this?

thanks!

Rich.</description>
		<content:encoded><![CDATA[<p>Hi Kae, i&#8217;m really desperate to figure out how to contect to a mysql database with php using this calendar, but like many other people i&#8217;ve got no idea how to adapt your session based script to use a database.</p>
<p>please please please can you give an example php script for this?</p>
<p>thanks!</p>
<p>Rich.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CMS Design using PHP and jQuery by CMS Design using PHP and jQuery « klog &#124; Drakz Free Online Service</title>
		<link>http://verens.com/archives/2010/02/01/cms-design-using-php-and-jquery/comment-page-1/#comment-119353</link>
		<dc:creator>CMS Design using PHP and jQuery « klog &#124; Drakz Free Online Service</dc:creator>
		<pubDate>Thu, 04 Feb 2010 10:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=960#comment-119353</guid>
		<description>[...] original here: CMS Design using PHP and jQuery « klog   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] original here: CMS Design using PHP and jQuery « klog   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CMS Design using PHP and jQuery by Tweets that mention CMS Design using PHP and jQuery « klog -- Topsy.com</title>
		<link>http://verens.com/archives/2010/02/01/cms-design-using-php-and-jquery/comment-page-1/#comment-119351</link>
		<dc:creator>Tweets that mention CMS Design using PHP and jQuery « klog -- Topsy.com</dc:creator>
		<pubDate>Thu, 04 Feb 2010 09:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=960#comment-119351</guid>
		<description>[...] This post was mentioned on Twitter by Bosca, maiasylba, Michael Davis, kae verens, Mattias Grenhall and others. Mattias Grenhall said: RT @LKWave: CMS Design using PHP and jQuery « klog http://bit.ly/dxBo4J #jQuery [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Bosca, maiasylba, Michael Davis, kae verens, Mattias Grenhall and others. Mattias Grenhall said: RT @LKWave: CMS Design using PHP and jQuery « klog <a href="http://bit.ly/dxBo4J" rel="nofollow">http://bit.ly/dxBo4J</a> #jQuery [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on what&#8217;s up! by Conor</title>
		<link>http://verens.com/archives/2010/01/27/whats-up/comment-page-1/#comment-119344</link>
		<dc:creator>Conor</dc:creator>
		<pubDate>Wed, 03 Feb 2010 19:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://verens.com/?p=958#comment-119344</guid>
		<description>Exactly the same with me... flat out here haven&#039;t been able to take a breath for the last month. All my projects have been put on hold for the next 4 months and hopefully then I will have the time..</description>
		<content:encoded><![CDATA[<p>Exactly the same with me&#8230; flat out here haven&#8217;t been able to take a breath for the last month. All my projects have been put on hold for the next 4 months and hopefully then I will have the time..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
