Thursday, January 18, 2018

How To Create Your Blog From Blogger

Blogger is Google’s free tool for creating blogs. It can be found on the web at www.blogger.com.
You can use blogs for everything from updating your friends and family about your life, giving your own advice column, discussing your political views, or relating your experience in a topic of interest. You can host blogs with multiple contributors, or you can run your own solo show.

Four step to start blogger

  1. First create your Google Account to start blogging.
  2. Then open the blogger.com and sign up here with your Google account.
  3. Now click the  Button and fill up the title name & address of the blog
  4. Then chose template and click on Create blog button
Your Blog has been created now enjoy your blogger.........

Need to be Start Blog

Blogger Provide Two Ways To Developer A Blog
The Blogger provide the two ways to design Your blog. it's easy to use and easy to understand for any users.the designing method is ...
  • User Interface Designing

  • we can interact with hear GUl Interface to design the blog and run the blog content

  • Through Code Designing

  • In this way to design and run the blog we use HTML,CSS,JavaScript and jquery through the Editor of blog (Add third-party functionality or other code to your blog).

    What is a Blog?

    Image result for what is blog
    ‘A blog is a website in which items are posted on a regular basis and displayed in reverse chronological order. The term blog is a shortened form of weblog or web log. Authoring a blog, maintaining a blog or adding an article to an existing blog is called “blogging”. Individual articles on a blog are called “blog posts,” “posts” or “entries”. A person who posts these entries is called a “blogger”. A blog comprises text, hypertext, images, and links (to other web pages and to video, audio and other files). Blogs use a conversational style of documentation. Often blogs focus on a particular “area of interest”, 

    Web Technologies

    Basics

    HTML

    HyperText Markup Language is the language used to describe and define the content of a Web page in a well-structured format.
    CSS
    Cascading Style Sheets are used to describe the appearance of Web content.

    Scripting

    JavaScript
    JavaScript is the programming language that runs in the browser, which is used to build advanced interactive Web sites and applications for secure browser execution.
    Web APIs
    Reference material for each of the individual APIs that comprise the Web's powerful scriptability, including the DOM and all of the related APIs and interfaces you can use to build Web content and apps.

    Graphics

    SVG
    Scalable Vector Graphics let you describe images as sets of vectors (lines) and shapes in order to allow them to scale smoothly regardless of the size at which they're drawn.
    WebGL
    WebGL brings 3D graphics to the Web by introducing an API that closely conforms to OpenGL ES 2.0, which can be used in HTML <canvas> elements.

    Other

    MathML
    Mathematical Markup Language makes it possible to display complex mathematical equations and syntax.

    Progressive Enhancement


    Progressive Enhancement is a powerful methodology that allows Web developers to concentrate on building the best possible websites while balancing the issues inherent in those websites being accessed by multiple unknown user-agents. Progressive Enhancement (PE) is the principle of starting with a rock-solid foundation and then adding enhancements to it if you know certain visiting user-agents can handle the improved experience.
    PE differs from Graceful Degradation (GD) in that GD is the journey from complexity to simplicity, whereas PE is the journey from simplicity to complexity. 

    PE is considered a better methodology than GD because it tends to cover a greater range of potential issues as a baseline. PE is the whitelist to GD’s blacklist.

    What Is The Element Of Web Development ?

    Web development refers to building website and deploying on the web. Web development requires use of scripting languages both at the server end as well as at client end.
    Before developing a web site once should keep several aspects in mind like:
    1. What to put on the web site? 
    2.  Who will host it?
    3.  How to make it interactive? 
    4.  How to code it?
    5.  How to create search engine friendly web site?
    6.  How to secure the source code frequently?
    7. etc.
    internet_technologies_tutorial

    WEB DEVELOPMENT

    Web development broadly refers to the tasks associated with developing websites for hosting via intranet or internet. The web development process includes web design, web content development, client-side/server-side scripting and network security configuration, among other tasks. Web development is also known as "website development". 
    Web development is the coding or programming that enables website functionality, per the owner's requirements. It mainly deals with the non-design aspect of building websites, which includes coding and writing markup. Web development ranges from creating plain text pages to complex web-based applications, social network applications and electronic business applications.

    The web development hierarchy is as follows:

    1. Client-side coding
    2. Server-side coding
    3. Database technology