https://www.canva.com/design/DAHD64n2FQo/5w2BegIN_GParwWdaqvIBw/view?utm_content=DAHD64n2FQo&utm_campaign=designshare&utm_medium=link2&utm_source=uniquelinks&utlId=hfaf1f426ba
Uğur Atmaca
14.3.26
Canva weekly music sticker chart for kids
6.4.21
Publishing Choose Your Own Adventure Book as E-Book
As many E-Book readers know, E-Books do not have pages like PDF documents. On the other hand, you need pages or page breaks to create choose your own adventure books (let's say CYOA). Also, you need links (navigations, bridges) to other pages.
Firstly, to create E-Book with the epub format, I used google docs.
File -> Download -> EPUB publication (.epub)
After downloaded the epub file, I edited the book with Calibre.
To create a page break I used the code below.
<span style="page-break-after: always" />
To link other pages for CYOA choices firstly you need to put id tag beginning of the page like below.
<h4 id="page2">Sayfa 2</h4>
And you need to define your link to the page as below.
<a href="#page2">Sevda Öğretmenle grup değişikliğini konuşacaksan (sayfa 2’ye)</a>
23.5.20
Üzerinde uğraştığım işler
Herhangi biri ilginizi çekiyorsa soru sormak veya yardımcı olmak istiyorsanız, lütfen benimle iletişime geçin. Burayı sık sık güncellemeye çalışacağım, henüz paylaşmaya hazır olmayanlar var.
Linkedin hesabım: Uğur Atmaca
8.5.20
Scooby Doo, Mystery Incorporated Card Game
Instead of strength or dexterity, our chars have some other talents like running, clue finding, trapping, trap baiting and solving mystery.
Please free to ask any questions about process: ugur(at)uguratmaca(dot)com
Here some helper card characters:
![]() |
| Angel Dynamite |
![]() |
| Sheriff Branson Stone |
21.12.17
Basit Oyunlar / Uygulamalar
1.12.17
4.9.17
Firebase Push Notification ile Admob Birlikte Kullanımı Cordova
Ionic v1 ile yazdığım bir uygulamada hem reklam (admob) hem de push notification (firebase notification) kullanmam gerekiyordu. Cordova pluginlerinden cordova-admob ve cordova-plugin-fcm yi birlikte kullanmaya çalıştım fakat şu hatayı aldım:
Execution failed for task ':processDebugGoogleServices'.
> Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 9.0.0.







