Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/vhosts/ronmaliepaard.nl/httpdocs/blog/wp-content/themes/verbosa/cryout/prototypes.php on line 411

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/vhosts/ronmaliepaard.nl/httpdocs/blog/wp-content/themes/verbosa/cryout/prototypes.php on line 432

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/vhosts/ronmaliepaard.nl/httpdocs/blog/wp-content/themes/verbosa/cryout/prototypes.php on line 432

Notice: Functie _load_textdomain_just_in_time werd verkeerd aangeroepen. Vertaling laden voor het verbosa domein werd te vroeg geactiveerd. Dit is meestal een aanwijzing dat er wat code in de plugin of het thema te vroeg tegenkomt. Vertalingen moeten worden geladen bij de init actie of later. Lees Foutopsporing in WordPress voor meer informatie. (Dit bericht is toegevoegd in versie 6.7.0.) in /var/www/vhosts/ronmaliepaard.nl/httpdocs/blog/wp-includes/functions.php on line 6121
Tips & Tricks – Natuurblog van Ron Maliepaard

Focus in the dark!

Als het donkerder wordt wordt ook het scherpstellen steeds lastiger via LiveView. Zeker als je met een lage ISO stand werkt, bv ISO 100. Nu kun je natuurlijk wel de ISO omhoog schroeven, maar daarmee neemt ook de hoeveelheid ruis toe en deze is op een bepaalde ISO waarde ook …

Gebruik van Dehaze

Weliswaar voor Photoshop geschreven, maar ook in Edit Mode in Acdsee mogelijk! Hier een korte route in Acdsee: In developmode eerst de bewerkingen doen die je wilt. Naar edit mode en een nieuwe laag toevoegen (CTRL+ALT+A) Op die nieuwe laag een nieuw Dehaze aanpassingslaag toepassen, schuif totdat de kleuren mooi …

Amandelroom

  Bereidingstijd 10 minuten Als alternatief voor  Amandel om mee te koken (Zonnatura) Lekker met  bv  verse aardbeien Ingrediënten 45 g amandelschaafsel (1 zakje ) 200 ml  slank- of culinair room 1 zakje vanillesuiker Bereiden In keukenmachine amandelschaafsel tot poeder malen. In kleine pan met dikke bodem de room met de gemalen amandelschaafsel …

The Excel VBA Code Cleaner

During the process of creating VBA programs a lot of junk code builds up in your files. If you don’t clean your files periodically you will begin to experience strange problems caused by this extra baggage. Cleaning a project involves exporting the contents of all its VBComponents to text files, …

How to Enable or Disable Proxy using a Batch File

 Tired of setting the proxy maually everytime you start your laptop?     Create a Batch File like Proxy.Bat with contents: reg add “[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]” /v ProxyEnable /t REG_DWORD /d “0” /f 0=disable the proxy1=enable the proxy Command to enable proxy usage: reg add “HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings” ^ /v ProxyEnable /t …

Terug naar boven