Ionic Framework on Ubuntu 16.04

Ref: https://ionicframework.com/docs/intro/installation/
Make sure node already installed

Installation

Check the ionic version

Check the cordova version

Create a test ionic project

Run the project

New Project
ref: https://ionicframework.com/docs/intro/tutorial/

Go to the project and run

 

Interview with Kristiyan Karadjov

website: http://pethome.bg/
benchmark: https://www.pets4homes.co.uk/

the search page style include distance like on the left sidebar of https://www.pets4homes.co.uk/search/also use ajax to load the search result when the distance slider is moving???

at home page search by cities like olx (autocomplete cities on the search box). currently no autocompleteChange like this:

remove the image border for the gallery and search result like https://www.pets4homes.co.uk/search/

make the registration form/posting form the city field is required
for example: http://pethome.bg/index.php?page=item&action=item_add

make the website responsive (the categories style on homepage)

make the ajax run faster on the search sidebar (change the input) and homepage search –> Use VPS instead

on edit advert/post. make sure all input including ‘vaccinated’ input can be changed. for example http://pethome.bg/index.php?page=item&id=180

something about image gallery on the post detail page (http://pethome.bg/index.php?page=item&id=180#group-3). what is the task??

Magento 1 Tutorial

Ref: http://devdocs.magento.com/guides/m1x/magefordev/mage-for-dev-2.html

ROUTES:
http://magento19.test/complexworld/index/showallblogposts XX
http://magento19.test/weblog/index/showallblogposts

CONTROLLER IN /home/teddy/Documents/works/magento19/app/code/local/Magentotutorial/Complexworld/controllers/IndexController.php XX
/home/teddy/Documents/works/magento19/app/code/local/Magentotutorial/Weblog/controllers/IndexController.php

MODEL IN
/home/teddy/Documents/works/magento19/app/code/local/Magentotutorial/Weblog/Model/Blogpost.php