<?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>Open Source Base</title>
	<atom:link href="http://www.opensourcebase.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.opensourcebase.com</link>
	<description>Open Source Resources &#38; Tutorials</description>
	<lastBuildDate>Thu, 13 Jun 2013 10:46:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>7 tips to build responsive theme in Drupal 7</title>
		<link>http://www.opensourcebase.com/joomla-development/7-tips-to-build-responsive-theme-in-drupal-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=7-tips-to-build-responsive-theme-in-drupal-7</link>
		<comments>http://www.opensourcebase.com/joomla-development/7-tips-to-build-responsive-theme-in-drupal-7/#comments</comments>
		<pubDate>Wed, 12 Jun 2013 11:29:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[build responsive theme]]></category>
		<category><![CDATA[Drupal 7]]></category>

		<guid isPermaLink="false">http://www.opensourcebase.com/?p=172</guid>
		<description><![CDATA[1)  Understand your design and decide on the breakpoints. 2)  Start with your theme info file name = RoboSmart description = A responsive mobile-first layout for a corporate site. version = VERSION core = 7.x stylesheets[all][] = css/style.css&#60; 3)  Create HTML5 pages for each unique page in your website. Based on the grid system and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1)</strong>  Understand your design and decide on the breakpoints.</p>
<p><strong>2) </strong> Start with your theme info file</p>
<p>name = RoboSmart<br />
description = A responsive mobile-first layout for a corporate site.<br />
version = VERSION<br />
core = 7.x<br />
stylesheets[all][] = css/style.css&lt;</p>
<p><strong>3) </strong> Create HTML5 pages for each unique page in your website.</p>
<p>Based on the grid system and the nature of your design, download grids from http://960.org. In the case of the RoboSmart theme we have used a single grid at 600 which is fluid and works for any screen resolution greater than 600px.</p>
<p>Start with the mobile design and move the way up for all the breakpoints. Convert the HTML5 pages to template files. This step is similar to that of any general drupal theme except that the same template is applicable for multiple breakpoints. If you are using HTML5 make sure you start with the declaration in your html.php.tpl file.</p>
<p><img class="aligncenter  wp-image-175" title="url" src="http://www.opensourcebase.com/wp-content/uploads/2013/06/url-300x128.jpg" alt="" width="349" height="200" /></p>
<p>Validate the outline your page generates using an outliner. Structure the HTML5 tags and header tags to achieve the desired outline. Working your way up from the lowest to the highest breakpoint, i.e starting from the mobile design, is an important aspect of the mobile first approach.</p>
<p><strong>4) </strong> Segregate the styles for the different breakpoints using media queries. Detailed below options for using media queries.</p>
<p>Multifile option: Embed your media queries in the .info file</p>
<p>stylesheets[all][] = css/style.css<br />
stylesheets[print][] = css/print.css<br />
stylesheets[all and (min-width: 600px)][] = css/grid-600.css<br />
stylesheets[all and (min-width: 600px)][] = css/style-600.css<br />
stylesheets[all and (min-width: 480px)][] = css/style-480.css<br />
stylesheets[all and (min-width: 960px)][] = css/style-960.css<br />
stylesheets[all][] = css/fonts.css</p>
<p>Single file option: Write media queries inline in css files</p>
<p>media all and (min-width: 461px) and (max-width: 900px) {<br />
//embed styles here<br />
}</p>
<p><strong>5)</strong> Embed viewport &amp; other mobile/handheld device specific meta tags in the html.php.tpl file</p>
<p>&lt;meta content=&#8221;width&#8221; name=&#8221;MobileOptimized&#8221;/&gt;<br />
&lt;meta content=&#8221;true&#8221; name=&#8221;HandheldFriendly&#8221;/&gt;<br />
&lt;meta content=&#8221;width=device-width&#8221; name=&#8221;viewport&#8221; /&gt;<br />
&lt;meta content=&#8221;on&#8221; http-equiv=&#8221;cleartype&#8221;/&gt;</p>
<p><strong>6)</strong> To enable IE support, add Html5shiv, Respond.js and Selectivizr.js files to your theme.</p>
<p><strong>7)</strong> Test your theme in a default Drupal installation. Voila! Here we have a Drupal 7 theme that is responsive.</p>
<p>Post Refer by : http://www.unimitysolutions.com/blog/7-steps-building-responsive-theme-drupal-7</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcebase.com/joomla-development/7-tips-to-build-responsive-theme-in-drupal-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Tips for Your Joomla Website</title>
		<link>http://www.opensourcebase.com/joomla-development/seo-tips-for-your-joomla-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=seo-tips-for-your-joomla-website</link>
		<comments>http://www.opensourcebase.com/joomla-development/seo-tips-for-your-joomla-website/#comments</comments>
		<pubDate>Fri, 23 Nov 2012 06:43:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Development]]></category>
		<category><![CDATA[Seo Tips]]></category>

		<guid isPermaLink="false">http://www.opensourcebase.com/?p=166</guid>
		<description><![CDATA[Joomla is a great platform to build your website upon. But your Joomla website can go all waste if it isn’t visible online or, in simple words, ranks high on the search engine results pages. To start with you need to understand that Joomla by itself won’t produce a search engine friendly website though there [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Joomla is a great platform to build your website upon. But your Joomla website can go all waste if it isn’t visible online or, in simple words, ranks high on the search engine results pages. To start with you need to understand that Joomla by itself won’t produce a search engine friendly website though there are many such claims floating online. Search engine optimization involves a lot of hard work and getting some basic things right. Here we shall discuss some simple tips which can go a long way in improving the online visibility of your Joomla website.</p>
<p><strong>Use Search Engine Friendly URLs</strong></p>
<p style="text-align: justify;">This is the first step to optimizing your Joomla website. To do so you can make use of the SEF plugin that comes by default with Joomla. However, keep in mind that this plugin isn’t pre-activated and you need to visit the global configuration page to activate it. Apart from this you can also try third-party plugins such as sh404SEF. You should also enable &#8216;Use URL Rewriting&#8217; under &#8216;Global configuration&#8217;.</p>
<p><strong>Choose Right Servers</strong></p>
<p style="text-align: justify;">Choosing the right servers is vital to the performance of a website and here we recommend that you set up your Joomla website on an Apache server with mod_rewrite installed. This will allow you to make numerous modifications which are a part and parcel of search engine optimization process.</p>
<p><strong>Get Meta Data Correct</strong></p>
<p style="text-align: justify;">This is one of the most tried and tested SEO techniques which still holds good. Make sure every page in your website has a relevant description and keywords related to the text. The description shouldn’t exceed more than 160 characters. This allows search engine crawlers to index your website easily for the targeted keywords. And most importantly avoid using unrelated keywords as they harm your brand value and attract penalty from the search engines.</p>
<p><strong>Turn Off PDF Links</strong></p>
<p style="text-align: justify;">There are situations where the PDF pages rank higher than the main pages of the website. Now this might seem good but it hurts your cause as PDF files have no menu links and thus create a dead end scenario in the website. It would be wise to turn off all the PDF files and instead focus on the core areas of the website.</p>
<p><strong>Rename htaccess.txt to .htaccess</strong></p>
<p style="text-align: justify;">Since you have enabled URL rewriting it is important that you rename the htaccess.txt file to .htaccess &#8211; which is the version used by Joomla and mod_rewrite. This helps in redirecting non-www address to www, doing away with duplicate pages in your website.</p>
<p><strong>Optimize Image Size and Use Alt Tag</strong></p>
<p style="text-align: justify;">Images contribute substantially to the traffic in any website and this is one area we often tend to ignore when it comes to optimizing a Joomla website. Use low resolution images which are small in size as they make the website load faster. To add Alt Tag or alternate description make use of the JCE editor which allows you to describe your image. You can also define the image dimensions which improves the load speed of your website.</p>
<p><strong>Turn On Cache</strong></p>
<p style="text-align: justify;">The smaller the site, the faster it loads and the more popular it&#8217;s with the users. And one of the best ways to make your website load fast is by turning on Cache. You can easily do this by visiting Global Configuration.</p>
<p style="text-align: justify;">These are only a few basic techniques but the most important ones used to optimize a Joomla website. You may also try out other things which may seem feasible to your website’s needs.</p>
<p style="text-align: justify;">PixelCrayons, a web development company, is the contributor of this post. The company specializes in ecommerce &amp; CMS solutions. You may hire <a href="http://joomla.pixelcrayons.com/"><strong>Joomla Developers</strong></a> and <a href="http://magento.pixelcrayons.com/"><strong>Magento Developers</strong></a> here at affordable rates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcebase.com/joomla-development/seo-tips-for-your-joomla-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Best Open Source Tools for Bug Tracking</title>
		<link>http://www.opensourcebase.com/open-source/8-best-open-source-tools-for-bug-tracking/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=8-best-open-source-tools-for-bug-tracking</link>
		<comments>http://www.opensourcebase.com/open-source/8-best-open-source-tools-for-bug-tracking/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 08:45:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[bug tracking]]></category>
		<category><![CDATA[open source tools]]></category>

		<guid isPermaLink="false">http://www.opensourcebase.com/?p=148</guid>
		<description><![CDATA[It is quite normal to have bugs in a software development process as this process includes coding of hundreds of lines. But the important part here is to track those bugs and fix them. Tracking bugs manually can blow the mind of a developer, so using a bug tracking tool can be a big time/fret [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">It is quite normal to have bugs in a software development process as this process includes coding of hundreds of lines. But the important part here is to track those bugs and fix them. Tracking bugs manually can blow the mind of a developer, so using a bug tracking tool can be a big time/fret saver for you.</p>
<p style="text-align: justify;">Bug tracking tool is a software application that helps improve the quality of a software product or application by keeping a track of bugs in the software program. But choosing a correct bug tracking tool is not that simple because it all depends on the specific needs and personal preference.</p>
<p style="text-align: justify;">So to make this task easy for you, here we have listed a few open source bug tracking tools for a better development process. Check them out:</p>
<p><strong>1.</strong> <a href="http://www.bugzilla.org/"><strong>Bugzilla</strong></a></p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/11/bugzilla.png"><img class=" wp-image-149 alignleft" title="bugzilla" src="http://www.opensourcebase.com/wp-content/uploads/2012/11/bugzilla.png" alt="" width="95" height="125" /></a></p>
<p style="text-align: justify;">A web-based bug tracking tool that can help you handle software development process by allowing the bug tracking &amp; fixing it efficiently. Bugzilla is used by many top-rated companies such as NASA, Linux, Facebook and Mozilla. Bugzilla is such a user-friendly tool that it allows any user to submit new bugs and to access information about any existing bug simply by setting up an account with Bugzilla.</p>
<p><strong>2. <a href="http://www.mantisbt.org/">MantisBT</a></strong></p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/11/mantis.png"><img class=" wp-image-150 alignleft" title="mantis" src="http://www.opensourcebase.com/wp-content/uploads/2012/11/mantis.png" alt="" width="172" height="58" /></a></p>
<p style="text-align: justify;">    A free web-based bug tracking tool, MantisBT can        track  many projects for bugs at the same time and also enables multiple users to interact. MantisBT is a MySQL-based bug tracking tool written in PHP language. This tool  works on any web browser and can be installed on almost every operating system.</p>
<p><strong>3. <a href="http://www.otrs.com/en/">OTRS</a> (Open Technology Real Services)</strong></p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/11/OTRS.png"><img class="size-full wp-image-151 alignleft" title="OTRS" src="http://www.opensourcebase.com/wp-content/uploads/2012/11/OTRS.png" alt="" width="280" height="70" /></a></p>
<p style="text-align: justify;">OTRS is a free Open-source Ticket Requesting System written in Perl. It is used to assign tickets to any incoming queries in an organization. OTRS supports many features such as multi-language support, email notifications etc.</p>
<p><strong>4. <a href="http://www.thebuggenie.com/">The Bug Genie</a></strong></p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/11/buggenie.png"><img class="size-full wp-image-152 alignleft" title="buggenie" src="http://www.opensourcebase.com/wp-content/uploads/2012/11/buggenie.png" alt="" width="48" height="48" /></a></p>
<p style="text-align: justify;">It is a powerful web-based bug tracking tool written in PHP language. This tool is used to improve the development process by managing the bugs reports. Bug Genie supports multiple languages, platforms and database and has a user-friendly interface.</p>
<p><strong>5. <a href="http://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki">Fossil</a></strong></p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/11/fossil.png"><img class="wp-image-153 alignleft" title="fossil" src="http://www.opensourcebase.com/wp-content/uploads/2012/11/fossil.png" alt="" width="79" height="69" /></a></p>
<p style="text-align: justify;">A bug tracking tool based on SQL written in C language, Fossil, apart from bug tracking, provides Wiki. Features that make Fossil attention worthy are: easy-to-use web interface, supports auto-synchronization et al.</p>
<p><strong>6. <a href="http://www.bugnetproject.com/">BugNET</a></strong></p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/11/bugnet.png"><img class="size-full wp-image-154 alignleft" title="bugnet" src="http://www.opensourcebase.com/wp-content/uploads/2012/11/bugnet.png" alt="" width="95" height="81" /></a></p>
<p style="text-align: justify;">BugNET is an open source bug tracking tool based on MySQL written in ASP.NET language. It is a cross-platform application used to keep the codebase simple. BugNET supports many features such as email notifications, multiple databases and projects supports, easy navigation, excellent security etc.</p>
<p><strong>7. <a href="http://collabtive.o-dyn.de/">Collabtive</a></strong></p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/11/collative.png"><img class="size-full wp-image-155 alignleft" title="collative" src="http://www.opensourcebase.com/wp-content/uploads/2012/11/collative.png" alt="" width="206" height="73" /></a></p>
<p style="text-align: justify;">A cloud-based groupware, Collabtive is an easy and efficient open-source web-based bug tracking tool for your projects. Collabtive supports multiple projects with unlimited user profiles based on role-based permission management. Email notifications, time tracker and synchronization with calendars are also some noteworthy features that are supported by this tool.</p>
<p><strong>8. <a href="http://olex.openlogic.com/packages/requesttracker">Request Tracker</a></strong></p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/11/tracker.png"><img class=" wp-image-156 alignleft" title="tracker" src="http://www.opensourcebase.com/wp-content/uploads/2012/11/tracker-300x244.png" alt="" width="178" height="145" /></a></p>
<p style="text-align: justify;">Based on MySQL written in Perl, Request Tracker (RT) provides issue tracking support that enables users to set priorities of the issues raise by making a ticket priority queue. What makes RT different from other bug tracking tools is its simplicity. RT is best suited for small projects.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;"><strong><strong><br />
</strong></strong></p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong><strong><br />
Conclusion</strong></strong><br />
Keeping track of bugs is an essential part of any software development project, but it doesn&#8217;t need to be difficult as numerous tools are available nowadays to do that task for you efficiently in minimal time. In the lifecycle of software development, bug tracking is one of the most important steps without which any software is incomplete – or rather inefficient.</p>
<p style="text-align: justify;">This post is shared by PixelCrayons, a reputable web development agency specialized in WordPress and <a href="http://joomla.pixelcrayons.com/"><strong>Joomla Development</strong></a>. You can get in touch with PixelCrayons if you are planning to hire experienced <a href="http://wordpress.pixelcrayons.com/"><strong>WordPress Developers</strong></a> or Joomla Developers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcebase.com/open-source/8-best-open-source-tools-for-bug-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PSD to HTML Email: A Great Way to Connect with Your Existing &amp; Potential Clients</title>
		<link>http://www.opensourcebase.com/psd-to-html/psd-to-html-email-a-great-way-to-connect-with-your-existing-potential-clients/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=psd-to-html-email-a-great-way-to-connect-with-your-existing-potential-clients</link>
		<comments>http://www.opensourcebase.com/psd-to-html/psd-to-html-email-a-great-way-to-connect-with-your-existing-potential-clients/#comments</comments>
		<pubDate>Mon, 29 Oct 2012 07:31:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PSD to HTML]]></category>
		<category><![CDATA[psd to html]]></category>
		<category><![CDATA[psd to html email]]></category>

		<guid isPermaLink="false">http://www.opensourcebase.com/?p=143</guid>
		<description><![CDATA[HTML emails are indeed a popular way of marketing. In fact, emails have emerged as the most preferable method of sending messages to customers and clients.  When using HMTL emails for mail campaign there are certain important points you should bear in mind. Making an email to display properly in recipients inbox is not so [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">HTML emails are indeed a popular way of marketing. In fact, emails have emerged as the most preferable method of sending messages to customers and clients.  When using HMTL emails for mail campaign there are certain important points you should bear in mind. Making an email to display properly in recipients inbox is not so easy, rather it requires complete understanding of the process. Take a look how you can develop HTML emails to render well across different clients, browsers and devices which people prefer to check their emails.</p>
<p><span style="font-weight: bold;">Work with the Images</span></p>
<p style="text-align: justify;">Working with images for HTML email clients may take some efforts. For instance Gmail does not support background images and many email clients generally turn off images. To deal with this you can use background colors so that your emails are readable even when images are disabled. A common mistake clients make is that they link images to their hard drive and not on Webpage. So it is important to note that all links to images are complete and web based. Since most users do not allow display of images, use Alt attribute to add details of the image so that readers do get the required information.</p>
<p style="text-align: justify;">If you are sending a promotional email or an invitation, do not include a single graphic because it may appear blank to the readers. Including graphics, text and your physical address, unsubscribing links etc will contribute to text to graphic ratio.</p>
<p><span style="font-weight: bold;">How to HTML/CSS an Email?</span></p>
<p style="text-align: justify;">Using Microsoft Word, Publisher and FrontPage to generate HTML code for email may unintentionally result in unwanted extra coding. Even more the code so generated may make your email a spam or may break email design. Therefore coding for HTML email should preferably be done in good text editor and later import template.</p>
<p style="text-align: justify;">As far as use of CSS for HTML email is concerned, this is a much talked topic.  Linked CSS or external CSS does not work properly with HTML email. Use of in-line CSS is recommended if you want to use CSS for your email. Use of CSS classes and CSS shortcuts should also be avoided rather set attributes to each part separately. This may depend on the type of your email but still you should try to use tables instead of float or position CSS options.</p>
<p><span style="font-weight: bold;">Do not forget to test your campaign email</span></p>
<p style="text-align: justify;">Before you send your HTML email to the list of people, testing is important. This would include sending test emails to some popular email services options including Yahoo, Hotmail or Gmail. You can choose to set up AOL accounts or accounts with popular ISP’s of your area.</p>
<p style="text-align: justify;">In case your email is created by a third person and you are just posting it do not expect it to work exceptionally well. You need to send some test campaigns to check if the content and graphics are displayed well. It is wise to test the images and links to ensure they work properly and follow absolute paths.</p>
<p><span style="font-weight: bold;">Things to avoid</span></p>
<p style="text-align: justify;">Do not use JavaScript as doing so will mark your emails as spam.  This is because almost every email application blocks JavaScript as a security measure to prevent virus attack. So if you are copying HTML code from a source, make sure you remove all JavaScript.</p>
<p style="text-align: justify;">Do not keep your HTML code too wide. See that the email is designed to fit suitably in the viewing area of clients. Do not include embedded movies, sound files, flash and ActiveX as they do not work properly in HTML email.</p>
<p><span style="font-weight: bold;">Conclusion</span></p>
<p style="text-align: justify;">Generating HTML emails is an attractive method of Internet marketing. Learning the ways to develop HTML emails successfully and understanding what all things should be avoided may work wonders with your email marketing. Your HTML email needs a perfect balance of text and graphics so as to ensure it is perfectly readable and is not converted into spam rather. Owing to several email clients and limited CSS support in some email clients, proper design of HTML email is necessary. All this and much more – therefore we recommend you to choose a PSD to email expert for a flawless HTML email.</p>
<p style="text-align: justify;">This post is shared by Markupbox, which is a specialized PSD to HTML Conversion Company, backed with years of experience and diligent professionals. MarkupBox offers PSD to HTML/CSS, PSD to HTML5 and software implementation services like PSD to Joomla, PSD to Magento,  <a href="http://www.markupbox.com/psd-to-wordpress.html"><strong>PSD to WordPress</strong></a>, PSD to Drupal, <a href="http://www.markupbox.com/psd-to-email.html"><strong>PSD to Email</strong></a> and much more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcebase.com/psd-to-html/psd-to-html-email-a-great-way-to-connect-with-your-existing-potential-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 WordPress Plugins to Highlight Syntax within your Post</title>
		<link>http://www.opensourcebase.com/wordpress-developement/choose-the-best-form-extensions-for-your-joomla-website-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=choose-the-best-form-extensions-for-your-joomla-website-2</link>
		<comments>http://www.opensourcebase.com/wordpress-developement/choose-the-best-form-extensions-for-your-joomla-website-2/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 04:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress development]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wordpress syntax]]></category>

		<guid isPermaLink="false">http://www.opensourcebase.com/?p=128</guid>
		<description><![CDATA[If you have ever tried displaying code within a post then you must know about the various problems it can cause. But not to worry anymore, as we all know that some amazing developers are always their to make our day-to-day task as easy as possible. Developers have made hundreds (If not thousand) of plugins [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you have ever tried displaying code within a post then you must know about the various problems it can cause. But not to worry anymore, as we all know that some amazing developers are always their to make our day-to-day task as easy as possible. Developers have made hundreds (If not thousand) of plugins that can solve this problem.</p>
<p style="text-align: justify;">Choosing the best from those hundreds of plugins is quite a tough job. So here we are with a list of 10 best WordPress plugins to highlight code within your blog. Honestly speaking, they all are good, it just depends on your needs that which suits you.</p>
<p>1. <a href="http://wordpress.org/extend/plugins/syntaxhighlighter/" rel="nofollow"><strong>SyntaxHighlighter Evolved</strong></a></p>
<p style="text-align: justify;">SyntaxHighlighter Evolved is a real time syntax highlighter plugin enables users to highlight the code of the post with maintained format without any manual change.</p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/10/1.png"><img class="size-medium wp-image-131 aligncenter" title="1" src="http://www.opensourcebase.com/wp-content/uploads/2012/10/1-300x220.png" alt="" width="300" height="220" /></a></p>
<p>2. <a href="http://wordpress.org/extend/plugins/devformatter/" rel="nofollow"><strong>Developer Formatter</strong></a></p>
<p style="text-align: justify;">Developer Formatter supports more then 110 programming languages such as PHP, ASP, Html, JavaScript, CSS, Java, C++, C, and Visual Basic and creates a better display of codes on your post.</p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/10/2.png"><img class="size-medium wp-image-132 aligncenter" title="2" src="http://www.opensourcebase.com/wp-content/uploads/2012/10/2-300x267.png" alt="" width="300" height="267" /></a><br />
3. <a href="http://wordpress.org/extend/plugins/crayon-syntax-highlighter/" rel="nofollow"><strong>Crayon Syntax Highlighter</strong></a></p>
<p style="text-align: justify;">Crayon Syntax Highlighter plugin displays the content of a file in a post. This plugin supports multiple languages and themes.</p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/10/3.png"><img class="aligncenter size-medium wp-image-133" title="3" src="http://www.opensourcebase.com/wp-content/uploads/2012/10/3-300x97.png" alt="" width="300" height="97" /></a><br />
4. <a href="http://wordpress.org/extend/plugins/fv-code-highlighter/" rel="nofollow"><strong>FV Code Highlighter</strong></a></p>
<p style="text-align: justify;">FV Code Highlighter plugin highlights your post code with Dreamweaver style. Plugin supports five programming languages named as PHP, (x)HTML, JavaScript, CSS and XML. Customization of plugin is quite easy with the basic knowledge of CSS.</p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/10/4.png"><img class="aligncenter size-medium wp-image-134" title="4" src="http://www.opensourcebase.com/wp-content/uploads/2012/10/4-300x121.png" alt="" width="300" height="121" /></a></p>
<p>5. <a href="http://wordpress.org/extend/plugins/wp-syntax/" rel="nofollow"><strong>WP-Syntax</strong></a></p>
<p style="text-align: justify;">WP-Syntax plugin makes it really easy to include code in your posts. This plugin can highlight sources of any language. WP-Syntax plugin supports highlighting with or without loosing it&#8217;s formating or any other change while copying snippets of code from the browser.</p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/10/51.png"><img class="aligncenter size-medium wp-image-136" title="5" src="http://www.opensourcebase.com/wp-content/uploads/2012/10/51-300x114.png" alt="" width="300" height="114" /></a></p>
<p>6. <a href="http://wordpress.org/extend/plugins/preserve-code-formatting/" rel="nofollow"><strong>Preserve Code Formatting</strong></a></p>
<p style="text-align: justify;">Preserve Code formatting plugin preserve formatting of the code for display by preventing its modification by WordPress and other plugins while retaining original whitespace and characters.</p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/10/6.png"><img class="aligncenter size-medium wp-image-137" title="6" src="http://www.opensourcebase.com/wp-content/uploads/2012/10/6-300x242.png" alt="" width="300" height="242" /></a></p>
<p>7. <a href="http://wordpress.org/extend/plugins/codecolorer/" rel="nofollow"><strong>CodeColorer</strong></a></p>
<p style="text-align: justify;">CodeColorer plugin is a syntax highlighter that supports color themes and many languages.</p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/10/7.png"><img class="aligncenter size-medium wp-image-138" title="7" src="http://www.opensourcebase.com/wp-content/uploads/2012/10/7-300x147.png" alt="" width="300" height="147" /></a>8. <a href="http://wordpress.org/extend/plugins/sniplets/" rel="nofollow"><strong>Sniplets</strong></a></p>
<p style="text-align: justify;">Sniplet plugin allows you to insert code snippets into the post. This pluign can be used automatically as well as manually.</p>
<p><a href="http://www.opensourcebase.com/wp-content/uploads/2012/10/8.png"><img class="aligncenter size-medium wp-image-139" title="8" src="http://www.opensourcebase.com/wp-content/uploads/2012/10/8-300x130.png" alt="" width="300" height="130" /></a></p>
<p style="text-align: justify;">This post is shared by PixelCrayons, a reputable web development agency specialized in WordPress and <a href="http://joomla.pixelcrayons.com/"><strong>Joomla Development</strong></a>. You can get in touch with PixelCrayons if you are planning to <a href="http://wordpress.pixelcrayons.com/"><strong>hire WordPress Developers</strong></a> or Joomla Developers</p>
<p>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcebase.com/wordpress-developement/choose-the-best-form-extensions-for-your-joomla-website-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose the Best Form Extensions for Your Joomla Website</title>
		<link>http://www.opensourcebase.com/joomla-development/choose-the-best-form-extensions-for-your-joomla-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=choose-the-best-form-extensions-for-your-joomla-website</link>
		<comments>http://www.opensourcebase.com/joomla-development/choose-the-best-form-extensions-for-your-joomla-website/#comments</comments>
		<pubDate>Mon, 08 Oct 2012 04:33:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[form extensions]]></category>
		<category><![CDATA[joomla extensions]]></category>
		<category><![CDATA[joomla website]]></category>

		<guid isPermaLink="false">http://www.opensourcebase.com/?p=123</guid>
		<description><![CDATA[Joomla, one of the most widely used content management systems in the world, is amply powered by several extensions that help improve its functionality. To create forms in Joomla there are several extensions that can come handy. A visit to the Joomla Extensions Directory gives a fair idea of the number of form extensions currently [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Joomla, one of the most widely used content management systems in the world, is amply powered by several extensions that help improve its functionality. To create forms in Joomla there are several extensions that can come handy. A visit to the Joomla Extensions Directory gives a fair idea of the number of form extensions currently available. In this article we will take a look at the best form extensions for powering your Joomla website.</p>
<p style="text-align: justify;"><strong>1. RSform Pro :</strong> This form extension is by RSJoomla that has the capacity to meet every set of requirements for any kind of website. RSform Pro is easy to install and has some great features like the ability to store submissions to a database, Ajax validation for fields, mailchimp integration, drag and drop order change, salesforce integration, easy export to Excel with custom CSS and JavaScript in your form. It also has custom layout options and multi-page forms with PHP code execution.</p>
<p style="text-align: justify;"><strong>2. Breezing Forms :</strong> When a clean interface welcomes a developer, non-programmer or designer, the first impression will definitely be impressive! This is what BreezingForms does at the first glance. It has three interfaces: QuickMode, Easy Mode and ClassicMode. All the three have simple steps that help you create forms easily. The drag and drop features really work great in all the three ways. However, the three interfaces are designed for three different type of users. For example, the QuickMode is for non-programmers who want to create simple forms easily, while the ClassicMode is for designers.</p>
<p style="text-align: justify;"><strong>3. Mad4Joomla :</strong> Listed among the most popular Joomla form extensions in the Joomla Extensions directory, Mad4Joomla packs quite a punch with its features. It helps create email forms with better preferences for usability, classification in categories, working with templates, file uploads as attachments etc. Mad4Joomla, created by Mad4Media, is thus perfect if you are looking for a form extension for creating job forms, reservations, contacts, donations and polls among other things.</p>
<p style="text-align: justify;"><strong>4. Chronoforms :</strong> The latest versions of Chronoforms form extension for Joomla have definite advantages over its previous versions, especially with the form field drag and drop function. Starting from options for basic form features like field creation to email processing, data validation, data storage and management, Chronoforms does boast of several improvements. Security of the form extension is built in Captcha + ReCaptcha support. You can also perform several Joomla functions on this extension such as Joomla registration forms, User Login and Article submission. The disadvantage of using Chronoforms is that you need to create separate tables for submissions unlike the other form builders. However, it is one of the best form extensions available currently.</p>
<div style="text-align: justify;"><strong>5. Proforms :</strong> If you are looking for a form extension that gives extensive professional functions, Proforms is the one for you. The latest Proforms version is built for Joomla 1.3 and 3.0 and works equally great for beginners as well as designers and experts. It is very easy to use the form components and is built in App System. The database support for Proforms allows excellent records manager and also export of db records in CSV and Excel format. The security is well defined with 5 Captchas including reCaptcha, Spamtraps and sending time review options. Proforms also allows custom HTML between form fields.</div>
<p style="text-align: justify;">A visit to the Joomla extension directory will give you a glimpse of the other form extensions available for creating forms. The five listed above are among the most popular ones used.</p>
<p>PixelCrayons, a web development company, is the contributor of this post. The company specializes in ecommerce &amp; CMS solutions. You may hire <a href="http://joomla.pixelcrayons.com/"><strong>Joomla Developers</strong></a> and <a href="http://magento.pixelcrayons.com/"><strong>Magento Developers</strong></a> here at affordable rates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcebase.com/joomla-development/choose-the-best-form-extensions-for-your-joomla-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stop Access of Hackers on your WordPress Blog?</title>
		<link>http://www.opensourcebase.com/wordpress-developement/how-to-stop-access-of-hackers-on-your-wordpress-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-stop-access-of-hackers-on-your-wordpress-blog</link>
		<comments>http://www.opensourcebase.com/wordpress-developement/how-to-stop-access-of-hackers-on-your-wordpress-blog/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 05:30:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress blog]]></category>
		<category><![CDATA[wordpress hacking]]></category>
		<category><![CDATA[wordpress security]]></category>

		<guid isPermaLink="false">http://www.opensourcebase.com/?p=113</guid>
		<description><![CDATA[Prevention is better than cure and this applies not only for our health but also for ensuring the security of our business. Since websites have become an integral part of business today, it is essential that they are kept safe and secured. Many businesses prefer using WordPress blog to start up their online venture. WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Prevention is better than cure and this applies not only for our health but also for ensuring the security of our business. Since websites have become an integral part of business today, it is essential that they are kept safe and secured. Many businesses prefer using WordPress blog to start up their online venture. WordPress is known for offering a user-friendly, robust blogging platform for businesses. Though most WordPress blogs are not hacked, it is still important that you keep your blog safe. Hackers are outside threats that can seriously harm sensitive data of your business. It is essential that hackers are kept at bay and the WordPress blog made string enough to fight unwanted intrusion.</p>
<p><span id="more-113"></span></p>
<p><strong>Ways to Stop Hackers Access on WordPress Blog</strong></p>
<ul>
<li><strong>Protect wp-Admin Directory :</strong> The best way to stop hackers accessing your blog is to put numerous limits on the wp-Admin directory. There are two ways of protecting the directory, first limit the access by the IP address and secondly password protect the wp-admin directory. For limiting the access by the IP address, create an .htaccess file in your directory. Decide on your IP address and put the following code on the .htaccess file</li>
</ul>
<p>&lt;Limit GET POST PUT&gt;<br />
order deny, allow<br />
deny from all<br />
allow from xxx.xxx.xxx.xxx<br />
&lt;/Limit&gt;</p>
<p>The second option is to put a password protection on the directory. For this you will need two files:  an .htaccess file and an .htpasswd file. For better results encrypt your password. However if you do not have a static blog, setting a password to the directory can be difficult. The easier option would be to install the plugin AskApache Password Protect WordPress plugin.</p>
<ul>
<li><strong>Create Regular Backups :</strong> Make it a point to religiously create backup of your database to ensure that even if a hacker attacks your blog, your database is safe with you. Backups can be created manually or with the help of plugins.</li>
</ul>
<ul>
<li><strong>Hide Directory Structure :</strong> By default WordPress allows visitors to see all files in folders lacking an index file. This may not seem dangerous to a novice but for a hacker this is a blessing in disguise. To fix this problem, there are two solutions:  use an Index file or use an .htaccess file.</li>
</ul>
<ul>
<li><strong>Regularly Update WordPress :</strong> The WordPress community regularly releases new version having better features and security measures. It is advisable to migrate to these improved versions and be protected against unwanted bugs and hackers.</li>
</ul>
<ul>
<li><strong>Install WP Security Scan :</strong> The WP security scan is a plugin that is simple to install and which automates stuff. The plugin regularly scans your blog for vulnerabilities and detects malicious codes. Installing this plugin is one way to safeguard your blog.</li>
</ul>
<ul>
<li><strong>Use Passwords At All Entry Points :</strong> When you install WordPress blog, an admin password will be generated. Though it is pretty strong and there is nothing wrong in it, it is advisable to change it once the control is in your hands. The other place where you need to change the password is the ftp/cPanel. If someone can access this they can easily access the database from cPanel-&gt;Databases-&gt;MySQL Databases.</li>
</ul>
<ul>
<li><strong>Keep all Plugins and Themes Up-To-Date :</strong> It is important to regularly update the WordPress blog to the latest version, it is also essential update the plugins and themes. WordPress developers are always improving existing plugins and make them more secured. If you cannot find an update to an existing plugin, the next option is to install a similar plugin. For updating the theme, you can keep a check on WordPress theme database.</li>
</ul>
<p>As an additional security step, always make sure that your computer is secured.</p>
<p><strong>About Author :</strong></p>
<p>This post is shared by PixelCrayons, a reputable web development agency specialized in WordPress and Joomla Development. You can get in touch with PixelCrayons if you are planning to hire experienced <a title="Wordpress Developers" href="http://wordpress.pixelcrayons.com/">WordPress Developers</a> or <a title="Joomla Developers" href="http://joomla.pixelcrayons.com/">Joomla Developers</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcebase.com/wordpress-developement/how-to-stop-access-of-hackers-on-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Steps You Should Regularly Carry Out on Your WordPress Blog</title>
		<link>http://www.opensourcebase.com/wordpress-developement/5-steps-you-should-regularly-carry-out-on-your-wordpress-blog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=5-steps-you-should-regularly-carry-out-on-your-wordpress-blog</link>
		<comments>http://www.opensourcebase.com/wordpress-developement/5-steps-you-should-regularly-carry-out-on-your-wordpress-blog/#comments</comments>
		<pubDate>Tue, 26 Jun 2012 04:13:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress blogging]]></category>
		<category><![CDATA[wordpress developers]]></category>
		<category><![CDATA[wordpress theme development]]></category>
		<category><![CDATA[wordpress web development]]></category>

		<guid isPermaLink="false">http://www.opensourcebase.com/?p=110</guid>
		<description><![CDATA[Very few will not agree that WordPress is the best blogging platform currently available on the web. With its multitude of features, you will be spoilt for choice regarding how to optimally use the content management system. One thing that makes WordPress quite infamous is its slow loading time and the tendency to create problem [...]]]></description>
			<content:encoded><![CDATA[<p>Very few will not agree that WordPress is the best blogging platform currently available on the web. With its multitude of features, you will be spoilt for choice regarding how to optimally use the content management system. One thing that makes WordPress quite infamous is its slow loading time and the tendency to create problem when it has too much data. But if there is a problem, there has to be a solution. For <a href="http://www.wpcanvas.com/"><strong>WordPress blogging</strong></a>, the solution is right in front of your eyes. It isn’t difficult or cumbersome if you make it a point to keep servicing the platform regularly. Many bloggers will tell you to compare WordPress blogging with an automobile and remind you to service the blogging platform like you regularly service your car. The comparison is pretty apt considering the fact that servicing increases the longevity of your site.</p>
<p><strong>5 Steps on How to Maintain Your WordPress Blog</strong></p>
<ol>
<li><strong>Regular Backups:</strong> There is so much that can happen to your blog if you do not keep regular backups. You will find many bloggers sharing their woes of how they lost a month’s data due to a malware or an external threat to the site all because they didn’t create backups of the blog. Make it a habit to regularly create backups as this is a must. WordPress experts suggest creating a backup at least once a week. You will find appropriate plugins for this purpose too.</li>
<li><strong>Update WordPress Versions:</strong> The WordPress community keeps on releasing new versions of the blogging platform now and then. It is advisable to make it a point to regularly upgrade into such new versions. You may be thinking that every new version will not have much different to offer that is actually true. But by upgrading you will ensure that the security improves. With an old version, the risk to threats increases that is something you wouldn’t want.</li>
<li><strong>Update Plugins and Delete Unwanted Ones:</strong> It doesn’t matter how many or which plugin you use. The fact remains that they need to be updated regularly so that they function well. When you <a href="http://www.wpcanvas.com/services.html"><strong>start using WordPress</strong></a>, numerous plugins must have impressed you and you may have installed several plugins. But as time goes by, you realize that you don’t really need all of them. If you ever feel that a plugin is unnecessary, immediately delete that plugin. Please note that you have to ‘delete’ it and not ‘deactivate’ it.</li>
<li><strong>Delete Spam:</strong> Make it a habit to check the spam folder and delete all spam. Do this at least once a week to control unwanted utilization of space. You could also install plugins to help delete spam, such as Akismet and Growmap Anti Spambot Plugin.</li>
<li> <strong>Update Themes:</strong> If you have bought a premium theme for your blog, make it a point to update it regularly. Always be in touch with the theme developer and see that you update the theme as soon as the developer makes some change in the theme. This will once again ensure that your WordPress blog is free of external threats.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcebase.com/wordpress-developement/5-steps-you-should-regularly-carry-out-on-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Vs WordPress: Which is The Most Powerful CMS?</title>
		<link>http://www.opensourcebase.com/cms/joomla-vs-wordpress-which-is-the-most-powerful-cms/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=joomla-vs-wordpress-which-is-the-most-powerful-cms</link>
		<comments>http://www.opensourcebase.com/cms/joomla-vs-wordpress-which-is-the-most-powerful-cms/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 06:22:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[joomla developers]]></category>
		<category><![CDATA[joomla web development]]></category>
		<category><![CDATA[wordpress developers]]></category>
		<category><![CDATA[wordpress web development]]></category>

		<guid isPermaLink="false">http://www.opensourcebase.com/?p=106</guid>
		<description><![CDATA[Content management systems have changed the way how websites are built and managed. Businesses have benefitted using CMSs as it allowed non-technical people to contribute content to a website without having any coding skills. Joomla and WordPress have been the two most popular content management systems in the world and there has always been a [...]]]></description>
			<content:encoded><![CDATA[<p>Content management systems have changed the way how websites are built and managed. Businesses have benefitted using CMSs as it allowed non-technical people to contribute content to a website without having any coding skills. Joomla and WordPress have been the two most popular content management systems in the world and there has always been a raging debate on which is the best. Both these CMS solutions are being used around the globe by hundreds of thousands of websites and have their own pros and cons when brought to a comparing table. Let us now take a look at the strengths and weaknesses of each of these content management systems.</p>
<p><strong>WordPress</strong></p>
<p>This is by far the most popular content management systems in the world having the largest market share among all CMS solutions in the world. Built in PHP it was primarily built as a blogging platform which also allows developers to build complete websites.</p>
<p><strong>Strengths</strong></p>
<ul>
<li>First and foremost it is the easiest content management system in the world which allows users to <a href="http://www.wpcanvas.com/"><strong>publish content and manage a website or blog with ease</strong></a>.</li>
</ul>
<ul>
<li>It installs in no time and comes with a built editor within the admin area which allows developers to make all the customary changes to the website as is required</li>
</ul>
<ul>
<li>There are nearly 1500+ free and premium themes and over 20000 plugins available in WordPress making it the most diverse content management system in the world. From a corporate website to a photo blog or e-zine all kinds of websites can be developed using WordPress.</li>
</ul>
<p><strong>Weaknesses</strong></p>
<ul>
<li>Though WordPress can be used to build all kinds of websites it is primarily used only as a blogging platform. Building complex websites in WordPress is a painstaking task.</li>
</ul>
<ul>
<li>Security in WordPress isn’t as strong as in Joomla and the websites fall easy prey to hackers and viruses especially when using free themes.</li>
</ul>
<ul>
<li>The navigation structure of a WordPress website cannot easily be altered as in Joomla as the navigation is determined by the theme you choose and to change this you would need to alter the CSS.</li>
</ul>
<p><strong>Joomla</strong></p>
<p>Right at the outset it was designed as a complete website management solution. It is built in PHP and used MySQL as its database. Once deployed this content management system can easily be extended with a wide array of extensions.</p>
<p><strong>Strengths</strong></p>
<ul>
<li>Joomla allows multiple users to edit the website at the same time making it ideal for businesses which offer many users to permission to edit the website.</li>
</ul>
<ul>
<li>It can be used to a community or a network with a membership area, newsroom, forums, articles etc. as it manages all these complex tasks with ease.</li>
</ul>
<ul>
<li>This content management system supports multi-lingual websites which allows businesses to have their website in multiple languages.</li>
</ul>
<p><strong>Weaknesses</strong></p>
<ul>
<li>The learning curve is steep in Joomla compared to WordPress and the developer and user need to get acclimated to the admin and other features of the Joomla website.</li>
</ul>
<ul>
<li>Joomla codes aren’t as search engine friendly as that of WordPress and you need to optimize a website to attract targeted traffic from the search engines.</li>
</ul>
<ul>
<li>Joomla uses excess JavaScript and CSS to display pages which makes the website heavy and load slow on the web browser.</li>
</ul>
<p>It is difficult to pass a judgment over which is the best CMS solution between WordPress and Joomla and purely depends upon the need of the business. If you are planning to develop a simple website with limited features and functionalities WordPress would be the perfect choice for you. In case of complex websites with large databases one should opt for Joomla.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcebase.com/cms/joomla-vs-wordpress-which-is-the-most-powerful-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook WordPress Tool to Make Your Blogging More Social</title>
		<link>http://www.opensourcebase.com/wordpress-and-social-media/facebook-wordpress-tool-to-make-your-blogging-more-social/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=facebook-wordpress-tool-to-make-your-blogging-more-social</link>
		<comments>http://www.opensourcebase.com/wordpress-and-social-media/facebook-wordpress-tool-to-make-your-blogging-more-social/#comments</comments>
		<pubDate>Fri, 15 Jun 2012 12:08:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress and Social Media]]></category>
		<category><![CDATA[wordpress developers]]></category>
		<category><![CDATA[wordpress facebook plugins]]></category>
		<category><![CDATA[wordpress programmers]]></category>
		<category><![CDATA[wordpress theem development]]></category>

		<guid isPermaLink="false">http://www.opensourcebase.com/?p=102</guid>
		<description><![CDATA[Social media marketing has become one of the most important things for any website or blog. On the same note, businesses that use WordPress as a blogging platform are increasingly making use of this social media to promote their blogs. They do so to get recognition among the present customers and reach out to potentially [...]]]></description>
			<content:encoded><![CDATA[<p>Social media marketing has become one of the most important things for any website or blog. On the same note, businesses that use WordPress as a blogging platform are increasingly making use of this social media to promote their blogs. They do so to get recognition among the present customers and reach out to potentially new ones. Facebook has become one of the largest social networking platform in the world with 800+ million users; this is the first <a href="http://www.wpcanvas.com/"><strong>choice for WordPress developers</strong></a>. The ideal way to promote your blog on Facebook is to use third-party plugins. These plugins or tools can easily be integrated in your WordPress blog and allow you to share your posts and promote them virally.</p>
<p><strong>Popular Facebook Tools for WordPress</strong></p>
<ul>
<li><strong>Facebook for WordPress –</strong> This is one of the most popular Facebook plugins as it allows you to cross-publish content on the social networking site. The published posts appear on the Facebook Timeline as well as on the Facebook Pages helping you reach out to your followers virally.</li>
</ul>
<ul>
<li><strong>Facebook Fan Box Plugin –</strong> Facebook Fan Box plugin helps in gathering fans on Facebook, which is one of the most sought after things for any business. It displays a box on your blog showing recent updates made on your Facebook page along with details of the fans that have followed you, thus encouraging your visitors to join the club.</li>
</ul>
<ul>
<li><strong>WordPress Facebook Connect –</strong> Another popular WordPress plugin this adds Facebook functionality to your blog. Your visitors can post their comment on your blog with their Facebook account. The comments would appear on their news feed and profile pages and will be visible within their network. It encourages others to read your blog and creates a community surrounding your blog.</li>
</ul>
<ul>
<li><strong>Facebook Posted Items –</strong> With the use of this WordPress plugin, you will be able to display a list of items that you have posted on Facebook. This is a good way of promoting online content that attracts the visitors and would be beneficial for you as well. This way you can add some variety to your Facebook page which in turn drives in more visitors to your official blog.</li>
</ul>
<ul>
<li><strong>Facebook Live Stream –</strong> If you are webcasting a live event on your WordPress blog and want to promote it over a huge network, this is the perfect plugin for you. It allows your fans to share comments and activity on their Facebook profiles instantly. This real-time marketing allows you to promote events which can lead to fast sales.</li>
</ul>
<p>These plugins allow you to market your WordPress blog virally and create a brand identity for your business over such a powerful platform helping you gather new leads and penetrate into newer markets. This marketing campaign needs to be handled methodically identifying your target audience. You should strike a perfect balance with the campaign as too much of promotion can annoy your fans and followers. It is advisable that you hire the services of a good Internet marketing company, which has expertise in social media marketing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.opensourcebase.com/wordpress-and-social-media/facebook-wordpress-tool-to-make-your-blogging-more-social/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
