Working with GIT and SourceTree with BitBucket #Root

https://www.youtube.com/watch?feature=player_embedded&v=bqGr6JlDOlI From: http://sitestree.com/?p=2410
Categories:Root
Tags:
Post Data:2015-10-09 08:24:31

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Introduction to Cloud Computing. ?????? ????????? ??? #Root

https://www.youtube.com/watch?feature=player_embedded&v=1SGixXNcPPc From: http://sitestree.com/?p=2406
Categories:Root
Tags:
Post Data:2015-10-09 08:20:52

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Introduction to C #Root

https://www.youtube.com/watch?feature=player_embedded&v=9VM8RiXTvfw From: http://sitestree.com/?p=2404
Categories:Root
Tags:
Post Data:2015-10-09 08:17:31

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

An Approach to Track Multiple Domains Separately with Google Analytics #Root

You can create one account

Under that you can create one property for each domain

For each property, copy the Analytics Tracking Code (from Google), and place the code on the webpages under that domain.

 

 

 


if you use cpanel to manage your web-hosting, you will see an option Google Analytics Integration under cpanel. You can use that option as well. To configure, you will need to supply the tracking code to this tool and this tool will create a file with your tracking code. This file will be linked to from each of the web-pages usually just before </head> tag.

 

Sometimes, this tool might create an older version of Analytics Tracking code (ga.gs), in that case just open the file with analytics code, and provide the new code. Yes, I had to deal with such cases. From: http://sitestree.com/?p=2390
Categories:Root
Tags:
Post Data:2015-10-04 20:27:45

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Configure IIS for PHP #Root

Configure IIS for PHP
[youtube http://www.youtube.com/watch?v=ROlg91j8-bQ&w=600&h=510] From: http://sitestree.com/?p=2368
Categories:Root
Tags:PHP, IIS
Post Data:2015-10-02 08:43:22

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Lecture – 28: VM features on Windows Azure #Root

[youtube http://www.youtube.com/watch?v=mm2eukJXKXM?feature=player_embedded] From: http://sitestree.com/?p=2347
Categories:Root
Tags:
Post Data:2015-09-28 05:18:36

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Getting results with Search Engine Optimization (SEO) and Google Webmaster Tools #Root

Getting results with Search Engine Optimization (SEO) and Google Webmaster Tools

[youtube http://www.youtube.com/watch?v=F61jEGNWs1I] From: http://sitestree.com/?p=2345
Categories:Root
Tags:
Post Data:2015-09-28 05:12:05

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Installing Plugins (modules/blocks) for Moodle #Root

Installing Plugins (modules/blocks) for Moodle

Sure, I did

1. Installing a module/plugin/block

As a Zip File

login as an administrator
then from left navigation
site administration
plugins
install add ons
in next screen
select what you want to install module or block
select/browse the zip file to upload
(sure, you need to download a zipped version or you need to create zip – i used 7zip to zip worked)
(do not keep multiple unnecessary folder levels in the zip file, just zip the folder where the module starts)
(name your zip file appropriately, use the name of the module as it is named in the module code/meta information)
click check-box on TOS/Agreement
and click install add ons/upload file
then in next screen, you will be shown some dependencies
then you can keep clicking continue, until you see a success.
Manually by Uploading Files
To install modules, you will need your modules to be uploaded to mod folder, where for blocks you need to upload to blocks folder
Make sure, you have write permissions
after you upload, when you login as an admin, you will be taken to go through the steps to finish the installation.
Sometimes, as part of the install, you will also need to configure the plugin.

Installing Plugins (modules/blocks) for Moodle. Like Magento Module Install, you connect to repository store and select and install. From: http://sitestree.com/?p=2315
Categories:Root
Tags:
Post Data:2015-09-11 22:05:14

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

You can come to Canada as an immigrant with a start-up visa #Root

You can come to Canada as an immigrant with a start-up visa. You can see a list of the organizations from where you need to get approval for funds.

http://www.cic.gc.ca/english/immigrate/business/start-up/eligibility/entities.asp

who are already in Canada can also try to get start-up funds from these organizations.

You will need a business idea and a business plan that need to be approved by these organizations and one of these organizations need to be willing to fund your business. From: http://sitestree.com/?p=2313
Categories:Root
Tags:
Post Data:2015-09-07 15:01:13

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada

Balsamic Wire Framing Tool Overview : Web-site Mock-up Tool #Root

Balsamic Wire Framing Tool Overview : Web-site Mock-up Tool
[youtube http://www.youtube.com/watch?v=evdEZvrsTG8&w=640&h=480] From: http://sitestree.com/?p=2311
Categories:Root
Tags:
Post Data:2015-09-06 21:40:51

Shop Online: https://www.ShopForSoul.com/
(Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com
In Bengali: http://Bangla.SaLearningSchool.com
http://SitesTree.com
8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning)
Shop Online: https://www.ShopForSoul.com/
Medium: https://medium.com/@SayedAhmedCanada