목록전체 글 (250)
반응형
Eungene's Imaginations...
http://blog.naver.com/cmoonn/220498183282
var Book = Backbone.Model.extend({ initialize: function () { this.on("invalid", function (model, error) { console.log("**Validation Error : " + error + "**"); }); this.on("change", function (a) { // 로그를 남기는 여러가지 방법 console.log('Model Changed'); if (this.hasChanged('name')) { console.log('The name has changed'); } if (this.hasChanged('author')) { console.log('The author has changed'); } console.l..
var Book = Backbone.Model.extend({ initialize: function () { this.on("invalid", function (model, error) { console.log("**Validation Error : " + error + "**"); }); this.on("change", function (a) { // 로그를 남기는 여러가지 방법 console.log('Model Changed'); if (this.hasChanged('name')) { console.log('The name has changed'); } if (this.hasChanged('author')) { console.log('The author has changed'); } console.l..
var Book = Backbone.Model.extend({ initialize: function () { this.on("change", function () { // 로그를 남기는 여러가지 방법 console.log('Model Changed'); if (this.hasChanged('name')) { console.log('The name has changed'); } if (this.hasChanged('author')) { console.log('The author has changed'); } console.log('Changed attributes: ' + JSON.stringify(this.changed)); }); }, defaults: { name: 'Book Title', autho..
부트스트랩을 공부하려고 구입한건데... 괜히샀다..서점에서 직접 보고 살걸 ㅠㅠ http://bootstrapk.com/ 위 사이트 내용이랑 똑같다. 그냥 인터넷 찾아서 공부해라 ㅋ
https://kippler.com/win/4desk/ 몰컴에 방식은 기존에 다른 몰컴 프로그램과는 다르게, 몇몇의 프로그램을 작업표시줄에서 없애주는 것이 아니라,새로운 바탕화면 스크린을 만들어주는 방식으로, 단축키를 이용하여 화면 전환을 해주는 것입니다. Alt + Tab 과는 다르게~ 완전 몰컴용 바탕화면이 따로 준비되어 있는 프로그램이라고 할 수 있죠~ 기존에, 뒤통수를 조심해나, 다른 몰컴 프로그램들은 윈도우7에서 잘 안돌아가던 증상이 있었는데... 4desk는 정말 말끔하게 잘 돌아갑니다~ㅎ