<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Humaan - Latest Comments</title><link>http://humaan.disqus.com/</link><description></description><atom:link href="https://humaan.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 29 Apr 2020 11:37:11 -0000</lastBuildDate><item><title>Re: Creating a Canvas Swarm with JavaScript</title><link>https://humaan.com/blog/canvas-swarm-javascript/#comment-4894568543</link><description>&lt;p&gt;Ij&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">(ASAP)</dc:creator><pubDate>Wed, 29 Apr 2020 11:37:11 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4856793355</link><description>&lt;p&gt;This is a gem.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Hasan Teoman Tıngır</dc:creator><pubDate>Wed, 01 Apr 2020 13:04:38 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4836124633</link><description>&lt;p&gt;I want my marker on right side of the frame. Can you please help me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shikha Goyal</dc:creator><pubDate>Tue, 17 Mar 2020 02:55:15 -0000</pubDate></item><item><title>Re: Animating with SVG</title><link>http://humaan.com/animating-with-svg/#comment-4792185075</link><description>&lt;p&gt;I love svg animations but all these use CSS. You may be surprised by how much work GSAP also JS does under the hood to make animating transforms intuitive and performant. i found some more great examples &lt;a href="here:adsspirit.com" rel="nofollow noopener" target="_blank" title="here:adsspirit.com"&gt;here:adsspirit.com&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Brown</dc:creator><pubDate>Tue, 11 Feb 2020 13:06:13 -0000</pubDate></item><item><title>Re: Welcome, Luke</title><link>https://humaan.com/?p=5288#comment-4595490558</link><description>&lt;p&gt;Awesome story Luke, so glad to hear you made one of your dreams come true.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bjarni Wark</dc:creator><pubDate>Wed, 28 Aug 2019 19:28:34 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4586174710</link><description>&lt;p&gt;Hi there,&lt;br&gt;could anyone to assist me in one issue releted with this theme.&lt;br&gt;I created CutomMarker same like this. In my "CustomMarker.prototype.draw = function() {" I have two html elements&lt;br&gt;&lt;code&gt;&lt;br&gt;var elementIcon = '&amp;lt;img class="marker-icon" src="' + getPictureForRating(item.star) + '"&amp;gt;';&lt;br&gt;var elementCurrencyPrice = 'p class="marker-currency-price" span class="marker-currency" ' + currency + '/span span class="marker-min-price"' + priceValue + '/span /p';&lt;br&gt;div.innerHTML = elementIcon + elementCurrencyPrice;&lt;br&gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;after the draw a map (value currency = 'NOK' for each element(marker), value priceValue is float value with parseFloat().toFixed(2) for each element(marker))&lt;/p&gt;&lt;p&gt;Is not clear why in one marker all data to show correct(as was added in div.innerHTML) but in other one added font tags and values in they are broken(1. somehow the dot(sign) &lt;br&gt;is added to value in front or first letter is lowercase, 2. I set floatValues as similar but they have different showing views - first displaying as 1525.89 but second as 1,525.89)&lt;/p&gt;&lt;p&gt;this is correct marker(get it from DOM tree)&lt;br&gt;&lt;code&gt;&lt;br&gt;div class="marker" data-marker_id="23" style="position: absolute; cursor: pointer; width: 80px; height: 40px; background: rgb(255, 200, 58); left: -323.401px; top: -58.0947px;"&lt;br&gt;    img class="marker-icon" src="images/ratings/rating-4.png"&lt;br&gt;    p class="marker-currency-price"&lt;br&gt;        span class="marker-currency"&amp;gt;NOK /span&lt;br&gt;        span class="marker-min-price"&amp;gt;1742.87 /span&lt;br&gt;    /p&lt;br&gt;/div&lt;br&gt;&lt;/code&gt;&lt;/p&gt;&lt;p&gt;this is incorrect market data from same dom tree&lt;br&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;br&gt;&lt;code&gt;&lt;br&gt;div class="marker" data-marker_id="24" style="position: absolute; cursor: pointer; width: 80px; height: 40px; background: rgb(255, 200, 58); left: -260.75px; top: 97.3608px;"&lt;br&gt;    img class="marker-icon" src="images/ratings/rating-3.png"&lt;br&gt;    p class="marker-currency-price"&lt;br&gt;        span class="marker-currency"&lt;br&gt;           font style="vertical-align: inherit;"&lt;br&gt;               font style="vertical-align: inherit;" class=""  nOK  &lt;br&gt;               /font&lt;br&gt;           /font&lt;br&gt;        /span&lt;br&gt;        span class="marker-min-price"&lt;br&gt;          font style="vertical-align: inherit;"&lt;br&gt;               font style="vertical-align: inherit;" class="" 1,287.99&lt;br&gt;               /font&lt;br&gt;          /font&lt;br&gt;        /span&lt;br&gt;     /p&lt;br&gt;/div&lt;br&gt;&lt;/code&gt;&lt;br&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Why so happen? Why font tags was added?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Volodymyr Palamarchuk</dc:creator><pubDate>Wed, 21 Aug 2019 05:15:12 -0000</pubDate></item><item><title>Re: Bigger (square) thumbnails from the Instagram API</title><link>http://humaan.com/bigger-square-thumbnails-from-the-instagram-api/#comment-4575917946</link><description>&lt;p&gt;Please explain more?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Artem Novikov</dc:creator><pubDate>Mon, 12 Aug 2019 16:22:11 -0000</pubDate></item><item><title>Re: An introduction to Three.js</title><link>http://humaan.com/web-3d-graphics-using-three-js/#comment-4568991636</link><description>&lt;p&gt;Thanks for sharing. Is it possible to add data in a 3D model, like a factory or equipment with three.js?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ben Wu</dc:creator><pubDate>Wed, 07 Aug 2019 02:25:02 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4554045704</link><description>&lt;p&gt;haha thanks :) We really appreciate the feedback!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lee</dc:creator><pubDate>Fri, 26 Jul 2019 02:30:09 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4545630791</link><description>&lt;p&gt;You are amazing. Saved my day in 2019. Really want to gift you a Black Label.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sidhant Chaurasia</dc:creator><pubDate>Fri, 19 Jul 2019 08:53:54 -0000</pubDate></item><item><title>Re: Writing effective, user-centered content</title><link>https://humaan.com/?p=4841#comment-4526422902</link><description>&lt;p&gt;&lt;a href="https://admarker.co.il/linkedin/" rel="nofollow noopener" target="_blank" title="https://admarker.co.il/linkedin/"&gt;Sooo Talented people, You're the best&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ad marker - Bar</dc:creator><pubDate>Wed, 03 Jul 2019 20:42:28 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4516064827</link><description>&lt;p&gt;Hi Paul - I had the same problem, and fixed it by adding this line in the draw function.&lt;/p&gt;&lt;p&gt;google.maps.OverlayView.preventMapHitsFrom(div);&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul</dc:creator><pubDate>Tue, 25 Jun 2019 17:56:39 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4515825661</link><description>&lt;p&gt;Fixed it - if you add this line in the draw function, it stops the click below.&lt;br&gt;google.maps.OverlayView.preventMapHitsFrom(div);&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul</dc:creator><pubDate>Tue, 25 Jun 2019 14:43:23 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4515804365</link><description>&lt;p&gt;This is brilliant - I love it. My only issue is if you click a custom marker, if there is also a clickable element underneath it, that will also click, Is there a way to stop this.&lt;/p&gt;&lt;p&gt;Thank you so much for this.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul</dc:creator><pubDate>Tue, 25 Jun 2019 14:27:13 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4472694421</link><description>&lt;p&gt;Thanks - this helped me loads. Is there a way to suppress the Google Map click, if you click on a custom marker. The marker click works, but it then also clicks the map? I tried removing this line, but it still happens. google.maps.event.trigger(self, "click");&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul</dc:creator><pubDate>Wed, 22 May 2019 12:56:30 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4462741952</link><description>&lt;p&gt;awesome!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gustalh</dc:creator><pubDate>Tue, 14 May 2019 19:33:46 -0000</pubDate></item><item><title>Re: We’re hiring: Junior Project Manager / Office Manager</title><link>https://humaan.com/?p=5179#comment-4455273991</link><description>&lt;p&gt;Hi Michael, we haven't filled the position though we are only contacting successful applicants. Please email us at the email address above if you'd like more information.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Humaan</dc:creator><pubDate>Wed, 08 May 2019 20:25:18 -0000</pubDate></item><item><title>Re: We’re hiring: Junior Project Manager / Office Manager</title><link>https://humaan.com/?p=5179#comment-4454215887</link><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I applied for this junior position around a week ago. I was wondering if you had already selected an applicant.&lt;/p&gt;&lt;p&gt;Thanks,&lt;br&gt;Michael&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael</dc:creator><pubDate>Wed, 08 May 2019 06:19:03 -0000</pubDate></item><item><title>Re: An introduction to Three.js</title><link>http://humaan.com/web-3d-graphics-using-three-js/#comment-4446409962</link><description>&lt;p&gt;Very explicit explanation. Thanks a lot!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ifeora Okechukwu</dc:creator><pubDate>Thu, 02 May 2019 07:31:06 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4442063650</link><description>&lt;p&gt;Hi Isaac,&lt;br&gt;Unfortunately we don't have a tutorial for implementing in React but it appears there are a number of component libraries available to achieve something similar.&lt;br&gt;Apologies we can't be of more assistance.&lt;br&gt;Thanks,&lt;br&gt;Lee.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lee</dc:creator><pubDate>Sun, 28 Apr 2019 22:31:11 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4425919589</link><description>&lt;p&gt;Is there any kind of tutorial or suggestion to implement it in React?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">isaac cruz</dc:creator><pubDate>Tue, 16 Apr 2019 20:11:18 -0000</pubDate></item><item><title>Re: Bigger (square) thumbnails from the Instagram API</title><link>http://humaan.com/bigger-square-thumbnails-from-the-instagram-api/#comment-4407958572</link><description>&lt;p&gt;I use background-image on the image's container and i put the image on opacity:0 to keep real width&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BackInBiz</dc:creator><pubDate>Wed, 03 Apr 2019 11:30:07 -0000</pubDate></item><item><title>Re: We&amp;#8217;re Hiring: PHP Developer</title><link>https://humaan.com/?p=4812#comment-4359654996</link><description>&lt;p&gt;Like your website style and your working style.&lt;br&gt;I am a 3 years full-stack developer mainly using PHP. I have simple mobile application development experience as well, know MEAN development, can do simple project.&lt;br&gt;I hate to write a resume and CV letter, LOL, because I have never written one.&lt;br&gt;if you feel interest, just visit my &lt;a href="https://www.ynw.com.au/web-design/" rel="nofollow noopener" target="_blank" title="https://www.ynw.com.au/web-design/"&gt;&lt;u&gt;&lt;b&gt;small business website&lt;/b&gt;&lt;/u&gt; &lt;/a&gt;which is a simple PHP developed website with my custom-built cms module, I had my business started for half year now.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ZHANG WEI</dc:creator><pubDate>Fri, 01 Mar 2019 08:56:13 -0000</pubDate></item><item><title>Re: Bigger (square) thumbnails from the Instagram API</title><link>http://humaan.com/bigger-square-thumbnails-from-the-instagram-api/#comment-4354737702</link><description>&lt;p&gt;you say :lol:&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peacemaker smokfrucht81</dc:creator><pubDate>Tue, 26 Feb 2019 07:15:44 -0000</pubDate></item><item><title>Re: Custom HTML Markers with Google Maps</title><link>https://humaan.com/blog/custom-html-markers-google-maps/#comment-4353062068</link><description>&lt;p&gt;thanks for the advice&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ellis Dos</dc:creator><pubDate>Mon, 25 Feb 2019 03:19:39 -0000</pubDate></item></channel></rss>