<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Yet another blog about PHP, HTML and CSS</title>
	
	<link>http://blog.pepa.info</link>
	<description>Petr 'PePa' Pavel</description>
	<lastBuildDate>Tue, 19 Feb 2013 09:40:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForYetAnotherBlogAboutPhpHtmlAndCss" /><feedburner:info uri="commentsforyetanotherblogaboutphphtmlandcss" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Configuring Nette in Neon by Petr 'PePa' Pavel</title>
		<link>http://feedproxy.google.com/~r/CommentsForYetAnotherBlogAboutPhpHtmlAndCss/~3/bBeiUqh1LzQ/</link>
		<dc:creator>Petr 'PePa' Pavel</dc:creator>
		<pubDate>Tue, 19 Feb 2013 09:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pepa.info/?p=422#comment-69844</guid>
		<description><![CDATA[Thanks for the explanation and heads up on the macros syntax. 
To me, there&#039;s no difference between &quot;hacking&quot; and proper configuration in Nette. It&#039;s all magic, pieces of code that I see someone using in the forum. The line that you draw between &quot;good&quot; and &quot;bad&quot; is artificial, in my opinion. I bet that in a few months time you yourself will consider today&#039;s good practices outdated and inappropriate.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the explanation and heads up on the macros syntax.<br />
To me, there&#8217;s no difference between &#8220;hacking&#8221; and proper configuration in Nette. It&#8217;s all magic, pieces of code that I see someone using in the forum. The line that you draw between &#8220;good&#8221; and &#8220;bad&#8221; is artificial, in my opinion. I bet that in a few months time you yourself will consider today&#8217;s good practices outdated and inappropriate.</p>
]]></content:encoded>
	<feedburner:origLink>http://blog.pepa.info/php-html-css/uncategorized/configuring-nette-in-neon/#comment-69844</feedburner:origLink></item>
	<item>
		<title>Comment on Configuring Nette in Neon by Filip Procházka (@HosipLan)</title>
		<link>http://feedproxy.google.com/~r/CommentsForYetAnotherBlogAboutPhpHtmlAndCss/~3/VE0YNQHfuVo/</link>
		<dc:creator>Filip Procházka (@HosipLan)</dc:creator>
		<pubDate>Mon, 18 Feb 2013 23:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pepa.info/?p=422#comment-69815</guid>
		<description><![CDATA[Hi, just to be clear, I&#039;ve removed that part with user namespace from doc, because it&#039;s for configuration options, not for services &quot;hacking&quot;. If you&#039;re interested, you may send a pullrequest (I will do it eventually, but not in near future), so we could write this

&lt;pre&gt;
nette:
    user:
        namespace: myName
&lt;/pre&gt;

There is already syntax for macros, that is not yet in stable, so it&#039;s not in documentation http://doc.nette.org/cs/configuring/nette-framework?rev=12#toc-sablony]]></description>
		<content:encoded><![CDATA[<p>Hi, just to be clear, I&#8217;ve removed that part with user namespace from doc, because it&#8217;s for configuration options, not for services &#8220;hacking&#8221;. If you&#8217;re interested, you may send a pullrequest (I will do it eventually, but not in near future), so we could write this</p>
<pre>
nette:
    user:
        namespace: myName
</pre>
<p>There is already syntax for macros, that is not yet in stable, so it&#8217;s not in documentation <a href="http://doc.nette.org/cs/configuring/nette-framework?rev=12#toc-sablony" rel="nofollow">http://doc.nette.org/cs/configuring/nette-framework?rev=12#toc-sablony</a></p>
]]></content:encoded>
	<feedburner:origLink>http://blog.pepa.info/php-html-css/uncategorized/configuring-nette-in-neon/#comment-69815</feedburner:origLink></item>
	<item>
		<title>Comment on You thought using Skype was secure? by Petr 'PePa' Pavel</title>
		<link>http://feedproxy.google.com/~r/CommentsForYetAnotherBlogAboutPhpHtmlAndCss/~3/eFaJOk2nxP4/</link>
		<dc:creator>Petr 'PePa' Pavel</dc:creator>
		<pubDate>Sat, 18 Aug 2012 08:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pepa.info/?p=403#comment-48731</guid>
		<description><![CDATA[Haven&#039;t thought of using Adminer, good idea! It&#039;s not difficult either if you already have Apache/PHP running on the same computer as Skype (I know you do):
- upload &lt;a href=&quot;http://adminer.org/&quot; rel=&quot;nofollow&quot;&gt;Adminer&lt;/a&gt; to your web root and open it in your browser
- switch &quot;System&quot; to &quot;SQLite 3&quot;
- paste path to your main.db file (see above in this article) into &quot;Database&quot;
- click Login

It&#039;s fun to browse the database. You can use Adminer to easily export your Skype contacts, for instance.]]></description>
		<content:encoded><![CDATA[<p>Haven&#8217;t thought of using Adminer, good idea! It&#8217;s not difficult either if you already have Apache/PHP running on the same computer as Skype (I know you do):<br />
- upload <a href="http://adminer.org/" rel="nofollow">Adminer</a> to your web root and open it in your browser<br />
- switch &#8220;System&#8221; to &#8220;SQLite 3&#8243;<br />
- paste path to your main.db file (see above in this article) into &#8220;Database&#8221;<br />
- click Login</p>
<p>It&#8217;s fun to browse the database. You can use Adminer to easily export your Skype contacts, for instance.</p>
]]></content:encoded>
	<feedburner:origLink>http://blog.pepa.info/php-html-css/uncategorized/you-thought-using-skype-was-secure/#comment-48731</feedburner:origLink></item>
	<item>
		<title>Comment on Dynamic snippets for repeated forms by Petr 'PePa' Pavel</title>
		<link>http://feedproxy.google.com/~r/CommentsForYetAnotherBlogAboutPhpHtmlAndCss/~3/j_PN8cVTkR0/</link>
		<dc:creator>Petr 'PePa' Pavel</dc:creator>
		<pubDate>Sat, 18 Aug 2012 08:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pepa.info/?p=340#comment-48730</guid>
		<description><![CDATA[To be honest, no. I&#039;ve had my share of problems getting my code published in docs. The admins are always quick to delete the whole text if they find it&#039;s not clean enough. That&#039;s why I started posting to my blog instead. I understand the rules shouldn&#039;t be as strict at &lt;a href=&quot;http://pla.nette.org/en/&quot; rel=&quot;nofollow&quot;&gt;Planette&lt;/a&gt; however, I just gave up. Feel free to link to me though.]]></description>
		<content:encoded><![CDATA[<p>To be honest, no. I&#8217;ve had my share of problems getting my code published in docs. The admins are always quick to delete the whole text if they find it&#8217;s not clean enough. That&#8217;s why I started posting to my blog instead. I understand the rules shouldn&#8217;t be as strict at <a href="http://pla.nette.org/en/" rel="nofollow">Planette</a> however, I just gave up. Feel free to link to me though.</p>
]]></content:encoded>
	<feedburner:origLink>http://blog.pepa.info/php-html-css/nette/dynamic-snippets-for-repeated-forms/#comment-48730</feedburner:origLink></item>
	<item>
		<title>Comment on Dynamic snippets for repeated forms by Schmutzka</title>
		<link>http://feedproxy.google.com/~r/CommentsForYetAnotherBlogAboutPhpHtmlAndCss/~3/glIVSsasG9Q/</link>
		<dc:creator>Schmutzka</dc:creator>
		<pubDate>Sat, 18 Aug 2012 06:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pepa.info/?p=340#comment-48727</guid>
		<description><![CDATA[Just wondering about the topic, don&#039;t you want to add this to Planette?]]></description>
		<content:encoded><![CDATA[<p>Just wondering about the topic, don&#8217;t you want to add this to Planette?</p>
]]></content:encoded>
	<feedburner:origLink>http://blog.pepa.info/php-html-css/nette/dynamic-snippets-for-repeated-forms/#comment-48727</feedburner:origLink></item>
	<item>
		<title>Comment on You thought using Skype was secure? by Schmutzka</title>
		<link>http://feedproxy.google.com/~r/CommentsForYetAnotherBlogAboutPhpHtmlAndCss/~3/Z7jb2wyiPcA/</link>
		<dc:creator>Schmutzka</dc:creator>
		<pubDate>Sat, 18 Aug 2012 06:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pepa.info/?p=403#comment-48726</guid>
		<description><![CDATA[It works! :) Very nice, this could be an issue in github ;). 
I see one advantage for user itself - if I delete some user, I usually loose history with him (afaik). It is accessible in memoriam via this. 

Spread the word, &quot;great&quot; finding :).
(Made me download SQLite browser. Don&#039;t you have quick howto for Adminer? Thx.)]]></description>
		<content:encoded><![CDATA[<p>It works! :) Very nice, this could be an issue in github ;).<br />
I see one advantage for user itself &#8211; if I delete some user, I usually loose history with him (afaik). It is accessible in memoriam via this. </p>
<p>Spread the word, &#8220;great&#8221; finding :).<br />
(Made me download SQLite browser. Don&#8217;t you have quick howto for Adminer? Thx.)</p>
]]></content:encoded>
	<feedburner:origLink>http://blog.pepa.info/php-html-css/uncategorized/you-thought-using-skype-was-secure/#comment-48726</feedburner:origLink></item>
	<item>
		<title>Comment on Converting hexadecimal RGB code to decimal with a bookmarklet by T.J. Crowder</title>
		<link>http://feedproxy.google.com/~r/CommentsForYetAnotherBlogAboutPhpHtmlAndCss/~3/r8P9Z4A5NYg/</link>
		<dc:creator>T.J. Crowder</dc:creator>
		<pubDate>Fri, 23 Mar 2012 10:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pepa.info/?p=331#comment-35396</guid>
		<description><![CDATA[Neat! Maybe handle three-character versions as well, and allow repeated use, e.g. (&lt;a href=&quot;http://jsbin.com/agahac&quot; rel=&quot;nofollow&quot;&gt;live copy&lt;/a&gt; &#124; &lt;a href=&quot;http://jsbin.com/agahac/edit&quot; rel=&quot;nofollow&quot;&gt;source&lt;/a&gt;):
&lt;pre lang=&quot;javascript&quot;&gt;
var hexa, rgb;

hexa = prompt(&#039;Enter a hexadecimal RGB code (# optional):&#039;);
while (hexa) {
  if (hexa.charAt(0) === &#039;#&#039;) {
    hexa = hexa.substring(1);
  }
  if (hexa.length === 3) {
    hexa = hexa.charAt(0) + hexa.charAt(0) +
           hexa.charAt(1) + hexa.charAt(1) +
           hexa.charAt(2) + hexa.charAt(2);
  }
  if (hexa.length !== 6) {
    rgb = &quot;(Invalid, must be 3 or 6 characters.)&quot;;
  }
  else {
    rgb = [
      parseInt(hexa.substring(0,2), 16),
      parseInt(hexa.substring(2,4), 16),
      parseInt(hexa.substring(4,6), 16)
    ].join(&#039; &#039;);
  }
      
  hexa = prompt(hexa + &#039; converts to the RGB below.\n&#039; +
                &#039;Enter another or Cancel to stop&#039;,
                rgb);
}&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>Neat! Maybe handle three-character versions as well, and allow repeated use, e.g. (<a href="http://jsbin.com/agahac" rel="nofollow">live copy</a> | <a href="http://jsbin.com/agahac/edit" rel="nofollow">source</a>):</p>
<pre lang="javascript">
var hexa, rgb;

hexa = prompt('Enter a hexadecimal RGB code (# optional):');
while (hexa) {
  if (hexa.charAt(0) === '#') {
    hexa = hexa.substring(1);
  }
  if (hexa.length === 3) {
    hexa = hexa.charAt(0) + hexa.charAt(0) +
           hexa.charAt(1) + hexa.charAt(1) +
           hexa.charAt(2) + hexa.charAt(2);
  }
  if (hexa.length !== 6) {
    rgb = "(Invalid, must be 3 or 6 characters.)";
  }
  else {
    rgb = [
      parseInt(hexa.substring(0,2), 16),
      parseInt(hexa.substring(2,4), 16),
      parseInt(hexa.substring(4,6), 16)
    ].join(' ');
  }
      
  hexa = prompt(hexa + ' converts to the RGB below.\n' +
                'Enter another or Cancel to stop',
                rgb);
}</pre>
]]></content:encoded>
	<feedburner:origLink>http://blog.pepa.info/php-html-css/tools/converting-hexadecimal-rgb-code-to-decimal-with-a-bookmarklet/#comment-35396</feedburner:origLink></item>
	<item>
		<title>Comment on Repeated forms on the same page by Petr 'PePa' Pavel</title>
		<link>http://feedproxy.google.com/~r/CommentsForYetAnotherBlogAboutPhpHtmlAndCss/~3/1CwEATn-MKQ/</link>
		<dc:creator>Petr 'PePa' Pavel</dc:creator>
		<pubDate>Thu, 05 Jan 2012 08:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pepa.info/?p=312#comment-29465</guid>
		<description><![CDATA[Thanks! I really wish this stuff was in the documentation.

A note for everyone: Please don&#039;t suggest that I add it to the docs myself. These guys have their own funny rules for what should be included and what shouldn&#039;t.]]></description>
		<content:encoded><![CDATA[<p>Thanks! I really wish this stuff was in the documentation.</p>
<p>A note for everyone: Please don&#8217;t suggest that I add it to the docs myself. These guys have their own funny rules for what should be included and what shouldn&#8217;t.</p>
]]></content:encoded>
	<feedburner:origLink>http://blog.pepa.info/php-html-css/nette/repeated-forms-on-the-same-page/#comment-29465</feedburner:origLink></item>
	<item>
		<title>Comment on Absolute positioning in HTML e-mails for Outlook 2007 by Greg Bulmash</title>
		<link>http://feedproxy.google.com/~r/CommentsForYetAnotherBlogAboutPhpHtmlAndCss/~3/HbCOsLnYGDE/</link>
		<dc:creator>Greg Bulmash</dc:creator>
		<pubDate>Thu, 01 Dec 2011 23:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pepa.info/?p=21#comment-27799</guid>
		<description><![CDATA[Dude, thanks. This worked great. One bit to note for people needing to do this for multiple table cells... use different names AND different z-indexes for each cell&#039;s shapes. I needed to fill 2 cells and did the backgrounds both at -1 with the foregrounds both at 1, the background wouldn&#039;t show on the second cell. When I changed the background to 2 and the foreground to 3 on the second cell, both displayed nicely.]]></description>
		<content:encoded><![CDATA[<p>Dude, thanks. This worked great. One bit to note for people needing to do this for multiple table cells&#8230; use different names AND different z-indexes for each cell&#8217;s shapes. I needed to fill 2 cells and did the backgrounds both at -1 with the foregrounds both at 1, the background wouldn&#8217;t show on the second cell. When I changed the background to 2 and the foreground to 3 on the second cell, both displayed nicely.</p>
]]></content:encoded>
	<feedburner:origLink>http://blog.pepa.info/php-html-css/html-e-mail/absolute-positioning-outlook-2007/#comment-27799</feedburner:origLink></item>
	<item>
		<title>Comment on Tweaking your forms by Yet another blog about PHP, HTML and CSS » Blog Archive » n:src – the missing twin brother of n:href</title>
		<link>http://feedproxy.google.com/~r/CommentsForYetAnotherBlogAboutPhpHtmlAndCss/~3/-p0fyh940gI/</link>
		<dc:creator>Yet another blog about PHP, HTML and CSS » Blog Archive » n:src – the missing twin brother of n:href</dc:creator>
		<pubDate>Wed, 23 Nov 2011 08:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.pepa.info/?p=243#comment-27347</guid>
		<description><![CDATA[[...] cookbook and the built-in n:href macro. You can also take a peek an another post of mine on how to tweak your forms using macros. As always, hopefully it&#8217;ll save you some [...]]]></description>
		<content:encoded><![CDATA[<p>[...] cookbook and the built-in n:href macro. You can also take a peek an another post of mine on how to tweak your forms using macros. As always, hopefully it&#8217;ll save you some [...]</p>
]]></content:encoded>
	<feedburner:origLink>http://blog.pepa.info/php-html-css/nette/tweaking-your-forms/#comment-27347</feedburner:origLink></item>
</channel>
</rss>
