Wednesday, February 24, 2016

Cheapest domain names in Malaysia

Where can I find the cheapest domain name provider in Malaysia?

Malaysian businesses usually look for domains which end with .my or .com.my
Here is a list of domain name providers and the price of the domains above, correct as at 20 March 2016. The winners will be Yeahhost and Ht2u for lowest prices for .my domain!

Prices are displayed in a registration-renewal format. e.g. If registration is RM50 but renewal is RM120, then it will be displayed as 50-120.

Company URL .my .com.my
http://www.nocser.net/domains/ 99 72
http://www.spanlogic.net/page/domain-names/spanlogic-domain-names.aspx 82 55
https://www.yeahhost.com.my/malaysia-my-domain 46.90-86 55.9
http://shinjiru.com.my/web-hosting/universal/domain-name.php 88 66
http://www.skybiz.com.my/domainmy/index.php 88 66
http://www.internet-webhosting.com/domain.php 90 70
https://www.myduniahosting.com/domain/ 95 69
http://www.ipserverone.com/domain 98 68
http://www.hostpro2u.com/domain_registration.asp 100 80
http://www.hivehost.net/domains/ 100 70
http://www.hileytech.com/domain.html 100 80
https://www.firstonline.com.my/eweb/product/view/4/6 100 70
http://www.justsimple.com.my/web_design/domain.htm 100 70
http://clients.mesrahosting.net/domainchecker.php 100 80
https://www.zenpipe.com/services/domain_name 100 80
http://www.cynet.com.my/domain 100 80
http://www.registrar.com.my/ 110 80
https://www.web-hosting.net.my/domain-name-registration.html 120 80
http://clientarea.malaysiahosting2u.com/domainchecker.php 120 80
http://www.klhost.com/domain-2 120 80
http://billing.netonboard.com/domainchecker.php?search=bulk 120 65
https://www.yesspage.com/domainchecker.php 120 80
http://www.max.com.my/clients/domainchecker.php 120 80
https://www.icore.com.my/domains 120 80
https://xantec.com.my/domain-name 120 80
https://billing.exabytes.com.my/mypanel/cart.php 50-120 50-80
http://www.everworks.com.my/Domain/Price 120 80
https://www.netxtreme.net/domainchecker.php 120 80
http://www.macrojax.com/domreg/ 120 80
https://clientcare.on.net.my/domainchecker.php 120 80
http://fatservers.my/web-hosting-malaysia/domain-names/ 120 80
https://www.webhosting.com.my 127.2 84.8
http://www.easystore.my/pricing/ ? ?
http://www.myservices.my/ ? ?
http://www.safenames.net/DomainNames/DomainRegistration.aspx ? ?
https://www.thegigabit.com ? ?
http://www.yglworld.com/ ? ?
http://www.asiapacific.com.my/ ? ?
http://www.vox.com.my/ ? ?
http://www.locus-t.com/ ? ?
http://www.cdc.net.my/ ? ?
http://www.itwin.com.my/products.html ? ?
http://www.webpanelhost.com.my/ ? ?
http://www.shamrog.com/ ? ?
https://www.webnic.cc/my/ ? ?
http://www.irepublics.com/ ? ?
https://www.raffcomm.my/ ? ?
http://www.domreg.com.my/Scripts/default.asp ? ?
http://iconz-webvisions.com/en/product/main/products ? ?
https://www.newpages.com.my/v2/en/index.html ? ?
http://www.datakl.com/domains-price-list.php 120-110 80-75
https://www.ht2u.net/client/domainchecker.php 49.90-95 60-70
http://www.webserver.com.my/buy-web-hosting/ NA 84.8
http://mercumaya.net/domain_details.html NA 70-80
https://rocksoft.com.my/domainchecker.php US$22.3 US$17.8
http://www.aseanhost.com/domain-registrations US$38 US$38
http://www.ipmirror.my/ US$66 US$60

Friday, February 5, 2016

How code for today's date?



<script type="text/javascript">
<!--
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
var monthNames = ["January", "February", "March", "April", "May", "June",
  "July", "August", "September", "October", "November", "December"];
var d = new Date();
document.write(monthNames[d.getMonth()] + " " + day + ", " + year);
//-->
</script>

Wednesday, February 3, 2016

Transparent png image Displays as White/Black background?

Sometimes when we display a transparent png image, the transparent part shows up as a white or even black background. In order to fix this, insert these 2 lines of code into the img tag: background-color: transparent; border: none;

Popular Posts