Monday, December 31, 2018

At the same time, the Facebook is a big social network that it has over billions of active users around the world. Also you can promote your blog content through the Facebook page and you can get good number of traffic for your blog. 



For the Facebook page, it is very easy to create but it is difficult to get number of like on your Facebook page. This is best one method that you can increase number of like on the Facebook page. You can add Facebook page like box on the blogger that it allows all visitors like your Facebook page directly if they want to get other information in the future. The Facebook created Facebook page plugin that it is very easy to promote the Facebook page on the third party website. On this guide, I will share you about How to add The Facebook page plugin on the blogger.

What is the Facebook page plugin?
The Facebook page plugin is a path or function of Facebook that before they know Facebook like box.  It allows you to promote your Facebook page on the third party website. It can display Facebook cover photo, recent page post, and random people like your page etc.
How to add Facebook page plugin on the blogger
Step 1: you must have a Facebook page
Step 2: open this link Facebook page plugin
Step 3: on the Facebook URL, please input address of your Facebook page. For example https://www.facebook.com/Malis63
Step 4: please input number of width in pixel. For example: you want to show your Facebook page with width 250 pixel.
Step 5: please input number of height in pixel. For example: you want to show your Facebook page with height 200 pixel.  But on this guide, I no need to input.
Step 6: if you don’t want to show any content that you posed on the Facebook page, please delete “timeline” on Tabs box.
Step 7: if you choose “Use small header”, it means that you want to use small cover photo.
Step 8: if you choose “Hide cover photo”, it means that you don’t want to show cover photo.
Step 9: if you choose “Show friend’s face”. It means that you want to show random people liked your Facebook page.
Step 10: please click on “Get Code” button
Step 11: it will pop up 1 screen more and keep it a minute to process step 12.


Step 12: login to your blogger profile
Step 13: Go to “Layout” menu
Step 14: click “Add a tadget” at which side that you want to show Facebook page plugin.
Step 15: please choose “HTML/Javascript”
Step 16: please fill “Facebook” on title box
Step 17: please copy code from step 11 and past on content side.
 Include the JavaScript SDK on your page once, ideally right after the opening body tag.
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.3"></script>
Place this code wherever you want the plugin to appear on your page.
<div class="fb-page" data-href="https://www.facebook.com/Malis63/" data-tabs="" data-width="250" data-height="" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/Malis63/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/Malis63/">Malis63</a></blockquote></div>


Step 18: please click on “Save” button
Step 19: enjoy your Facebook page plugin



Currently, we are living with modern technology that we can read and watch documents or video from the internet. All most video created by other people and they posted or lived with another social network such as Facebook or Twitter etc. However, the Facebook added Live Streams to their page that it allows you live your video on the Facebook page.



Why do you need to Live Stream on the Facebook?
When we Live Stream video on the Facebook, we will get number of visitor, number of like page, and share your video more. One more thing, it is the real time video. You can live about song, activity, sale product online, and other service  of business.
On this article, I will show you “How to Live Stream Video to Facebook page by software OBS Studio”. Let’s go to practice step by step together.

How to Live Stream Video to Facebook page by software OBS Studio
Step 1: before you start to Live Stream video by software OBS, you need to have a Facebook page. It means that you must to create a Facebook page with your profile.
Step 2: download software OBS Studio by link https://obsproject.com/download
Step 3: please install OBS Studio on your computer.
Step 4: login to Facebook page
Step 5: to Live on the Facebook page with OBS Studio, you need to copy stream key from Facebook.
              Please choose “publishing tools “
Step 6: please choose “Video Library”
Step 7: please click on “Live” button
Step 8: find key on “Stream key” box and copy


Step 9: input stream key on OBS Studio
Open OBS studio short cut on the desktop
Go to “Setting”
Go to “Stream”
On the “Stream key” box, please delete old stream key and past new stream key on this box (copy from step 8)
Click OK button
Step 10: back to OBS studio screen and find “Source” box
Step 11: click on “+” then click “Browse”
Step 12: chose “Create new”
Step 13: click OK button
Step 14: choose “Local file” then click on ”Browse”
Step 15: find path of your file and choose file video such as .MP4. On this step, you can set width or height.
Step 16: please click ok button
Step 17: video will show on the OBS Studio screen then please click “Start Streaming”
Step 18: please back to Facebook page that you opened (on step 8)
Step 19: you will see video live from OBS studio
Step 20: if you input everything ready, it mean that your video is online. Please click “Go live” if you want to live video on your Facebook page.

Note:
  • if you want to stop live video on the Facebook page, you just back to OBS studio screen and click on “stop streaming” button. It mean that you disconnect with the Facebook page.
  • Please remember that the next time, if you want to start Live stream on the Facebook page, you need to copy and past stream key on the OBS studio again.

Monday, December 24, 2018

Currently, most of businessmen use internet to communication or show about their product, software, and other service, so they need some application to use such as web application.


What is Web Application?
Web application or web base application is a computer program or called software program that it runs on web browser or internet browser over the internet. Web applications are used a lot of language to design for use on the internet. It use a combination between server side scripts such as JSP, APS or PHP to handle the storage and retrieval of information from client side and client side script such as HTML and Javascript handle to translate information to end user. Client side refers to web browser that work at client’s computer such as Internet explorer, Google Chrome, Mozilla Firefox, Opera, Safari, or Microsoft Edge. Server side refers to service that work at server side such as IIS (Internet Information Service), Apache, and Apache Tomcat. Database supports with web application such as Microsoft access, Microsoft SQL Server, My SQL, and Oracle etc.
We use web application to client or end user do transaction with other company by using online forms and they can show about service, products, or other information to their client. If we use dynamic webpage of web application, it need web server to manage information that request from clients or end user and sometime, web application need database to store data. If we use static webpage of web application, we don’t need web server to process all information from client or end user. Dynamic webpage is the webpage that it allow owner of webpage can edit information later and static webpage is the web page that it is not allow owner of webpage edit information on page later. Web Applications are working with multiple platforms without think about operating system or other devices and it is easy to maintain.

