네이버에서 실시간 환율 정보 받기 (Get real-time currency information from Naver)
업데이트 버젼 (Updated Version): 실시간 환율 받아오기 (Get real-time currency information) 실시간 환율 정보를 받기 위해 자료를 찾아보는 중, 네이버 환율 API를 발견하였다. ( [출처]…
chrislee.kr – Personal blog as bookshelves
업데이트 버젼 (Updated Version): 실시간 환율 받아오기 (Get real-time currency information) 실시간 환율 정보를 받기 위해 자료를 찾아보는 중, 네이버 환율 API를 발견하였다. ( [출처]…
Article Link: http://learn.adobe.com/wiki/display/airquestions/AIR+for+TV What tools do developers use to create AIR 2.5.1 apps for TVs? Developers can use the following tools: AIR 2.6 SDK Flash…
Except Adobe Air? Adobe Air Web Browser: http://www.lucentminds.com/archives/adobe-air-web-browser.html All I need was an URL, man.
jQuery defaultchecked VS checked Situation: I have checkbox elements on div(‘#dialog-a’) for a dialog. When an user clicks a button, then jQuery will bring the…
Original Article: http://jsharkey.org/blog/2008/08/18/separating-lists-with-headers-in-android-09/ <!– list_header.xml –> <TextView xmlns:android=”http://schemas.android.com/apk/res/android” android:id=”@+id/list_header_title” android:layout_width=”fill_parent” android:layout_height=”wrap_content” android:paddingTop=”2dip” android:paddingBottom=”2dip” android:paddingLeft=”5dip” style=”?android:attr/listSeparatorTextViewStyle” /> <!– list_item.xml –> <TextView xmlns:android=”http://schemas.android.com/apk/res/android” android:id=”@+id/list_item_title” android:layout_width=”fill_parent” android:layout_height=”fill_parent” android:paddingTop=”10dip”…
Original Article: http://stackoverflow.com/questions/4072706/the-connection-to-adb-is-down-and-a-severe-error-has-occured error: “The connection to adb is down, and a severe error has occured” Try below steps: 1> Close the Eclipse if running 2>…
legacy cell layout warning?? http://stackoverflow.com/questions/3297270/problem-in-table-view WARNING: Using legacy cell layout due to delegate implementation of tableView:accessoryTypeForRowWithIndexPath: in <DisclosureButtonController: 0x5f3b0b0>. Please remove your implementation of this…
Original Article: http://www.wpmods.com/integrate-wordpress-bbpress It’s easy to forget about bbPress, Automattics neglected son. bbPress development seems to be way down on their list. You only need to look at…
ORIGINAL ARTICLE: http://www.lullabot.com/articles/setup-memcached-mamp-sandbox-environment ARTICLE BY NATE HAUGJANUARY 25, 2008 – 11:16AM Memcached is a service that allows entire database tables to be stored in memory, drastically speeding up…
TCPDF- CodeIgniter Integration http://codeigniter.com/wiki/TCPDF-CodeIgniter_Integration/ TCPDF Examples http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf_examples – Multicell – http://www.tecnick.com/pagefiles/tcpdf/example_005.phps – http://www.tecnick.com/pagefiles/tcpdf/example_005.pdf