, icon from '.$dbFIX.'member_list where lastlogin > '.($_time-600).' order by '.$orderBy.' '.$desc.' limit '.$listNum); include $path.'/list.php'; } // 게시판 이름 가져오기 정의 function get_bbs_name($id) { global $grboard, $dbFIX; $result = @mysql_fetch_array(mysql_query('select name from '.$dbFIX.'board_list where id = \''.$id.'\'')); return $result['name']; } ?> TPTP
Welcome! ID PW
잘 쓰겠습니다.
학진
2008.11.11 07:49:06
맥용 타자연습 프로그램을 어찌어찌 알아서 여기까지 찾아왔는데 
좋군요. UI도 깔끔하고.
잘 쓸 거임. ^^

제작하시는데 무슨 툴 쓰셨나요?
윈도그용만 만들어봐서 맥용 어플리케이션을 만드신다니 멋져보임.
어쨌든 맥 최고!
태그 없음
추천 스크랩 신고
멤버사진
Prin_E 홈페이지 메일 2008.11.13 22:12:35 | 답글 | 수정 | 삭제
넹 잘쓰세요~

제작툴에 관해서는 http://developer.apple.com/mac 에 가시면 알 수 있어요.
서적으론 
http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200709040028
http://kangcom.com/common/bookinfo/bookinfo.asp?sku=200805140011

을 참고하세요^^

modified at 2008.11.13 22:12:56 by moderator
Good : 524
+ Good
7x9=? 의 답을 입력해 주세요.
제목 (새로쓰기)
댓글내용
목록보기 새글작성
]); $comment['content'] = nl2br(stripslashes($comment['content'])); } // 게시물 작성자가 댓글을 허용할 때만 작성폼 출력 $getArticleOption = @mysql_fetch_array(mysql_query("select no, reply_open from {$dbFIX}article_option where id = '$id' and article_num = '$articleNo'")); if(!$getArticleOption['no'] || $getArticleOption['reply_open']) include $theme.'/view_comment_write.php'; } // 글보기 하단 출력 include $theme.'/view_foot.php'; // 로그인 상태이면 쪽지 확인 if($sessionNo) { $isNewMemo = @mysql_fetch_array(mysql_query('select is_view from '.$dbFIX.'memo_save where member_key = '.$sessionNo.' order by no desc limit 1')); if($isNewMemo['is_view'] == '0') { $getNotify = @mysql_fetch_array(mysql_query('select var from '.$dbFIX.'layout_config where opt = \'notify_skin\' limit 1')); echo '
'; include 'admin/theme/memo_notify/'.(($getNotify['var'])?$getNotify['var']:'default').'/memo_notify.php'; echo '
'; } } ?>
Hosted by AQUZ DevMiNT Counter 어제 : 29
오늘 : 17
전체 : 16696