반응형

- KBS 1TV '강연 100℃' 영상 -

'꿈꾸는 자는 늙지 않는다'는 제목으로 방송된
16분 짜리 강연영상입니다. 꼭 한 번 보시기 바랍니다.

 

 

 

 

 

 

 

 

 

 

.

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

맛난 만남  (0) 2013.07.13
'느낌'  (0) 2013.07.12
남자들의 무감각  (0) 2013.07.11
위험하니 충전하라!  (0) 2013.07.10
눈에 보이지 않는 것  (0) 2013.07.09
반응형
남자들에게
문제가 생겼다는 말이 나올 때쯤 되면
일이 거의 대형 사고 수준까지 불거졌음을 의미한다.
아프다고 말하면 이미 심각한 병에 걸린 경우가 많다.
왜 남자들은 이토록 스스로에게 무감각한 것일까?
자신에게든, 주변에 대해서든 조금만 더
민감하게 반응한다면 위험 요소들을
사전에 처리할 수 있을 텐데 말이다.


- 이의수의《남자를 이끄는 힘》중에서 -


* 남자들만 무감각한 것이 아닙니다.
저의 어머니도 '대형사고'가 나기 전까지
평생 무감각하게 사셨습니다. 자식에 대한 사랑,
헌신적 책임감이 그렇게 살게 했지 않나 싶습니다.
남자든 여자든 무감각에서 벗어나야 합니다.
감각이 살아나야 더 사랑 할 수 있고
더 큰 헌신도 가능합니다.

 

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

'느낌'  (0) 2013.07.12
꿈꾸는 자는 늙지 않는다. - KBS 1TV '강연 100℃' 영상 -  (0) 2013.07.11
위험하니 충전하라!  (0) 2013.07.10
눈에 보이지 않는 것  (0) 2013.07.09
향기로운 여운  (0) 2013.07.08
반응형

목표는 제한을 두지 않고
오히려 대단할수록 성취 가능성이 높다.
높은 목표일수록 변화에 대한
중요성을 인식하기 때문이다.
진정으로 하고 싶은 일과 자아 사이에 거리감이 클수록
그 간극을 좁히려는 의지가 보다 강하게 일어난다.
우리의 뇌는 작은 목표엔 굳이 변화의 필요성을 느끼지 않는다.
-김재우 회장, ‘지금 다시 시작할 수 있다’에서

 

사람은 자기가 바라는 만큼 크게 마련입니다.
1등이라는 목표를 품는 순간
더 이상 쓸모없는 시간은 존재하지 않습니다.
1등 목표를 품은 사람은
하루 86,400초를 허투루 보내지 않습니다.
1등 목표를 잡는 사람은
그 순간 일상에 안주하려던
달콤한 유혹에서 박차고 일어나
불안한 미래와 당당히 상대하게 됩니다.

반응형
반응형

 

http://www.daftlogic.com/projects-text-to-image.htm

 

PHP Text to Image

Change the settings and the click Create

Text The text to display
Rotation 0=normal 90=sideways
Font Size Points
Font
Padding Space around the image
Transparent
Fore Colour R G B (0-255)
Back Colour R G B (0-255)
(pop-up window)


Description

This script is a means to convert a string of text into an image. This has some simple uses such as displaying text such as email address that cannot be programmatically found. This can help to reduce the possibility of your email address being picked up by web crawlers and used for junk mail.

How To Use

To use the example interface above, simply modify or insert the string of text. You can edit any of the other settings, but this is optional.

Further Uses and Ideas:

How it Works:

The PHP Script

contact us for more information

Further Help

For anyone finding problems using this...

(1) Please test this example to ensure imagecreate works on your server...

<?php
header("Content-type: image/png");
$im = @imagecreate(110, 20)
or die("Cannot Initialize new GD image stream");
$background_color = imagecolorallocate($im, 0, 0, 0);
$text_color = imagecolorallocate($im, 233, 14, 91);
imagestring($im, 1, 5, 5, "A Simple Text String", $text_color);
imagepng($im);
imagedestroy($im);
?>

(2) Make sure to use the example at the top of this page by sending POST variables from your form. For example msg,font,size ...

Relevant Links

반응형
반응형

Appium

Automation for Apps

Appium is an open source test automation framework for use with native and hybrid mobile apps.
It drives iOS and Android apps using the WebDriver JSON wire protocol.

 

Introducing Appium.

Watch the Videos


Forget recompiling

Appium Philosophy

Appium is built on the idea that testing native apps shouldn't require including an SDK or recompiling your app. And that you should be able to use your preferred test practices, frameworks, and tools. Appium is an open source project and has made design and tool decisions to encourage a vibrant contributing community.

Use your favorite tool

Use your favorite tools

Appium aims to automate any mobile app from any language and any test framework, with full access to back-end APIs and DBs from test code. Write tests with your favorite dev tools using all the above programming languages, and probably more (with the Selenium WebDriver API and language-specific client libraries).

Requirements

Requirements

iOS

