Skip to content

Zaman Bhuiyan

Everything around me

  • Home
  • বাংলা অনুচ্ছেদ
  • About Me
  • Contact
  • LinkedIn
  • Github
  • Twitter
  • Instagram
  • Flickr
  • 500px
  • Google Podcast
  • Spotify
  • Amazon Music
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Tweets by @shohagbhuiyan

Recent Posts

  • Project Management
  • BEM Methodology
  • Use of BEM in CSS
  • UI vs UX
  • How to use Google Font (Bengali)

Asides

Australian postcodes with Geolocation

Recently I needed Australian postcodes with Geolocation to work on a project. I have foked the list form randomecho; modified & converted to CSV & JS/JSON format. You can download or fork from here.

Format AsidePosted on January 19, 2018August 9, 2020Categories UI Design and DevelopmentTags Australian, Javascript, JSON

Swapping DIV in CSS only

Format AsidePosted on May 29, 2017August 9, 2020Categories UI Design and DevelopmentTags CSS, CSS3, design

Javascript: change div or span content

document.getElementById("imageid").src="../template/save.png";
document.getElementById("myAnchor").innerHTML = "Shohag Bhuiyan";
document.getElementById("myAnchor").href = "http://www.shohagbhuiyan.com";
document.getElementById("myAnchor").target = "_blank";

Format AsidePosted on April 5, 2016April 5, 2016Categories UI Design and DevelopmentTags Javascript, JS

Accessing variables from other functions without using global variables


var MyApp = {}; // Globally scoped object
function foo(){
MyApp.color = 'green';
}
function bar(){
alert(MyApp.color); // Alerts 'green'
}

Format AsidePosted on April 5, 2016Categories UI Design and DevelopmentTags Javascript, JS
Privacy Policy Proudly powered by WordPress