# Latest

**URL:** https://forum.kirupa.com/latest.md?page=115

[Latest](https://forum.kirupa.com/latest.md) · [Categories](https://forum.kirupa.com/categories.md)

**Page:** 116

---

## [Architecture: Event Storming Article](https://forum.kirupa.com/t/architecture-event-storming-article/638862)

<div class="topic-metadata">

**Author:** [@Wayne](https://forum.kirupa.com/u/Wayne)\
**Replies:** 0\
**Last updated:** [October 29, 2018, 10:18am UTC](https://forum.kirupa.com/t/architecture-event-storming-article/638862 "2018-10-29T10:18:16Z")

</div>

I have written about Event Storming in Domain Driven Design and would love to have some feedback: https://www.dagdoni.com/blog/2018/10/28/event-storming-in-domain-driven-design

---

## [node.js Chat bot command](https://forum.kirupa.com/t/node-js-chat-bot-command/638808)

<div class="topic-metadata">

**Author:** [@CameleJohn](https://forum.kirupa.com/u/CameleJohn)\
**Replies:** 1\
**Last updated:** [October 26, 2018, 12:16pm UTC](https://forum.kirupa.com/t/node-js-chat-bot-command/638808 "2018-10-26T12:16:19Z")

</div>

\> nativeBot.onText(/^\\/trivia/, function(msg, match) { var fromId = msg.chat.id; var questions = \['Question 1', 'Question 2', 'Question 3', 'Question 4', 'Question 5', 'Question 6'\]; var chosenQuestions = questions\[Mat…

---

## [Need website and app translators](https://forum.kirupa.com/t/need-website-and-app-translators/634262)

<div class="topic-metadata">

**Author:** [@maxrax](https://forum.kirupa.com/u/maxrax)\
**Replies:** 2\
**Last updated:** [February 18, 2016, 8:08am UTC](https://forum.kirupa.com/t/need-website-and-app-translators/634262 "2016-02-18T08:08:36Z")

</div>

Translation of websites and apps, despite its popularity, is one of the most difficult and challenging type of translation that exists in the market of translation services. If you are looking for reliable and experience…

---

## [Anybody getting the new iPhones?](https://forum.kirupa.com/t/anybody-getting-the-new-iphones/638695)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 16\
**Last updated:** [October 24, 2018, 1:55pm UTC](https://forum.kirupa.com/t/anybody-getting-the-new-iphones/638695 "2018-10-24T13:55:06Z")

</div>

I always think this will be the year I jump onto the newest iPhone to replace my iPhone SE! The XR looks really good. How about you all? :nerd\_face:

---

## [New Web components book](https://forum.kirupa.com/t/new-web-components-book/638839)

<div class="topic-metadata">

**Author:** [@Wayne](https://forum.kirupa.com/u/Wayne)\
**Replies:** 2\
**Last updated:** [October 23, 2018, 8:12pm UTC](https://forum.kirupa.com/t/new-web-components-book/638839 "2018-10-23T20:12:26Z")

</div>

I want to start using web components and found this book: https://www.manning.com/books/web-components-in-action What do you guys think?

---

## [DOM vs. Canvas | kirupa.com](https://forum.kirupa.com/t/dom-vs-canvas-kirupa-com/353062)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 5\
**Last updated:** [October 20, 2018, 11:51pm UTC](https://forum.kirupa.com/t/dom-vs-canvas-kirupa-com/353062 "2018-10-20T23:51:34Z")

</div>

by kirupa | 10 April 2013 Did you know that you have a choice in how you can get things to display in your browser? Well...you do! The most common approach for getting content to display on your screen is b…

---

## [Transfer value from one page to another](https://forum.kirupa.com/t/transfer-value-from-one-page-to-another/638038)

<div class="topic-metadata">

**Author:** [@Sukhwinder\_Saini](https://forum.kirupa.com/u/Sukhwinder_Saini)\
**Replies:** 10\
**Last updated:** [October 20, 2018, 4:42pm UTC](https://forum.kirupa.com/t/transfer-value-from-one-page-to-another/638038 "2018-10-20T16:42:07Z")

</div>

Hi just want to create a custom login form of this page “campus.stclaircollege.ca” So how do i transfer value(user name and password) from my custom login page to this page to login

---

## [Python/Folium](https://forum.kirupa.com/t/python-folium/638827)

<div class="topic-metadata">

**Author:** [@VaiFanatic](https://forum.kirupa.com/u/VaiFanatic)\
**Replies:** 2\
**Last updated:** [October 20, 2018, 3:17am UTC](https://forum.kirupa.com/t/python-folium/638827 "2018-10-20T03:17:17Z")

</div>

I’m making a map using a single spreadsheet of data, as some facilities meet certain criteria that others don’t, that I’d like to filter out into a separate layer that can be selected on the map. I’m fresh into python, …

---

## [ReferenceError: cardStyle is not defined](https://forum.kirupa.com/t/referenceerror-cardstyle-is-not-defined/638805)

<div class="topic-metadata">

**Author:** [@paulgoulart](https://forum.kirupa.com/u/paulgoulart)\
**Replies:** 1\
**Last updated:** [October 15, 2018, 3:38pm UTC](https://forum.kirupa.com/t/referenceerror-cardstyle-is-not-defined/638805 "2018-10-15T15:38:04Z")

</div>

With this code I get this error. I’ve looked and looked but can’t seem to find the problem. Any suggestions? \<!DOCTYPE html\> \<html\> \<head\> \<meta charset="utf-8"\> \<title\>More Components\</title\> \<script sr…

---

## [Learning React, Creating Complex Component - not rendering properly](https://forum.kirupa.com/t/learning-react-creating-complex-component-not-rendering-properly/638803)

<div class="topic-metadata">

**Author:** [@Mark\_Pastor](https://forum.kirupa.com/u/Mark_Pastor)\
**Replies:** 3\
**Last updated:** [October 15, 2018, 3:24pm UTC](https://forum.kirupa.com/t/learning-react-creating-complex-component-not-rendering-properly/638803 "2018-10-15T15:24:08Z")

</div>

I have created a file: simpleTest.html with the code from the static example in chapter 5 of the book. The web page keeps coming up blank. Is there an obvious answer to why I am not seeing the code render?

---

## [Writing a string to textarea without markup in JS](https://forum.kirupa.com/t/writing-a-string-to-textarea-without-markup-in-js/638797)

<div class="topic-metadata">

**Author:** [@T\_Clarke](https://forum.kirupa.com/u/T_Clarke)\
**Replies:** 2\
**Last updated:** [October 13, 2018, 3:54pm UTC](https://forum.kirupa.com/t/writing-a-string-to-textarea-without-markup-in-js/638797 "2018-10-13T15:54:45Z")

</div>

Hi I am trying to selectively colour text, according to word length. I have achieved a string with markup included, e.g. \< font color=“green”\>\< font\> My problem is how do I write this, programmatically, to a text area…

---

## [Looking for a jQuery/JS solution for making a Youtube video responsive](https://forum.kirupa.com/t/looking-for-a-jquery-js-solution-for-making-a-youtube-video-responsive/638795)

<div class="topic-metadata">

**Author:** [@kayut](https://forum.kirupa.com/u/kayut)\
**Replies:** 3\
**Last updated:** [October 12, 2018, 9:38pm UTC](https://forum.kirupa.com/t/looking-for-a-jquery-js-solution-for-making-a-youtube-video-responsive/638795 "2018-10-12T21:38:33Z")

</div>

Hi, Looking for a solution to make a Youtube video iframe responsive I found this page: Fluid Width Video Now I’m trying for hours to apply it on my code example here: Trying to make it responsive but it’s not worki…

---

## [Thank you Kirupa !](https://forum.kirupa.com/t/thank-you-kirupa/638778)

<div class="topic-metadata">

**Author:** [@Neuhaus3000](https://forum.kirupa.com/u/Neuhaus3000)\
**Replies:** 2\
**Last updated:** [October 11, 2018, 9:20am UTC](https://forum.kirupa.com/t/thank-you-kirupa/638778 "2018-10-11T09:20:26Z")

</div>

Hey Kirupa, Just wanted to say thanks for all these years! I am a member since you start back in the Flash days. :slight\_smile: Thanks for your response about react.js environment. I just read a few tutorials on your…

---

## [about actionscript](https://forum.kirupa.com/t/about-actionscript/638785)

<div class="topic-metadata">

**Author:** [@vimlesh](https://forum.kirupa.com/u/vimlesh)\
**Replies:** 1\
**Last updated:** [October 9, 2018, 3:12pm UTC](https://forum.kirupa.com/t/about-actionscript/638785 "2018-10-09T15:12:52Z")

</div>

how to correct the startFlip error

---

## [Kirupa React book \> Chapter 15 \> Don't see the result.](https://forum.kirupa.com/t/kirupa-react-book-chapter-15-dont-see-the-result/638774)

<div class="topic-metadata">

**Author:** [@Neuhaus3000](https://forum.kirupa.com/u/Neuhaus3000)\
**Replies:** 12\
**Last updated:** [October 8, 2018, 12:23am UTC](https://forum.kirupa.com/t/kirupa-react-book-chapter-15-dont-see-the-result/638774 "2018-10-08T00:23:38Z")

</div>

Hey, I have purchased the React Book. In the chapter 15, I have set up my environment with success… But I don’t see the result in my index.html page Hello, Batman… … etc Any idea will be appreciated ! Thanks! neuh…

---

## [\<React.Format\> error while studying Learning React Book](https://forum.kirupa.com/t/react-format-error-while-studying-learning-react-book/638777)

<div class="topic-metadata">

**Author:** [@PIxelDroid](https://forum.kirupa.com/u/PIxelDroid)\
**Replies:** 12\
**Last updated:** [October 7, 2018, 8:27pm UTC](https://forum.kirupa.com/t/react-format-error-while-studying-learning-react-book/638777 "2018-10-07T20:27:01Z")

</div>

Hi All: I have run into an error while studying the Kirupa React Book. In 'JSX Quirks" on p.83 there is a discussion about using \<\>\</\> as a shortcut for \<React.Fragment\>. I get a Babel error when I use this syntax. Cod…

---

## [i want to hover image on another image ?](https://forum.kirupa.com/t/i-want-to-hover-image-on-another-image/638776)

<div class="topic-metadata">

**Author:** [@ponsukeen](https://forum.kirupa.com/u/ponsukeen)\
**Replies:** 2\
**Last updated:** [October 7, 2018, 4:36am UTC](https://forum.kirupa.com/t/i-want-to-hover-image-on-another-image/638776 "2018-10-07T04:36:36Z")

</div>

i want to hover image on another image ? like i have black facebook icon when i want to hover on it i want to switch the color to blue how i can do this ? note( facebook icon is circle) dich vu giup viec nha uy tín g…

---

## [How digital has changed the world](https://forum.kirupa.com/t/how-digital-has-changed-the-world/162699)

<div class="topic-metadata">

**Author:** [@jimjiminyjimjim](https://forum.kirupa.com/u/jimjiminyjimjim)\
**Replies:** 0\
**Last updated:** [September 15, 2005, 12:48pm UTC](https://forum.kirupa.com/t/how-digital-has-changed-the-world/162699 "2005-09-15T12:48:18Z")

</div>

Just a bit of research for a graphics project. I am interested in finding out the effects of digitisation on the world. Particularly the effects on things that used to be considered prized possesions e.g albums, books, f…

---

## [Create React App 2](https://forum.kirupa.com/t/create-react-app-2/638748)

<div class="topic-metadata">

**Author:** [@senocular](https://forum.kirupa.com/u/senocular)\
**Replies:** 1\
**Last updated:** [October 5, 2018, 3:28am UTC](https://forum.kirupa.com/t/create-react-app-2/638748 "2018-10-05T03:28:55Z")

</div>

Create React App 2 was just released. It includes SASS support which I’m excited about. I don’t generally use create-react-app, but I did the other day for something quick and was surprised that sass or something simila…

---

## [Error #1502: A script has executed for longer than ...](https://forum.kirupa.com/t/error-1502-a-script-has-executed-for-longer-than/638745)

<div class="topic-metadata">

**Author:** [@ajoo](https://forum.kirupa.com/u/ajoo)\
**Replies:** 7\
**Last updated:** [October 4, 2018, 10:03am UTC](https://forum.kirupa.com/t/error-1502-a-script-has-executed-for-longer-than/638745 "2018-10-04T10:03:22Z")

</div>

Hi all ! I have a website that serves a flash movie ( swf ). There is a loader movie, that loads the main movie and communicates with php. However while loading the main movie, I get the error in the heading above. The …

---

## [How can I rewrite this with Ternary Operator?](https://forum.kirupa.com/t/how-can-i-rewrite-this-with-ternary-operator/638755)

<div class="topic-metadata">

**Author:** [@kayut](https://forum.kirupa.com/u/kayut)\
**Replies:** 3\
**Last updated:** [October 3, 2018, 6:00pm UTC](https://forum.kirupa.com/t/how-can-i-rewrite-this-with-ternary-operator/638755 "2018-10-03T18:00:09Z")

</div>

Hi, How can I rewrite this with Ternary Operator? face.textContent = result == 0 ? headNr + ' times ' + resultFace : tailNr + ' times ' + resultFace; I tried everything, but couldn’t find a way. Thanks

---

## [From Pixels to Objects](https://forum.kirupa.com/t/from-pixels-to-objects/638744)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 0\
**Last updated:** [September 30, 2018, 5:46pm UTC](https://forum.kirupa.com/t/from-pixels-to-objects/638744 "2018-09-30T17:46:55Z")

</div>

So far, one thing has held true about what we've done on the canvas. Once a pixel makes it way to the screen, that's it. Everything about how it got there, what properties make up the larger shape we were intending to dr…

---

## [I'm joining Salesforce!](https://forum.kirupa.com/t/im-joining-salesforce/638702)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 16\
**Last updated:** [September 28, 2018, 10:35pm UTC](https://forum.kirupa.com/t/im-joining-salesforce/638702 "2018-09-28T22:35:19Z")

</div>

Hi, everyone - Just wanted to share a slight career update…mostly to silence the rumors that I have joined the circus :elephant: After nearly 10 years at Microsoft (working on designer tools, frameworks, mobile device t…

---

## [Vue or Vuetify scroll animations](https://forum.kirupa.com/t/vue-or-vuetify-scroll-animations/638720)

<div class="topic-metadata">

**Author:** [@Geor](https://forum.kirupa.com/u/Geor)\
**Replies:** 0\
**Last updated:** [September 24, 2018, 6:09pm UTC](https://forum.kirupa.com/t/vue-or-vuetify-scroll-animations/638720 "2018-09-24T18:09:50Z")

</div>

Has anyone implemented the following on a Vue or Vuetify project?

---

## [Drawing on canvas using array from json](https://forum.kirupa.com/t/drawing-on-canvas-using-array-from-json/638717)

<div class="topic-metadata">

**Author:** [@gwgwpl](https://forum.kirupa.com/u/gwgwpl)\
**Replies:** 2\
**Last updated:** [September 24, 2018, 5:21pm UTC](https://forum.kirupa.com/t/drawing-on-canvas-using-array-from-json/638717 "2018-09-24T17:21:48Z")

</div>

Hi, i’m trying to draw on canvas with pure js, using arrays from json file. First, i’m using MidiConvert from: https://tonejs.github.io/MidiConvert/ To convert midi files to json format, here is example of conversio…

---

## [Probably the strangest yet mesmerizing thing I have seen!](https://forum.kirupa.com/t/probably-the-strangest-yet-mesmerizing-thing-i-have-seen/638711)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 1\
**Last updated:** [September 24, 2018, 2:54am UTC](https://forum.kirupa.com/t/probably-the-strangest-yet-mesmerizing-thing-i-have-seen/638711 "2018-09-24T02:54:33Z")

</div>

The sense of accomplishment on his face brought a tear to my eye :stuck\_out\_tongue:

---

## [Drawing on canvas with keyboard events](https://forum.kirupa.com/t/drawing-on-canvas-with-keyboard-events/638688)

<div class="topic-metadata">

**Author:** [@gwgwpl](https://forum.kirupa.com/u/gwgwpl)\
**Replies:** 10\
**Last updated:** [September 19, 2018, 12:38pm UTC](https://forum.kirupa.com/t/drawing-on-canvas-with-keyboard-events/638688 "2018-09-19T12:38:51Z")

</div>

Hello,first,sorry for my English,i’m not native, nice to meet you all :slight\_smile: I’m working locally (linux/xampp ) on a project where i need to draw many elements on canvas on multiply keyboard events. Simple exa…

---

## [images in react](https://forum.kirupa.com/t/images-in-react/638705)

<div class="topic-metadata">

**Author:** [@bkfwebdev](https://forum.kirupa.com/u/bkfwebdev)\
**Replies:** 11\
**Last updated:** [September 21, 2018, 10:31pm UTC](https://forum.kirupa.com/t/images-in-react/638705 "2018-09-21T22:31:32Z")

</div>

I am trying to pass a url string as a prop to an image component , it does not seem to work, the url is from an api call, data is received just fine, when I inspect the element it says src = undefined

---

## [controlling bootstrap modal position](https://forum.kirupa.com/t/controlling-bootstrap-modal-position/638697)

<div class="topic-metadata">

**Author:** [@pcla56](https://forum.kirupa.com/u/pcla56)\
**Replies:** 1\
**Last updated:** [September 13, 2018, 5:57pm UTC](https://forum.kirupa.com/t/controlling-bootstrap-modal-position/638697 "2018-09-13T17:57:27Z")

</div>

I have tried to read up about this and have tried endless solutions without success. I want to display a modal without the background scrolling to the top. Almost everyone suggests some variant of overfow control but it …

---

## [Restaurant Menu Concept using AR!](https://forum.kirupa.com/t/restaurant-menu-concept-using-ar/638668)

<div class="topic-metadata">

**Author:** [@kirupa](https://forum.kirupa.com/u/kirupa)\
**Replies:** 8\
**Last updated:** [September 11, 2018, 8:08pm UTC](https://forum.kirupa.com/t/restaurant-menu-concept-using-ar/638668 "2018-09-11T20:08:46Z")

</div>

Now, this is something that I can actually see myself using everytime I go to a restaurant :slight\_smile:

[Previous page](https://forum.kirupa.com/latest.md?page=114)

[Next page](https://forum.kirupa.com/latest.md?page=116)
