반응형
반응형

한 브라우저 내에서 도메인 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

 

 

 

반응형

+ Recent posts