Home »
Archive by category Blog (Page 18)
http://unikys.tistory.com/348 * 최근 SNS와 웹사이트를 연동하는 일들이 많아지면서, 많은 사이트들이 페이스북 로그인과 연동을 하고 있다. 페이스북에서 어떻게 로그인 연동을 해야 하는지 한번 알아보자. * 자바스크립트 SDK를 이용한 페이스북 로그인 : 페이스북 앱들은 동작하는 장비나 프로젝트에 따라서 몇 가지의 로그인 단계를 거치게 된다. 이번에는 웹앱에서 로그인하는 단계를 한단계씩...
Continue reading
December 9, 2015 techsupport
Blog, Tech
원문보기 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
December 7, 2015 techsupport
Blog, Open Source, Tech
https://github.com/wekan/wekan/releases http://restya.com/board/demo.html http://board.demo.restya.com/#/board/33 http://taskboard.matthewross.me/demo/#/settings http://kanboard.net/
Continue reading
December 6, 2015 techsupport
Blog, Tech
원문보기 I have to admit, I’ve fallen in love with Trello as a productivity tool. If you like keeping lists as a way to organize your work, it’s a very good tool. For me, it serves two primary purposes: keeping a GTD framework, and managing certain projects with...
Continue reading
December 6, 2015 techsupport
Blog, Tech
<?php error_reporting(E_ALL); /* Get the port for the service. */ $port = “9100”; /* Get the IP address for the target host. */ $host = “172.17.144.89”; /* construct the label */ $mrn = “123456”; $registration_date = “03/13/2013”; $dob = “06/06/1976”; $gender = “M”; $nursing_station = “ED”; $room =...
Continue reading
December 2, 2015 techsupport
Blog, Tech
AngularJS is a JavaScript Framework AngularJS is a JavaScript framework. It is a library written in JavaScript. AngularJS is distributed as a JavaScript file, and can be added to a web page with a script tag: <script src=“http://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js”></script> AngularJS Extends HTML AngularJS extends HTML with ng-directives. The ng-app...
Continue reading
December 1, 2015 techsupport
Blog, Tech
original Hybrid vs Native Mobile App. Decide in 5 minutes! I’ve stumbledupon a lot of curious and confused entrepreneurs who go crazy trying to decide on how to approach their Mobile App. If you’re confused and wondering whether to build a hybrid mobile app or a native mobile app,...
Continue reading
December 1, 2015 techsupport
Blog, Tech
Customer experience for mobile is more important to your business than you might think. Before we dive into the nitty gritty world of Hybrid vs Native Mobile Apps, there’s one aspect of mobile that you should be aware of. Mobile Phopnes are very personal devices. Have you ever...
Continue reading
December 1, 2015 techsupport
Blog, Tech
http://ccambo.blogspot.com/2014/03/java-eclipse-decompiler.html
Continue reading
August 29, 2015 techsupport
Blog, Tech
http://www.instructables.com/id/How-To-Create-a-Private-Roku-Channel/
Continue reading
July 5, 2015 techsupport
Blog, Tech