This is some flow of web application:
  • End user input URL or other word on web browser or application’s interface to request to web server over internet.
  • Web server got information from client or end user and it forwards this request to server side.
  • Server side runs service to process client’s request with database.
  • After server side completed process, it will send the result to web server.
  • Web server got result from service of server side then it forward the result to client’s browser.
  • Client’s browser at client side translates data to show on the browser.
Types of web applications by usage are intranet application, internet application, and extranet application.

Intranet application refers to private web application that it can access with LAN (Local Area Network). It means that it use local network and internet to share information in the organization. People around the world can’t see our information.
Internet application refers to public web application that it can access with WAN (Wide Area Network). It means that everyone on the world can see our information. We use it for business operation and people can access it from anywhere over internet.

Friday, October 5, 2018


Actually, if you want to become expert website, you should know about language to create website. The languages for website have a lot such as PHP, ASP, ASP.net, Java, Javascript, CSS, XML, JSP, HTML, C#, VB.net, and other. Databases for website have a lot such as Ms SQL server, My SQL, Microsoft access, or Oracle. One more thing, you should know about graphic design at lease Adobe Photoshop, Adobe InDesign, and Adobe Illustrator.

Web application was separated two skills are Web designer and Web Development (web developer). The both skills are really important for successful with website. Currently, one person can become a web designer and web development together. Web designer skill responsible think or imagine about shape of website such as header, footer, body, menu, location show image or video, color of hold website, and other functionality. Web development (web developer) responsible to write code follow the shape that web designer provided with creative.
The clients or companies always need expert in each skill for big project. For example to build a beautiful website, they need an expert design logo, expert imagine, expert write code, expert marketing, and expert selling.

We separated two types of skills for building website. The first is a web designer skill who response designing and second skill is web development that response develop with writing code called web developer. The both skills must work in team to achieve the purpose of the project. Most of the client doesn’t care about kind of skill to create website but they always ask that can you design and develop website or app?

Process of create website by web designer and web developer:
  • The web designer need to understand the requirement of clients such as companies detail, goal of project, problem of client and solution. After got requirement, they will think about what can be possible and how it can do possible. They think about designing functionality and processing.
  • After web designer completed designing color, menu, and function according to client's requirement, the web developer need to understand what designer provide. Web developer will choose programming language and framwork to create website.
  • Web designer use some application and method to design website such as Adobe Photoshop, Adobe InDesign, Adobe Illustrator, HTML, or CSS, etc.
  • Web developer uses some language to create function and store data such as PHP, ASP, Python, Java, Javascript, Microsoft SQL server, or My SQL server etc.
  • Web designer need to think and design logo, banner, select font, screen soluction, and user interface.
  • Web developer creates function for end user input, output, and processing data.

Web designer can become to web developer and web developer can become to web designer that it is very good. Normally, the project can success by one person or team work and it depends on the scope of project that it is big or small.

But web designer and web developer always meet some problem such as:
  • It is difficult communication with the clients. Sometime, it is very difficult to explain to client about what we are doing.
  • Web designer or web developer are difficult understand about requirement from clients.
  • Payment not enough

Tuesday, September 18, 2018


According to new technologies are improved every day, almost people on the world want to learn and use it follow new era. Currently, most of people are using computer to work daily. They think that compute can help them to work faster and it can reduce some mistake. The people always say word computer but some people don’t know about computer’s information.

What is computer?
The computer is an electronic machine or an electronic device that it has high capacity to store information, fact process, retrieve information, calculate, manipulating, supply result, analyses, manage large amount whit high speed and very accurate. Computer has different shape base on era. Sometime, it has big shape and small shape refers user’s require and producing but it can help users to solve their daily problem quickly. It is wonderful instrument and it used by most of people around the world. By estimate, at least​ 90% of government and private office are using computer for their daily work. The component of computer has system unit, monitor, hard disk, mouse, keyboard, printer, speaker, and other devices.

The compute can process refer two part are hardware and software. Software is application or a part of computer that we can see their interface such as form, color, button, image, or icon but we can’t touch. If we talk about software, software is the group of application or called group of programs that it includes a lot of function, structure, instruction, classes, and coding. On the computer, we can input some software such as operating system window 8 or window 10, all version of Microsoft office, Adobe Acrobat, Adobe reader, Adobe Photoshop, Win Zip and Win Rar, Driver for PC, Internet browser like Google chrome, social network like Telegram, Skype, and other application base on user’s require.

Hardware is component of computer that we can see the shape and touch such as mouse, monitor, keyboard, system unit, hard disk, CPU, Printer, power cable, power supply, and UPS etc.

The computer is very important in our life. Some of people always ask that why do we use computer? Most of people use computer with different reason. 

Below points are some reason that we see people use computer in their daily life.

The computer used in education field
Almost of the school, university, or colleges around the world are starting to use computer and internet to tech their student. If we use computer in the classroom, we can improve capacity of all student for their imagination and creative.

The computer used in hospital field
The computer provided many benefits for patient and doctors. Most of doctors use computer to diagnose of their patients and they can control number of patients and medicine.

The computer used in business field
We can start our business with computer to manage documents and other contract.

The computer used in government office
They use computer in government to increase speed of processing official document.

The computer used in home
If we have a computer plus internet at home, it is very easy to research everything such as lesson etc. Some people use computer at home to do online business and some people use computer for listen the music, song, or other sound.