1월, 2013의 게시물 표시

[맛집] 팔당 냉면

이미지
체인점이 좀 생기고 있는 건지 아니면 이름만 같은 집들인 건지 잘 모르겠다. 여기가 본점 같은데 내가 갔던 날은 한가한지 손님이 그리 많지 않았다. 검색을 해보니 팔당냉면은 어디에 있던지 맛이 다 괜찮은 듯 해 보인다. 거두절미하고 평가는 괜찮다. 냉면은 고기를 먹은뒤 후식이라고만 느끼는 사람들이라면  인식의 충격을 느껴볼 것임 ㅋ 매운걸 좋아하는 나에겐 양념을 계속 넣을 수도 있고 비냉으로 먹다가  냉육수를 부어서 물냉으로도 먹을 수가 있다.  그리고 뜨뜻한 온육수를 무한리필로 계속 마실수도 있다.  보리차 먹듯이 홀짝홀짝 마셨는데 이거 참...좋음^^ 왕만두도 같이 시켜봤는데 속이 알찼었다. 다른 자리에서 먹고 있던 낚지 볶음, 청국장도 먹어 보고 싶었는데 배가 불러져서 쉬었다가 먹어볼 생각도 포기했다. 가게가 리모델링을 한 것 같음. 고기랑 같이 나온다. 육쌈냉면따윈 가지 않는게 정신건강에 좋다. 만두 빵빵해서 맘에 듬ㅋ.  나이가 들면서 위가 줄어들어 버린듯...저거 먹고 배가 부르다니...ㅎ...ㅠ 제 점수는요~ 9.0 ★★★★★ 다음 지도 http://map.daum.net/?titag=http://blog.daum.net/blogtomap/data/hstudio/7/10 *별도 붙여봐야징* ★★★★★ 10 ~ 9 : 이건 꼭 먹어봐야함. ★★★★☆ 8 ~ 7 : 먹어봐도 후회는 없음. ★★★☆☆ 6 ~ 5 : 평범함. ★★☆☆☆ 4 ~ 3 : 시간이 아까움. ★☆☆☆☆ 2 ~ 1 : 인생의 허무함을 느끼다.

[맛집] 일산 칼국수

이미지
맛난 음식을 먹을 때 사진을 찍는 것을 자주 까먹는다... 그래도 몇개는 안 잊고 찍었는지 사진첩을 뒤적이면 나오는 잡다한 것들을 보면서 "그래 이건 맛있었지. 이걸 다시 가서 먹을 만했던가..." 하는 생각이 들면서 사진을 지우기도 하고 남기기도 한다. 간만에 사진첩을 보니 걍 냅두기는 아까워서 하나씩 올려봐야 겠다는 생각이 들었다. 앞으로의 내용들은 본인은 사진을 잘 찍는다던가 미각이 특출난다던가 하지 않기 때문에  ... ...자세한 설명은 생략한다. 날이 추웠음에도 사람들이 항상 줄을 많이 서있다. 이날은 없는편인 것이야... 반해버리고 말것같은 딱 내취향의 김치! 양념이 찐~하고 매콤하다~ 닭칼국수였음. 국물이 시원하고 양도 많고 아 다시 침도네... 제 점수는요~ 9.5 ★★★★★ 네이버 거리뷰 http://map.naver.com/index.nhn?pinId=11727528&pinType=site&streetviewer=on&pinTitle=FZYDMcfBfb4iK25Yy28Sjg==&enc=b64 *별도 붙여봐야징* ★★★★★ 10 ~ 9 : 이건 꼭 먹어봐야함. ★★★★☆ 8 ~ 7 : 먹어봐도 후회는 없음. ★★★☆☆ 6 ~ 5 : 평범함. ★★☆☆☆ 4 ~ 3 : 시간이 아까움. ★☆☆☆☆ 2 ~ 1 : 인생의 허무함을 느끼다.

[JS] 슬라이딩 레이어

<style style="text/css"> .layerMainWrap{ position:absolute; top:0;left:-627px; z-index:999; width:627px; } .layerMainWrap .layerBox{ position:relative; float:right; } .layerMainWrap .layerBox .Main_Closebtn{position:absolute;top:2px;right:12px;} .layerMainWrap .layerBox .iconArrow{position:absolute;top:33px;right:3px;} #iconArrow{display:none;position:absolute;top:17px;left:-7px;} .layerMainWrap .layerBox .layerInfo{ position:relative; margin-right:10px; border:2px solid #4e4b47; } </style> <script type="text/javascript"> jQuery( document ).ready(function(){ jQuery("#btnLayerMain").live("click", function(){ layMain(); }); jQuery(".Main_Closebtn").live("click", function(){ layMain(); }); var layMainBox = jQuery("#layerMainWrap"); setTimeout(function(){ jQuery("#layerMainWrap").fadeOut("2000"

[JS] OverLayer + Scroll

<script type="text/javascript"> jQuery( document ).ready(function(){ jQuery("#layerMainWrap").fadeOut(1500, "linear"); jQuery("#btnLayerMain").hover(function(){ jQuery("#layerMainWrap").fadeIn("Fast"); }); jQuery("#btnLayerMain").mouseout(function(){ jQuery("#layerMainWrap").hide(); jQuery("#layerMainWrap").mouseover(function(){ jQuery("#layerMainWrap").show(); }); }); $(window).scroll(function(){ if  ($(window).scrollTop() >= 159){  jQuery("#layerMainCon").css("position" , "fixed"); jQuery("#layerMainCon").css("top" , "40px"); }else if  ($(window).scrollTop() <= 159){  jQuery("#layerMainCon").css("position" , "absolute"); jQuery("#layerMainCon").css("top" , "0"); } });  }); </script>

[JS] 모바일 플리킹

이것 때문에 계속 머리 아프다... 일단 처리는 되었지만 괜찮은 예제가 있어서 적어 놓음. 언제 분석 해야지 [출처] http://dohoons.com/test/flick/ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Flick Navigation</title> <link href="/test/flick/common.css" rel="stylesheet" type="text/css"></link> <style type="text/css"> h1 { font-size:16px; font-weight:bold; } h2 { margin-top:10px; text-align:center; } #touchSlider { width:100%; height:150px; margin:0 auto; background:#ccc; position:relative; overflow:hidden; } #touchSlider ul { width:99999px; height:150px; position:absolute; top:0; left:0; overflow:hidden; } #touchSlider ul li { float:left; width:100%; height:150px; background:#9C9; font-size:14px; color:#fff; } #touchSlider2 { width:200px; height:150px; margin:0 auto; background:#ccc; position:relative; overflow:hidden; } #touchSlider2 ul { width:99999px; height:150px; position:absolute; top:0; left:0; ov