<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>h4x3d.com &#187; input</title>
	<atom:link href="http://h4x3d.com/tag/input/feed/" rel="self" type="application/rss+xml" />
	<link>http://h4x3d.com</link>
	<description>online portfolio of Julian Klewes</description>
	<lastBuildDate>Mon, 25 Jul 2011 13:18:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Mu embed not working for youtube, input, code, etc.</title>
		<link>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/</link>
		<comments>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 20:16:32 +0000</pubDate>
		<dc:creator>jz</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[includes]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[unfiltered]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress mu]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/?p=1402</guid>
		<description><![CDATA[Today I wanted to publish a real quick post about how to embed a paypal button into your wordpress post. A topic that has been covered many times elsewhere (if you consult google), but yet many paypal buttons failed to hide the merchant&#8217;s email address which would result in evil spam to be sent. Anyhow, [...]]]></description>
			<content:encoded><![CDATA[<p>Today I wanted to publish a real quick post about how to embed a paypal button into your wordpress post. A topic that has been covered many times elsewhere (if you consult google), but yet many paypal buttons failed to hide the merchant&#8217;s email address which would result in evil spam to be sent. Anyhow, I thought posting this quick article would take max 5 minutes or so, but it turned out to be more difficult: WordPress MU for security purposes does not allow specific HTML code to be included in posts or pages.<br />
This is for security reasons, as mentioned before, because in a multi-blog environment people could post all sorts of crap to compromise your site, server and work, ultimately driving you nuts and causing all sorts of havoc.</p>
<p>After some Googling <a href="http://www.clickonf5.org/wordpress-mu/youtube-other-video-not-embedding-wordpress-mu/5820">I</a> <a href="http://mu.wordpress.org/forums/topic/1964?replies=6">found</a> <a href="http://mu.wordpress.org/forums/topic/1964/page/2#post-46843">several</a> <a href="http://blogs.voxeo.com/behindtheblog/2008/08/01/tip-how-to-modify-wordpress-mu-to-allow-embed-objects-specifically-for-slideshare/">interesting</a> <a href="http://php-princess.net/2009/06/16/embedding-youtube-videos-in-wordpress-mu/">articles</a>, <a href="http://kafekafe.com/wordpress-mu/2009/06/24/wordpress-mu-embed-code/">most</a> of <a href="http://www.darkavenger.co.uk/words/2009/09/get-youtube-videos-to-work-in-wordpress-mu/">them</a> repeated themselves and said &#8220;well.. edit the ksas.php file in wp-includes&#8221; and then stated a long-list with many interesting HTML pieces. This works, but a plugin is more fancy I thought: so I googled on and found a plugin called <a href="http://wordpress.org/extend/plugins/unfiltered-mu/">&#8220;unfiltered&#8221; content WordPress MU</a>, released by the WordPress guys. This is in so far cool, as you can either stick it in the mu-plugins folder and have it sidewide, or in the regular plugins folder and just activate it on a blog by blog basis. Since I am running this WordPress MU installation on my own and do not have posts to monitor for &#8220;havoc causing script includes&#8221;, I decided to go for the plugin and enable it side-wide. This way I can upgrade my wordpress mu next time a new version comes out and keep my sanity (because by then I would probably have forgotten about the includes folder and the php file that I need to update every time&#8230;)</p>
<p>Hope this helps,<br />
best,<br />
jez</p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/wordpress-mu-embed-not-working-for-youtube-input-code-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want no border around input hidden field with css?</title>
		<link>http://h4x3d.com/want-no-border-around-input-hidden-field-with-css/</link>
		<comments>http://h4x3d.com/want-no-border-around-input-hidden-field-with-css/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 22:05:07 +0000</pubDate>
		<dc:creator>jez</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.h4x3d.com/want-no-border-around-input-hidden-field-with-css/</guid>
		<description><![CDATA[Today I worked on a template for another client and run into some strange bug. Well not really a bug, but more of an annoyance that took ten minutes to fix. In the lower part of a site near the commenting box two rectangle border showed up. Obviously this was caused by the input field [...]]]></description>
			<content:encoded><![CDATA[<p>Today I worked on a template for another client and run into some strange bug. Well not really a bug, but more of an annoyance that took ten minutes to fix. In the lower part of a site near the commenting box two rectangle border showed up. Obviously this was caused by the input field and its CSS.</p>
<p>Here is the old css (excerpt)</p>
<pre><code>
input { border: 1px solid rgb(204, 204, 204); padding: 3px 6px; background: rgb(255, 255, 255) none repeat; color: rgb(102, 102, 102); }
</code></pre>
<p><em>and here a quick screencap of what the problem looked like:</em><br />
<img src="http://www.h4x3d.com/wp-content/uploads/border-hidden.gif" width="300" height="100" alt="border-hidden.gif" class="imageframe" /></p>
<p>I applied this quick CSS hack to my code to make the border disappear:</p>
<pre><code>
input[type="hidden"] { border: 0; padding: 0; margin: 0; background: white; }
</code></pre>
<p><em>(marked green in screencap)</em><br />
<img src="http://www.h4x3d.com/wp-content/uploads/border-hidden-css.gif" width="300" height="100" alt="border-hidden-css.gif" class="imageframe" /></p>
<p>Voila, the rectangles are gone. No more annoying borders around hidden input fields with CSS.<br />
<img src="http://www.h4x3d.com/wp-content/uploads/border-hidden-result.gif" width="300" height="100" alt="border-hidden-result.gif" class="imageframe" /></p>
<p><em>I hope this helped anyone. You can do a similar trick with the input property &#8220;submit&#8221; if you want to apply different CSS attributes to your input submit form only.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://h4x3d.com/want-no-border-around-input-hidden-field-with-css/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

