Jump to content

marry

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by marry

  1. Here is the code that would redirect your blog to some other blog if you want to change the URL for the old blog.This would work for blogger. I dont have any idea about all other blogging platforms. <script>var oldURL = "OLDBLOG.blogspot.com";var newURL = "NEWBLOG.blogspot.com";var url = location.href;var newURL = url.replace(document.domain,newURL);window.location = newURL</script> This code should be placed under <head> tag.

  2. I would like to answer your second question. HTML5 is hgetting common but still I think that Flash is not died. As Some browsers still not supports HTML5 and Some people don`t know about it yet.

×
×
  • Create New...