How to start in personal development: The answers that coaches, consultants and trainers need to live their passion. The book

Excellent book of our friend David Carulla. Required reading for any entrepreneur. From MrAddon we recommend it. Do you want to make the final leap and start your own personal development business? This book aims to help take action, both people who are considering making the leap and start their own business related to personal…

Read More

Using IOTA with Javascript

IOTA is a transaction system for the Internet of Things. It isn’t another Blockchain, it’s a new generation system, it uses Tangle (a revolutionary network of transaction strings). Bosch and Cisco are supporting this project. Value transfer without any fees (like the project Raiblocks, another big one). We can start developing Javascript Dapps using these…

Read More

Smart-Contracts with Qtum

Qtum is another Chinese Ethereum like NEO ( we talked about NEO in the previous post: NeoLink: The MetaMask for NEO ) Qtum specifications are: Anonymity and robust security like Z-Cash Smart-Contracts development like Ethereum Integrates Segwit and Decentralized Governance Protocol. Uses UTXO model like Bitcoin, more efficient than Ethereum…. Staking Qtum in your wallet for a time…

Read More

How to call methods of Ethereum Smart-Contracts from WordPress with MetaMask, Web3 and Javascript

First you must create and deploy a SMART-CONTRACT in the Ethereum Test Net, you can follow these instructions: Creating my first Ethereum Smart-Contract in Test net Creating MrAddon token in Ethereum This post is based in the information of the previous post: Javascript development to interact with Ethereum Smart-Contracts To start, we have hosted a…

Read More

Confluence trick to create pages from blueprint templates

You can easily create a HTML Link or ACTION BUTTON to create faster a page from Blueprint Template. PUT THIS URL in the LINK: https://jira.XXX.XXX/wiki/pages/createpage-entervariables.action?templateId=XXXXXX&spaceKey=YYYYY&title&newSpaceKey=YYYYYY&fromPageId=ZZZZ Replace the XXXXX variable by the ID of the Blueprint Template Replace the YYYYY variable by the ID of the Space Replace the ZZZZZ variable by the ID of the…

Read More

Create a new plugin / add-on in JIRA to set custom CSS and Javascript / JS in all pages

Creating our first JIRA plugin “Hello World”: enter in C:\atlastutorial atlas-create-jira-plugin Enter 1 for JIRA 5 groupId: com.atlassian.tutorial artifactId: helloworld version: 1.0-SNAPSHOT package: com.atlassian.tutorial.helloworld Press Y to continue Browse to and open the atlastutorial/helloworld/src/main/resources/atlassian-plugin.xml file Modify helloworld.js and add inside a piece of code like this: “alert(“Hola!”)” Modify the tag <context> to active the Javascript…

Read More

Create a new Add-on or Plugin in JIRA to show more options in the Main Menu /General Menu

Creating our first JIRA plugin “Hello World”: enter in C:\atlastutorial atlas-create-jira-plugin Enter 1 for JIRA 5 groupId: com.atlassian.tutorial artifactId: helloworld version: 1.0-SNAPSHOT package: com.atlassian.tutorial.helloworld Press Y to continue Add a module to the plugin: enter in C:\atlastutorial atlas-create-jira-plugin-module Select the 30 Web Section item by entering 30. Answer each question as follows: Question Value Description…

Read More