Home » 2019 » June

Websites for Editing Videos Online for Free

more : https://www.lifewire.com/online-video-editing-software-1081917 With the closure of YouTube Video Editor and Stupeflix Studio, users are turning to other online video editing websites. Websites that feature online video editing capabilities are not as feature-rich as video editing software that you install on your computer, but they make it possible for you to...
Continue reading

The best free online video editor 2019

more: https://www.techradar.com/best/the-best-free-online-video-editor Online tools that will get your videos looking and sounding incredible Editing videos usually requires a specialist video editor you’ll need to download (and pay for), but there are some excellent online tools around that are just as powerful – if you know where to look. We’ve scoured the...
Continue reading

Best Free Video Editing Software for Desktop

Best Free Video Editing Software for Desktop The following list of the best free video editing software is desktop based. Desktop applications typically have more editing power than mobile apps. Use these video editors when you need to produce longer-form content for Youtube or your website. more: https://www.oberlo.com/blog/best-free-video-editing-software All of...
Continue reading

[번역] 하이브리드 앱 UI 프레임워크 대결: Ionic, Famo.us, F7, OnsenUI

소개 지난 2년간 나는 모바일 앱, 특히 AngularJS를 사용한 하이브리드 앱을 제작했다. AngularJS와 함께 사용하기 위해 여러 UI 프레임워크를 살펴 보았다. IonicFramework Famo.us Framework7 OnsenUI 구글의 Material Design 이 글은 위에 소개한 프레임워크의 사용법이나 앱을 만드는 과정을 설명하지는 않는다. 그렇지만 이 글을 읽고나면 하이브리드 앱을 만드는 과정이 단순하다는 사실을...
Continue reading

Framework7, 작동 원리 정리

초기화 Framework7을 사용하기 위해 기본 레이아웃이 되는 HTML을 작성하였으면 이제 행동을 부여할 JavaScript를 작성할 차례이다. Copy Framework7은 초기화 후 반드시 기본 뷰를 지정해야 한다. 지정하지 않을 경우 링크 등이 정상 작동하지 않는다. Framework7은 프레임워크의 특화된 고유의 Dom7이라는 라이브러리를 제공한다. 기능과 사용법은 jQuery와 매우 유사하기 때문에 성능 최적화를 위해 HTML DOM 조작시 Dom7만 사용할 것을 권장한다....
Continue reading

Framework7, Hello World 출력하기

개요 웹 디자이너와 퍼블리셔의 영역이었된 HTML, CSS에 Bootstrap를 시작으로 다양한 CSS 프레임워크가 등장하면서 개발자 또한 구조화된 웹 디자인이 가능하게 되었다. 시간이 흘러 전통적인 웹 페이지보다 보다 네이티브 클라이언트에 가까운 SPA(Single Page Application) 개념이 웹에 등장하면서 이런 수요를 총족하기 위한 다양한 프레임워크가 등장하고 있다. 이 중에 앱 스타일의 개발에 특화된 Framework7이라는 프레임워크의 사용법을 간단히 설명하고자...
Continue reading

[어플제작] 하이브리드앱 개발 프레임웍 framework7

framework7은 안드로이드 어플제작과 아이폰 어플제작을 동시에 할 수 있는 하이브리드앱 개발툴로서 고효율 저비용의 개발 생산성을 높이고 제작비용뿐만 아니라 최소한의 개발 인력으로 신속하게 어플을 제작할 수 있는 개발툴입니다. framework7은 또한 어플제작을 하이브리드앱 개발방식으로 하게 될 경우 네이티브앱 개발방식과의 차이점을 극복하는 거의 유일한 대안중 하나입니다. 하이브리드앱 개발방식으로 안드로이드 어플을 제작하는 경우 안드로이드...
Continue reading

jQuery Ajax Call to PHP Script with JSON Return

User experience plays a vital role in excellent web design. Ajax allows you to run server-side validations, form submissions, data retrieval, and other server-side stuff in the background (asynchronously) without interfering with the existing page where the request was made. It’s a beautiful thing, but best of all...
Continue reading