AliMD / 1Tuts

:+1: Web Design Technology Tutorials
http://ali.md/tuts
62 stars 41 forks source link

C14 W3 S6 #639

Closed AliMD closed 10 years ago

AliMD commented 10 years ago

Topics

Short IF

variable = ebarate_sharti ? meghadr_dorost : meghdar_nadorost

Sample: access = age>=18 ? 'Yes' : 'No';

Codding Style (Design Pattern)

(function(){
  var
  a=5,
  b=9,
  c=91,
  d,

  // test 1 chikar mikone
  test1 = function (){
    var e=1;
    return e;   
  },

  // test 2 chikar mikone
  test2 = function (){
   alert(1);
  },

  // test3 chikar mikone
  test3 = function (input){
   // ...
  },

  // big bang
  init = function(){
    test2();
    d=test1();
    test3(d);
  };

  init();
})();

Samle: http://jsbin.com/UTuPUBet/1/edit

hbehkamal commented 10 years ago

@albertreza ye khodemoone dg ! :)))

albertreza commented 10 years ago

ya emamzadeh bijan in khoshgele kie???????? kash github gozine like dasht

albertreza commented 10 years ago

haji in arshivaro b ma ham bede.

akbarzadeamin commented 10 years ago

سلام. یه سوال جالب بچه گانه در حین تمرین به مغزم اومد. چرا تو مثال زیراچ آور کار نمی کنه. مگه باکس داخله دیو نیست. مگه وقتی موس میره روی ؛ کلیک می ؛ دیو اچ آور نمیشه. چرا حتما باید به صورت مثال ۲ نوشت http://jsbin.com/oBUTATu/1/edit http://jsbin.com/oBUTATu/2/edit

mghayour commented 10 years ago

salam @AliMD ghablan tozih dade dg ! div yek chize kolli hast va #div jozii, pas olaviat ba #divhast. albate misheh az !important ham estefadeh kard. injoory :

div:hover{
  background-color: #999 !important;
}
akbarzadeamin commented 10 years ago

@mghayour: olaviat vaghti mana peyda mikone ke 2 ta chiz ba ham bashan. vali vaghti ke man migam div agar hover shod felan ettefagh biofte khob bayad biofte dige. chize dige e vojood nadare ke asalan olaviat matrah bashe. agar uni ke to migi dorost bashe chera to mesale zir dare kar mikone: http://jsbin.com/oBUTATu/6/edit faghat be jaye id, class gozashtam. chera inja kar mikone? moshkele id chi bood?

akbarzadeamin commented 10 years ago

@hoseinBL: عزیزم چرا گوشی رو برنمی داری. الآن هستی بیام دفتر

akbarzadeamin commented 10 years ago

من از جلسه پیش همین قدر فهمیدم. http://jsbin.com/UkenofI/1/edit :disappointed:

mghayour commented 10 years ago

khob too mesale to 'div' va '#...' bar yek chiz delalat darand dg. pas olaviat matrah misheh. olaviate 'id' ham az olaviat 'class' bishtare !

-----Original Message----- From: seyed amin akbarzade notifications@github.com To: AliMD/1Tuts 1Tuts@noreply.github.com Cc: mghayour me@mghayour.ir Sent: Tue, 28 Jan 2014 3:12 PM Subject: Re: [1Tuts] C14 W3 S6 (#639)

@mghayour: olaviat vaghti mana peyda mikone ke 2 ta chiz ba ham bashan. vali vaghti ke man migam div agar hover shod felan ettefagh biofte khob bayad biofte dige. chize dige e vojood nadare ke asalan olaviat matrah bashe. agar uni ke to migi dorost bashe chera to mesale zir dare kar mikone: http://jsbin.com/oBUTATu/6/edit faghat be jaye id, class gozashtam. chera inja kar mikone? moshkele id chi bood?


Reply to this email directly or view it on GitHub: https://github.com/AliMD/1Tuts/issues/639#issuecomment-33471235

hbehkamal commented 10 years ago

next: C14 W3 S7