Bay20 team successfully implemented a bespoke web application using codeigniter framework. Propresult.com provides true, instant & free rating & review of a PROPERTY & its risks. We have implemented great deal of features on this website. We were able to implement very visionary and challenging ideas of website owner. Technology Stack: Codegniter, PHP, Mysql, Javascript, […]
Category Archives: Html/css
How you can fine tune performance and become a google developer tool ninja? There are three pillars of performance 1. Network 2. Render 3. Compute How you can minimize full power radio use? 1. Prefetch and cache data 2. Eliminate periodic transfers like polling 3. Batch your requests Minimizing Network Latency 1. Avoid redirects (use […]
In most of your store, you uncounter render blocking issues. It’s really common issue for any store. 8 out of 10 stores have this issue. You can check this issue in “google pageSpeed insights”. Now, what exactly is “render blocking” and how we can solve this issue. The standard sequence to load web content is: […]
The boon to the online business world is the label that perfectly fits- responsive website development services. This boon of service/ technique is helping numerous e-businesses and e-stores worldwide in best catering their customers. What exactly is the Responsive development one may ask? Well, responsive development in the simplest of terms is the web designing […]
There are two ways to have arrows in your site, first you can use image as arrow or css to create the one.
I personally recommend you to use css because it take less time to load in compare to image.
There are two ways to clear float. I will cover both ways to clear float. 1. You can use overflow: hidden; and clear: both; to clear the float but this have some drawback as well. When you are use using box-shadow or any element from that will div be hidden. .overflowHidden{overflow: hidden; clear: both;} 2. You […]
It’s quite easy to add google font but when you are using google fonts in e-commerce or site with https protocol you have to be alert while using it because google provide fonts for http protocol only. Here are the steps how ou can use google fonts for http and https protocol. Go to https://www.google.com/fonts […]