Skip to content

My Brain BLOG

thoughts, ideas and knowledge

  • My Blog
  • My Brain
  • My Photography
  • Photography Meetup
  • Contact

Blast from the past:
surfusuf.nl
PancakeMondays.com
NLive.NL
You Must See This!

Tags

App App stores browser cache chrome consultant contact css database debugging development dns Domains e-mail fonts framework Home Assistant hosting html icons iis javascript knowledge Marketing microsoft MySQL open source software outlook Phonegap Build Photography PHP plugins SEO smartphone stylesheet Thunderbird time vb2010 visual basic visual studio webshop website Windows10 Windows11 Wordpress

Recent Posts

  • Wifi to Zigbee
  • Thunderbird 140 Manual Folder Sorting
  • Meet je stad! #1084
  • Update HA docker container
  • Home Assistant Formuler Z11 Remote

Categories

  • Design
  • Development
  • How-to
  • Laravel
  • Phonegap
  • Random thoughts

Archives

  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • April 2024
  • February 2024
  • January 2024
  • November 2023
  • October 2023
  • July 2023
  • June 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • October 2021
  • August 2021
  • July 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • May 2019
  • March 2019
  • December 2018
  • November 2018
  • September 2018
  • April 2018
  • March 2018
  • January 2018
  • December 2017
  • November 2017
  • September 2017
  • August 2017
  • February 2017
  • January 2017
  • December 2016
  • September 2016
  • July 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015

Phone addiction

nice article…

read: https://www.nytimes.com/2019/02/23/business/cell-phone-addiction.html

Continue reading Phone addiction
Posted on 07/03/201907/03/2019Author My BrainCategories Random thoughts

Rock Rocks!

Cool rockhand!

a {
   cursor: url(/hand.cur),url(/hand.png),auto;
   color: #000;
   text-decoration: underline;
   outline: 0;
   -webkit-tap-highlight-color: rgba(180,0,25,.5);
}

See the links at large.nl

 

Posted on 18/12/201818/12/2018Author My BrainCategories Random thoughtsTags stylesheet

iOS fixed layers and scrolling

If it does not scroll as expected on iOS, try:

height: fit-content;
height: -webkit-fit-content;
height: -moz-fit-content;
overflow-y:scroll;
-webkit-overflow-scrolling: touch;

That’s all! Continue reading iOS fixed layers and scrolling

Posted on 05/12/201818/12/2018Author My BrainCategories DesignTags browser, cache, html, javascript, stylesheet

prevent caching

Prevent caching?
change the HEADERS!

Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
Expires: 0

GOOD INFO HERE:

https://stackoverflow.com/questions/49547/how-to-control-web-page-caching-across-all-browsers

Continue reading prevent caching

Posted on 09/11/201818/12/2018Author My BrainCategories Development, How-toTags browser, cache, chrome, hosting, smartphone, stylesheet, website

Magento security on IIS

Access to /app/etc/local.xml is not so desired since it contains your db login.
However IIS does ignore .htaccess, so you need to change the local web.config file.  Continue reading Magento security on IIS

Posted on 13/09/201818/12/2018Author My BrainCategories How-toTags knowledge, open source software, webshop

AVG

BRON: https://autoriteitpersoonsgegevens.nl/nl/onderwerpen/avg-nieuwe-europese-privacywetgeving/voorbereiding-op-de-avg

In 10 stappen voorbereid op de AVG

Continue reading AVG

Posted on 25/04/201818/12/2018Author My BrainCategories How-toTags consultant, Marketing

Posts pagination

Previous page Page 1 … Page 20 Page 21 Page 22 … Page 31 Next page
BLOG - powered by My Brain - privacy policy - terms & conditions - Contact
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.