<?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>JR Web Studio</title>
	<atom:link href="http://jrwebstudio.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwebstudio.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 10 Feb 2010 19:55:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WP Tube Platinum</title>
		<link>http://jrwebstudio.com/wp-tube-platinum/</link>
		<comments>http://jrwebstudio.com/wp-tube-platinum/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:55:59 +0000</pubDate>
		<dc:creator>Jeton R.</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://jrwebstudio.com/?p=209</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://jrwebstudio.com/wp-tube-platinum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Youtube decreases bandwidth for embedded videos!!!</title>
		<link>http://jrwebstudio.com/youtube-decreases-bandwidth-for-embedded-videos/</link>
		<comments>http://jrwebstudio.com/youtube-decreases-bandwidth-for-embedded-videos/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 03:02:58 +0000</pubDate>
		<dc:creator>Jeton R.</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jrwebstudio.com/?p=55</guid>
		<description><![CDATA[Lately I have been working on my final release of WP-Tube 1.4 and suddenly i noticed something interesting that youtube doesn&#8217;t have the same bandwith for videos played on youtube and those that are embedded on your site. ]]></description>
			<content:encoded><![CDATA[<p>Lately I have been working on my final release of WP-Tube 1.4 and suddenly i noticed something interesting that youtube doesn&#8217;t have the same bandwith for videos played on youtube and those that are embedded on your site. I must say this was a big disappointment because they are playing a big monopoly and this will only take over our visitors. If you wanna see this in action I have recorded a video that compares the loading of the same video on youtube and on my site. </p>
]]></content:encoded>
			<wfw:commentRss>http://jrwebstudio.com/youtube-decreases-bandwidth-for-embedded-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Valid XHTML embed for DOTSUB in Wordpress</title>
		<link>http://jrwebstudio.com/valid-xhtml-embed-for-dotsub-in-wordpress/</link>
		<comments>http://jrwebstudio.com/valid-xhtml-embed-for-dotsub-in-wordpress/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 05:23:40 +0000</pubDate>
		<dc:creator>Jeton R.</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[dotsub]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://jrwebstudio.com/?p=100</guid>
		<description><![CDATA[During the development of wptube I had a hard time finding how to embed dotsub.com videos in wordpress but finally i did it and if anybody needs it bellow is the code. You have to change the part ]]></description>
			<content:encoded><![CDATA[<p>During the development of wptube I had a hard time finding how to embed dotsub.com videos in wordpress but finally i did it and if anybody needs it bellow is the code. You have to change the part after uuid= which is the unique video id ( 7281f5dc-d4b1-4315-abb7-143becd34f49 ) to the video you want to embed.<br />
Here is the code:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span> <span style="color: #000066;">data</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://dotsub.com/static/players/portalplayer.swf&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;545&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;440&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;movie&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://dotsub.com/static/players/portalplayer.swf&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;flashvars&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;uuid=7281f5dc-d4b1-4315-abb7-143becd34f49&amp;amp;lang=eng&amp;amp;type=flv&amp;amp;plugins=dotsub&amp;amp;tid=UA-3684979-1&amp;amp;embedded=false&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;allowFullScreen&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;true&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;wmode&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;opaque&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

<p><object type="application/x-shockwave-flash" data="http://dotsub.com/static/players/portalplayer.swf" width="545" height="440"><param name="movie" value="http://dotsub.com/static/players/portalplayer.swf" /><param name="flashvars" value="uuid=7281f5dc-d4b1-4315-abb7-143becd34f49&amp;lang=eng&amp;type=flv&amp;plugins=dotsub&amp;tid=UA-3684979-1&amp;embedded=false" /><param name="allowFullScreen" value="true" /><param name="wmode" value="opaque" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jrwebstudio.com/valid-xhtml-embed-for-dotsub-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Tube Platinum 1.0</title>
		<link>http://jrwebstudio.com/wp-tube-premium-1-4/</link>
		<comments>http://jrwebstudio.com/wp-tube-premium-1-4/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 06:29:41 +0000</pubDate>
		<dc:creator>Jeton R.</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jrwebstudio.com/?p=21</guid>
		<description><![CDATA[Wp Tube Platinum you can see it here http://wptube.jrwebstudio.com
The final realease in a matter of days, it includes a lot of new options, features and benefits and all of the bugs are fixed. The final release named WP ]]></description>
			<content:encoded><![CDATA[<p>Wp Tube Platinum you can see it here <a href="http://wptube.jrwebstudio.com">http://wptube.jrwebstudio.com</a><br />
The final realease in a matter of days, it includes a lot of new options, features and benefits and all of the bugs are fixed. The final release named <strong>WP Tube Platinum </strong>and will be avaliable for sale on themeforest.com, WP Tube Platinum has many new feautres and extras, you can embed videos with the new add video plugin from over 50 web hosting sites all in XHTML Valid format. Theme includes reported posts plugin, lights off, favorited posts and many other stuff.<br />
<div id="attachment_120" class="wp-caption aligncenter" style="width: 590px"><a  href="http://jrwebstudio.com/wp-content/uploads/2009/11/wptube_platinum1.jpg"><img src="http://jrwebstudio.com/wp-content/uploads/2009/11/wptube_platinum1.jpg" alt="WP Tube Platinum" title="wptube_platinum" width="580" height="414" class="size-full wp-image-120" /></a><p class="wp-caption-text">WP Tube Platinum</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://jrwebstudio.com/wp-tube-premium-1-4/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Wordpress Post Thumbnails &#8211; Just another Solution</title>
		<link>http://jrwebstudio.com/wordpress-post-thumbnails-just-another-solution/</link>
		<comments>http://jrwebstudio.com/wordpress-post-thumbnails-just-another-solution/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 11:34:25 +0000</pubDate>
		<dc:creator>Jeton R.</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://jrwebstudio.com/?p=68</guid>
		<description><![CDATA[Ok since we all know that 1 image = 1000 words, I will share with you how to you easily have post thumbnails with nothing more than what wordpress offers. This piece of code will get the first ]]></description>
			<content:encoded><![CDATA[<p>Ok since we all know that 1 image = 1000 words, I will share with you how to you easily have post thumbnails with nothing more than what wordpress offers. This piece of code will get the first uploaded image or the first inserted image and create a thumbnail for you with a link to that post, and you can specify a nice image for posts that have no images and put that image in your theme <strong>/images </strong>folder and name the image <strong>thumb_noimage.jpg</strong></p>
<p>Add this code where you want the thumbnails to appear</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> print_post_thumb<span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Add this code to functions.php</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Gets the first uploaded image AND/OR first inserted image into post </span>
<span style="color: #000000; font-weight: bold;">function</span> get_thumb_first_post_image<span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span><span style="color: #339933;">,&amp;</span><span style="color: #000088;">$thumb_url</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #666666; font-style: italic;">//Get images attached to the post   </span>
	<span style="color: #000088;">$args</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span>   
  	<span style="color: #0000ff;">'post_type'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'attachment'</span><span style="color: #339933;">,</span>   
   	<span style="color: #0000ff;">'post_mime_type'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'image'</span><span style="color: #339933;">,</span>   
   	<span style="color: #0000ff;">'numberposts'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #339933;">-</span><span style="color: #cc66cc;">1</span><span style="color: #339933;">,</span>   
   	<span style="color: #0000ff;">'order'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #0000ff;">'ASC'</span><span style="color: #339933;">,</span>   
   	<span style="color: #0000ff;">'post_status'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #009900; font-weight: bold;">null</span><span style="color: #339933;">,</span>   
   	<span style="color: #0000ff;">'post_parent'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>   
	<span style="color: #000088;">$attachments</span> <span style="color: #339933;">=</span> get_posts<span style="color: #009900;">&#40;</span><span style="color: #000088;">$args</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>   
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$attachments</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>   
   		<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$attachments</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$attachment</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>   
       	<span style="color: #000088;">$thumb_url</span> <span style="color: #339933;">=</span> wp_get_attachment_thumb_url<span style="color: #009900;">&#40;</span> <span style="color: #000088;">$attachment</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>   
                <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>  
		 <span style="color: #009900;">&#125;</span>   
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span> 
<span style="color: #666666; font-style: italic;">// This Prints an image when there is no img in the post </span>
<span style="color: #666666; font-style: italic;">//Note:you can change the path to your images folder</span>
<span style="color: #000000; font-weight: bold;">function</span> get_thumb_no_image<span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span><span style="color: #339933;">,&amp;</span><span style="color: #000088;">$thumb_url</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000088;">$content</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">post_content</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$thumb_url</span> <span style="color: #339933;">=</span> get_template_directory_uri<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'/images/thumb_noimage.jpg'</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;">// Generates the image with link to the post </span>
<span style="color: #666666; font-style: italic;">//Note:Change the width and height to your needs</span>
<span style="color: #000000; font-weight: bold;">function</span> get_post_thumb<span style="color: #009900;">&#40;</span><span style="color: #000088;">$url</span><span style="color: #339933;">,</span><span style="color: #000088;">$title</span><span style="color: #339933;">,</span><span style="color: #000088;">$img</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #0000ff;">'&lt;a href=&quot;'</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$url</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'&quot; title=&quot;'</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$title</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'&quot;&gt;&lt;img src=&quot;'</span> <span style="color: #339933;">.</span>
		<span style="color: #000088;">$img</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'&quot; alt=&quot;'</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$title</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'&quot; width=&quot;150px&quot; height=&quot;150px&quot; /&gt;&lt;/a&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #666666; font-style: italic;">// Prints the generated images into theme</span>
<span style="color: #000000; font-weight: bold;">function</span> print_post_thumb<span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
		get_thumb_first_post_image<span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span><span style="color: #339933;">,</span><span style="color: #000088;">$thumb_url</span><span style="color: #009900;">&#41;</span>
	 <span style="color: #339933;">||</span>	get_thumb_no_image<span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span><span style="color: #339933;">,</span><span style="color: #000088;">$thumb_url</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">echo</span> get_post_thumb<span style="color: #009900;">&#40;</span>get_permalink<span style="color: #009900;">&#40;</span><span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">post_title</span><span style="color: #339933;">,</span>
					<span style="color: #000088;">$thumb_url</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://jrwebstudio.com/wordpress-post-thumbnails-just-another-solution/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>JR Web Studio is back ONLINE</title>
		<link>http://jrwebstudio.com/jr-web-studio-is-back-online/</link>
		<comments>http://jrwebstudio.com/jr-web-studio-is-back-online/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 23:04:08 +0000</pubDate>
		<dc:creator>Jeton R.</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://jrwebstudio.com/?p=1</guid>
		<description><![CDATA[Hello everyone,
Sorry if you missed me  , i had to go offline for quite a while because had some issues with my previous hosting company and thats why i switched to justhost.com which for the moment is ]]></description>
			<content:encoded><![CDATA[<p>Hello everyone,<br />
Sorry if you missed me <img src='http://jrwebstudio.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , i had to go offline for quite a while because had some issues with my previous hosting company and thats why i switched to <a href="http://stats.justhost.com/track?c74fddbe4430ed595ad3579ac6c03b917">justhost.com</a> which for the moment is the best hosting company overall from what I have seen, I did quite some research until I made this decision but finally I am satisfied.<br />
Soon I will release the newest version of WP-Tube called WP Tube Platinum which would be the final and the last one, it will include alot of new features and options with perfect design.</p>
]]></content:encoded>
			<wfw:commentRss>http://jrwebstudio.com/jr-web-studio-is-back-online/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
