หน้าเว็บ

About me

Hi, I'm cheer. My interest relates to artificial intelligence, machine learning, computer vision, network communication, security algorithm.
แสดงบทความที่มีป้ายกำกับ cms แสดงบทความทั้งหมด
แสดงบทความที่มีป้ายกำกับ cms แสดงบทความทั้งหมด

วันพุธที่ 14 กรกฎาคม พ.ศ. 2553

Joomla Ref : Module Name

For example,
  1. Main Menu
  2. Login
  3. User Menu
  4. Polls
  5. Who's Online
  6. Advertisement
  7. Newsflash
  8. Top Menu
  9. Banner
  10. Search
  11. Popular
  12. Latest News
  13. Breadcrumbs
  14. Syndicate

Joomla Ref : Position Name

  1. left
  2. right
  3. top
  4. bottom
  5. inset
  6. banner
  7. header
  8. footer
  9. newsflash
  10. legals
  11. pathway
  12. breadcrumb
  13. toolbar
  14. cpanel
  15. user1
  16. user2
  17. user3
  18. user4
  19. user5
  20. user6
  21. user7
  22. user8
  23. user9
  24. advert1
  25. advert2
  26. advert3
  27. icon
  28. debug
  29. search
  30. syndicate

วันจันทร์ที่ 12 กรกฎาคม พ.ศ. 2553

CMS : Joomla under Ubuntu

Joomla is one of the most powerful open source CMS. CMS, content management system, is a system allows user to easily manage their article by well-organized structure. Moreover, CMS itself often show you the way to customize CMS to fabulous website. For all of that, you may see from the Internet by googling it.

Alright, I now show you the way to install Joomla under Ubuntu OS

INSTALL
1. make sure that all basic web server software are well installed
2. download package from its official website www.joomla.org [I really recommend for newbie to start on stable version only, otherwise goahead on beta version by simple SVN, check it out !!!]

3. unpackage it

tar xvfz Joomla_x.x.x-Stable-.....tar.gz -C /var/www//

4. create empty file "configuration.php" in order to CMS installer could create configuration information for us

nano configuration.php

5. privilege it for all

chmod 777 configuration.php

6. restart apache once again

/etc/init.d/apache2 restart

7. type "http://localhost//", you will see what installer will do for you step by step