Pages

How to get a .com for your blogger.com just 0.99 USD

A website for just 0.99 USD with free web hosting

Good news. if you are using blogger.com to maintain a blog or a website with the main domain .blogspot.com which provided as a free service by google with unlimited bandwidth and hosting space for images and video, you can now get a .com premium domain name for your blogger blogspot web site or blog for just 0.99 USD for the first year from godaddy.


You can get a first year discount from godaddy for just 0.99 usd for your blogspot from GoDaddy 99 Cents Domain Coupons

https://springcoupon.com/godaddy-99-cent-coupon-code/

How to get a .com for your blogger.com just 0.99 USD
 here is the proof


Now you can log in godaddy account and go to Domain manager and add the DNS recored as in your blogger Settings > Publishing. 
There will be two records to add.



Add these CNAME / DNS records to the Manage section in your domain settings in Godaddy.  Do not forget to tick the non www to www redirection in the settings.  Now your blogger blogspot website or blog should work with your newly purchased .com domain for just 0.99 USD + ICANN fee.

Enjoy.

How to buy premium SSL certificate below 10 dollars USD - Lowest prices in the World



There is a way you can buy SSL from Comodo , Symantec, GeoTrust, Thawte, Rapid SSL for a lesser price than in their official web site.
For an example you can get Comodo Essential SSL for just 10 USD as in the picture below is a proof of it in GoGetSSL. Go Get SSL https://my.gogetssl.com is one of the best place for you to buy a premium type of SSL certificated from a well reputed service provider for a less price up to (90% off). 

They provide all types of SSL requirements such as  (01-26-2018 price list)


  • Domain Validation SSL (Basic) $4.08 per year
  • Domain Validation SSL  (Your website visitors can check your business information) $23.22 per year
  • Extended Validation SSL (Green Address Bar ) $77.68 per year
  • Wildcard SSL certificates
  • Mulit-Domain SSL certificates (to protect up to 250 SAN items) $20.85 per year
  • SGC SSL Certificates ( gain highest 256-bit protection  )$74.88 per year
  • Code Signing SSL Certificates  $69.88 per year
  • Email & Document Signing  $9.32 per year





How to buy premium SSL certificate below 10 dollars - cheap
Goget SSL



Here is the cheapest pricing list you will ever see

Here is the cheapest pricing list you will ever see

Traditional Vector Tree Design for Hindu Sinhala Asian New Year

A Traditional and colorful Vector Tree Design for Hindu Sinhala Sri Lankan Tamil and Asian New Year celebrations you can download free as a freebie design in illustrator and JPG formats. you can download it from the link below from mediafire . Copyrights to portfolio-max.blogspot.com.  
Free for any type of use in your design

Download File

Align div vertical center - the old way

.ParentDiv {


height: 100%;

width: 100%;

display: table;


}


.ChildDiv{


display: table-cell;

vertical-align: middle;

text-align: center;


}

How to keep a fixed 100% height sidebar while page scroll

 .sidebar {
     position: fixed;
     width: 200px;
     height: 100%;
     background: #000;
 }
 .content {
     margin-left: 200px;
     height: 500px;
     width: auto;
     position: relative;
     background: #f00;
     overflow: auto;
     z-index: 1;
 }
 .info {
     width: 1440px;
     height: 300px;
     position: relative;
     background: #f55;
 }

http://jsfiddle.net/djwave28/JZ52u/

Search This Blog