<?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>HTML5 Archives | Blog</title>
	<atom:link href="https://onclickinnovations.com/blog/tag/html5/feed/" rel="self" type="application/rss+xml" />
	<link>https://onclickinnovations.com/blog/tag/html5/</link>
	<description>Onclick Innovations Pvt. Ltd.</description>
	<lastBuildDate>Thu, 11 May 2017 13:05:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.1</generator>
<site xmlns="com-wordpress:feed-additions:1">208843066</site>	<item>
		<title>Webpack</title>
		<link>https://onclickinnovations.com/blog/webpack/</link>
					<comments>https://onclickinnovations.com/blog/webpack/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Thu, 11 May 2017 13:05:59 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Gulp/grunt]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[MVC Frameworks]]></category>
		<category><![CDATA[ReactJS]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=749</guid>

					<description><![CDATA[<p>&#8220;Webpack&#8221;  a powerful module bundler, which is common JavaScript file that combine html data, css data, javascript data etc in common file together and should be served to the client in a response to a single file request. It takes in a bunch of assets (ie. source, images, markup, CSS, &#8230;) and turns that into something [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/webpack/">Webpack</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&#8220;Webpack&#8221;  a powerful module bundler, which is common JavaScript file that combine html data, css data, javascript data etc in common file together and should be served to the client in a response to a single file request. It takes in a bunch of assets (ie. source, images, markup, CSS, &#8230;) and turns that into something you can provide to the client. <a href="http://blog.onclickinnovations.com/webpack/ ‎">WEBPACK</a>  supports advanced functionality such as hot module reloading (instant updates of React components without refresh), lazy loading (load bundles as one&#8217;s need), bundle splitting (separate app/vendor bundles), hashing (to bust cache) and source maps (so it&#8217;s easy to debug minified versions).  Webpack solves fundamental problem of web development  very well. It seems that people are pushing common build related concerns to tooling hiding the current complexity.</p>
<p>&nbsp;</p>
<p>Earlier with Grunt and Gulp one had to do a lot of manual work to achieve the same output. So, Webpack  solves the hard part. Webpack&#8217;s approach is more involved and it comes with a learning curve as it relies on configuration and looks very different than other tools.  Webpack boasts a bunch of features:</p>
<ul>
<li>Ability to inject CSS files from your JS &#8211; useful if one is creating web components and want the CSS to be bundled with the JS.</li>
<li>Flexible module patterns &#8211; you can use CommonJS style, ES6, or AMD.</li>
<li>Ability to recompile only the module that we change, so a faster development cycle.</li>
<li>If we use ReactJS, hot reloading modules using react-hot-loader. This feature speeds up the development quite a bit.</li>
<li>It has its own command line utility, so we don&#8217;t need to use gulp or Grunt, though we can if we want.</li>
</ul>
<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%2Fwebpack%2F&amp;linkname=Webpack" 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%2Fwebpack%2F&amp;linkname=Webpack" 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%2Fwebpack%2F&amp;linkname=Webpack" 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%2Fwebpack%2F&#038;title=Webpack" data-a2a-url="https://onclickinnovations.com/blog/webpack/" data-a2a-title="Webpack">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/webpack/">Webpack</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/webpack/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">749</post-id>	</item>
		<item>
		<title>Scripting languages</title>
		<link>https://onclickinnovations.com/blog/scripting-languages/</link>
					<comments>https://onclickinnovations.com/blog/scripting-languages/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Wed, 12 Apr 2017 13:04:56 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Python]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=695</guid>

					<description><![CDATA[<p>A scripting language is a programming language designed for integrating and communicating with other programming languages. Some of the most widely used scripting languages are JavaScript, VBScript, PHP, Perl, Python, Ruby, ASP. Since a SCRIPTING LANGUAGES is normally used in conjunction with another programming language, they are often found alongside HTML, Java or C++. &#160; One [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/scripting-languages/">Scripting languages</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>A scripting language is a programming language designed for integrating and communicating with other programming languages. Some of the most widely used scripting languages are JavaScript, VBScript, PHP, Perl, Python, Ruby, ASP. Since a <a href="http://blog.onclickinnovations.com/scripting-languages/">SCRIPTING LANGUAGES</a> is normally used in conjunction with another programming language, they are often found alongside HTML, Java or C++.</p>
<p>&nbsp;</p>
<p>One common distinction between a scripting language and a language used for writing entire applications is that, while a programming language is typically compiled first before being allowed to run, scripting languages are interpreted from source code or bytecode one command at a time. Scripting languages are not compiled to machine code by user like other programming languages. They are high level code which are interpreted by another program dynamically or at runtime. Scripts are set of instructions either to the web browser (client side)which are embedded in HTML, or to the server side that interface to databases or other data stores on the server. A scripting language can be viewed as a domain-specific language for a particular environment; in the case of scripting an application, this is also known as an extension language. Scripting languages are also sometimes referred to as very high-level programming languages, as they operate at a high level of abstraction, or as control languages, particularly for job control languages on mainframes. Scripting languages are programming languages that don&#8217;t require an explicit compilation step.</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%2Fscripting-languages%2F&amp;linkname=Scripting%20languages" 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%2Fscripting-languages%2F&amp;linkname=Scripting%20languages" 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%2Fscripting-languages%2F&amp;linkname=Scripting%20languages" 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%2Fscripting-languages%2F&#038;title=Scripting%20languages" data-a2a-url="https://onclickinnovations.com/blog/scripting-languages/" data-a2a-title="Scripting languages">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/scripting-languages/">Scripting languages</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/scripting-languages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">695</post-id>	</item>
		<item>
		<title>PhoneGap App Development</title>
		<link>https://onclickinnovations.com/blog/phonegap-app-development/</link>
					<comments>https://onclickinnovations.com/blog/phonegap-app-development/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Tue, 20 Dec 2016 13:18:30 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[iOS And Android]]></category>
		<category><![CDATA[IOS Application Development]]></category>
		<category><![CDATA[Java Script]]></category>
		<category><![CDATA[Php Framework]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=543</guid>

					<description><![CDATA[<p>PHONE GAP is one of the most successful platform used for developing cross-platform apps. PhoneGap as the greater part is a stunning cross stage system, that lets the developers s to create applications that run easily on various mobile stages like iOS, Android, Windows and that&#8217;s just the beginning. PhoneGap has a robust backend system that tremendously [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/phonegap-app-development/">PhoneGap App 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/543-2/ ‎">PHONE GAP</a> is one of the most successful platform used for developing cross-platform apps. PhoneGap as the greater part is a stunning cross stage system, that lets the developers s to create applications that run easily on various mobile stages like iOS, Android, Windows and that&#8217;s just the beginning. PhoneGap has a robust backend system that tremendously speeds up the development process and reduces developer’s efforts. The beginner’s guide also helps in speeding the process further. With the PhoneGap framework, you get the best for free. To create apps with Phone Gap,the developer is required to have knowledge of web-development languages like CSS, HTML and J Script. Programming languages are not required for this framework.  The PhoneGap community compiles new codes and modules which are available for free because of its Open Source License. It offers great flexibility to the developers as they can develop any type of mobile app without any serious efforts. Developers familiar with basic knowledge of HTML5, CSS3 and JavaScript can get started with PhoneGap. No need for developers to learn additional languages. Phone Gap provides an opportunity to a lot of web developers reusing their existing skills to develop applications for mobile phones, which in future is going to be one of the most important medium to access information and content in internet.</p>
<p>&nbsp;</p>
<p>We’re experts in PhoneGap as well as both Android Mobile App Development  as well as iOS App Development  and have a really great portfolio of samples of our other mobile apps we’ve developed, large and small!</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fphonegap-app-development%2F&amp;linkname=PhoneGap%20App%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%2Fphonegap-app-development%2F&amp;linkname=PhoneGap%20App%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%2Fphonegap-app-development%2F&amp;linkname=PhoneGap%20App%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%2Fphonegap-app-development%2F&#038;title=PhoneGap%20App%20Development" data-a2a-url="https://onclickinnovations.com/blog/phonegap-app-development/" data-a2a-title="PhoneGap App Development">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/phonegap-app-development/">PhoneGap App Development</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/phonegap-app-development/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">543</post-id>	</item>
	</channel>
</rss>