Mac OSX 10.7+
XCode 4.5+ w/ Command Line Tools

Android

Mac OSX 10.7+ or Windows 7+ or Linux
Android SDK ≥ 16 (SDK < 16 in Selendroid mode)

Easy setup process, run a test now.

Install node.js (includes npm, the node.js package manager).

> sudo npm install -g appium
> npm install wd
> appium &
> node your-appium-test.js

See the Appium example tests.

반응형
반응형

20 Useful Mobile Frameworks for Developers

http://feeds.dzone.com/~r/dzone/frontpage/~3/p_E14jg1YxU/20_useful_mobile_frameworks_for_developers.html

 

sencha-touch

The popularity of mobile applications is on a perpetual flux of advancing and expanding, as their usage has become increasingly prevalent across mobile phone users. The mobile app explosion has incited a rapid expansion into other sectors, such as factory automation, GPS and location-based services, banking, order-tracking, and ticket purchases have made app development more of a challenge; which in turn has led to the creation of a wide range of reviews, recommendations, and sources, including blogs, magazines, and dedicated online app-discovery services.

In this article I have gathered 20 Mobile Frameworks for development that would help developers to create innovative, useful and entertaining apps for mobile lovers. I hope mobile developers will find this list handy and according to their needs. If you know any other mobile frameworks which you think is good enough to serve developers purposes, do let us know by commenting in comment section, we would love to hear your feedback. Enjoy !

If you like the article you might be interested in our other articles on Best HTML5 Frameworks and Best CSS Frameworks for Developers

1. Fries

Fries
Fries is a solid HTML-CSS-JS framework for creating Android-like UIsboth for real-world usage and prototyping. The framework has all the major components like forms, action bars, lists, buttons, spinners or tabs. It is also optimized for PhoneGap and can be easily converted to a native app.

Source

2. Appium

appium
Appium is an open source framework which helps automating mobile app testing from any language and any test framework, with full access to back-end APIs and DBs from test code. It works for both iOS + Android apps and tests can be written with Java, Objective-C, JavaScript, PHP, Python, Ruby, C#, Clojure, or Perl. The framework is Mac OS X only and requires Nodejs to run.

Source

3. Junior

junior
Junior is a HTML5 front-end framework for creating mobile apps that look and behave like native. It uses CSS3 transitions for a slick performance, supports swipable carousels and includes various UI components (from Ratchet). The framework uses Zepto (which is nice for jQuery fans as it has a jQuery-like syntax) and has integration with backbone.js views + routers. Junior is pretty easy to use and has the documents + examples to get you started.

Source

4. Enyo

enyo
Enyo, the JavaScript framework which was created to power the apps on HP’s TouchPad, has recently reached v2 and now offers cross-platform compatibility rather than only webOS (as v1 did). The new Enyo supports both desktop + mobile, works in all major browsers and comes with a broad set of cross-platform UI widgets + a powerful layout library for building apps.

Source

5. Sidetap

sidetap
Sidetap is a simple and lightweight (2kb minified, gzipped) framework for creating mobile web apps. The framework actually focuses on providing a flexible side-navigationsimilar to the one we know from Facebook’s mobile app, and, once the navigation part is solved, it is pretty easy to build a simple mobile web app. It works by telling Sidetap “the content element to be animated”. It takes care of clearing the stage using whatever animation is appropriate for the situation.

Source

6. Mobello

mobello
Mobello is an open source JavaScript UI framework that simplifies developing mobile web apps. The framework aims to provide a native-like experience in mobile, it is optimized for touch events and has 20+ widely-used UI components. It also has an IDE, named Mobello Studio that focuses on building mobile apps with HTML5, CS3 and the Mobello framework. Mobello Studio has a drag ‘n’ drop enabled visual design editor, a JavaScript debugger and built-in mobile device emulator.

Source

7. Moobile

moobile
Moobile is an exciting and fresh project; a mobile web application framework built on MooTools. Currently, it is focused on providing a iOS-like experience on WebKit browsers and comes with many controls like bar, button, image, list, activity indicator, slider and more. It also has support for transitions like fade, slide, cubic or cover and can display native-like alerts. Interfaces created with Moobile are fluid, they will work well both in iPhone + iPad and look good when orientation changes.

Source

8. Spine Mobile

spine mobile
Spine Mobile is a JavaScript framework, built on top of SpineJS, for building mobile web apps that look and feel native. The framework comes with specialized controllers, panel layout, hardware accelerated transitions and touch events.

Source

9. Zoey

Zoey
It is a HTML5-CSS3-powered framework for creating mobile apps, built on top of Zepto.js and weights only 6kb (gzipped). Zoey has the UI components like navigation, lists, buttons, control groups, forms and grids. The framework is compatible with iOS + Android and comes with an app skeleton that covers all the features.

Source

10. iUI

