Presentasi sedang didownload. Silahkan tunggu

Presentasi sedang didownload. Silahkan tunggu

Content Management System

Presentasi serupa


Presentasi berjudul: "Content Management System"— Transcript presentasi:

1 Content Management System
Pertemuan ke 14 Content Management System Apa itu CMS ? Mengapa Perlu CMS ? Content and Design Bagan CMS Basic Keuntungan CMS Fasilitas Dasar CMS Penggunaan Joomla sebagai salah satu CMS Pemrograman Web/TI/ AK045216/2 sks

2 Pemrograman Web/TI/ AK045216/2 sks
Apa itu CMS ? CMS adalah software yang digunakan untuk membuat, mengubah dan mempublikasikan content ke dalam sebuah website. Fasilitas yang umumnya terdapat dalam CMS sangat banyak, terutama yang berkaitan dengan publikasi isi website, pengaturan halaman, pengubahan isi, pencarian dan lain-lain. Sebuah CMS, dapat berbentuk program yang sederhana, atau dapat juga merupakan suatu program kompleks yang terdiri dari berbagai modul-modul sesuai dengan fasilitas yang terdapat didalamnya Pemrograman Web/TI/ AK045216/2 sks

3 Pemrograman Web/TI/ AK045216/2 sks
Mengapa perlu CMS ? Karena para pengelola atau pemilik website yang tidak mahir dalam menggunakan kode HTML dapat melakukan pembuatan, pengubahan dan publikasi content terhadap website-nya sendiri. CMS menyediakan framework manajemen proses yang dibutuhkan dalam pengembangan website yang menghendaki pengelolaan yang sering / dalam frekuensi yang tinggi. Sebelum membahas ASP.Net, kita kenalkan ke mahasiswa tentang ASP. Di slide ini diperlihatkan perbandingan ASP dan PHP. Dengan mengetahui perbedaan antara kedua-nya, diharapkan mahasiswa dapat menempatkan kedua server side scripting ini dengan tepat. Dalam perkembangannya, ASP digantikan oleh ASP.NET Pemrograman Web/TI/ AK045216/2 sks

4 Pemrograman Web/TI/ AK045216/2 sks
Content dan Design CMS Content Providers Design Template Sedikit dibahas mengenai sintaks ASP, perbandingan dengan PHP semakin jelas. Pengenalan sintaks ini juga nantinya mempermudah pemahaman mahasiswa terhadap ASP.NET Contoh 1 hanya menampilkan text ‘Hello World’ pada browser Pemrograman Web/TI/ AK045216/2 sks

5 Pemrograman Web/TI/ AK045216/2 sks
CMS Basic Pemrograman Web/TI/ AK045216/2 sks

6 Pemrograman Web/TI/ AK045216/2 sks
Web CMS OPTIONAL SLIDE, USE IF AUDIENCE HAD NO PREVIOUS EXPOSURE TO .NET KEY MESSAGE: The first generation of Web application was about delivering non-interactive content. SLIDE BUILDS: None SLIDE SCRIPT: We can think of the first generation of Web-enabled applications as being primarily about publishing non-interactive HTML pages. For example, many applications simply operated in client/server mode and rendered HTML pages to send across the Internet to browsers. SLIDE TRANSISTION: It wasn’t too long before we advanced to the second generation… ADDITIONAL INFORMATION FOR PRESENTER: At the end of this presentation there are two alternate slides for the next three slides. Pemrograman Web/TI/ AK045216/2 sks

7 Pemrograman Web/TI/ AK045216/2 sks
Keuntungan CMS Konsistensi design website dapat dijaga Tidak diperlukan keahlian khusus untuk pengelolaan website Content yang dikehendaki dapat dipublikasikan tanpa pengeditan oleh orang lain Menghemat biaya untuk mempekerjakan web specialist Notifikasi otomatis kepada pemilik website jika ada content yang sudah kadaluarsa Memungkinkan kerjasama yang baik antar pengelola suatu website. Mengurangi kompleksitas dalam pengelolaan informasi ke website. Contoh 2 : This example incorporates a FOR loop in the ASP page. The FOR loop is a statement that prints "Hello World" 10 times. To create Example 2, use the file from Example 1 and add the FOR loop code as shown in the following code sample. Save the file as Example2.asp. View it in your browser. Contoh 3 : This example displays the message "Good Morning Everyone" if the hour is between 4:00 A.M. and 6:00 P.M. It displays the message "Good Night Everyone" if the hour is between 6:00 P.M. and 4:00 A.M. Add the IF THEN statement in the code shown below to Example3.asp and save it as Example4.asp. Pemrograman Web/TI/ AK045216/2 sks

