<?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>CSS Archives | Blog</title>
	<atom:link href="https://onclickinnovations.com/blog/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>https://onclickinnovations.com/blog/tag/css/</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.4</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>Entity Framework</title>
		<link>https://onclickinnovations.com/blog/entity-framework/</link>
					<comments>https://onclickinnovations.com/blog/entity-framework/#comments</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Thu, 04 May 2017 12:59:47 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[.NET DLLs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[EDMX files]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[MVC]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=737</guid>

					<description><![CDATA[<p> ENTITY  FRAMEWORK is a layer which sits between  application and the database. EF is simply an abstraction layer that allows developers to model the domain, and it generates the database access logic for you. It allows you to write your domain objects in POCO classes and use it in application. The tooling support for Entity Framework [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/entity-framework/">Entity 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/entity-framework/"> ENTITY  FRAMEWORK</a> is a layer which sits between  application and the database. EF is simply an abstraction layer that allows developers to model the domain, and it generates the database access logic for you. It allows you to write your domain objects in POCO classes and use it in application. The tooling support for Entity Framework in Visual Studio is great, but is ultimately just tooling to help with EDMX file creation. The actual framework is the .NET DLLs which act upon the information declared in your EDMX files. Although it is easy to understand and implement. It affects the performance of application most of the time. Secondly, if you are debugging then some time it becomes very difficult as it takes time to load the internal attributes of the objects.</p>
<p>&nbsp;</p>
<p>EF has the following Advantage:: reduces the amount code, LINQ for all object queries, one don&#8217;t have to write the SQL queries, easy to manage relationship between tables, developers spend lots of time coding the plumbing required to save the data to the data store. EF Reduces this time, hence the developers can spend time actually building the application, developers can work against domain specific objects such as employee and employee address and need not to worry about how and where these data is stored, applications are now easier to maintain as the amount of code is reduced, applications are no longer tied up to a particular data store  EF Framework will handle the data storage, one don’t have to write SQL queries EF Will take care of that, the Entity framework is very easy to use,</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%2Fentity-framework%2F&amp;linkname=Entity%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%2Fentity-framework%2F&amp;linkname=Entity%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%2Fentity-framework%2F&amp;linkname=Entity%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%2Fentity-framework%2F&#038;title=Entity%20Framework" data-a2a-url="https://onclickinnovations.com/blog/entity-framework/" data-a2a-title="Entity Framework">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/entity-framework/">Entity Framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/entity-framework/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">737</post-id>	</item>
		<item>
		<title>Gulpjs/Gruntjs</title>
		<link>https://onclickinnovations.com/blog/gulpjsgruntjs/</link>
					<comments>https://onclickinnovations.com/blog/gulpjsgruntjs/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Wed, 03 May 2017 13:09:30 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[Broccoli]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[I/O operations]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[MVC Frameworks]]></category>
		<category><![CDATA[Node Package Manager]]></category>
		<category><![CDATA[NPM]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=734</guid>

					<description><![CDATA[<p>#Gulp #Grunt #NPM #Broccoli #CSS #TaskRunnerDevelopment GULP  is a task/build runner for development. It allows one to do a lot of stuff within the development workflow.One can compile sass files, compress js files and much more. One task flow into another. These help in saving the time, making your development workflow more organized. There are many tools [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/gulpjsgruntjs/">Gulpjs/Gruntjs</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>#Gulp #Grunt #NPM #Broccoli #CSS #TaskRunnerDevelopment</p>
<p><a href="http://blog.onclickinnovations.com/734-2/">GULP</a>  is a task/build runner for development. It allows one to do a lot of stuff within the development workflow.One can compile sass files, compress js files and much more. One task flow into another. These help in saving the time, making your development workflow more organized. There are many tools available in the market which do the same work such as Grunt, Broccoli etc. Gulp could be compared to <a href="http://blog.onclickinnovations.com/734-2/">GRUNT</a> in its usage. Gulp is preferred a bit because of its faster performance using the stream line. Gulp uses plugins to automate the task and these plugins can be installed and managed by using Node Package Manager. Gulp is presented as a toolkit for helping JavaScript/Node developers create a build pipeline. Gulp does essentially the same thing as Grunt but with a more modern interface.  The way gulp approaches things  builds tend to turn out faster as it  minify CSS, JS and keep a ready-for production environment project</p>
<p>Gulp is a successor of Grunt we can say and easier to use.  There are lot of tasks which were taking lot of time of UI developers which were no productive such as &#8211; sass to css conversation, making HTML templates, Minify of CSS and JS, Images optimization, setting localhost, refreshing page.</p>
<p>So, gulpjs/gruntjs help in making these tasks automated, it is a one time task to installed these and set the commands and than you are all set to go.<br />
Gulp is a build system for automating tasks. The following is few listing which can be achieved with the help of gulpjs</p>
<p>&#8211; Minification</p>
<p>&#8211; Watch files</p>
<p>&#8211; Compile Sass, LESS files for you</p>
<p>&#8211; Combining multiple js/css files into single file respectively</p>
<p>&#8211; Converting SVG icons to fonts</p>
<p>&#8211; Live browser reload</p>
<p>Copy all files of bower to a specific project directory (css, js, images)</p>
<p>Gulp is generally more concise and readable.  Gulp is faster in general. Although Gulp has fewer plugins and thinner documentation key plugins for minification, concatenation, linting, LESS transpilation, and so forth. Grunt is declarative, one can specify configuration for plugins that perform a certain action. Gulp is imperative, and major Difference Between Gulp and Grunt Lies in How They Deal With Automation of Tasks Internally . Gulp Uses Node Streams For running different tasks and Grunt use temp files for the same work . Grunt runs tasks using Temporary files which are disk I/O operations. Gulp and Grunt both are Task Runners. Meaning, these are used to run tasks that you have programmed.</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fgulpjsgruntjs%2F&amp;linkname=Gulpjs%2FGruntjs" 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%2Fgulpjsgruntjs%2F&amp;linkname=Gulpjs%2FGruntjs" 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%2Fgulpjsgruntjs%2F&amp;linkname=Gulpjs%2FGruntjs" 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%2Fgulpjsgruntjs%2F&#038;title=Gulpjs%2FGruntjs" data-a2a-url="https://onclickinnovations.com/blog/gulpjsgruntjs/" data-a2a-title="Gulpjs/Gruntjs">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/gulpjsgruntjs/">Gulpjs/Gruntjs</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/gulpjsgruntjs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">734</post-id>	</item>
		<item>
		<title>Ionic framework</title>
		<link>https://onclickinnovations.com/blog/ionic-framework/</link>
					<comments>https://onclickinnovations.com/blog/ionic-framework/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Tue, 18 Apr 2017 13:42:10 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile App]]></category>
		<category><![CDATA[Mobile App Development]]></category>
		<category><![CDATA[React Native]]></category>
		<category><![CDATA[Responsive Websites]]></category>
		<category><![CDATA[Web Application Development]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=704</guid>

					<description><![CDATA[<p> IONIC  is a great framework for a MVP or an app prototype and is mainly for mobile applications . It allows one to swiftly create a basic version of one&#8217;s app. And after that &#8211; test it on one&#8217;s users. Ionic framework  with plugins is able to handle most common use cases.  The beautiful, open source front-end SDK for [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/ionic-framework/">Ionic 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/ionic-framework/"> IONIC</a>  is a great framework for a MVP or an app prototype and is mainly for mobile applications . It allows one to swiftly create a basic version of one&#8217;s app. And after that &#8211; test it on one&#8217;s users. Ionic framework  with plugins is able to handle most common use cases.  The beautiful, open source front-end SDK for developing hybrid mobile apps with HTML5.  Ionic is a breeze to learn &amp; work with, and cross-compiles to iOS and Android  using per-device differentiator classes to theme accordingly. Ionic uses Cordova, which simply spins up one&#8217;s system browser to render  app (called Webview). Ionic is a great hybrid framework. Especially Ionic v2. It’s easy to learn and quite fast for a hybrid framework. Ionic uses HTML and CSS to lay out it’s views, so not only will you have all of the power of CSS transitions, SVG animation, and canvas drawing, but you will also feel at home with the DOM. If one need to bootstrap a startup and want to cut development time and costs by leveraging existing skill sets, Ionic is one of the best choices. Ionic creates apps for iOS, Android and Windows. Ionic runs inside a single WebView, with everything on screen rendered via CSS. Ionic&#8217;s tooling is built more around the vanilla Cordova workflow. Good things one must know about this framework is:</p>
<p>&nbsp;</p>
<ul>
<li>open source</li>
<li>good quality, well maintained</li>
<li>seems to work well on a good variety of phones and OSes</li>
<li>graphically very nice</li>
<li>extra services, like for push notifications, graphical editing of apps</li>
<li>you can include &#8220;angularised&#8221; versions of Cordova plugins with ngcordova</li>
<li> less time to build app</li>
<li>1 code base for all platforms</li>
<li>Design, Ionic takes care of design and follows platform guidelines, meaning that apps have different look &amp; feel depending on the platform they are running</li>
<li>Most apps are going to be actually easier to build with Ionic</li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Fonclickinnovations.com%2Fblog%2Fionic-framework%2F&amp;linkname=Ionic%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%2Fionic-framework%2F&amp;linkname=Ionic%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%2Fionic-framework%2F&amp;linkname=Ionic%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%2Fionic-framework%2F&#038;title=Ionic%20framework" data-a2a-url="https://onclickinnovations.com/blog/ionic-framework/" data-a2a-title="Ionic framework">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/ionic-framework/">Ionic framework</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/ionic-framework/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">704</post-id>	</item>
		<item>
		<title>Amazon CloudFront</title>
		<link>https://onclickinnovations.com/blog/amazon-cloudfront/</link>
					<comments>https://onclickinnovations.com/blog/amazon-cloudfront/#comments</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Thu, 06 Apr 2017 13:15:11 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[CDN]]></category>
		<category><![CDATA[Content Management System]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTTP]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=672</guid>

					<description><![CDATA[<p>Amazon Cloudfront is a content delivery network. It served the HTTP and RTMP content over the web. It also provide us a flexibility to serve  the content , like private content with security, signed URL, signed Cookies. It can manage the cookie of the content to serve  the content very fast, there are options to [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/amazon-cloudfront/">Amazon CloudFront</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Amazon Cloudfront is a content delivery network. It served the HTTP and RTMP content over the web. It also provide us a flexibility to serve  the content , like private content with security, signed URL, signed Cookies. It can manage the cookie of the content to serve  the content very fast, there are options to setting up the things as per one’s requirement. Therefore,  it provide us a great flexibility, accessibility  and secure access of the content. It can also be define as a bunch of servers that deliver content to the end user. CloudFront has servers all around the world and will send the images or other content you want to deliver through CloudFront closest to the end user. Most people use CloudFront to deliver their javascript, XML, CSS and static content.</p>
<p>But Amazon also supports dynamic content, CloudFront is a Content Delivery Network (CDN). CDNs are used to cache your web content at discrete locations around the world to reduce load times for users who are not near your web server. Amazon CloudFront is a global content delivery network (CDN) service that accelerates delivery of your websites, APIs, video content or other web assets. It integrates with other Amazon Web Services products to give developers and businesses an easy way to accelerate content to end users with no minimum usage commitments. Using the assistance of services like Amazon CloudFront implementation  you can get your entire website, including dynamic, static, streaming, and interactive content using a global network of edge locations. Requests for your content are automatically routed to the nearest edge location, so content is delivered with the best possible performance. Amazon CloudFront is optimized to work with other Amazon Web Services, like Amazon Simple Storage Service (Amazon S3), Amazon Elastic Compute Cloud (Amazon EC2), Amazon Elastic Load Balancing, and Amazon Route 53. Amazon CloudFront also works seamlessly with any non-AWS origin server, which stores the original, definitive versions of one’s files. Like other Amazon Web Services products, there are no long-term contracts or minimum monthly usage commitments for using Amazon CloudFront – you pay only for as much or as little content as you actually deliver through the content delivery service.</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%2Famazon-cloudfront%2F&amp;linkname=Amazon%20CloudFront" 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%2Famazon-cloudfront%2F&amp;linkname=Amazon%20CloudFront" 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%2Famazon-cloudfront%2F&amp;linkname=Amazon%20CloudFront" 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%2Famazon-cloudfront%2F&#038;title=Amazon%20CloudFront" data-a2a-url="https://onclickinnovations.com/blog/amazon-cloudfront/" data-a2a-title="Amazon CloudFront">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/amazon-cloudfront/">Amazon CloudFront</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/amazon-cloudfront/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">672</post-id>	</item>
		<item>
		<title>Bootstrap</title>
		<link>https://onclickinnovations.com/blog/bootstrap/</link>
					<comments>https://onclickinnovations.com/blog/bootstrap/#respond</comments>
		
		<dc:creator><![CDATA[it_geeks]]></dc:creator>
		<pubDate>Tue, 04 Apr 2017 12:29:36 +0000</pubDate>
				<category><![CDATA[Custom Software Development Solutions]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Custom Web Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MVC Frameworks]]></category>
		<category><![CDATA[Responsive Websites]]></category>
		<guid isPermaLink="false">http://blog.onclickinnovations.com/?p=666</guid>

					<description><![CDATA[<p>Bootstrap is an open-source Javascript framework developed.&#160; Bootstrap is a free collection of tools for creating a websites or web applications. There are lots of design templates and classes for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions. BOOTSTRAP &#160;is a commonly used CSS HTML and Javascript framework that [&#8230;]</p>
<p>The post <a href="https://onclickinnovations.com/blog/bootstrap/">Bootstrap</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Bootstrap is an open-source Javascript framework developed.&nbsp; Bootstrap is a free collection of tools for creating a websites or web applications. There are lots of design templates and classes for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions. <a href="http://blog.onclickinnovations.com/666-2/">BOOTSTRAP</a> &nbsp;is a commonly used CSS HTML and Javascript framework that enables rapid development of responsive websites. Bootstrap is a&nbsp; front-end development framework that enables developers &amp; designers&nbsp; to quickly build fully responsive websites. It was initially developed as an internal tool by former Twitter employees and was later released as an open source project on Git hub.&nbsp; The framework uses a 12 point fluid grid system and a variety of ready-made UI components.</p>
<p>&nbsp;</p>
<ol>
<li><strong>Responsive Design</strong>− Bootstrap&#8217;s responsive CSS adjusts to Desktops,Tablets and Mobiles.</li>
<li><strong>Mobile first approach</strong>− Since Bootstrap 3 and 4, the framework consists of Mobile first styles throughout the entire library instead of in separate files.</li>
<li><strong>Easy to get started</strong>− With just the knowledge of HTML and CSS anyone can get started with Bootstrap. Also the Bootstrap official site has a good documentation.</li>
<li><strong>Browser Support</strong>− It is supported by all popular browsers.</li>
<li>It contains beautiful and functional&nbsp;<strong>built-in components</strong>which are easy to customize.</li>
<li>Provides a&nbsp;<strong>clean and uniform solution</strong>for building an interface for developers.</li>
<li><strong>Provides web based customization.</strong></li>
<li>Best of all it is an&nbsp;<strong>open source</strong>.</li>
<li>Base styling for most HTML elements(Typography,Code,Tables,Forms,Buttons,Images,Icons)</li>
<li>Bundled Javascript plugins</li>
</ol>
<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%2Fbootstrap%2F&amp;linkname=Bootstrap" 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%2Fbootstrap%2F&amp;linkname=Bootstrap" 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%2Fbootstrap%2F&amp;linkname=Bootstrap" 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%2Fbootstrap%2F&#038;title=Bootstrap" data-a2a-url="https://onclickinnovations.com/blog/bootstrap/" data-a2a-title="Bootstrap">Share</a></p><p>The post <a href="https://onclickinnovations.com/blog/bootstrap/">Bootstrap</a> appeared first on <a href="https://onclickinnovations.com/blog">Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://onclickinnovations.com/blog/bootstrap/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">666</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>
