반응형

한 브라우저 내에서 도메인 swap  스크립트

북마크 URL에 넣어서 사용하면 된다.

 

 

Domain_A.com
Domain_B.co.kr

 

 

javascript:

var host = location.href;

if (host.indexOf("Domain_B.co.kr") >0) {

    host = host.replace("Domain_B.co.kr", "Domain_A.com")

} else {

    host = host.replace("Domain_A.com", "Domain_B.co.kr")

};

location.href = host;

 

 

javascript:var host = location.href;if (host.indexOf("Domain_B.co.kr") >0) { host = host.replace("Domain_B.co.kr", "Domain_A.com") } else { host = host.replace("Domain_A.com", "Domain_B.co.kr") }; location.href = host;

 

반응형
반응형
인연이란 그렇다 하더이다.
그렇게 고귀한 인연으로 만났습니다.
세상이 존재 하려면 남녀가 만나고 암술과 수술이 만나고
암컷과 수컷이 만나고 음과 양이 만나고 햇빛,물,강,
바다,풀,나무,흙,미생물이 얽히고 설켜
그 모든 것들이 서로 인연이 되어
어울려야 합니다.


- 김홍신의《인생 사용설명서》중에서 -


* 많은 부부들 중에서도
하루가 멀다 하고 싸우는 부부가 있습니다.
이에 반해 평생 큰 싸움 한번 안 하고 서로 눈빛만 봐도
통하는 부부도 있습니다. 흔히 '원앙부부'라고 하지요.
서로 만나는 것 자체도 소중한 인연이지만 그 만남을
평생 좋은 인연으로 만들어가는 것도 중요합니다.
기적이 따로 있는 것이 아니라
좋은 인연이 기적입니다.
반응형

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

꽃은 피고 지고, 또 피고 지고...  (0) 2013.05.14
콧노래  (0) 2013.05.13
매력있다!  (0) 2013.05.10
10년을 젊게 산다  (0) 2013.05.09
누군가  (0) 2013.05.08
반응형

세상에서 중요한 것은 지금 어디에 서 있느냐가 아니라 어느 방향으로 움직이고 있느냐이다."
- 올리버 웬델 홈즈 -

반응형
반응형

app-UI — Reusable application container UI components

 

http://codevisually.com/app-ui-reusable-application-container-ui-components/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+CodeVisually+%28CodeVisually%29&utm_content=FaceBook

 

 

app-UI is a free & open source collection of reusable "application container" user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.

 

 

 

Homepage: http://triceam.github.io/app-UI
GitHub: https://github.com/triceam/app-UI

 

반응형
반응형

Most Popular jQuery Plugins of March 2013

 

http://www.moretechtips.net/2013/05/most-popular-jquery-plugins-of-march.html

 

1. jQuery-menu-aim

 jQuery-menu-aim

menu-aim is a jQuery plugin for dropdown menus that can differentiate between a user trying hover over a dropdown item vs trying to navigate into a submenu's contents.

2. iCheck

Highly customizable checkboxes and radio buttons with jQuery and Zepto. It provides Identical inputs across different browsers and devices and support for Touch devices.

3. windows

windows

loosely-coupled jQuery plugin for full-screen scrolling windows.

4. Maplace.js

Maplace.js

Maplace.js helps you to embed Google Maps into your website, quickly create markers and controls menu for the locations on map.

5. Donuts

Donuts



 

6. MagicSuggest

 MagicSuggest

Auto-suggest combo box with bootstrap theme using jQuery.

7. Unslider

 Unslider

Unslider is a very simple jQuery Slider, still it comes with a range of options to customise it.

8. jQuery.Pin

jQuery.Pin

jQuery.Pin helps to pin any element to the top of a container. It can be also disabled for smaller screen-sizes where there's no room for it.

9. Photoset Grid

Photoset Grid

A simple plugin to arrange images into a flexible grid, based on Tumblr's photoset feature.

10. HCaptions

HCaptions

HCaptions enables you to display caption overlays with cool effects over images, div's, ect..

11. Navi.js

 Navi.js

Navi makes it easy to dynamically display content on your sites. Instead of cluttering up your site tree with extra files, you can easily write all of your html code for multiple pages in one file.

12. JResponsive

JResponsive

JResponsive will organize your content in an efficient, dynamic and responsive layout. It can be applied to a container element and it will arrange its children in a layout that makes optimal use of screen space, by "packing" them in tightly.

13. Selecter

Selecter

A plugin to replace default select elements with something a little nicer.

14. Trip.js

Trip.js

A light-weight jQuery plugin that can easily customize a 'tutorial trip'.

반응형
반응형

Maplace.js

 

A small Google Maps Javascript helper.

 

 

http://maplacejs.com/

 

Maplace.js helps you to embed Google Maps into your website, quickly create markers and controls menu for the locations on map.
It requires jQuery and Google Maps API v3 so you need to have both in your page.

Features

  • Straightforward implementation with simple options
  • Can run as many maps as required
  • Markers and custom icons, zoom level and custom controls menu
  • Supports for Directions, Polygons, Polylines, Fusion tables and styled maps
  • Works in all major browsers, including IE6 (this website not so much)
  • Released under the MIT license

 

 

 

반응형
반응형

 

사람은 음식 없이는 40일을, 물 없이는 4일을,
공기 없이는 4분밖에 생존할 수 없다고 한다.
그러나 희망이 없으면 단 4초도 살수 없다.
희망은 우리에게 힘든 세월을 견뎌낼 수 있는 힘을 주고,
우리를 흥분과 기대감으로 부풀게 한다.
-존 맥스웰, ‘매일 읽는 맥스웰 리더십’에서

 

어느 기자가 윈스턴 처칠 수상에게
히틀러 나치 정권에 대항하여
영국이 소유하고 있던 최고의 무기가 무엇이냐고 물었습니다.
처칠은 단 1초도 망설이지 않고 대답했습니다.
‘영국이 소유했던 가장 큰 무기는 언제나 ‘희망’이었습니다.’라고..

반응형
반응형




프랑스 사람들은
모두가 좋아하는 사람이 되고 싶어하지 않는다.
모두가 좋아하는 사람이라고 하면 오히려
개성이 없는 걸로 간주된다.
섹시하지 않은 것은 물론이고
고유의 독창성이 없는 걸로 간주된다.


- 데브라 올리비에의《프렌치 시크》중에서 -


* 섹시하다! 매력있다!
그 사람만의 개성이 있다는 칭찬입니다.
그러나 모든 개성이 곧 매력점이 되는 것은 아닙니다.
시대의 흐름에 맞추어 색을 입히고 포인트를 주는
노력과 안목이 필요합니다. 시대 흐름을 읽되
그보다 반걸음쯤 앞서 색깔을 입힐 때
비로소 진정한 섹시함과
매력이 돋보입니다.


반응형

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

콧노래  (0) 2013.05.13
좋은 인연  (0) 2013.05.11
10년을 젊게 산다  (0) 2013.05.09
누군가  (0) 2013.05.08
'병자'와 '힐러'  (0) 2013.05.07

+ Recent posts