Posts

Showing posts from March 28, 2019

Wordpress AJAX How to Implement Server Side Response

Image
0 I'm attempting to implement an AJAX request and response all within one wordpress page. My request is getting a response containing the page's html contents, and not the data that my response function is supposed to output. Do I need to enqueue the response script from a separate file? b.on("click", function(){ var data = data = retrieve_hst() console.log(data) jQuery.ajax({ type: "POST", url: "./wp-admin/admin-ajax.php", data: { action: "recordData", hst_data: data } }).done(function(response) { alert (response); }); <?php add_action('wp_ajax_recordData', 'recordData' ); add_action('wp_ajax_nopriv_wps_recordData', 'recordData' ); function recordData() { $data = $_POST['hst_data']; e

Felice Giordano

Image
Felice Giordano Biographie Naissance 1825 Turin Décès 1892 Vallombrosa  ( en ) Nationalité Royaume d'Italie Formation École nationale supérieure des mines de Paris Activités Ingénieur, géologue, alpiniste modifier - modifier le code - modifier Wikidata Felice Giordano , né à Turin le 6 janvier 1825 et mort à Vallombrosa le 16 juillet 1892, est un ingénieur et géologue italien du XIX e  siècle. Sommaire 1 Biographie 2 Références 3 Voir aussi 3.1 Articles connexes 3.2 Liens externes Biographie | Il joue un rôle important dans l'organisation d'un service géologique dans le Royaume d'Italie et dans la fondation de la Société géologique italienne. En 1863, avec Quintino Sella et Bartolomeo Gastaldi, il fonde le Club alpin italien. Il est également impliqué dans la première ascension du Cervin et est incarné, à ce titre, dans plusieurs films tels que L'Appel de la montagne et Le Défi . Réfé

Measurement of an inductor not accurate at all

Image
1 I'm trying out a method of measuring the inductance of inductors with a following circuit: I'm using a signal generator to create the input voltage, and an oscilloscope to read the output across both the resistor and the inductor, as well as across the inductor only. I've found from multiple sources that when you tweak the input frequency such that the voltage across the inductor is one half of the input voltage (across both components), the inductance is given by the formula: $$L=sqrt{3}frac{R}{2pi f}$$ Here is a picture of my circuit: The voltage across the inductor is half of the input when the frequency is around 90.9kHz: As you can see on the right, the peak to peak voltage of the yellow channel is 5.12, while the voltage of the blue channel is 2.56. The frequency fluctuated a bit, but