A Basic and Simple Web-Application Creation Demo #Root #By Sayed Ahmed

A Basic and Simple Web-Application Creation Demo

[youtube http://www.youtube.com/watch?v=gu-4RIwpJe4?feature=player_detailpage&w=640&h=360] From: http://sitestree.com/?p=1433
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2014-08-24 00:30:56

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

A Basic MVC ASP.Net Application Development : Just the Basics #Root #By Sayed Ahmed

A Basic MVC ASP.Net Application Development : Just the Basics

[youtube http://www.youtube.com/watch?v=M8ZzmIldPbI?feature=player_detailpage&w=640&h=360] From: http://sitestree.com/?p=1431
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2014-08-24 00:27:39

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

Ajax and web service based simple application demo #Root #By Sayed Ahmed

Ajax and web service based simple application demo

 

[youtube http://www.youtube.com/watch?v=90XPyo83xDg?feature=player_detailpage&w=640&h=360]

  From: http://sitestree.com/?p=1429
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2014-08-23 09:08:24

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

Ubuntu: Creating a user with SSH access and write permission to the web-application folder #Root #By Sayed Ahmed

Ubuntu: Creating a user with SSH access and write permission to the web-application folder

The following Linux commands helped

sudo chown -R username:username /home/username/.ssh
sudo chmod 0700 /home/username/.ssh
sudo chmod 0600 /home/username/.ssh/authorized_keys

Also, added the following lines into the file /etc/ssh/sshd_config  -> did not check whether these are really 
required or not. These were placed as part of a different strategy. Should check whether removing these does 
change anything or not. Assuming that these are required. Because such commands were not placed for another 
user, and that user could not login using ssh.
Port 1234
PermitRootLogin no
AllowUsers testuser

Reference: http://askubuntu.com/questions/16650/create-a-new-ssh-user-on-ubuntu-server

Step by Step:

Create user:
sudo useradd -d /home/testuser -m testuser
Assign Password:
sudo passwd testuser

You may or may not need to use sudo based on the permission for your userid.

Then use similar commands as below. Please create folder as required
sudo chown -R username:username /home/username/.ssh
sudo chmod 0700 /home/username/.ssh
sudo chmod 0600 /home/username/.ssh/authorized_keys

If still does not work, add these lines in your /etc/ssh/sshd_config file (use: nano /etc/ssh/sshd_config)
Port 1234
PermitRootLogin no
AllowUsers testuser

From: http://sitestree.com/?p=1427
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2014-08-20 19:43:53

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

Some Drupal Stuff #Root #By Sayed Ahmed

Getting started with Drupal Development: http://drupal.com/get-started-with-drupal#developers

Overview of theme files : https://www.drupal.org/node/171194

Directory Structure of Drupal: https://www.drupal.org/node/1938494

Understanding the hook system for Drupal modules: https://www.drupal.org/node/292

  From: http://sitestree.com/?p=1424
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2014-08-18 21:34:27

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

Overview and walk through of Drupal Administration Section #Root #By Sayed Ahmed

Overview and walk through of Drupal Administration Section

[youtube http://www.youtube.com/watch?v=fvPuPuQR_X0?feature=player_detailpage&w=640&h=360] From: http://sitestree.com/?p=1422
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2014-08-18 19:33:20

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

Managing Reports and Delivering Them to the End Users #Root #By Sayed Ahmed

Managing Reports and Delivering them to the end users

Tools:

Report Server

Report Manager

 

Steps for Managing Reports and Delivering them to the End Users

First, you bring all of your reports from the development environment to the Report Catalog – Report Catalog is directly under Report Server’s control.

Second: Configure the Report Server for Security and Accessibility (who can access reports and how)

Third: Use Report Server’s Caching and Report History tools to configure how a report will be generated when users request for the report.

We use Report Manager to control all of these features of the Report Server

 

Moving Your Reports from Development Environments to Report Catalog

Methods:

1. Using the Report Designer : Push reports to the Report Catalog

2. Using the Report Manager : Just like uploading reports, point it and load it

3. Linked Reports

How does the Report Server Organize Reports

Report server displays and organizes reports using folders i.e you can browse reports using some Windows Explorer style Folder Structure. There really is no real folder structure in the file system (you cannot access such folders from Windows Explorer). Report Manager just displays in this way and organizes reports in a folder hierarchy.

Report Manager needs to be accessed from Internet Explorer. Report Manager gives you the option to create the folder hierarchy. You can also create folders while deploying through Report Designer.

You can deploy shared data as well using the Report Designer (Relates to moving reports)

You can also create Shared Data Source using Report Manager (Relates to moving reports)

 

Related Concepts:

You do not need to show everything such as Shared Data sources to the users while they are browsing folders to access reports. You can configure the Report Manager to hide unnecessary (to the user) items.

 

Will be extended…

 

 

 

 

 

 

  From: http://sitestree.com/?p=1411
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2014-08-17 16:08:08

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: Admin Section Overview – Walk Through #Root #By Sayed Ahmed

[youtube http://www.youtube.com/watch?v=AJd0rvwmvdo?feature=player_detailpage] From: http://sitestree.com/?p=1388
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2014-08-16 10:18:09

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

DNN Architecture, Dot Net Nuke Architecture #Root #By Sayed Ahmed

[youtube http://www.youtube.com/watch?v=1fGj4hAK8QI?feature=player_detailpage&w=640&h=360]

  From: http://sitestree.com/?p=1386
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2014-08-15 14:57:17

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 i.e DNN Architecture #Root #By Sayed Ahmed

Dot Net Nuke Architecture

Components:

–Web pages

–Web pages can belong to different sites i.e multiple sites can be hosted using a single install of DNN (i.e single web application framework)

( you can keep content, roles, and user permissions separate for each of these sites)

–Modules i.e. mini applications inside pages (the same module can be utilized in different web-pages of the same or different sites)

–Service API

–Web Application Framework

–ASP.Net Web Forms

–Web API

–Web Server (IIS)

–Database (MS SQL Server)

–Microsoft Windows Server Operating System

Note:

EVOQ Social is a system that utilizes (extends) the DNN platform, and gives you a social community creation and engagement opportunity.

EVOQ Content is another system on top of DNN to utilize rich media to create impressive user experience and to give you more control on content management, publishing, approving, content quality control/mangement. Evoq Content provides additional modules for DNN for content management and creating impressive user experience. Reference: http://www.cantarus.com/dnn-evoq-content

Remember:

“In July 2013, DotNetNuke Professional Edition was renamed Evoq Content.[5] In addition, DotNetNuke Enterprise Edition was renamed Evoq Content: Enterprise.” Reference: https://en.wikipedia.org/wiki/DotNetNuke

 

On top of DNN Web Application Framework, you can develop modules, you can also use provider to replace the core modules. Using the DNN Service API you can integrate your DNN to external services and applications.

 

Design Choices for DNN

You can use plain HTML skins

You can also use default ASP.Net controls (ASP.Net) for the user interface i.e “using ASCX user controls, which is the native format for the DNN platform.”

 

Security Aspect of DNN

You can control user permissions up to module level (page level permission is there as well) i.e you can allow or restrict modules to the users.

Evoq solutions allow more granular level of permissions. As a module developer, you cab custom develop permissions for your module.

 

Security and Roles

DNN also utilizes Role based security. Rather than dealing with solely user based permissions, you can create Groups/Roles with the users and then assign permissions to those roles/groups (anyone inside that role/group will enjoy the same permissions)

 

 

 

Modular Page Layout Architecture

DNN page contents are also controlled by modules. Every page can be configured to be displayed using the skin layout as you wish.

DNN uses Module First Strategy instead of page first strategy. This module first strategy allows you to focus on modules first, then you can worry about where to display what based on what modules.

 

References:

DNN Wiki http://www.dnnsoftware.com/wiki

Architecture: http://www.dnnsoftware.com/platform/start/architecture

system architecture From: http://sitestree.com/?p=1373
Categories:Root, By Sayed Ahmed
Tags:
Post Data:2014-08-14 17:57:58

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