웃으며삽시다2015. 7. 6. 19:50
300x250


이런류의 광고가 재미있긴 한데..

왠지 좀 부담스럽긴 하다. ^^


300x250

'웃으며삽시다' 카테고리의 다른 글

대한민국의 각종 세금들 ^^  (0) 2015.07.07
남자의 본능ㅋㅋㅋ  (0) 2015.07.07
컵송에 중독된 남자  (0) 2015.07.06
선루프 1초만에 장착하기  (0) 2015.07.06
기발한 버스광고  (0) 2015.07.06
Posted by 마스타
세상살이2015. 7. 6. 19:48
300x250


With 10 years of life.

TOSHIBA LED BULBS


====
LED 전구가 오래 간다는 것을 표현한 광고인데.. 
보고 있으면, 짠한 장면도 있다. 


300x250
Posted by 마스타
세상살이2015. 7. 6. 19:42
300x250

생수병 동전통과 2탄 해법


300x250
Posted by 마스타
세상살이2015. 7. 6. 19:41
300x250


감성 광고 훼스탈 '사랑을 삼키다', '그리움을 삼키다'


아세요? 가장 슬픈 건 

행복했던 때를... 기억하는 거죠


사랑을 삼키다.


내마음의 소화제, 훼스탈 플러스




300x250
Posted by 마스타
개발2015. 7. 6. 18:41
300x250




아쉽지만, 크롬에서는 ime-mode 가 동작하지 않는다고 합니다. ㅠㅠ



====



아래의 css 에 ime-mode 를 사용하는 방법은,

IE 에서는 동작하지만, 크롬(chrome) 이나 Opera 등의 브라우저에서는 동작하지 않는다.


브라우저 호환을 위해서 jQuery 를 이용해서 해당 기능을 사용할 수 있다. 


<script type="text/javascript">

$(document).ready(function(){

$('#id').css("ime-mode", "active");

});

</script>


이렇게 하면, 크롬에서도 디폴트로 한글입력이 가능하다.



====


input type=text 에서 한글/영문 입력값을 제한하거나 기본 입력문자를 지정할 수 있다. 

스타일에서 ime-mode 를 이용하는데, 아래와 같은 옵션들이 있다. 


<input type="text" style="ime-mode: auto;">

<input type="text" style="ime-mode: normal;">

<input type="text" style="ime-mode: active;">

<input type="text" style="ime-mode: inactive;">

<input type="text" style="ime-mode: disabled;">


/* Global values */

ime-mode: inherit;

ime-mode: initial;

ime-mode: unset;



- auto

한글/영문 모두 입력 가능하다.

No change is made to the current input method editor state. This is the default.


- normal

이 값은 스타일 시트에서 오브라이트를 위해 사용할 수 있다. 인터넷익스프롤러에서 지원되지 않는다.

The IME state should be normal; this value can be used in a user style sheet to override the page setting. This value is not supported by Internet Explorer.


- active

디폴트 한글이며, 한글/영문 모두 입력 가능하다.

The input method editor is initially active; text entry is performed using it unless the user specifically dismisses it. Not supported on Linux.


- inactive

디폴트 영문이며, 한글/영문 모두 입력 가능하다.

The input method editor is initially inactive, but the user may activate it if they wish. Not supported on Linux.


- disabled

영문만 입력 가능하다.

The input method editor is disabled and may not be activated by the user.



** 출처 : https://developer.mozilla.org/ko/docs/Web/CSS/ime-mode


300x250
Posted by 마스타
세상살이2015. 7. 6. 17:41
300x250


[컵송] The Cup Song - How to do it by Allyfunshow


300x250
Posted by 마스타
세상살이2015. 7. 6. 17:32
300x250


경북지방경찰청 여자경찰 컵송


300x250
Posted by 마스타
웃으며삽시다2015. 7. 6. 17:29
300x250


개그는 개그일 뿐, 따라하지 말자. ^^


300x250
Posted by 마스타
웃으며삽시다2015. 7. 6. 17:18
300x250



선루프를 차량 루프에 붙인다.. 끝! ^^

열리지 않는 것은 함정.. ^^


** 출처 : http://sir.co.kr/cm_free/1118339



300x250
Posted by 마스타
세상살이2015. 7. 6. 14:12
300x250

실제로 해 보면, 손바닥으로 동전을 잡고 있는 것이 절대 쉬운 것이 아니다. 


연습 또 연습.. 





300x250
Posted by 마스타