Comments for AntiMath http://www.antimath.info Simple thoughts blog Sat, 14 Dec 2013 23:21:42 +0000 hourly 1 http://wordpress.org/?v=3.6.1 Comment on ECC81 tube radio by mold removal grout http://www.antimath.info/electro/ecc81-tube-radio/#comment-230195 mold removal grout Sat, 14 Dec 2013 23:21:42 +0000 http://www.antimath.info/?p=233#comment-230195 If this sounds strange, browse the sentence again.

Your health and your safety rely on it.

]]>
Comment on ECC81 tube radio by Erwin van Doorn http://www.antimath.info/electro/ecc81-tube-radio/#comment-218922 Erwin van Doorn Sat, 30 Nov 2013 13:05:20 +0000 http://www.antimath.info/?p=233#comment-218922 Thanks for the update. I think I’m going to try this schematic.

]]>
Comment on ECC81 tube radio by mihai http://www.antimath.info/electro/ecc81-tube-radio/#comment-215052 mihai Tue, 26 Nov 2013 15:38:31 +0000 http://www.antimath.info/?p=233#comment-215052 Thank you, and sorry about that, I cross marked it like it was removed, when instead I’ve replaced it by a lower 100KOhms resistor, as I recall.

]]>
Comment on ECC81 tube radio by Erwin van Doorn http://www.antimath.info/electro/ecc81-tube-radio/#comment-213380 Erwin van Doorn Sun, 24 Nov 2013 21:11:10 +0000 http://www.antimath.info/?p=233#comment-213380 Great experiment! However, I don’t understand the removal of the 220k resistor. Maybe it is replaced by a wire, but that way the signal is short-circuited by the 5uF capacitor.

]]>
Comment on How to test a bipolar transistor by mihai http://www.antimath.info/electro/how-to-test-a-bipolar-transistor/#comment-184776 mihai Sat, 26 Oct 2013 17:04:28 +0000 http://www.antimath.info/?p=251#comment-184776 Hi,

I don’t think so, usually the pins (B,C, and E) are identified by the transistor case and pin orientations.

Here you can find a lot of cases styles and pin orientations http://www.beavisaudio.com/techpages/Transistor-Pinouts/

]]>
Comment on How to test a bipolar transistor by Maurizio http://www.antimath.info/electro/how-to-test-a-bipolar-transistor/#comment-184720 Maurizio Sat, 26 Oct 2013 11:55:07 +0000 http://www.antimath.info/?p=251#comment-184720 Hi, I noticed that the BC resistance is always slightly lower than that of BE. Is that difference significanta and diagnostic to identify C and E in the case of unknown-wired transistor?

]]>
Comment on How to add a class to the current slide in jQuery Cycle by Manoj Kumar http://www.antimath.info/jquery/how-to-add-a-class-to-the-current-slide-in-jquery-cycle/#comment-184680 Manoj Kumar Sat, 26 Oct 2013 08:43:28 +0000 http://www.antimath.info/?p=57#comment-184680 Its very very helpful. lot of thnks for u ;)

]]>
Comment on WordPress registration form in a regular page by mihai http://www.antimath.info/wordpress/wordpress-registration-form-in-a-regular-page/#comment-173722 mihai Tue, 08 Oct 2013 20:25:25 +0000 http://www.antimath.info/?p=147#comment-173722 Hi,

Refer to this article https://codex.wordpress.org/Customizing_the_Registration_Form for more info.

]]>
Comment on WordPress registration form in a regular page by sika http://www.antimath.info/wordpress/wordpress-registration-form-in-a-regular-page/#comment-170240 sika Fri, 27 Sep 2013 16:32:35 +0000 http://www.antimath.info/?p=147#comment-170240 Hi!
Thank you for this great work.
I was looking for that since 2 days.
How can I do if I want to display the first_name and last_name in the form?
Thank you for your help.

]]>
Comment on WordPress registration form in a regular page by mihai http://www.antimath.info/wordpress/wordpress-registration-form-in-a-regular-page/#comment-165078 mihai Thu, 12 Sep 2013 19:25:39 +0000 http://www.antimath.info/?p=147#comment-165078 Hi,

I do not completely understand the problem, but I can say this:
The ‘/?do=register’ is the registration form action, so at this step you shouldn’t have a submit button.

]]>
Comment on WordPress registration form in a regular page by halben http://www.antimath.info/wordpress/wordpress-registration-form-in-a-regular-page/#comment-165001 halben Thu, 12 Sep 2013 13:18:05 +0000 http://www.antimath.info/?p=147#comment-165001 Is there any fix for this problem:

The submit register works only once in the registration page but doesn’t work when it gets to the register/?do=register

?? Any help would be greatly appreciated.

]]>
Comment on WordPress registration form in a regular page by waheed http://www.antimath.info/wordpress/wordpress-registration-form-in-a-regular-page/#comment-158025 waheed Sun, 25 Aug 2013 19:01:41 +0000 http://www.antimath.info/?p=147#comment-158025 nice trick wow

]]>
Comment on jQuery Cycle with carousel thumbs pager by mihai http://www.antimath.info/jquery/jquery-cycle-with-carousel-thumbs-pager/#comment-119957 mihai Fri, 03 May 2013 13:32:53 +0000 http://www.antimath.info/?p=198#comment-119957 Hi,

This problem appears because of how jCarousel works in circular mode.
If you look at the HTML of the carousel items when in circular mode, you will see that jCarousel doubles them, in order to achieve the circular effect. This messes all up, because the slideshow and the carousel will no longer be synchronized.

I don’t know right now if is possible to make this work with the carousel in circular mode, unless you find a carousel plugin that won’t affect the number of items when running in circular mode.

]]>
Comment on jQuery Cycle with carousel thumbs pager by Alvina http://www.antimath.info/jquery/jquery-cycle-with-carousel-thumbs-pager/#comment-119570 Alvina Thu, 02 May 2013 11:57:24 +0000 http://www.antimath.info/?p=198#comment-119570 Thanks for the code! Works great.
I do have a question though. I’ve changed the code a little bit to have the carousel auto start en circle around.

$(“.slider-pager”).jCarouselLite({
btnNext: “#pager_next”,
btnPrev: “#pager_prev”,
auto: 5000,
circular: true,
visible: 4
});

I want to use the ‘activeSlide’ class provided by the cycle plugin. When I change circular to false then it works correctly (I have a border on the current slide). When I say that circular is true I only have a border on the first item but not the rest.

Would you be able to tell me how I can make this work?

]]>
Comment on WordPress registration form in a regular page by mihai http://www.antimath.info/wordpress/wordpress-registration-form-in-a-regular-page/#comment-117565 mihai Sat, 27 Apr 2013 16:09:59 +0000 http://www.antimath.info/?p=147#comment-117565 Hi Adam,

These snippets are not a custom registration form, they just replicate the default registration form.

Try using a plugin, like http://wordpress.org/extend/plugins/cimy-user-extra-fields/

Hope it helps.

]]>