8 Pemrograman Web/TI/ AK045216/2 sks
Fasilitas Dasar CMS Content Authoring, Editing and Management Workflow, Collaboration, and Security Publishing Standards Support Technical specifications KEY MESSAGE: Features of the data list SLIDE BUILDS: None SLIDE SCRIPT: Key difference is that here a row from the database is a cell, not a row. The DataList makes it easy to output data in columns. For example: Item1 Item2 Item3 Item4 or Item1 Item3 Item2 Item4 SLIDE TRANSISTION: The Web Application ADDITIONAL INFORMATION FOR PRESENTER: Pemrograman Web/TI/ AK045216/2 sks

9 1. Content Authoring, Editing and Management
Web-based interface Content stored and managed in database repository XML and XSLT stylesheet templates Document upload, drag ‘n drop WYSIWYG editing Desktop application integration (e.g. Office, Photoshop, Excel, etc…) Document comparison and content versioning Content preview and staging Content re-use in a one or more websites Accessibility compliance Spell check Pemrograman Web/TI/ AK045216/2 sks

10 2. Workflow, Collaboration, and Security
Workflow management User and group permissions Document check-in/check-out Authentication (Active Directory, LDAP, ect…) Rollback Full content search Scheduled backup of all site content (including documents and images) Archiving Change tracking and auditing Metadata management (content categorization) IM, , forums, notification, approval process Task management Pemrograman Web/TI/ AK045216/2 sks

11 Pemrograman Web/TI/ AK045216/2 sks
3. Publishing Scheduled and manual publishing Multi-site publishing Publish to external database Friendly URLs Printer friendly pages Native content syndication (RSS, NewsML, etc…) Pemrograman Web/TI/ AK045216/2 sks

12 Pemrograman Web/TI/ AK045216/2 sks
4. Standars Support Section 508-A compliance Web services support (WSDL, SOAP, ect…) Support for common scripting languages (ASP, JSP, PHP, CFM) Pemrograman Web/TI/ AK045216/2 sks

13 5. Technical Specifications
Dedicated CMS server (CMS Administrator) Dedicated Database server (DB Administrator) Dedicated Web Server (Developer) Pemrograman Web/TI/ AK045216/2 sks

14 Pemrograman Web/TI/ AK045216/2 sks
Kolaborasi di CMS 1. Department/Division Project Manager Bertanggung jawab terhadap website, pemimpin projek, kontak personal terhadap projek, membuat jadwal pengerjaan dll 2. Content Specialist Membuat/mengedit content, reporter, interviewer, dll. 3. Technical Lead/Web Developer CMS Administrator Database Administrator Web Developer / Designer Pemrograman Web/TI/ AK045216/2 sks

15 Pemrograman Web/TI/ AK045216/2 sks
Kolaborasi di CMS Server/CMS Administrator Bertanggung jawab dalam install dan konfigurasi CMS (termasuk module), patch/update, membuat account pengguna CMS dan hak-hak-nya, memantau performance server dan CMS. Database Administrator Mengelola dan membuat account pengguna database, backup data, memantau performace server. Web Developer / Designer Mengelola scripting program CMS, menambah module, membuat design template baru. Pemrograman Web/TI/ AK045216/2 sks

16 Pemrograman Web/TI/ AK045216/2 sks
Joomla ! Joomla! adalah CMS open source yang dapat digunakan secara bebas. Joomla! dibuat oleh ‘Open Source Matters’, yang merupakan tim pengembang CMS pendahulunya, Mambo CMS. Info lebih lengkap dapat dilihat di Pemrograman Web/TI/ AK045216/2 sks

17 Tampilan Backend Joomla
Pemrograman Web/TI/ AK045216/2 sks

18 Pemrograman Web/TI/ AK045216/2 sks
Media Manager Pemrograman Web/TI/ AK045216/2 sks

19 Pemrograman Web/TI/ AK045216/2 sks
Pembuatan Content Pemrograman Web/TI/ AK045216/2 sks

20 Pemrograman Web/TI/ AK045216/2 sks
Pemilihan Template Pemrograman Web/TI/ AK045216/2 sks

21 Contoh Frontend Joomla
Pemrograman Web/TI/ AK045216/2 sks


Download ppt "Content Management System"

Presentasi serupa


Iklan oleh Google