Home » Archive by category Open Source (Page 4)

Difference between Web Services , Web API , WCF

more… First why we use this technologies? If you have any logic and need to make it shared and compatible with any machines and any software you will need to put this logic or methods on the web or shared network and make results as XML or JSON...
Continue reading

Facebook page Like Box 웹 사이트에 넣기

http://webskills.kr/archives/460 Facebook의 page는 일반적으로 공개를 목적으로 만들어지는 경우가 많다. 최근에는 기업, 공공기관, 각종 단체 등이 자신들의 활동을 홍보하고 SNS 이용자들과의 교류를 위해 page를 만든어 활용한다. 이 글은 페이스북 page의 일부 정보를 웹 사이트에 포함시켜 실시간으로 page의 변화를 확인할 수 있는 방법을 설명한다. Facebook 개발자 센터에서는 이를 Like Box...
Continue reading

FACEBOOK LIKE BUTTON 설치하기

Facebook Like 버튼을 설치하는 방법을 간단히 정리해본다. 1. http://developers.facebook.com/docs/reference/plugins/like/에서 간단히 설정값을 입력하면 코드를 얻을 수 있다. Step1과 Step2를 모두 거쳐야 한다. Step1의 첫번째 url 항목에서는 원하는 url을 입력하거나, form의 url을 기준으로 하도록 빈 칸으로 남겨둘 수도 있다. 그런데 open graph tag에는 og:description도 있어야 하는데 현재 이 페이지에서 주는 코드에는...
Continue reading

Developing AngularJs applicatioin as a Beginner

원문보기   Introduction There are many tutorials available online, but still its difficult to understand. Here, I’ve explain how to begin with AngularJs as beginner in very simple way. Background You need to have basics of JAVASCRIPT to understand working. Using the code I am going to create...
Continue reading

Framework7

원문보기 Framework7 Framework7 – is a free and open source mobile HTML framework to develop hybrid mobile apps or web apps with iOS & Android native look and feel. It is also an indispensable prototyping apps tool to show working app prototype as soon as possible in case...
Continue reading

Creating a Dynamic Web Project in Eclipse

원문보기 Creating a Dynamic Web Project in Eclipse After the configuration of the server and database a dynamic Web project with Process Manager facets activated can be created in Eclipse. This project contains all relevant artefacts, like JARs and configurations, to run the Stardust Portal in the Web...
Continue reading