mercredi 7 mars 2018
mercredi 17 janvier 2018
ReactJS | JavaScript library for building user interfaces
React - A JavaScript library for building user interfaces
JavaScript library for building user interfaces. It is maintained by Facebook, Instagram and a community of individual developers and corporations
url: https://reactjs.org/
In computing, React (sometimes styled React.js or ReactJS) is a JavaScript library for building user interfaces.
It is maintained by Facebook, Instagram and a community of individual developers and corporations.
React allows developers to create large web-applications that use data and can change over time without reloading the page. It aims primarily to provide speed, simplicity, and scalability. React processes only user interfaces in applications. This corresponds to View in the Model-View-Controller (MVC) pattern, and can be used in combination with other JavaScript libraries or frameworks in MVC, such as AngularJS.
mardi 14 novembre 2017
The best free video editor 2017
The best free video editor 2017: the best video editing tools around
Video editing software that's powerful, simple to use and totally free
dimanche 13 août 2017
samedi 12 août 2017
Tools | Frameworks for Mobile Hybrid Apps
CSS framework (html5 & responsive)
- Framework7 | CSS framework (https://framework7.io/)- Foundation | CSS framework (http://foundation.zurb.com/)
- Angular | One framework *> Mobile & desktop (https://angular.io/)
- IONIC framework & Angular * (https://ionicframework.com/)
SDK Tools (compilation/packaging)
- Android Studio (multiplatform) * (https://developer.android.com/studio)
- XCode (iOS) (https://developer.apple.com/xcode/)
Client (code editor)
- Visual Studio Code (multiplatform) (https://code.visualstudio.com/)
- Brackets (http://brackets.io/)
- Android Studio (multiplatform) * (https://developer.android.com/studio)
- XCode (iOS) (https://developer.apple.com/xcode/)
Client (code editor)
- Visual Studio Code (multiplatform) (https://code.visualstudio.com/)
- Brackets (http://brackets.io/)
--------------
*
NPM
npm is a package manager for the JavaScript programming language.
npm consists of a command line client that interacts with a remote registry
(https://www.npmjs.com/)
Node.js
Node.js is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side
(https://nodejs.org)
samedi 3 juin 2017
Microsoft Azure - Tons of features
Exploring Microsoft Azure Services
Wiki:
- GIT Repository : Bitbucket
- Azure ASP.NET Web Application
- Microsoft SQL Azure 12
Microsoft Azure SDK
Developer tips: Don’t forget to install the azure sdk for Visual Studio
samedi 6 mai 2017
ionic apps in 30 minutes from fresh ubuntu 17.04 install on vm machine (vmware)
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------

-- ionic application from fresh ubuntu 17.04 install
-- tutorial | montrealix.com | == 05-05-2017
1st > Fully install ubuntu 17.04 64 bits
After installation, click the ubuntu icon on top left, and type update in search box.
Click on Software and update
then, click the Community-maintained free and open-source software (universe)
--- Distro update
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
--- Installing ionic for ubuntu
sudo apt-get install nodejs
sudo apt get install npm
sudo apt-get update
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install -g cordova ionic
--- Java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install java-common oracle-java8-installer
sudo apt-get install oracle-java8-set-default
source /etc/profile
--- Android studio
sudo add-apt-repository ppa:maarten-fonville/android-studio
sudo apt update
sudo apt install android-studio
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt update
sudo apt install ubuntu-make
umake android
/opt/android-studio/bin/studio.sh
> under configuration > create desktop entry
--- Visual studio code
-- Download android studio file from website
sudo apt-get install -f # Install dependencies
sudo dpkg -i code_1.12.1-1493934083_amd64.deb
-- ANDROiD PATH
export PATH="$PATH:/Users/user/Android/Sdk/tools/bin"
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
--- Create the apps
ionic start DemoApps tabs
cd DemoApps
ionic platform add android
--- Android Studio
--- In android studio, open an existing Android Studio project
> DemoApps/platforms/android/ build.gradle
--- See result in browser
ionic serve
Take a look at the src/pages/ directory to add or change tabs, update any existing page or create new pages.
--- Compile
ionic build android
-- Android Studio -> Hit the play button to see on device result
---------------------------------------------------------
--https://forum.ionicframework.com/t/install-ionic-on-ubuntu-14-04/50270
--https://tecadmin.net/install-ionic-framework-on-ubuntu/
--https://askubuntu.com/questions/634082/how-to-install-android-studio-on-ubuntu
--https://montrealix.blogspot.ca
---------------------------------------------------------------------------------------------------------

-- ionic application from fresh ubuntu 17.04 install
-- tutorial | montrealix.com | == 05-05-2017
---------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------
After installation, click the ubuntu icon on top left, and type update in search box.
Click on Software and update
then, click the Community-maintained free and open-source software (universe)
--- Distro update
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
--- Installing ionic for ubuntu
sudo apt-get install nodejs
sudo apt get install npm
sudo apt-get update
sudo ln -s /usr/bin/nodejs /usr/bin/node
sudo npm install -g cordova ionic
--- Java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install java-common oracle-java8-installer
sudo apt-get install oracle-java8-set-default
source /etc/profile
--- Android studio
sudo add-apt-repository ppa:maarten-fonville/android-studio
sudo apt update
sudo apt install android-studio
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt update
sudo apt install ubuntu-make
umake android
/opt/android-studio/bin/studio.sh
> under configuration > create desktop entry
--- Visual studio code
-- Download android studio file from website
sudo apt-get install -f # Install dependencies
sudo dpkg -i code_1.12.1-1493934083_amd64.deb
-- ANDROiD PATH
export PATH="$PATH:/Users/user/Android/Sdk/tools/bin"
export PATH=${PATH}:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools
--- Create the apps
ionic start DemoApps tabs
cd DemoApps
ionic platform add android
--- Android Studio
--- In android studio, open an existing Android Studio project
> DemoApps/platforms/android/ build.gradle
--- See result in browser
ionic serve
Take a look at the src/pages/ directory to add or change tabs, update any existing page or create new pages.
--- Compile
ionic build android
-- Android Studio -> Hit the play button to see on device result
---------------------------------------------------------
--https://forum.ionicframework.com/t/install-ionic-on-ubuntu-14-04/50270
--https://tecadmin.net/install-ionic-framework-on-ubuntu/
--https://askubuntu.com/questions/634082/how-to-install-android-studio-on-ubuntu
--https://montrealix.blogspot.ca
Inscription à :
Articles (Atom)