[OpenSource] Open Flash Chart

플래시 차트가 필요할 경우 유용할 것.
  Open Flash Chart
      - http://teethgrinder.co.uk/open-flash-chart/


크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 홍반장

2010/12/17 10:30 2010/12/17 10:30
, ,
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/5741

[jQuery] jQuery - innerHtml

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
                    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <script src="http://code.jquery.com/jquery-latest.js"></script>
 
  <script>
  $(document).ready(function(){
 
    var str = $("span:first").html();
    $("span:last").html(str);
 
  });
  </script>
  <style>
  span { color:blue; margin:8px; }
  b { color:red; }
  </style>
</head>
<body>
  <span><b>Test</b> Paragraph.</span><br />
  <span></span>
</body>
</html>
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 홍반장

2010/11/30 20:07 2010/11/30 20:07
,
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/5692

// 문자열 오른쪽부터 자르기
function str_right(str, num){
  strlen = str.length;
  result = str.substr(strlen-num,num);
  return result;
}
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 홍반장

2010/11/26 15:53 2010/11/26 15:53
, , ,
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/5683

http://naradesign.net/wiki/UI_개발자를_위한_북마크
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 홍반장

2010/11/26 11:33 2010/11/26 11:33
,
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/5681

2010년 11월 19일자 우편번호가 변경되었습니다.최신 우편번호는 아래의 홈페이지에서 조회 및 다운로드 받으실 수 있습니다.

www.koreapost.go.kr -> 우편서비스 -> 국내우편 -> 우편번호 안내 -> 우편번호 다운로드

www.ePost.kr ->  우편번호검색 -> 우편번호 내려받기


크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 홍반장

2010/11/19 10:42 2010/11/19 10:42
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/5662

페이지 슬라이드 기능.
 : 페이지 내에서 이벤트 작동시 숨겨진 페이지가 나오게 하는 효과

http://srobbin.com/blog/jquery-pageslide/
크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기

Posted by 홍반장

2010/11/16 18:34 2010/11/16 18:34
, , ,
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/5652

HttpWatch - 웹사이트 디버깅 툴

왜 HTTP를 뷰어 또는 스니퍼가  필요합니까?


모든 웹 응용 프로그램은 HTTP 프로토콜 (또는 보안 사이트에 대한 HTTPS)을 광범위하게 사용합니다. 심지어 간단한 웹페이지는 여러 HTTP 요청의 사용은 HTML, 그래픽 및 JavaScript를 다운로드해야합니다. 브라우저와 웹 사이트 간의 HTTP를 상호 작용을 볼 수있는 기능은 웹 개발의이 분야에 매우 중요합니다 :

# Trouble shooting
# Performance tuning
# Verifying that a site is secure and does not expose sensitive information

http://www.httpwatch.com/




크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 홍반장

2010/11/11 13:30 2010/11/11 13:30
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/5641

jQuery 로 구현하는 Slide Show 20선. 슬라이드

http://graphicalerts.com/20-best-jquery-slideshow-image-photo-gallery-plugins/


크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 홍반장

2010/11/05 16:31 2010/11/05 16:31
, , ,
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/5622

모바일 브라우저 종류 체크 - 요즘 모바일 기기가 완전 대세라서 브라우저 호환성 부터 시작해서 이슈가 엄청나다.   아이폰, 아이패드, 갤럭시S, 갤럭시 탭 으로 축약되는데. 기기가 너무 상이하니 적응하기 어려움이 이루 말할 수 없다.

"navigator.userAgent" 라는 에이전트명을 호출하는 스크립트가 있다.

사이트에 접속된 Device 의 userAgent 정보를 확인해서 해당 페이지의 모바일페이지로 이동을 시키든지, 내용을 변경하든지. 알아서들.

만약 기기를 못찾으면 혹시 모르니 아래의 키워드를 소문자로 변환해보시라.
var s = "iPhone";
//  문자열을 대문자로 변환
   s.toUpperCase();
//  문자열을 소문자로 변환
  s.toLowerCase();


<script type="text/javascript">
var mobileKeyWords = new Array('iPhone', 'iPod', 'BlackBerry', 'Android', 'Windows CE', 'LG', 'MOT', 'SAMSUNG', 'SonyEricsson');
for (var word in mobileKeyWords){
    if (navigator.userAgent.match(mobileKeyWords[word]) != null){
        location.href = "보내고 싶은 모바일 경로";
        break;
    }
}
</script>



크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 홍반장

2010/11/04 19:13 2010/11/04 19:13
, , , ,
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/5618

웹 페이지에 속해 있는 모든 <a> Tag 들의 "href" 의 경로를 원하는 텍스트만 변경하는 구문.
모바일 기기로 웹페이지 접근시 <a> Tag 경로를 변경해야 하거나 할때 사용.

* jQuery  파일이 인클루드 되어야 합니다.

* .replace() 는 일반 자바스크립트
     (페이지내 다른 스크립트로 인해 간혹 실행되지 않는 페이지 있음. )


                var android_url = "";

                $('a').each(function (index) {

                    android_url = $(this).attr("href");
                    android_url = android_url.replace("/mobile/","/mobile_a/");
                    $(this).attr("href", android_url);
                    //alert($(this).attr("href"));
                });


크리에이티브 커먼즈 라이센스
Creative Commons License
이올린에 북마크하기(0) 이올린에 추천하기(0)

Posted by 홍반장

2010/11/04 18:56 2010/11/04 18:56
, , ,
Response
No Trackback , No Comment
RSS :
http://tcbs17.cafe24.com/tc/rss/response/5617

« Previous : 1 : 2 : 3 : 4 : 5 : 6 : 7 : Next »

블로그 이미지

- 홍반장

Archives

Recent Trackbacks

Calendar

«   2024/04   »
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
Statistics Graph

Site Stats

Total hits:
180407
Today:
254
Yesterday:
299