Home »
Archive by category Blog (Page 17)
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, without having to operate with Java and...
Continue reading
December 14, 2015 techsupport
Blog, Open Source, Tech
원문보기 The Answer to Cordova UI Development A Custom Elements-Based HTML5 UI Framework
Continue reading
December 14, 2015 techsupport
Blog, Tech
원문보기 Create mobile apps with the web technologies you love. Free and open source, Ionic offers a library of mobile-optimized HTML, CSS and JS components, gestures, and tools for building highly interactive apps. Built with Sass and optimized for AngularJS.
Continue reading
December 14, 2015 techsupport
Blog, Tech
원문보기 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
December 14, 2015 techsupport
Blog, Open Source, Tech
원문보기
Continue reading
December 11, 2015 techsupport
Blog, Tech
MySQL 암호화 MySQL을 이용하는 대부분의 사이트에서 사용자의 정보를 암호화 하는데 MD5(SHA1)를 사용합니다. 하지만 MD5(SHA1)는 암호화가 아닌 해시 값 입니다. 해시 알고리즘 MD5(SHA1)에 의한 문자열입니다. 사용자 개인정보를 취급하는데 있어 DB전체 데이터를 분실한다고 했을때 많은 손실을 받을 수 있습니다. 물론 한개의 비밀번호를 알아내는데 약간의 시간이 필요하지만 그렇다고 해서 못알아내는 것은...
Continue reading
December 10, 2015 techsupport
Blog, Tech
원문보기 f you take user input through a webpage and insert it into a MySQL database, there’s a chance that you have left yourself wide open for a security issue known as SQL Injection. This lesson will teach you how to help prevent this from happening and help...
Continue reading
December 9, 2015 techsupport
Blog, Tech
원문보기 프로페셔널한 프로그래머라면 본인의 경력을 스스로 관리할 수 있어야 합니다. 누구나 초보 프로그래머로 시작하여 수많은 시행착오를 겪으며 성장합니다. 많은 사람들이 같은 실수를 반복하며, 같은 후회를 겪곤 합니다. 이 글에서는 좋은 프로그래머로서의 경력을 쌓기위해 반드시 피해야하는 몇 가지 사례들을 살펴봅니다. 글을 작성하기에 앞서, 여기에서 다루는 내용은 저의 주관적인 견해가 많이...
Continue reading
December 9, 2015 techsupport
Blog, Tech
원문보기 나의 웹사이트에 FACEBOOK 계정으로 로그인 하기 국내는 물론 많은 해외의 웹사이트와 모바일 앱에서는 페이스북 아이디로 로그인할 수 있는 기능들을 제공하고 있습니다. 2008년 처음 Facebook에서 Facebook Connect 라는 연동 플랫폼을 제공한 이후 이 기능은 많은 피드백을 통해 개선되어 왔습니다. Facebook Login 이 구현되면 이 후 웹사이트 또는 모바입...
Continue reading
December 9, 2015 techsupport
Blog, Tech
원문보기 홈페이지에서 페이스북을 연동하려면 먼저 페북 앱을 등록 해주어야 합니다. 페이스북 개발자 홈페이지에서 상단의 앱 카테고리를 클릭하여 앱을 등록해 주고, 진행합니다. http://developers.facebook.com/?ref=pf 다른 것은 필요없이 빨간색 네모로 체크된 부분만 입력해주면 됩니다. 사이트 URL 같은 경우 IP와 도메인 모두 가능하니 자유롭게 사용하시면 됩니다. 이제 앱등록이 완료 됬다고 가정하고 다음으로는...
Continue reading
December 9, 2015 techsupport
Blog, Tech