object oriented programming in php 5 #Root #By Sayed Ahmed

https://www.youtube.com/watch?feature=player_embedded&v=xVnVD3b2BCc From: http://sitestree.com/?p=2834
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2015-10-26 08:05:40

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 02 object oriented programming in PHP 5 #Root #By Sayed Ahmed

https://www.youtube.com/watch?feature=player_embedded&v=QJSYVubQTfg From: http://sitestree.com/?p=2828
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2015-10-26 07:37: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

Misc Simple IT Issues. Apache does not start #Root #By Sayed Ahmed

Apache does not start. Informs blocked. Informs port already used.
–fuser 80/tcp will give you the PID of the process that takes port 80
–netstat can also give you PID information

$ sudo netstat -nlp | grep 80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 125004/nginx

–kill the process: kill -9 PID
–run: service httpd start

Sometimes IONCUBE and Zend interactions might cause Apache not to start correctly.
You might need to check where are the php.ini files that your application/site is using.
For Ioncube and Zend configuration statements, Ioncube config should appear first. if multiple
php.ini files are used check the order of the files how they get loaded, and also the order of ioncube and zend. Make ioncube load earlier

and yes, you need to check the logfile to know the issues exactly. Log file: for Red-Hat Based:

/var/log/httpd/error-log

  From: http://sitestree.com/?p=2298
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2015-08-31 22:25: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

Moodle backend features and options for site administration #Root #By Sayed Ahmed

Moodle backend features and options for site administration
[youtube http://www.youtube.com/watch?v=1BxCL1CR2D4&w=640&h=480] From: http://sitestree.com/?p=2294
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2015-08-30 11:09:33

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

Dot Net Nuke (DNN) Host and Admin Menu Features #Root #By Sayed Ahmed

These are the options that you see on Host Menu, when you just install. Your production might have more depending on if any additional stuff are installed or not

Common Settings:
Dashboard
Extensions
File Management
Host Settings
Site Management

Advanced Settings:
Configuration Manager
Device Detection Management
HTML Editor Manager
Lists
Schedule
SQL
SuperUser Accounts
Vendors

 

So, you can configure for automatic update and check for the availability of updates

You can see what Critical, Moderate and Low security mean
As it came along the Update
The steps:
Usually you copy/replace the new files. usually the dll files will have most of the changes.
More details:
You need to take a backup of your existing site and database.
Modify your web.config file set autoupdate to false
copy all the files to your current site
the go to
www.example.com/install/install.aspx?mode=upgrade and follow the process.
another strategy might be
create a site only for update like
update.example.com based on your existing site and database (still keep some backup)
then copy all the new files to this update version
then go the install page
after install check if everything works
then you can modify IIS to make this update site to be the live/production site.
let’s show you an internet resource on this…
This is a good resource on upgrading DNN
http://www.dnnsoftware.com/wiki/upgrading-dotnetnuke
we are upgrading
anyway…
Just some URL rewrites, in PHP/Apache you do this using url-rewrite in .htaccess file
So, you can see from, Host->advanced settings you can change the following
If you did not use this feature of DNN before, probably you do not know that DNN has these features; however, you might already used similar features in other CMSes or in other software. you know some without knowing; just needed to know DNN uses those…
sometimes, the difference between theory and practice:
theory teaches you all the different possible stuff, where practical you just need to know what are the stuff from theory/general stuff are used in the particular technology: some truth, some false in the above statement..never mind…theory is evil…
Ip filtering can be a god idea, if your site is internal only…
also, you can block IPs where attacks originated from…a range or specific
apparently lucene is used as search.
Lucene is available as search engine for Drupal and other CMSes as well
including Kentico..
Using site management, you can create and configure multiple sites….
these new sites can use the same database
you can utilize users : specific to this site also users can be shared among multiple sites..
check yourself…how and is it possible really…
So you can see the extensions used
and you can configure/change settings for these…
So you can see available extensions such as login/authentication through twitter/facebook or similar
you can also search and install third party extensions….
Dashboard -> showing some info
making the info public is not a great idea
huge security risk…
for me this is a demo, dummy, I will remove the site anyway…still…not good..
I should not tell all the whys here…
nothing, some user and role management on dnn
http://www.dnnsoftware.com/Content/Dnn.Platform/Documentation/Using%20the%20Control%20Panel/Admin%20Console/Security%20Roles/Understanding%20Role%20Based%20Access.html
for admins and host account, this feature is ok. write SQL and run
but do not provide end users similar feature…can be dreadful
Schedule: different backend task scheduling for DNN
you see the DNN provided classes or classes used by DNN
you can use these classes in your code to implement some DNN like functionality
you can also check if a module use make more sense or not
or you might be able to reuse existing dnn code
You could use other editors Telerik/RAd/CKeditor…
anyway, I can stop here..
I can create another video and short-note on Admin menu
and also another on user management in general…
you are also welcome to create and send to us to post on this site or on our youtube channel

  From: http://sitestree.com/?p=2288
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2016-07-02 17:37:37

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

Top Blogs on Investment, Money, and Debt #Root #By Sayed Ahmed

http://www.modestmoney.com/top-canadian-finance-blogs-2013-final-round/

From: http://sitestree.com/?p=2276
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2015-08-23 08:51:29

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

Where to open RESP account? #Root #By Sayed Ahmed

Where to open RESP account?
http://www.esdc.gc.ca/en/student_loans/resp/promoters_list.page#A

You can also check if the institute offers CLB – Canada Learning Bond, ACESG -Additional Canada Education Savings Grant, Everybody has CESG

 

Questrade Offers all

RBC Direct Investing Offers all

CIBC some Schemes offer all

RBC Target Education plans offer all

 

if you are from Alberta or Saskatchewan, you might also check if the scheme allows the province specific grants as well.

 

You can check about the education grants for children at

http://www.canlearn.ca/eng/savings/cesg.shtml

 

Questions to ask when opening an RESP account

http://www.canlearn.ca/eng/savings/resp_provider.shtml

 

 

  From: http://sitestree.com/?p=2270
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2015-08-22 19:15:46

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

Razor syntax and MVC application demo #Root #By Sayed Ahmed

Razor syntax and MVC application demo
[youtube http://www.youtube.com/watch?v=Oi-isA8qdw0&w=560&h=315] From: http://sitestree.com/?p=2185
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2015-08-10 22:09:37

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 WebAPI and a demo application on Web API #Root #By Sayed Ahmed

Introduction to WebAPI and a demo application on Web API
[youtube http://www.youtube.com/watch?v=6KPu7DjIEwc&w=640&h=390] From: http://sitestree.com/?p=2183
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2015-08-10 20:32:10

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

Comparisons among Dot Net Based CMS solutions #Root #By Sayed Ahmed

Comparisons among Dot Net Based CMS solutions

[youtube http://www.youtube.com/watch?v=T049FbIvZgU&w=854&h=510] From: http://sitestree.com/?p=2123
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2015-07-26 22:50:59

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