iui
iUI is a mobile web framework that has been around for a long time (since 2007) compared to many other mobile resource. The framework includes a JavaScript library, CSS and images for developing touch-enabled web apps. User interfaces to be created are iPhone-like yet compatible with most smartphones and tablets and has support for menus, forms, lists, image galleries and more. Also, there are built-in extensions for caching, getting system information, HTML5 videos or theme switching.

Source

11. Lungo.js

lungo
Lungo.js a framework, powered with HTML5, CSS3 and JavaScript, for creating mobile web apps. The applications created with it works in all of the popular platforms (iOS, Android, Blackberry and WebOs). It has support for touch events like tap, double-tap or swipe and doesn’t use images (including the icons) as everything is vectorized.

Source

12. Wink Toolkit

wink
Wink Toolkit is a JavaScript framework for creating mobile web applications with less-hassle. It comes in multiple parts where the “core” (which includes HTTP requests utilities, event management system or DOM extensions) is a must to use and every other feature is optional. Such a structure helps keeping the filesize minimum which is pretty important when it is mobile.

Source

13. The M Project

the-m-project
The-M-Project is an exciting HTML5 JavaScript framework for building cross-browser mobile web applications (iOS, Android, Palm webOS, BlackBerry). It makes use of jQuery on the JavaScript part and contains all ui + core files with features like offline support, internationalization and more. The-M-Project is not alone, it requires nodeJS and comes with a build tool called: Espresso! which makes it easy to structure your code, build and run it on a built-in server.

Source

14. DHTMLX Touch

dhtmlxtouch
DHTMLX Touch is a JavaScript library which heavily makes use of HTML5,for building mobile web applications. It’s not just a set of UI widgets, but a complete framework that allows you to create cross-platform web applications for mobile and touch-screen devices. The framework is compatible with multiple devices and applications built with it will work smoothly on iPad, iPhone and Android.

Source

15. Zepto.js

zepto
Zepto.js is a lightweight (2kb) JavaScript framework for mobile WebKit browsers, with a jQuery-compatible syntax. It aims to help overcoming the most drudge work with a nice API so users can concentrate on getting things done. Besides the most common functions that can be expected from a JS framework, it has support for touch events and detection of the environment.

Source

16. jQuery Mobile

jquerymobile
jQuery project has just published the expected jQuery Mobile; the touch-optimized web framework for smartphones & tablets. It is built on top of jQuery and provides a unified user interface system that’llperform the same in all popular mobile device platforms. The framework is built around the principle of progressive enhancement and uses the HTML5 and CSS3 features but degrades nicely for browsers that don’t support them.

Source

17. Jo

jo
Jo is an open source mobile application framework that is based on HTML5. It enables you to create for multiple platforms like webOS, iOS, Android, Symbian, Safari, Chrome and Dashboard Widgets. Jo is also compatible with PhoneGap and makes possible to create native apps besides web app.

Source

18. Sencha Touch

sencha-touch
It is an HTML5 Mobile App. Framework, which allows you to develop web applications that look and feel native on Apple iOS and Google Android touchscreen devices. It makes use of HTML5 for delivering audio/video or localStorage and CSS3for maximum styling like rounded corners, background gradients, and shadows.

Source

19. WebApp.Net

webapp
WebApp.Net is a feature-rich JavaScript framework for building mobile web applications. It provides a complete set of components (switch buttons, radio groups, etc.) that will help your website look & behave like a native mobile application. The framework has full support for Ajax & every action from clicks to form submissions can be Ajaxed with tiny declarations.

Source

20. Helios

helios
Helios is an open-source framework that provides essential backend services for iOS apps, from data synchronization and push notifications to in-app purchases and passbook integration. It allows developers to get a client-server app up-and-running in just a few minutes, and seamlessly incorporate functionality as necessary. Helios is a constellation of mobile backend components – Mix and match to meet the specific needs of your app. Built on the Rack webserver interface, Helios can be easy added into any existing Rails or Sinatra application, or used by itself. It is released under MIT License.

Source
반응형
반응형

자바스크립트 개론 : 체계적인 프로그래밍 수련법

 

원서 링크 WEB : http://eloquentjavascript.net/contents.html

원서 다운로드  : http://eloquentjavascript.net/Eloquent%20JavaScript.zip

Eloquent JavaScript

A Modern Introduction to Programming

by Marijn Haverbeke

Eloquent JavaScript is a book providing an introduction to the JavaScript programming language and programming in general.

A concise and balanced mix of principles and pragmatics. I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!
Brendan Eich, the man who gave us JavaScript

The book exists in two forms. It was originally written and published in digital form, which includes interactive examples and a mechanism for playing with all the example code. This version is released under an open license.

I have published a revised version of the book on paper. The structure of this version remained largely the same, but the whole text has been thoroughly edited and updated. You can order from Amazon here. There is still an interactive coding environment for this version, as a separate page. Errata are here.

The digital version is available in the following formats:

The following translations are available:

 

반응형
반응형

Developing Backbone.js Applications

 

Link : http://addyosmani.github.io/backbone-fundamentals/


 

Was this helpful? We'd love you to write a review.

반응형

+ Recent posts