Configuring and Managing RAID 5 on Windows Server 2008
more An Overview of RAID 5 RAID 5 consists of three or more volumes each located on a separate physical disk. As with RAID 0, RAID 5 also uses disk striping, whereby blocks of data are divided up into stripes with each stripe written to a different disk.…
File2XL : Open a csv file into MS-Excel with pre-formatted cells
more.. File2XL-master Introduction File2XL lets you open any text file into MS-Excel and creates two sheets : one in text format, and a second one in standard format for numeric columns. File2XL adds a context menu titled : “Open in MS-Excel using…
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 to…
Create a Simple Web Application Using Servlet, JSP and JDBC
원문보기 This document is based on: Eclipse 4.5 MARS (ok for Eclipse 4.4 LUNA) Tomcat 8.x Document History: 12-12-2014: JSP + Servlet + Filter + JSTL 06-08-2015: JSP + Servlet + Filter + JSTL + JDBC In this document, I will guide step by step how to…
Facebook page Like Box 웹 사이트에 넣기
http://webskills.kr/archives/460 Facebook의 page는 일반적으로 공개를 목적으로 만들어지는 경우가 많다. 최근에는 기업, 공공기관, 각종 단체 등이 자신들의 활동을 홍보하고 SNS 이용자들과의 교류를 위해 page를 만든어 활용한다. 이 글은 페이스북 page의 일부 정보를 웹 사이트에 포함시켜 실시간으로 page의 변화를 확인할 수 있는 방법을 설명한다. Facebook 개발자 센터에서는 이를 Like Box for…
FACEBOOK LIKE BUTTON 설치하기
Facebook Like 버튼을 설치하는 방법을 간단히 정리해본다. 1. http://developers.facebook.com/docs/reference/plugins/like/에서 간단히 설정값을 입력하면 코드를 얻을 수 있다. Step1과 Step2를 모두 거쳐야 한다. Step1의 첫번째 url 항목에서는 원하는 url을 입력하거나, form의 url을 기준으로 하도록 빈 칸으로 남겨둘 수도 있다. 그런데 open graph tag에는…
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…
Comparing The Top Frameworks For Building Hybrid Mobile Apps
Comparing The Top Frameworks For Building Hybrid Mobile Apps Danny Markov October 13th, 2015 Only a few years ago, developing mobile apps via JavaScript was nothing more then a quirky experiment. The idea that you could build iOS and Android apps,…
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…
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…