iPhone Safari – disable javascript
Heres how you can disable Javascript on the iPhone Browser Safari: Settings -> Safari -> Advanced (at bottom) -> JavaScript
Heres how you can disable Javascript on the iPhone Browser Safari: Settings -> Safari -> Advanced (at bottom) -> JavaScript
Hier die Anleitung / Tutorial wie man mit dem Minirechner ESP8266 (in meinem Fall der WeMos D1 Mini) einen WS2812B LED Streifen durch McLighting steuern kann. Was ist McLighting? McLighting ist eine Software, bei der über ein Webinterface die Farbe
How to convert flv video files to mp4 with just a single command under mac os. Just use the ffmpeg command. (brew and ffmpeg has to be installed) brew install ffmpeg ffmpeg -i 1.flv -c:v libx264 -crf 19 -strict experimental
LED Küchenbeleuchtung selber bauen. Vom Küchenbauer habe ich mir extra kleine U Profile einbauen lassen. Dort wollte ich eigene RGB LED Strips einbauen. Hier ein paar Bilder meines Projekts. Anleitung und Bauteile Die Videoanleitung und Bauteile dazu gibt es hier.
With simple_html_dom you can parse HTML in PHP. My file_get_html variable was empty and that was the problem: define(‚MAX_FILE_SIZE‘, 900000); Max filesize was too low. After i have increased the value in simple_html_dom.php everything worked fine.
How to remove the WordPress next/previous post links: function remove_link( $format, $link ) { return false; } add_filter( ‚previous_post_link‘, ‚remove_link‘ ); add_filter( ’next_post_link‘, ‚remove_link‘ ); Add the code above at the end of your functions.php -> Design -> Editor After
How to get the Silent Assassin Achievement in Hitman 2 / Wie Ihr die Hitman 2 Lautloser Killer Errungenschaft bekommt: Videoanleitung Hier die komplette Videoanleitung um die Errungenschaft super schnell zu erhalten.
Problem: I have a lot of domains. I wanted to know the expiration date of each website/domain i own. Therefore i made a little bash script which parses my textfile of domains (excel list copy 1:1) and outputs the date
How to use WP Toolset Custom Fields and Taxonomy Variables in Yoast SEO. Its very easy: For Custom Fields you use the field slug combined to that string: %%cf_wpcf-modell%% In my case modell is the custom field slug. For Taxonomy
How to solve the Woocommerce 404 error (not found)? I have installed Woocommerce and received a 404 not found error at the shop and products. All of the internet is about the permalinks but this wasn’t the problem in my