<?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>jenst.se&#187; Utveckling</title>
	<atom:link href="http://www.jenst.se/utveckling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jenst.se</link>
	<description>En WordPressblogg till</description>
	<lastBuildDate>Fri, 27 Aug 2010 20:44:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WP Update Message</title>
		<link>http://www.jenst.se/2009/06/18/wp-update-message/</link>
		<comments>http://www.jenst.se/2009/06/18/wp-update-message/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 13:31:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.jenst.se/?p=401</guid>
		<description><![CDATA[Add a short note about the latest changes in the current post or page. Activate it and it work instantly. All the settings are optional.]]></description>
			<content:encoded><![CDATA[<div class="update-message"><p><strong>Uppdaterad:</strong> 2010-01-07</p><p>This post has not been updated yet, but I just wanted to show you how WP Update Message works. This is an update message box.</p></div>
<h2>What is this?</h2>
<p>Add a short note about the latest changes in the current post or page. Activate it and it work instantly. All the settings are optional.</p>
<h2>Info and download</h2>
<ul>
<li>Birth date: 2009-06-14</li>
<li>Last updated: 2009-06-18</li>
<li>Version: 1.1</li>
<li>Tested with: 2.8</li>
<li><a title="Download WP Update Message" href="http://www.jenst.se/zip/wp-update-message1.1.zip">Download (jenst.se)</a></li>
<li><a title="Download WP Update Message" href="http://downloads.wordpress.org/plugin/wp-update-message.1.1.zip">Download (wordpress.org)</a></li>
</ul>
<h2>wp-admin &#8211; Update message box</h2>
<p>This box is placed when editing a post or a page.</p>
<p><img class="alignnone size-full wp-image-406" title="Update message box" src="http://www.jenst.se/wp-content/uploads/update-message-box.png" alt="Update message box" width="534" height="123" /></p>
<h2>wp-admin &#8211; Settings / Options</h2>
<p>If you are not sure about a setting, just leave it and it will use the default value.</p>
<p><img class="alignnone size-full wp-image-404" title="Update Message Admin" src="http://www.jenst.se/wp-content/uploads/update-message-admin.png" alt="Update Message Admin" width="600" height="890" /></p>
<h2>Settings explained</h2>
<h3>Published date format</h3>
<p>The date the post or page was published for the first time. It uses the same parameters as <a title="PHP date" href="http://php.net/manual/en/function.date.php#function.date.parameters">PHP date</a>. For example, to display a date like this &#8221;2009-07-12, 18:10&#8243; would look like this:</p>
<pre>Y-m-d, H:i</pre>
<h3>Updated date format</h3>
<p>The date the post or page was updated last. It uses the same parameters as <a title="PHP date" href="http://php.net/manual/en/function.date.php#function.date.parameters">PHP date</a>. For example, to display a date like this &#8221;2009-07-12, 18:10&#8243; would look like this:</p>
<pre>Y-m-d, H:i</pre>
<h3>Position</h3>
<p>Where the update message box should be placed. You can choose by top, bottom, both or none.</p>
<h3>Free position</h3>
<p>If you don&#8217;t want to place the update message box by the predefined positions you can place it on your own. Select &#8221;none&#8221; as position above. Then use the code below in your template:</p>
<pre><span><code>&lt;?php update_message_box(); ?&gt;
</code></span></pre>
<p><span><code>It works only inside the loop.</code></span></p>
<h3>HTML</h3>
<p>If you want the box to look different you can write your own HTML. These will be replaced in the HTML code in your post / page:</p>
<ul>
<li>%pd% = Published date</li>
<li>%ud% = Updated date</li>
<li>%ut% = Updated text</li>
</ul>
<h3>New row replacement</h3>
<p>Even if a new row is inserted in HTML, it will not be displayed as a new row.</p>
<p>The default way to solve this is to close the paragraph-tag and start a new one when a new rows accurs. Another way could be to use &#8221;&lt;br /&gt;&#8221; instead. It&#8217;s your choice.</p>
<h3>Style themes</h3>
<p>You don&#8217;t have to be a programmer to use WP Update Message. There are themes to choose from. Hopefully some of them will fit your site.</p>
<p>If you want to style the update message box yourself, just set style theme to &#8221;none&#8221; and add the style data into your theme style.css.</p>
<h3>Save settings</h3>
<p>Save your settings into the database. If you don&#8217;t save anything WP Update Message will use all the default values.</p>
<h3>Delete settings</h3>
<p>It removes the saved settings from the database. You can use it if you want to remove this plugin.</p>
<h2>Style themes to choose from</h2>
<p>The CSS style themes below are included from start and are available in wp-admin-&gt;Settings-&gt;Update message.</p>
<p><img class="alignnone size-full wp-image-402" title="WP Update Message preview" src="http://www.jenst.se/wp-content/uploads/update-message-preview.png" alt="WP Update Message preview" width="600" height="898" /></p>
<h2>Support this plugin</h2>
<p>There are more than one way you can support this plugin.</p>
<ul>
<li>Use it.</li>
<li>Report bugs. I read every comment even if I don&#8217;t always reply.</li>
<li>Spread the word.</li>
</ul>
<div class="adsense"><script type="text/javascript"><!--
			google_ad_client = "pub-3076083280861773";
			/* 336x280, skapad 2009-12-06 */
			google_ad_slot = "4722225889";
			google_ad_width = 336;
			google_ad_height = 280;
			//-->
			</script>
			<script type="text/javascript"
				src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jenst.se/2009/06/18/wp-update-message/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WP Simple Sitemap</title>
		<link>http://www.jenst.se/2008/03/30/wp-simple-sitemap/</link>
		<comments>http://www.jenst.se/2008/03/30/wp-simple-sitemap/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 17:58:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress plugins]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jenst.se/?p=189</guid>
		<description><![CDATA[A sitemap is good for users and perfect for search engines. WP Simple Sitemap is a WordPress plugin that automatically lists all your posts with a page number navigation. Other sitemap plugins that I&#8217;ve tested displays categories and a link to their own homepage which I didn&#8217;t like, so I created my own. Info and [...]]]></description>
			<content:encoded><![CDATA[<p>A sitemap is good for users and perfect for search engines. WP Simple Sitemap is a WordPress plugin that automatically lists all your posts with a page number navigation. Other sitemap plugins that I&#8217;ve tested displays categories and a link to their own homepage which I didn&#8217;t like, so I created my own.</p>
<h2>Info and download</h2>
<ul>
<li>Last updated: 2008</li>
<li>Version: 0.2</li>
<li>Tested with: 2.3-2.5</li>
<li>Download: <a title="WP Simple Sitemap" href="http://www.jenst.se/zip/wp-simple-sitemap.zip">WP Simple Sitemap</a></li>
<li>Download: <a href="http://www.jenst.se/wp-content/uploads/wp-page-numbers/wp-page-numbers.zip">WP Page Numbers</a> (for the paging)<a href="http://www.jenst.se/wp-content/uploads/wp-simple-sitemap/wp-simple-sitemap.zip"><br />
</a></li>
</ul>
<h2>Screenshot</h2>
<p><img src="http://www.jenst.se/images/wp_simple_sitemap_screenshot.gif" alt="WP Simple Sitemap Screenshot" width="600" height="194" /></p>
<h2>Benefits of this sitemap plugin</h2>
<ul>
<li>It will not display a link to my homepage in your blog</li>
<li>It will not display any categories, just the posts</li>
<li>If you already use <a title="WP Page Numbers" href="http://www.jenst.se/2008/03/29/wp-page-numbers">WP Page Numbers</a> that will be used as your page navigation</li>
<li>It should work with most versions of WordPress because it&#8217;s built only around WordPress own functions (not with SQL-querys)</li>
</ul>
<h2>Options</h2>
<ul>
<li>Set a maximum posts per page</li>
<li>Set a text if no posts are found</li>
<li>Exclude categories that you don&#8217;t want to view in the sitemap</li>
<li>Theme chooser</li>
<li>Turn off the the stylesheet if you want</li>
<li>Delete sitemap settings from the database</li>
</ul>
<h2>Install</h2>
<ol>
<li>Upload the FOLDER &#8216;wp-simple-sitemap&#8217; to the &#8216;/wp-content/plugins/&#8217;</li>
<li>Upload the FOLDER &#8216;wp-page-numbers&#8217; to the &#8216;/wp-content/plugins/&#8217;</li>
<li>Activate the plugin &#8216;WP Simple Sitemap&#8217; through the &#8216;Plugins&#8217; menu in admin</li>
<li>Activate the plugin &#8216;WP Page Numbers&#8217; through the &#8216;Plugins&#8217; menu in admin</li>
<li>Go to &#8216;Options&#8217; or &#8216;Settings&#8217; and then &#8216;Simple Sitemap&#8217; to change the options</li>
</ol>
<h2>Usage</h2>
<ol>
<li>You need to <a href="http://codex.wordpress.org/Pages#Creating_your_own_Page_Templates">create a page template</a> that looks something like this:
<pre>&lt;?php
/*
Template Name: Simple Sitemap
*/
?&gt;

&lt;?php the_sitemap_post_counter(); ?&gt;
&lt;?php wp_simple_sitemap(); ?&gt;</pre>
</li>
<li>Copy the tags you use in your &#8216;page.php&#8217; into the template file, to make it fit your theme</li>
<li>Upload it to your server via FTP into your template folder with a name of your choice</li>
<li>Create a page &#8216;Write / Page&#8217; called &#8216;Sitemap&#8217; or whatever you want</li>
<li>Choose your &#8216;Page Template&#8217;</li>
<li>Publish</li>
</ol>
<h2>Updates 0.2</h2>
<ul>
<li>Added sitemap themes</li>
<li>Added feature to delete the settings from the database</li>
<li>The sitemap post counter is now correct</li>
</ul>
<h2>Bug report</h2>
<p>If you have found a bug I want to know about it so I can fix it.</p>
<ul>
<li>Tell me your version of WP Simple Sitemap, WordPress version and what browser you use.</li>
<li>If you suspect a collision with another plugin, tell me what plugin you suspect, or a list with suspected plugins</li>
<li>Have you tested this plugin on another WordPress-version and can confirm that it works? Let me know!</li>
</ul>
<h2>Contribute</h2>
<p>The best way to contribute is to spread the word, link to this page, blog about WP Simple Sitemap or give me feedback. All kinds of feedback are helpful to me. Suggestions and bug report are also welcome.</p>
<div class="adsense"><script type="text/javascript"><!--
			google_ad_client = "pub-3076083280861773";
			/* 336x280, skapad 2009-12-06 */
			google_ad_slot = "4722225889";
			google_ad_width = 336;
			google_ad_height = 280;
			//-->
			</script>
			<script type="text/javascript"
				src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jenst.se/2008/03/30/wp-simple-sitemap/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>WP Page Numbers</title>
		<link>http://www.jenst.se/2008/03/29/wp-page-numbers/</link>
		<comments>http://www.jenst.se/2008/03/29/wp-page-numbers/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 17:44:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress plugins]]></category>

		<guid isPermaLink="false">http://www.jenst.se/?p=187</guid>
		<description><![CDATA[I made a paging navigation plugin for WordPress that will be an alternative to the &#8221;Next page&#8221; and &#8221;Previous page&#8221;. Instead it uses numbers which makes it easier for users to choose what page to go to. It also makes a tighter internal link structure which makes it easier for search engines to find your [...]]]></description>
			<content:encoded><![CDATA[<div class="update-message"><p><strong>Uppdaterad:</strong> 2010-01-07</p><p>Version 0.5 released. Mostly bug fixes.</p></div>
<p>I made a paging navigation plugin for WordPress that will be an alternative to the &#8221;<a href="http://codex.wordpress.org/Template_Tags/next_post_link">Next page</a>&#8221; and &#8221;<a href="http://codex.wordpress.org/Template_Tags/previous_post_link">Previous page</a>&#8221;. Instead it uses numbers which makes it easier for users to choose what page to go to. It also makes a tighter internal link structure which makes it easier for search engines to find your posts.</p>
<h2>Info and download</h2>
<ul>
<li>Birth date: 2008-03-29</li>
<li>Last updated: 2009-07-05</li>
<li>Version: 0.5</li>
<li>Tested with: 2.3-2.8</li>
<li>Download: <a href="http://www.jenst.se/zip/wp-page-numbers0.5.zip">WP Page Numbers</a></li>
<li>Other versions: <a title="WP Page Numbers" href="http://wordpress.org/extend/plugins/wp-page-numbers/download/">WP Page Numbers</a></li>
</ul>
<h2>Themes to choose from</h2>
<p><img src="http://www.jenst.se/images/wp_page_numbers_themes.gif" alt="WP Page Numbers themes" width="600" height="179" /></p>
<p>All the 5 themes are included from start and are available in admin.</p>
<h2>Screenshot</h2>
<p>This is what it looks like if you don&#8217;t change anything (default paging theme):</p>
<p><img src="http://www.jenst.se/images/wp_page_numbers_paging.gif" alt="Paging" width="600" height="39" /></p>
<p>You can also try it out as a live demo at the bottom of my <a title="Blogg" href="http://www.jenst.se">blog</a>.</p>
<h2>Options</h2>
<ul>
<li>You can set all the texts and arrows to what ever you want</li>
<li>You can limit the number of pages shown at the time</li>
<li>You can create paging stylesheets themes  (if you don&#8217;t want to overwrite the default theme)</li>
<li>You can turn off the stylesheet</li>
<li>You can turn off the page information (page 3 of 5)</li>
<li>You can turn off the page numbers</li>
<li>You can turn off the first and end page numbers</li>
<li>You can turn off the arrows</li>
</ul>
<h2>Updates 0.3 &#8211; 0.5</h2>
<ul>
<li> Fixed bug with page numbers disappearing</li>
<li> Added optional start and end code link wp_page_numbers($start, $end)</li>
<li>Changed get_blog_info(url) to get_blog_info(wpurl)</li>
<li>Changed get_settings (deprecated) to get_blog_info (bugfix)</li>
<li> Added missing echos, which should fix the URLs to the preview images in admin</li>
<li> Fixed 0 &#8230; 1 problem by checking if the page is front page or archive</li>
</ul>
<h2>Updates 0.2</h2>
<ul>
<li>Put some &#8221;reset&#8221;-code into the themes stylesheet to make the navigation bar look correct in all themes</li>
<li>5 WP Page Numbers themes to choose from</li>
<li>Some layout changes in admin</li>
</ul>
<h2>Install</h2>
<ol>
<li>Upload the FOLDER &#8216;wp-page-numbers&#8217; to the /wp-content/plugins/</li>
<li>Activate the plugin &#8216;WP Page Numbers&#8217; through the &#8216;Plugins&#8217; menu in admin</li>
<li>Go to &#8216;Options&#8217; or &#8216;Settings&#8217; and then &#8216;WP Page Numbers&#8217; to change the options</li>
</ol>
<h2>Usage</h2>
<ol>
<li>Replace the the &#8216;next_posts_link()&#8217; and &#8216;previous_posts_link()&#8217; with the code below in theme (archive.php, index.php or search.php). If you can&#8217;t find it, place it between endwhile; and endif; in your theme.</li>
<li>
<pre>&lt;?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?&gt;</pre>
</li>
</ol>
<h2>Advanced usage</h2>
<p>This plugin uses only WordPress own string values, no own SQL-querys is written. That means that you can use this plugin for more advanced use.</p>
<p><strong>Example:</strong> You have a page which contains the query_posts() function and a loop to get some posts into the page. In that case you can use WP Page Numbers (see usage). If the posts are less than what is set in admin, the navigation will be hidden.</p>
<h2>Contribution from users</h2>
<ul>
<li><a title="Citrus" href="http://rapidshare.com/files/252711400/Citrus.rar">Citrus theme</a> from Abdelilah Nassib &#8211; Demo at <a title="Baissi.com" href="http://www.baissi.com/blog">www.baissi.com/blog</a></li>
<li>Russian version of <a title="WP Page Numbers" href="http://lukjanow.ru/2009/07/wp-page-numbers/">WP Page Numbers</a> at lukjanow.ru</li>
</ul>
<h2>Known issues</h2>
<ul>
<li>WP Page Numbers count wrong sometimes &#8211; Very high priority</li>
<li>Odd permalink structure makes the page numbers link wrong &#8211; High priority</li>
</ul>
<h2>Suggested features</h2>
<p>These features could be included in future versions of WP Page Numbers.</p>
<ul>
<li>Option to center the page numbers &#8211; Normal priority</li>
<li>Change the containing ID to an containing class to make the page validate with multiple page number sets &#8211; High priority</li>
<li>Localizable WP Page Numbers for different languages &#8211; High priority</li>
</ul>
<h2>Bug report</h2>
<p>If you have found a bug I want to know about it so I can fix it.</p>
<ul>
<li>Tell me your plugin version, WordPress version and what browser you use.</li>
<li>If you suspect a collision with another plugin, tell me what plugin you suspect, or a list with suspected plugins</li>
<li>Have you tested this plugin on another WordPress-version and can confirm that it works? Let me know!</li>
</ul>
<h2>Contribute</h2>
<p>The best way to contribute is to spread the word, link to this page, blog about WP Page Numbers or give me feedback. All kinds of feedback are helpful to me. Suggestions and bug report are also welcome.</p>
<div class="adsense"><script type="text/javascript"><!--
			google_ad_client = "pub-3076083280861773";
			/* 336x280, skapad 2009-12-06 */
			google_ad_slot = "4722225889";
			google_ad_width = 336;
			google_ad_height = 280;
			//-->
			</script>
			<script type="text/javascript"
				src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jenst.se/2008/03/29/wp-page-numbers/feed/</wfw:commentRss>
		<slash:comments>307</slash:comments>
		</item>
		<item>
		<title>WP ShowHide Elements</title>
		<link>http://www.jenst.se/2008/01/31/wp-showhide-elements/</link>
		<comments>http://www.jenst.se/2008/01/31/wp-showhide-elements/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 17:27:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress plugins]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.jenst.se/?p=184</guid>
		<description><![CDATA[Adds a Javascript for you to hide or show what ever ID you want, with a mouse click. You need to add some code to your theme to make it work. With this you can create dynamic menus that can easily be hidden or shown. Download: WP ShowHide Elements Last updated: 2008-01-31 Version: 0.1 Tested [...]]]></description>
			<content:encoded><![CDATA[<p>Adds a Javascript for you to hide or show what ever ID you want, with a mouse click. You need to add some code to your theme to make it work. With this you can create dynamic menus that can easily be hidden or shown.</p>
<ul>
<li> Download: <a href="http://www.jenst.se/zip/wp-showhide-elements.zip">WP ShowHide Elements</a></li>
<li> Last updated: 2008-01-31</li>
<li> Version: 0.1</li>
<li> Tested with: 2.3.1</li>
</ul>
<h2>Install</h2>
<ol>
<li>Upload the FOLDER &#8216;wp-showhide-elements&#8217; to the /wp-content/plugins/</li>
<li>Activate the plugin &#8216;WP ShowHide Elements&#8217; through the &#8216;Plugins&#8217; menu in admin</li>
</ol>
<h2>Usage</h2>
<ol>
<li>Create a div to show / hide. Add an ID and name it whatever you want.</li>
<li>Create a anchor and add the ID of your div into wp_show() function.</li>
</ol>
<pre>&lt;p id="mytest"&gt;my text&lt;/p&gt;
&lt;a href="javascript:void(0);" onclick="wp_showhide('mytest')"&gt;my link&lt;/a&gt;</pre>
<h2>Possible future upgrades</h2>
<ul>
<li>Support for multiple elements to be closed in one click</li>
<li>Choice on what specific pages to include the Javascript</li>
</ul>
<h2>Bug report</h2>
<p>If you have found a bug I want to know about it so I can fix it.</p>
<ul>
<li>Tell me your version number, WordPress version and what browser you use.</li>
<li>If you suspect a collision with another plugin, tell me what plugin you suspect, or send me a list with suspected plugins</li>
<li>Have you tested this plugin on another WordPress-version and can confirm that it works? Let me know!</li>
</ul>
<h2>Known bugs</h2>
<ul>
<li>No bugs reported so far</li>
</ul>
<h2>Contribute / Feedback</h2>
<p>The best way to contribute today is to spread the word, link to this page, blog about WP ShowHide Elements or give me feedback. All kinds of feedback are helpful to me. Suggestions and bug report are also welcome.</p>
<div class="adsense"><script type="text/javascript"><!--
			google_ad_client = "pub-3076083280861773";
			/* 336x280, skapad 2009-12-06 */
			google_ad_slot = "4722225889";
			google_ad_width = 336;
			google_ad_height = 280;
			//-->
			</script>
			<script type="text/javascript"
				src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jenst.se/2008/01/31/wp-showhide-elements/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>WP YouTube 2</title>
		<link>http://www.jenst.se/2008/01/13/wp-youtube-2/</link>
		<comments>http://www.jenst.se/2008/01/13/wp-youtube-2/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 16:21:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress plugins]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jenst.se/?p=166</guid>
		<description><![CDATA[WP YouTube is a free Wordpress plugin that makes your YouTube videos easier to publish. You don't need to make the effort to paste the whole embed-code. All you need the video ID, the rest is handled by WP YouTube.]]></description>
			<content:encoded><![CDATA[<p>WP YouTube is a free <a href="http://www.wordpress.org/">WordPress</a> plugin that makes your <a href="http://www.youtube.com/">YouTube</a> videos easier to publish. You don&#8217;t need to make the effort to paste the whole embed-code. All you need the video ID, the rest is handled by WP YouTube.</p>
<p>WP YouTube now supports a profile editor, where you can set up different settings, but only one profile is needed for all your YouTube videos. Then it automatically set the colors, borders, width, height and more. Easy to use!</p>
<ul>
<li>Download: <a title="WP YouTube 2" href="http://www.jenst.se/zip/wp-youtube2.zip">WP YouTube 2</a></li>
<li>Last updated: 2008-01-13</li>
<li> Version: 2.0</li>
<li> Tested with: 2.3-2.5</li>
</ul>
<h2>Screenshots</h2>
<p><img src="http://www.jenst.se/images/wp_youtube2_admin.gif" alt="WP YouTube 2" width="600" height="374" /></p>
<p><img src="http://www.jenst.se/images/wp_youtube2_post.gif" alt="WP YouTube 2" width="600" height="296" /></p>
<h2>Install</h2>
<ol>
<li>Upload the FOLDER &#8216;wp-youtube&#8217; to the /wp-content/plugins/</li>
<li>Activate the plugin &#8216;WP YouTube&#8217; through the &#8216;Plugins&#8217; menu in admin</li>
<li>Go to &#8216;Manage / YouTube Profiles&#8217; for more instructions</li>
</ol>
<h2>Upgrade</h2>
<ol>
<li>Deactivate &#8216;WP YouTube&#8217; through the &#8216;Plugins&#8217; menu in admin</li>
<li>Remove the file &#8216;wp-youtube.php&#8217; from /wp-content/plugins/</li>
<li>Upload the FOLDER &#8216;wp-youtube&#8217; to the /wp-content/plugins/</li>
<li>Activate the plugin &#8216;WP YouTube&#8217; through the &#8216;Plugins&#8217; menu in admin</li>
<li>Go to &#8216;Manage / YouTube Profiles&#8217;. Your previous options should be imported.</li>
<li>&#8216;Save Profiles&#8217; to use / save your imported data.</li>
<li>Go to &#8216;Manage / YouTube Profiles&#8217; for more instructions</li>
</ol>
<h2>Updates 2.0</h2>
<ul>
<li>Totally rewritten from the scratch to make way for a new profile editor</li>
<li>Profile editor created. You can use different profiles in your posts or pages, for example if you have the need to use different colors.</li>
<li>Because of the profile editor, each profile is more compact to take a little less space on the screen</li>
<li>Javascript is now required to use WP YouTube admin. Because of the Javascript the plugin is very fast to use.</li>
<li>Preview of your YouTube player, shows colors and border settings</li>
<li>You can paste a function code in your theme and that way use settings from a profile. If you are into theme creation this might be a good thing.</li>
<li>You can remove profiles, all or one at the time</li>
<li>If you have used a previous version of WP YouTube, that data is imported (save required).</li>
<li>The menu is moved to &#8216;Manage / YouTube Profiles&#8217; simply because you manage YouTube profiles.</li>
<li>Option to remove old WP YouTube data from database</li>
<li>Option to remove WP YouTube 2 data from database, if you need to uninstall this plugin.</li>
</ul>
<h2>Possible future updates</h2>
<ul>
<li>Support for other video formats</li>
<li>Support for higher quality videos</li>
<li>Custom pick color on the player</li>
<li>Random color on the player</li>
<li>Quicktag in post / page editor</li>
<li>Possible to include Youtube videos into optional excerpt</li>
</ul>
<h2>Bug report</h2>
<p>If you have found a bug I want to know about it so I can fix it.</p>
<ul>
<li>Tell me your WP YouTube version, WordPress version and what browser you use.</li>
<li>If you suspect a collision with another plugin, tell me what plugin you suspect, or a list with suspected plugins</li>
<li>Have you tested this plugin on another WordPress-version and can confirm that it works? Let me know!</li>
</ul>
<h2>Known bugs</h2>
<ul>
<li>This plugin makes a collision with wpShopping Cart plugin if that is installed. It will not parse the code, just show the YouTube ID and the tags.</li>
</ul>
<h2>Known collisions with other plugins</h2>
<ul>
<li>wpShopping &#8211; not verified yet</li>
</ul>
<h2>Contribute / Feedback</h2>
<p>The best way to contribute today is to spread the word, link to this page, blog about WP YouTube or give me feedback. All kinds of feedback are helpful to me. Suggestions and bug report are also welcome.</p>
<div class="adsense"><script type="text/javascript"><!--
			google_ad_client = "pub-3076083280861773";
			/* 336x280, skapad 2009-12-06 */
			google_ad_slot = "4722225889";
			google_ad_width = 336;
			google_ad_height = 280;
			//-->
			</script>
			<script type="text/javascript"
				src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jenst.se/2008/01/13/wp-youtube-2/feed/</wfw:commentRss>
		<slash:comments>77</slash:comments>
		</item>
		<item>
		<title>WP Limit Posts Automatically</title>
		<link>http://www.jenst.se/2007/12/03/wp-limit-posts-automatically/</link>
		<comments>http://www.jenst.se/2007/12/03/wp-limit-posts-automatically/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 16:00:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress plugins]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jenst.se/?p=164</guid>
		<description><![CDATA[Is there a way to limit posts in WordPress? You can always use the more-tag and if you use it you can manually insert a break-point to cut your posts where you like. What if you want to do it automatically? Then this plugin is the answer. You can choose where it should limit your [...]]]></description>
			<content:encoded><![CDATA[<p>Is there a way to limit posts in WordPress? You can always use the more-tag and if you use it you can manually insert a break-point to cut your posts where you like. What if you want to do it automatically? Then this plugin is the answer. You can choose where it should limit your posts (home, category, archive and search). You also have some other features, for example to choose the limit method (cut by letter, word or paragraph).</p>
<ul>
<li>Download: <a href="http://www.jenst.se/zip/wp-limit-posts-automatically.zip">WP Limit Posts Automatically</a></li>
<li>Last updated: 2007-12-16</li>
<li> Version: 0.7 beta</li>
<li> Works with: 2.3.1</li>
</ul>
<h2>Screenshots</h2>
<p><img src="http://www.jenst.se/images/limit_post_options.gif" alt="Limit Post Options" width="600" height="442" /></p>
<p><img src="http://www.jenst.se/images/limit_post_prev.gif" alt="Limit Post Automatically" width="600" height="297" /></p>
<h2>Install</h2>
<ol>
<li>Upload <strong>wp-limit-posts-automatically.php</strong> to the<br />
<strong>/wp-content/plugins/wp-limit-posts-automatically directory</strong>.</li>
<li><strong>Activate</strong> the plugin <strong>WP Limit Posts Automatically</strong> through the <strong>&#8216;Plugins&#8217;</strong> menu in WordPress.</li>
<li>Go to <strong>&#8216;Options / Limit Posts Options&#8217;</strong> for options and more instructions.</li>
</ol>
<h2>History</h2>
<p>Why did I make this? I almost always forgot to put a more-tag into my posts and at first I created some quick fix for it at my own website. At the time I didn&#8217;t found any good plugin for it. I still havn&#8217;t found the perfect plugin for this so I created my own.</p>
<h2>Updates 0.7</h2>
<ul>
<li>Updated with a new option, &#8221;strip tags&#8221; to avoid code errors when cut through letter or word.</li>
<li>Added a little usage section</li>
</ul>
<h2>Updates 0.5</h2>
<ul>
<li>Fixed bug with paragraph tag sometimes ended incorrectly (because of the cut).</li>
</ul>
<h2>Updates 0.4</h2>
<ul>
<li>Fixed bug with ajax category problem.</li>
<li>Fix collision to WP YouTube plugin</li>
</ul>
<h2>Contribute / Feedback</h2>
<p>The best way to contribute is to spread the word, link to this page or give me feedback. All kinds of feedback are helpful to me. Have you tested this plugin on another WordPress-version and can confirm that it works? Let me know. Suggestions and bug report are also welcome.</p>
<div class="adsense"><script type="text/javascript"><!--
			google_ad_client = "pub-3076083280861773";
			/* 336x280, skapad 2009-12-06 */
			google_ad_slot = "4722225889";
			google_ad_width = 336;
			google_ad_height = 280;
			//-->
			</script>
			<script type="text/javascript"
				src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jenst.se/2007/12/03/wp-limit-posts-automatically/feed/</wfw:commentRss>
		<slash:comments>67</slash:comments>
		</item>
		<item>
		<title>WP YouTube</title>
		<link>http://www.jenst.se/2007/11/01/wp-youtube/</link>
		<comments>http://www.jenst.se/2007/11/01/wp-youtube/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 15:23:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress plugins]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.jenst.se/?p=162</guid>
		<description><![CDATA[What about a free plugin that makes your YouTube  videos easier to publish? Whether you use Wordpress  as a blog or as a CMS this plugin helps you to present your YouTube videos without the effort to paste the whole embed-code. You only need the video ID, the rest is handled by WP YouTube.]]></description>
			<content:encoded><![CDATA[<p>What about a free plugin that makes your <a href="http://www.youtube.com/">YouTube</a> videos easier to publish? Whether you use <a href="http://www.wordpress.org/">WordPress</a> as a blog or as a CMS this plugin helps you to present your YouTube videos without the effort to paste the whole embed-code. You only need the video ID, the rest is handled by WP YouTube. It also features YouTube options , for you to control all the YouTube videos at the same time. Then it automatically set the colors, borders, width and height.</p>
<ul>
<li><a href="http://www.jenst.se/2008/01/13/wp-youtube-2">Version 2.0 is out. Click here to go to WP YouTube 2.0</a></li>
<li>Download: <a href="http://www.jenst.se/zip/wp-youtube1.zip">WP YouTube 0.9</a></li>
<li>Go to: <a href="http://www.jenst.se/2008/01/13/wp-youtube-2">WP YouTube 2.0</a></li>
<li>Version: 0.9</li>
<li> Works with: 2.2-2.3.1</li>
</ul>
<h2>Screenshots</h2>
<p><img src="http://www.jenst.se/images/wp_youtube.gif" alt="WP YouTube" width="600" height="387" /></p>
<p><img src="http://www.jenst.se/images/wp_youtube_post.gif" alt="WP YouTube Post" width="600" height="210" /></p>
<h2>Install</h2>
<ol>
<li>Upload <strong>wp-youtube.php</strong> to the <strong>/wp-content/plugins/wp-youtube directory</strong>.</li>
<li><strong>Activate</strong> the plugin <strong>WP YouTube</strong> through the <strong>&#8216;Plugins&#8217;</strong> menu in WordPress.</li>
<li>Go to <strong>&#8216;Options / WP YouTube&#8217;</strong> for options and more instructions.</li>
</ol>
<h2>Updates 0.9</h2>
<ul>
<li>New feature &#8211; &#8221;Tag type&#8221; added</li>
<li>Fix &#8211; Autoplay bug fixed</li>
<li>Fix &#8211; Stylesheet code removed, it wasn&#8217;t used anyway</li>
</ul>
<h2>Updates 0.8</h2>
<ul>
<li>New feature &#8211; &#8221;Autoplay&#8221; option added</li>
<li>New feature &#8211; &#8221;Include related videos&#8221; option added</li>
<li>New feature &#8211; &#8221;Valid XHTML code&#8221; option added</li>
<li>Fix &#8211; Width and height was switched</li>
<li>Fix &#8211; The &#8221;Tag name&#8221; is now set to default value even if options is never updated</li>
<li>Fix &#8211; Some visual enhancements to the instructions part</li>
<li>Fix &#8211; The support link is changed and goes now directly to WP YouTube</li>
</ul>
<h2>History</h2>
<p>Why did I make this? I&#8217;m developing a video-site when this is written and got tired of pasting and editing the embed code. After about 30 posted YouTube-videos I wanted to change the width of the site and there by the width of every movie-clip. What if I could do that in just one place, in one simple setting? I made a plugin to manage that. I figured that my plugin could be used for more than just change the width and height. YouTube videos have support for colors and borders and I brought that into the plugin as well.</p>
<ul>
<li>Download older versions of this plugin at <a href="http://wordpress.org/extend/plugins/wp-youtube/download/">WordPress &#8211; WP YouTube</a></li>
</ul>
<h2>Known bugs</h2>
<ul>
<li>Calling a stylesheet that does not exists (most users don&#8217;t even notice)</li>
<li>Autoplay don&#8217;t work if &#8221;Valid XHTML code&#8221; is not set</li>
</ul>
<h2>Contribute / Feedback</h2>
<p>The best way to contribute is to spread the word, link to this page or give me feedback. All kinds of feedback are helpful to me. Have you tested this plugin on another WordPress-version and can confirm that it works? Let me know. Suggestions and bug report are also welcome.</p>
<div class="adsense"><script type="text/javascript"><!--
			google_ad_client = "pub-3076083280861773";
			/* 336x280, skapad 2009-12-06 */
			google_ad_slot = "4722225889";
			google_ad_width = 336;
			google_ad_height = 280;
			//-->
			</script>
			<script type="text/javascript"
				src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
			</script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jenst.se/2007/11/01/wp-youtube/feed/</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->