Wednesday, May 10, 2017

09 May 2017

Welcome

 We learn to JavaScript.

 

JavaScript Can Change HTML Content

One of many JavaScript HTML methods is getElementById().
This example uses the method to "find" an HTML element (with id="demo") and changes the element content (innerHTML) to "Hello JavaScript"

JavaScript Display Possibilities

JavaScript can "display" data in different ways:
  • Writing into an HTML element, using innerHTML.
  • Writing into the HTML output using document.write().
  • Writing into an alert box, using window.alert().
  • Writing into the browser console, using console.log().

 

 

 Thankyou.


Tuesday, May 9, 2017

08 May 2017

Welcome.

We studied JavaScript.

 Why Study JavaScript?
   JavaScript is one of the 3 languages all web developers must learn:
     1. HTML to define the content of web pages
     2. CSS to specify the layout of web pages
     3. JavaScript to program the behavior of web pages

Did You Know?

JavaScript and Java are completely different languages, both in concept and design.
JavaScript was invented by Brendan Eich in 1995, and became an ECMA standard in 1997.
ECMA-262 is the official name of the standard. ECMAScript is the official name of the language.
You can read more about the different JavaScript versions in the chapter JS Versions.


image 1 add

image 2 add


Saturday, May 6, 2017

05 May 2017

Welcome.

 

We did some work in bootstrap
and completed small exercises.
We got our 1st assignment.
That's is very big
(this is my feelings)
then, we discus about our 1st assignment
after, we are clear how to do that assignment.
We studied about bootstrap in w3school.

Thankyou.

 

Friday, May 5, 2017

12 day 04.05.2017

Welcome.


We did one exercises.
 that is website. very nice. 
downloaded some files from GitHub.







Thursday, May 4, 2017

11 day 03.05.2017

Welcome.

Image result for bootstrap

What's bootstrap?
In statistics, bootstrapping is any test or metric that relies on random sampling with replacement. Bootstrapping allows assigning measures of accuracy to sample estimates.
Image result for What's bootstrap?

Why we're using bootstrap?
  • Easy to use
  • Responsive features
  • Mobile-first approach  
Where to get bootstrap?
  • Download bootstrap from getbootstrap.com
  • Include bootstrap from a CDN
We did exercises.
My coding...



Thankyou. 

Wednesday, May 3, 2017

10 day 02.05.2017


Welcome.


 Leadership
Leadership is a process by which a person influences others to accomplish an objective. ... whereby individual influences a group of individuals to achieve a common goal. Leaders carry out this process by applying their leadership knowledge and skills.
  •  Every leader has charismatic power. 
What's a charismatic leader?
Charismatic leadership is the process of encouraging certain behaviours in others via force of personality, persuasion and eloquent communication. Charismatic leaders inspire their followers to do things or to do things better; this is done by conjuring up enthusiasm in others for a stated vision or goal.
Leadership styles.


  • Autocratic
In this style of leadership, a leader has complete command and hold over their employees/team. The team cannot put forward their views even if they are best for the teams or organisational interests. They cannot criticise or question the leader’s way of getting things done. The leader himself gets the things done. The advantage of this style is that it leads to speedy decision-making and greater productivity under leader’s supervision. Drawbacks of this leadership style are that it leads to greater employee absenteeism and turnover. This leadership style works only when the leader is the best in performing or when the job is monotonous, unskilled and routine in nature or where the project is short-term and risky.
  •  Bureaucratic
Here the leaders strictly adhere to the organisational rules and policies. Also, they make sure that the employees/team also strictly follows the rules and procedures. Promotions take place on the basis of employees’ ability to adhere to organisational rules. This leadership style gradually develops over time. This leadership style is more suitable when safe work conditions and quality are required. But this leadership style discourages creativity and does not make employees self-contented.

  •  Democratic
 The leaders invite and encourage the team members to play an important role in the decision-making process, though the ultimate decision-making power rests with the leader. The leader guides the employees on what to perform and how to perform, while the employees communicate to the leader their experience and the suggestions if any. The advantages of this leadership style are that it leads to satisfied, motivated and more skilled employees. It leads to an optimistic work environment and also encourages creativity. This leadership style has the only drawback that it is time-consuming.


  • Laissez Faire
Here, the leader totally trusts their employees/team to perform the job themselves. He just concentrates on the intellectual/rational aspect of his work and does not focus on the management aspect of his work. The team/employees are welcomed to share their views and provide suggestions which are best for organisational interests. This leadership style works only when the employees are skilled, loyal, experienced and intellectual.


Leadership divided by 2
  
    01.Transactional leadership
Transactional leadership, also known as managerial leadership, focuses on supervision, organisation, and performance; transactional leadership is a style of leadership in which leaders promote compliance by followers through both rewards and punishments.  
    02.Transformational leadership  
Transformational leadership is a style of leadership where a leader works with subordinates to identify needed change, creating a vision to guide the change through inspiration, and executing the change in tandem with committed members of a group. 
  
MBO-Management By Object.

  •  Task-oriented
Task-oriented leadership is a behavioural approach in which the leader focuses on the tasks that need to be performed in order to meet certain goals or to achieve a certain performance standard.


  • Leader motivation
The starting point of motivational leadership is to begin seeing yourself as a role model, as an example to others. One key characteristic of leaders is that they set high standards of accountability for themselves and for their behaviours.

Related image 
 
 We did the small Role play about the Leadership.




After Interval,  we did some exercises in CSS
Border styles

CSS3 border-radius Property

With CSS3, you can give any element "rounded corners", by using the border-radius property.
Here are three examples:
1. Rounded corners for an element with a specified background color:
Rounded corners!
2. Rounded corners for an element with a border:
Rounded corners!
3. Rounded corners for an element with a background image:
Rounded corners!


We did a project.

Monday, May 1, 2017

09th day 28.04.2017

Welcome.

We made presentation slides about how to we achieve our Goal?
My presentation link address.

 

What's CSS?
CSS stands for Cascading Style Sheet and is used by web pages to help keep information in the proper display format. CSS files can help define font, size, color, spacing, border and location of HTML information on a web page, and can also be used to create a continuous look throughout multiple pages of a website.

Why we're using CSS? 
CSS is used to define styles for your web pages, including the design, layout and variations in the display for different devices and screen sizes.

  • What's Inline CSS? 
To add CSS styles to your website, you can use three different ways to insert the CSS. You can Use an "External Stylesheet", an "Internal Stylesheet", or in "Inline Style". ... The External Stylesheet is a .css file that you link your website too.

  • What's Internal css? 
This makes it easy to apply styles like classes or ids in order to reuse the code. The downside of using an internal stylesheet is that changes to the internal stylesheet only effect the page the code is inserted into. ... The External Stylesheet is a .css file that you link your website too. 
 
  • What's External css? 
External CSS is a file that contains only CSS code and is saved with a ".css" file extension. This CSS file is then referenced in your HTML using the <link> instead of <style>. 

CSS syntax
A CSS rule-set consists of a selector and a declaration block:
CSS selector


Example

p {color: red;
    text-align: center;
}
 
 
 We finished a project.  & upload the project in GitHub.
 
That's a Time table.
My coading link address.
 
 
 

 Thankyou.