+ All Categories
Home > Documents > Blogging With WordPress Department of Information Science & Engineering Gogte Institute of...

Blogging With WordPress Department of Information Science & Engineering Gogte Institute of...

Date post: 05-Jan-2016
Category:
Upload: anna-mccoy
View: 215 times
Download: 1 times
Share this document with a friend
Popular Tags:
49
Blogging With Blogging With WordPress WordPress Department of Information Science & Department of Information Science & Engineering Engineering Gogte Institute of Technology, Belgaum Gogte Institute of Technology, Belgaum
Transcript
Page 1: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Blogging With Blogging With WordPressWordPress

Blogging With Blogging With WordPressWordPress

Department of Information Science & Department of Information Science & EngineeringEngineering

Gogte Institute of Technology, BelgaumGogte Institute of Technology, Belgaum

Page 2: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

What is a Website?• A website is a collection of web pages, images, videos or

other digital assets that are hosted on one web server, usually accessible via the Internet.

• A website may be organized by function as a personal website, a commercial website, organization website etc

• A static website is one that has web pages stored on the server in the same form as the user will view them. It is primarily coded in HTML (Hyper-text Markup Language).

• A dynamic website is one in which the web page content changes automatically and/or frequently based on certain criteria. The user/ administrator can add/modify content without any technical knowledge.

Page 3: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

What is a Blog?

• A blog (short-form for weblog) is a website, usually maintained by an individual with regular entries of commentary, descriptions of events, or other material such as graphics or video.

• Entries are commonly displayed in reverse-chronological order.

• Types : Online diaries, photo blog, audio, video blog, business or company blog etc

Page 4: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Why Blog?• A blog is a simple, cost-effective way to create a professional

online presence.

• A blog creates a conversation between you and the people who matter to you.

• A blog delivers a huge impact for very little money.

• A blog allows you to take control of what you publish.

• A blog allows you to develop a position of thought leadership.

• A blog is a valuable business tool for collecting customer feedback.

• A blog creates a historical record of your content.

Page 5: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

What is WordPress?

• WordPress is an open source blog publishing application.

• WordPress is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability.

• WordPress is both free and priceless at the same time.

• Official Website : www.wordpress.org

Page 6: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Web Hosting

• A web hosting service allows individuals and organizations to provide their own website accessible via the World Wide Web.

• Web hosts are companies that provide space on an internet server.

• Some popular Web Hosts : Media Temple, The Planet, Slice Host, Mosso etc

Page 7: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

How to Install WordPress On Localhost Using

XAMPP

Do you know , WordPress can be used Offline also ? WordPress is the mostly used Blogging Platform used among Bloggers. And this benefits the designers for Designing or making WordPress Themes and Plugins. What happens when you modified or designed a plugin and want to Test it without affecting your Blog. Installing of WordPress on Localhost and testing your Plugin or Theme on Localhost will not affect your Blog and is quite simple and takes not more than 5 minutes.

Page 8: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Steps:1- Get XAMPP for Windows, and

install it at the root of your C drive.

2- Once that is done, open xampp control panel and start the Apache and MySql services.

Page 9: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

3- Open your browser and go to this address: http://localhost/. Choose your preferred language.

4- Now that the interface displays a language that you can understand, click on phpMyAdmin (on the left column).

Page 10: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

5- Enter “wordpress” (without quotes)  in the “Create New Database” Field, and select “utf8_unicode_ci” in the drop down box in the next field. Click on Create. The Xampp setup is now complete.

Page 11: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Domain Names• Domain names war unique alphabetical addresses instead of

numeric ones. Domain names allow Internet users to more easily find and communicate with web sites and any other IP-based communications services.

• URL: http://www.example.com/index.html Domain name: www.example.com

• Generic .biz · .com · .info · .name · .net · .org · .pro

• Sponsored .aero · .asia · .cat · .coop · .edu · .gov · .int · .jobs · .mil · .mobi · .museum · .tel · .travel

 • Country Domains .in .us .uk .au

Page 12: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

• Now you have gone through the basics of website, blog, hosting and domains.

• Let us start with setting up your web hosting account.

• A commercial hosting and a domain name is always required for a good website.

• There are many free web hosts around and we shall use www.FreeHostCell.com

Page 13: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Lets Go…

Page 14: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Registration for Hosting Account…

Page 15: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Confirmation Message…

Page 16: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Login - Email Account…

Page 17: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Account Verification…

Page 18: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Account Details – Save It

Page 19: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Web Host Provider Website…

Page 20: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Hosting Control Panel - Login…

Page 21: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Hosting Control Panel – Overview…

Page 22: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Creating Database…

Page 23: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

• Now you are done with Web Hosting setup and Database Creation.

• You can now upload the files to your web server.

• Download WordPress source code from www.wordpress.org

• You can either upload files through either hosting control panel or ftp.

• It is recommended to use FTP Client like “FileZilla” or similar one.

• Transfer all the Wordpress files to root directory of your web server.

• Additional Plugins has to uploaded into ../wp-content/plugin/ and Themes into ../wp-content/theme/

Page 24: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Connecting to Web Sever through FileZilla ftp Client…

Page 25: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Transferring Files from your Computer to Server…

Page 26: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Open URL of your WebSite in any Browser…

Page 27: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Starting Wordpress Installation…

Page 28: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Connecting to Database…

Page 29: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Connected to Database !

Continue to Install Sample Tables/Data..

Page 30: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Starting with Blog Details…

Page 31: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Success !

Note Default Account Details…

Page 32: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Logging-In into your Site…

Page 33: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Overview of WordPress Control Panel…

Page 34: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

WordPress User Management…

Page 35: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Changing Default Admin Password…

Page 36: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Done !!!

Page 37: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

• You have completed your Blog Setup.

• Continue with the Wordpress customization work.

• Add Plugins and Widgets.

• Customize the look of your site.Create theme easily on www.yvoschaap.com/wpthemegen/

• Your site Url may be like http://example.freehostcell.co.cc

• It is recommended to have www.example.com with commercial hosting at later stage, if you wish.

• For time being let us get www.example.co.cc which is free and make your site address simple and easy to remember.

Page 38: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Getting www.example.co.cc

Page 39: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Confirming the availability of name…

Page 40: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Creating Co.Cc Account…

Page 41: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Filling up Registration form…

Page 42: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Proceeding with domain setup…

Page 43: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Overview of Co.Cc Control Panel…

Page 44: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Managing Domain – Website Settings…

Page 45: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Setting Up URL Forwarding…

Page 46: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Done !!!

Tell others about www.example.co.cc

Page 47: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

• Keeping Googling for more details.

• Post your queries on www.gitise.co.cc

• Post your website Link on www.gitise.co.cc

• Link www.gitise.co.cc from your website.

Page 48: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Workshop Conducted By

• Prof. Kiran K. [email protected]

• Sandeep [email protected]

• Snehal [email protected]

Page 49: Blogging With WordPress Department of Information Science & Engineering Gogte Institute of Technology, Belgaum.

Thank you


Recommended