<?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>Laravel Archives | Blog</title>
	<atom:link href="https://onclickinnovations.com/blog/tag/laravel/feed/" rel="self" type="application/rss+xml" />
	<link>https://onclickinnovations.com/blog/tag/laravel/</link>
	<description>Onclick Innovations Pvt. Ltd.</description>
	<lastBuildDate>Mon, 08 May 2017 12:39:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
<site xmlns="com-wordpress:feed-additions:1">208843066</site>	<item>
		<title>Phalcon:: The Extremely Fast Framework</title>
		<link>https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/</link>
					<comments>https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Mon, 08 May 2017 12:39:43 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Angular 2]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[MVC Frameworks]]></category>
		<category><![CDATA[ReactJS]]></category>
		<category><![CDATA[Web Application Development]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=740</guid>

					<description><![CDATA[<p> &#8220;Phalcon&#8221; a high-performance PHP Web framework. It is written as a C extension. Phalcon is probably one&#8217;s go to framework, if the application has to be in PHP and be as performant as possible. Since , it is very fast, but cannot run on shared hosting. As compiled as a C extension into PHP which makes it faster by [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/">Phalcon:: The Extremely Fast Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong> &#8220;Phalcon&#8221;</strong> a high-performance PHP Web framework. It is written as a C extension. Phalcon is probably one&#8217;s go to framework, if the application has to be in PHP and be as performant as possible. Since , it is very fast, but cannot run on shared hosting. As compiled as a C extension into PHP which makes it faster by an order of magnitude. Phalcon doesn’t have footprint in one&#8217;s project it resides in one&#8217;s memory, so it will not be seen specific code in your project. We can’t play around with Phalcon’s source code and modify to fit  different needs.</p>
<p>In <a href="http://blog.onclickinnovations.com/740-2/">PHALCON</a>, as default, directory structure, and the way one write classes dictates  routes. Phalcon is blazing fast. Phalcon is different, as it is delivered as a php extension, which will be injected into the php core while running. So, we can just download the extension on Windows, or rebuild it, enable it in php.ini, and after that we got a high performance framework working. It is not easy extendable at all. Phalcon  is a completely different framework as its core files are compiled as a php extension. Its fastest PHP framework but because of the dependency on many core api&#8217;s the documentation becomes the limiting factor. Phalcon is compiled framework hence changing some core functionality would be difficult.  When one&#8217;s own code hooks into a class/method of Phalcon, that method will be executed directly as C, which is already compiled to machine code, which is basically as fast as one can get. Unlike most PHP frameworks, Phalcon is implemented as a web server extension  and aiming to boost execution speed, reduce resource usage, and handle more HTTP requests  per second than comparable frameworks written primarily in PHP.</p>
<p><strong>Pros</strong></p>
<ul>
<li>Extremely  fast</li>
<li>The team seems really dedicated so much so they have a fundraising page to make the lead developer full time</li>
</ul>
<p><strong>Cons</strong></p>
<ul>
<li>We&#8217;d be relying on a framework we can&#8217;t just jump in and fix if there is a bug until an official patch is out.</li>
<li>It doesn&#8217;t work with HHVM</li>
</ul>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphalcon-the-extremely-fast-framework%2F&amp;linkname=Phalcon%3A%3A%20The%20Extremely%20Fast%20Framework" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphalcon-the-extremely-fast-framework%2F&amp;linkname=Phalcon%3A%3A%20The%20Extremely%20Fast%20Framework" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphalcon-the-extremely-fast-framework%2F&amp;linkname=Phalcon%3A%3A%20The%20Extremely%20Fast%20Framework" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphalcon-the-extremely-fast-framework%2F&#038;title=Phalcon%3A%3A%20The%20Extremely%20Fast%20Framework" data-a2a-url="https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/" data-a2a-title="Phalcon:: The Extremely Fast Framework">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/">Phalcon:: The Extremely Fast Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/phalcon-the-extremely-fast-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">740</post-id>	</item>
		<item>
		<title>Vue.js</title>
		<link>https://onclickinnovations.com/blog/vue-js/</link>
					<comments>https://onclickinnovations.com/blog/vue-js/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Thu, 13 Apr 2017 13:26:18 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Angular 2]]></category>
		<category><![CDATA[App Development]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[MVC Framework]]></category>
		<category><![CDATA[ReactJS]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=701</guid>

					<description><![CDATA[<p>Vue.js is a javascript framework to build user interfaces. Vue.js is a library for building web interfaces. Vue.js is simple, minimal core with an incrementally adoptable stack that can handle apps of any scale. Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/vue-js/">Vue.js</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Vue.js is a javascript framework to build user interfaces. Vue.js is a library for building web interfaces. Vue.js is simple, minimal core with an incrementally adoptable stack that can handle apps of any scale. Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is very easy to pick up and integrate with other libraries or existing projects. On the other hand, Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling  and supporting libraries .</p>
<p>Basically Vue.js  let one code in an highly reusable way,  create components that one can use as “html-like tags” in your page, binding data, functions and other very useful properties to every component. It has quickly overtaken React.js and jQuery in terms of popularity  and it doesn&#8217;t show signs of slowing down anytime soon.</p>
<p>Vue.js  is truly descriptive , declarative rendering, as oppose to other frameworks/libraries. Vue.js provides a lot of fantastic features to work with DOM. Vue.js does not require webpack. Vue.js also reduces a ton of line of codes.  Vue.js is really approachable and provides a little more structure on how to approach various things.  Vue.js is also suitable for light-weight projects. It provides very different functionality though, namely structure and modularization. In fact, one can use JQuery and Vue.js together. Vue.js was 3rd most starred project in 2016 on GitHub. Vue is simpler,  Vue.js is much easier to integrate into many frameworks like Laravel, Rails or even Django. Parsing, ajax, and data binding  can be done with Vue.js. Vue is focusing on building some of the best actions in web UI development like components, declarative UI, hot-reloading, time-travel debugging and etc.  Vue.js has a much less complicated learning curve in comparison with Angular 2.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fvue-js%2F&amp;linkname=Vue.js" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fvue-js%2F&amp;linkname=Vue.js" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fvue-js%2F&amp;linkname=Vue.js" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fvue-js%2F&#038;title=Vue.js" data-a2a-url="https://onclickinnovations.com/blog/vue-js/" data-a2a-title="Vue.js">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/vue-js/">Vue.js</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/vue-js/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">701</post-id>	</item>
		<item>
		<title>Cake PHP Development</title>
		<link>https://onclickinnovations.com/blog/cake-php-development/</link>
					<comments>https://onclickinnovations.com/blog/cake-php-development/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Wed, 08 Feb 2017 09:55:32 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Angular JS]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[custom solutions corporate]]></category>
		<category><![CDATA[Custom Website Development]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Mobile App Development]]></category>
		<category><![CDATA[SEO]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=632</guid>

					<description><![CDATA[<p>CakePHP is among the popular PHP based frameworks used globally for website and web applications development. CakePHP is a free and open-source platform, which facilitates the developers to build highly affordable web-applications using the MVC framework. This is a robust and efficient platform for the developers to create exciting PHP web applications. It is having model-view [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/cake-php-development/">Cake PHP Development</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://blog.onclickinnovations.com/cake-php-development/"><strong>CakePHP</strong></a> is among the popular PHP based frameworks used globally for website and web applications development. CakePHP is a free and open-source platform, which facilitates the developers to build highly affordable web-applications using the MVC framework. This is a robust and efficient platform for the developers to create exciting PHP web applications. It is having model-view -controller (MVC) based architecture and has inbuilt richness in terms of caching, authentication, testing and validations. CakePHP offers quite a few benefits that make it the preferred framework over a number of other PHP frameworks available in the market.  CakePHP offers robust plugins, that are useful to make the code easily reused and also, to allow the app folder to remain clean. The class inheritances of CakePHP are also easily understandable. CakePHP offers a number of useful libraries to enable conducting the common tasks as well as includes facilities to organize the code in folders and associate the code with files. This effectively reduces the time taken for writing and organizing the code.</p>
<p><strong>Benefits of CakePHP Website Development</strong></p>
<p>&nbsp;</p>
<ul>
<li>Highly Cost Effective in CakePHP Development</li>
<li>Easily Compatible with Development and updated</li>
<li>SEO Friendly website development</li>
<li>Highly web secure and more reliable</li>
</ul>
<p>&nbsp;</p>
<p><strong>Here are a few things CakePHP offers to make development easier.</strong></p>
<p><strong>MVC pattern : </strong>MVC pattern adds extra functionality in CakePHP. CakePHP uses a unique MVC pattern where logic is completely separated from presentation.  Its coding pattern helps to separate the business logic from design &amp; presentation.</p>
<p><strong>ORM : </strong>CakePHP has an incredible built-in ORM, and therefore, building queries becomes much easier. ORM frameworks will shield your application from SQL injection attacks since the framework will be filtering the data for you.</p>
<p><strong>Reusable codes : </strong>In CakePHP, the code created by the user are reusable. So, there is no need to create code from the scratch every time and this helps reduce the time and effort required to create the websites and web applications.</p>
<p><strong>Easily extend with plug-ins : </strong>CakePHP allows to build on existing facility by extending the program with great new features that are available in the form of Components, Helpers, Behaviors and Extensions.</p>
<p><strong>Built-in Validation : </strong>The built-in validation facility in CakePHP eases the development. The validation feature in particular is very useful since it saves a lot of time.</p>
<p><strong>CRUD Scaffolding : </strong>Cakephp is remarkable when it comes to scaffolding code generation. The built-in CRUD feature is very handy for database interaction.</p>
<p><strong>Security :</strong>When it comes to security features, CakePHP is simply the best. Its core security and CRUD (Create, Retrieve, Update, and Delete) features allow securing the user submission process in less time.</p>
<p><strong>Easy to Test and Debug :</strong>It is very easy to test and even debug any application once it is created. It is also very easy to identify the error and easy to correct it.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fcake-php-development%2F&amp;linkname=Cake%20PHP%20Development" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fcake-php-development%2F&amp;linkname=Cake%20PHP%20Development" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fcake-php-development%2F&amp;linkname=Cake%20PHP%20Development" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fcake-php-development%2F&#038;title=Cake%20PHP%20Development" data-a2a-url="https://onclickinnovations.com/blog/cake-php-development/" data-a2a-title="Cake PHP Development">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/cake-php-development/">Cake PHP Development</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/cake-php-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">632</post-id>	</item>
		<item>
		<title>Front end Development with Angular.JS</title>
		<link>https://onclickinnovations.com/blog/front-end-development-with-angular-js/</link>
					<comments>https://onclickinnovations.com/blog/front-end-development-with-angular-js/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Wed, 18 Jan 2017 13:09:04 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Angular JS]]></category>
		<category><![CDATA[Angular2]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[Custom Web Development]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[MVC Frameworks]]></category>
		<category><![CDATA[Responsive Websites]]></category>
		<category><![CDATA[Web Application Development]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=610</guid>

					<description><![CDATA[<p>If you are about to proceed for your next web application project in JavaScript Framework you must need to take a quick look at Angular.js as your programming tool. As there are many JavaScript frameworks available, such as Jquery, Backbone.js and Knockout.js, so its a bit difficult to single out one. So here are some [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/front-end-development-with-angular-js/">Front end Development with Angular.JS</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are about to proceed for your next web application project in JavaScript Framework you must need to take a quick look at <a href="http://blog.onclickinnovations.com/610-2/">Angular.js</a> as your programming tool. As there are many JavaScript frameworks available, such as Jquery, Backbone.js and Knockout.js, so its a bit difficult to single out one. So here are some benefits of Angular.JS to get over the dilemma of selecting the right framework and opting for this one.  Some benefits of Angular.JS for quick front end development may have convinced this is the tool to choose for Web applications.</p>
<ul>
<li>Proficiency to Create Web Applications Quickly and Easily</li>
</ul>
<p>With Angular.js, there is no need to create your own object and event handlers, as it includes two-way data binding. In addition, it saves to the server and offers the ability to shift from watching elements and events, to watching a model instead.</p>
<ul>
<li>Extensible and Flexible</li>
</ul>
<p>Angular.js is fully extensible and can work well with other libraries. In addition, all of its features can be modified, or replaced with other features, in order to meet your custom development needs.</p>
<ul>
<li>Easy to Learn</li>
</ul>
<p>If you already have experience developing with JavaScript, Jquery, Backbone.js, and are learning how to use Angular.js, it should only take you a couple of weeks to become proficient(understanding best practices and elements of the framework).</p>
<ul>
<li>Easy to Collaborate with Other Developers.</li>
</ul>
<p>With the ability to create directives in Angular.js, and dependency injection, you are able to easily collaborate with other developers. A number of Angular.js directive bridge libraries have been developed, so that Angular.js directives can be applied to other existing projects, using different frameworks, which makes adding new functionalities to an existing element.</p>
<p>Angular.js can be a great solution if you are looking for quick front end development, and its features are vast. Here are just some of the many features it presents to developers:</p>
<ul>
<li>Views and routes<br />
• Form validation<br />
• Ability to extend HTML with your own behavior<br />
• Emphasis on testability<br />
• Ability to add HTML tags/attributes, so that your browser can do more</li>
</ul>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Ffront-end-development-with-angular-js%2F&amp;linkname=Front%20end%20Development%20with%20Angular.JS" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Ffront-end-development-with-angular-js%2F&amp;linkname=Front%20end%20Development%20with%20Angular.JS" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Ffront-end-development-with-angular-js%2F&amp;linkname=Front%20end%20Development%20with%20Angular.JS" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Ffront-end-development-with-angular-js%2F&#038;title=Front%20end%20Development%20with%20Angular.JS" data-a2a-url="https://onclickinnovations.com/blog/front-end-development-with-angular-js/" data-a2a-title="Front end Development with Angular.JS">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/front-end-development-with-angular-js/">Front end Development with Angular.JS</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/front-end-development-with-angular-js/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">610</post-id>	</item>
		<item>
		<title>Magento &#038; WooCommerce</title>
		<link>https://onclickinnovations.com/blog/magento-woocommerce/</link>
					<comments>https://onclickinnovations.com/blog/magento-woocommerce/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Fri, 13 Jan 2017 12:50:04 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Angular JS]]></category>
		<category><![CDATA[Custom Web Development]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Magento]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=603</guid>

					<description><![CDATA[<p>If you are planning to build your online store, there are several decisions to be made. The most crucial one is, Which Platform is best suited to meet your business needs? But at the moment, Magento and WooCommerce are the two Ecommerce platforms which are the most popular. Both are open source products. The original [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/magento-woocommerce/">Magento &#038; WooCommerce</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you are planning to build your online store, there are several decisions to be made. The most crucial one is, Which Platform is best suited to meet your business needs? But at the moment, <a href="http://blog.onclickinnovations.com/magento-woocommerce/">Magento and WooCommerce</a> are the two Ecommerce platforms which are the most popular. Both are open source products. The original code is freely available so you can build a new one or modify the solution that specifically works for you. There are no hidden costs or subscription fees allowing you to cut down your project costs and spend the maximum time on development. Both these options provide outstanding security, excellent support and powerful features for ecommerce development.</p>
<p>Before you decide which platform is best suited to you, please analyze your business and these two ::</p>
<p>&nbsp;</p>
<p>Setting Up / Usability</p>
<p>If you are a WordPress user and want to add an ecommerce part to your site, you can go for the plugin WooCommerce. It is an extension to WordPress which is easy to use and perfectly allows you to customize your site.Even Magento has a full installation wizard, and it’s interface is really easy to use.</p>
<p>Features</p>
<p>Both Magento and WooCommerce provide you these basic features. You can cross-sell or up-sale products, compare products, add discount codes, add an advanced filter for navigation, add multiple channels to your store with Magento.</p>
<p>WooCommerce is a simple way to start out. You can rate products, feature On Sale items or best sellers through available widgets but for more complex features you’ll require a plugin. As WooCommerce is an extension of WordPress it can work with a list of other WordPress plugins.</p>
<p>Cost to Install</p>
<p>Both the platforms are open source and are available for free to download and customize. But once your business grows up to the next level, WooCommerce can be easily expanded at lower expense and the same time. Most of the WordPress premium templates are affordable. Whereas, though Magento’s Community version is free, it’s Enterprise edition is very expensive.</p>
<p>Hosting</p>
<p>Magento being a powerful platform is filled with highly complex structure and numerous  features, requires much more disk space and is heavy on server load. Whereas, hosting requirements for WooCommerce are limited as it is very light on server load.</p>
<p>Themes and Functionalities</p>
<p>There are thousands of themes available which are responsive in both the ecommerce platforms which you can simply download to import to your site.</p>
<p>Magento is designed solely for the ecommerce purpose. And, WooCommerce being part of WordPress, allows to incorporate any kind of payment system on any WordPress based website.</p>
<p>Search Engine Friendly</p>
<p>Magento, being heavy in nature may take time to load pages. WooCommerce would not let user to wait for longer time as it is light weight. So, you can say WooCommerce is SEO friendly on the basis of page loading time.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fmagento-woocommerce%2F&amp;linkname=Magento%20%26%20WooCommerce" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fmagento-woocommerce%2F&amp;linkname=Magento%20%26%20WooCommerce" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fmagento-woocommerce%2F&amp;linkname=Magento%20%26%20WooCommerce" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fmagento-woocommerce%2F&#038;title=Magento%20%26%20WooCommerce" data-a2a-url="https://onclickinnovations.com/blog/magento-woocommerce/" data-a2a-title="Magento &amp; WooCommerce">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/magento-woocommerce/">Magento &#038; WooCommerce</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/magento-woocommerce/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">603</post-id>	</item>
		<item>
		<title>Yii  Framework</title>
		<link>https://onclickinnovations.com/blog/yii-framework/</link>
					<comments>https://onclickinnovations.com/blog/yii-framework/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Thu, 12 Jan 2017 11:50:33 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Codeignet]]></category>
		<category><![CDATA[Custom Web Development]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[MVC Framework]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=599</guid>

					<description><![CDATA[<p>Yii is a structured, layered architecture and a high performance component based framework for developing web based application. YII is purely object oriented, architecturally clean and very simple to extend it. It is also simple and easy compared to frameworks like laravel. It can be easily customizable and can meet the requirements of web 2.0 [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/yii-framework/">Yii  Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://blog.onclickinnovations.com/yii-framework/">Yii</a> is a structured, layered architecture and a high performance component based framework for developing web based application. YII is purely object oriented, architecturally clean and very simple to extend it. It is also simple and easy compared to frameworks like laravel. It can be easily customizable and can meet the requirements of web 2.0 application development. It can be sum up by these following points:</p>
<ul>
<li>Model-View-Controller (MVC) Design Pattern Based.</li>
<li>The framework supports data and time formatting, number formatting, message translation and interface localization.</li>
<li>Yii is especially designed very carefully so that users can use it easily and it works well with third-party codes.</li>
<li>The framework also features generation of difficult WSDL service specifications and management of Web service request handling.</li>
<li>It supports layered data caching, dynamic content and page caching.</li>
<li>Logging and error handling in Yii framework can be done very accurately, and users are also capable of filtering, routing and categorizing to diverse destinations.</li>
</ul>
<p>&nbsp;</p>
<p>So, here are some reasons why one should choose Yii framework for their next project::</p>
<p>&nbsp;</p>
<p><strong>A lot easier to install &#8211;</strong><br />
As compare to other frameworks, yii is a lot simpler to install without facing any difficulty.</p>
<p><strong>Highly Secure</strong> &#8211;<br />
When we develop any web application, security is the major concern of it.  Yii is one such framework that has excellent features to help you out in combating with the security threats. Yii security app component comprises a lot of methods help assist in developing more secured application.</p>
<p><strong>Fully Extensible</strong> &#8211;<br />
All the components of this framework are highly extensible and can be customized enough to suit the requirements of the users.</p>
<p><strong> Performance &#8211;</strong><br />
YII has the extreme performance compared to other frame works.</p>
<p><strong>  Best Caching features &#8211;</strong><br />
YII provides various cache components to store cached data in different media. While comparing to other frame works YII has an excellent caching system.</p>
<p><strong>Friendly with third-party code &#8211;</strong><br />
YII is also designed to work with third party codes. You can use code from PEAR or Zend Framework in your YII application.<br />
&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fyii-framework%2F&amp;linkname=Yii%20%20Framework" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fyii-framework%2F&amp;linkname=Yii%20%20Framework" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fyii-framework%2F&amp;linkname=Yii%20%20Framework" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fyii-framework%2F&#038;title=Yii%20%20Framework" data-a2a-url="https://onclickinnovations.com/blog/yii-framework/" data-a2a-title="Yii  Framework">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/yii-framework/">Yii  Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/yii-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">599</post-id>	</item>
		<item>
		<title>PHP Development &#038; Core PHP &#038; its Frameworks</title>
		<link>https://onclickinnovations.com/blog/php-development-core-php-its-frameworks/</link>
					<comments>https://onclickinnovations.com/blog/php-development-core-php-its-frameworks/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Wed, 11 Jan 2017 13:34:36 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Angular]]></category>
		<category><![CDATA[Codeinet]]></category>
		<category><![CDATA[Core PHP]]></category>
		<category><![CDATA[Custom Web Development]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[MVC Frameworks]]></category>
		<category><![CDATA[PHP Development]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=595</guid>

					<description><![CDATA[<p>PHP can be described as the root of almost any and everything that we see on the internet. It is the base to the superstructure of various frameworks used for the purpose of web development. Even in cases where a developer wants to use frameworks such as CakePHP, Symfony, or CodeIgnitor and so on. It [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/php-development-core-php-its-frameworks/">PHP Development &#038; Core PHP &#038; its Frameworks</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>PHP can be described as the root of almost any and everything that we see on the internet. It is the base to the superstructure of various frameworks used for the purpose of web development. Even in cases where a developer wants to use frameworks such as CakePHP, Symfony, or CodeIgnitor and so on. It is neccessay  that one should know PHP. In case, of Core PHP Development it is required that the developer creates logic from absolutely ground zero and then programs the same by bringing into play the syntax that is provided by the scripting language. In case of frameworks there are already some tools and codes that the developer can play around with.</p>
<p><strong>Initiate things with core coding</strong></p>
<p>With <strong><em>Core PHP Programming</em></strong> one would be able to clear all the doubts they have regarding basics. This in turn will allow them to experiment and explore with various frameworks that can be used for the purpose of web development. Using core PHP development practices is like using logic to solve a complicated mathematical problem, while using framework can be equated to using a scientific calculator to get the job done. In the first one, a lot of time is taken up and in the second one it gets done easily without much time used up in the process.</p>
<p><strong> </strong>Core PHP is very basic PHP. It is used to create dynamic web pages. It works without any additional library. If one can learn core PHP it can easily understood how to create an advanced web application using PHP framework. So it is very important to learn core PHP programming to create dynamic web applications. It is also important that one should  know the classes and functions that play such an important role in this regard. This is why at the initial stages for a web developer it is always a better idea to start with core PHP.</p>
<p>&nbsp;</p>
<p><strong>The Buzz about Frameworks</strong></p>
<p>A framework is often a layered structure indicating what kind of programs can or should be built and how they would interrelate. Some computer system frameworks also include actual programs, specify programming interfaces, or offer programming tools for using the frameworks. A framework may be for a set of functions within a system and how they interrelate; the layers of an operating system; the layers of an application subsystem; how communication should be standardized at some level of a network; and so forth.When it comes to PHP development a lot of people prefer to use frameworks since they can save them a lot of time. With a framework a developer does not need to put in the same code time and again for the same function. In a framework developers can understand the code quite easily. This happens even when it passes on from one developer to another. One of the major functions in case of frameworks is the model-view-controller (MVC) architecture. With the help of this it is possible for them to differentiate the logic, functions, and design. Framework also has a major advantage over PHP.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphp-development-core-php-its-frameworks%2F&amp;linkname=PHP%20Development%20%26%20Core%20PHP%20%26%20its%20Frameworks" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphp-development-core-php-its-frameworks%2F&amp;linkname=PHP%20Development%20%26%20Core%20PHP%20%26%20its%20Frameworks" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphp-development-core-php-its-frameworks%2F&amp;linkname=PHP%20Development%20%26%20Core%20PHP%20%26%20its%20Frameworks" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphp-development-core-php-its-frameworks%2F&#038;title=PHP%20Development%20%26%20Core%20PHP%20%26%20its%20Frameworks" data-a2a-url="https://onclickinnovations.com/blog/php-development-core-php-its-frameworks/" data-a2a-title="PHP Development &amp; Core PHP &amp; its Frameworks">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/php-development-core-php-its-frameworks/">PHP Development &#038; Core PHP &#038; its Frameworks</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/php-development-core-php-its-frameworks/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">595</post-id>	</item>
		<item>
		<title>CodeIgniter :: The Leading Security Assessment Framework</title>
		<link>https://onclickinnovations.com/blog/codeigniter-the-leading-security-assessment-framework/</link>
					<comments>https://onclickinnovations.com/blog/codeigniter-the-leading-security-assessment-framework/#comments</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Fri, 06 Jan 2017 13:22:07 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Custom CRM Development]]></category>
		<category><![CDATA[custom solutions corporate]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Node.js]]></category>
		<category><![CDATA[Php Framework]]></category>
		<category><![CDATA[Redux Framework]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=587</guid>

					<description><![CDATA[<p>CodeIgniter  taking the lead for so many good reasons in creating websites.  CI has definitely gained a lot of acceptance and recognition. It is because of the several latest features which cannot be easily found  in other frameworks and this is the reason it is high in demand. One of the highlighting features of CodeIgniter is [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/codeigniter-the-leading-security-assessment-framework/">CodeIgniter :: The Leading Security Assessment Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://blog.onclickinnovations.com/codeigniter/">CodeIgniter</a>  taking the lead for so many good reasons in creating websites.  CI has definitely gained a lot of acceptance and recognition. It is because of the several latest features which cannot be easily found  in other frameworks and this is the reason it is high in demand. One of the highlighting features of CodeIgniter is the inbuilt security tools. There are other security features too like cookie encryption etc which can also be enabled for enhanced protection. There are a lot of active users associated with the CI community which indicate  that if you have any query or issue while programming you can easily get it justify. The active users can assist  in the website creation process hence making it a seamless experience, especially for the beginners. CodeIgniter does not require the installation thus abating the problems. Files can be easily uploaded to the directory. In case any changes are needed, the same can be done in an easy manner thus preventing several issues. But CI definitely ace in this area as getting used to it is quite simple. Anyone can easily learn about the new libraries, how to use them and integrate  as per the requirement.A little effort will modify the framework smartly and get the best out of it. While writing the code, there are high chances that you will come across errors and it is important to handle them effectively. So CI gives the advantage to manage the bugs in a hassle free manner. CI helps with cache library that can be integrated in a superb way to meet different needs. So it can be said that cache class is a necessary element. Both the developers as well as the clients can benefit if they opt for CI as their framework for developing the websites. It is not only a secure framework but the ease of use, MVC architecture etc are some of the added features which distinguish it from other options. That is why it has become the first choice of the developers with the future prospects being really vibrant. CodeIgniter framework is integrated with several new and advanced features that include easy learning, simple integration features, high-end security tools and many more that the developers will surely admire. Things have become effortless on the part of the developers and offering better attributes to be integrated into the website.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fcodeigniter-the-leading-security-assessment-framework%2F&amp;linkname=CodeIgniter%20%3A%3A%20The%20Leading%20Security%20Assessment%20Framework" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fcodeigniter-the-leading-security-assessment-framework%2F&amp;linkname=CodeIgniter%20%3A%3A%20The%20Leading%20Security%20Assessment%20Framework" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fcodeigniter-the-leading-security-assessment-framework%2F&amp;linkname=CodeIgniter%20%3A%3A%20The%20Leading%20Security%20Assessment%20Framework" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fcodeigniter-the-leading-security-assessment-framework%2F&#038;title=CodeIgniter%20%3A%3A%20The%20Leading%20Security%20Assessment%20Framework" data-a2a-url="https://onclickinnovations.com/blog/codeigniter-the-leading-security-assessment-framework/" data-a2a-title="CodeIgniter :: The Leading Security Assessment Framework">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/codeigniter-the-leading-security-assessment-framework/">CodeIgniter :: The Leading Security Assessment Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/codeigniter-the-leading-security-assessment-framework/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">587</post-id>	</item>
		<item>
		<title>Laravel</title>
		<link>https://onclickinnovations.com/blog/laravel/</link>
					<comments>https://onclickinnovations.com/blog/laravel/#comments</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Fri, 29 Jul 2016 12:59:17 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[Laravel]]></category>
		<category><![CDATA[Php Framework]]></category>
		<category><![CDATA[Restful APIs]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=187</guid>

					<description><![CDATA[<p>Laravel undoubtedly is the leading PHP framework at this moment. Great web application framework with expressive, elegant syntax that aims to make web development easy and fast, by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queuing, and caching. The Most Popular Framework of 2015, Laravel, again taking [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/laravel/">Laravel</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Laravel undoubtedly is the leading PHP framework at this moment. Great web application framework with expressive, elegant syntax that aims to make web development easy and fast, by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queuing, and caching. The Most Popular Framework of 2015, Laravel, again taking the lead in all ! Laravel has near perfect documentation, LARAVEL &nbsp;actually makes PHP fun again! Laravel provides a simple, but easy to use interface for authenticating users. Process of creating &nbsp;RESTful APIs as simple as humanly possible, elegant &nbsp;framework, easy to use, elegance, expressive syntax, simplicity, and readability. Given the frameworks numerous features and benefits , Laravel will no doubt continues to be a choice for developers.</p>
<p>Laravel as a framework has evolved a lot since new version. Also&nbsp;<strong>Laracasts</strong>&nbsp; is one of the best software development screencasts&nbsp;Laravel comes with a lot of resources out of the box, it has a cool router, eloquent for model repositories, swiftmailer for the mailing, blade engine for your templates, a system to create your migrations (think about it as a way of creating your database tables inside your PHP code, which is nice), a cache component to cache everything you want, a monolog logger, etc. Future of Laravel is bright enough. Many more developers will switch over to Laravel in the coming future.</p>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Flaravel%2F&amp;linkname=Laravel" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Flaravel%2F&amp;linkname=Laravel" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Flaravel%2F&amp;linkname=Laravel" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_no_icon a2a_counter addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Flaravel%2F&#038;title=Laravel" data-a2a-url="https://onclickinnovations.com/blog/laravel/" data-a2a-title="Laravel">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/laravel/">Laravel</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/laravel/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">187</post-id>	</item>
	</channel>
</rss>
