Lanka Developers Community

    Lanka Developers

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Shop
    1. Home
    2. Tags
    3. html5
    Log in to post
    • All categories
    • Lakshman Karunasena

      #html
      Front-End Development • html5 tags • • Lakshman Karunasena

      3
      1
      Votes
      3
      Posts
      263
      Views

      Nubelle

      wow , Thank you very much

    • kasun viduranga

      php mailer
      Web Development • html5 php web designing web development web hosting • • kasun viduranga

      9
      0
      Votes
      9
      Posts
      806
      Views

      iamprogrammerlk

      @kasun-viduranga ගොඩක් Shared hosting service වල email sending limit කරල තියෙන්නෙ. නැතිනම් ports block කරලා තියෙන්නෙ. ඔයාට හොඳම වැඩේ SMTP service එකක් පාවිච්චි කරන එක. deliverability එකත් වැඩියි. mailgun.com sendinblue.com sendgrid.com මම පාවිච්චි කරන්නේ mailgun.com.

      $mail = new PHPMailer();
      ...
      $mail->isSMTP();
      $mail->Host = 'smtp.mailgun.com';
      $mail->SMTPAuth = true;
      $mail->Username = 'username';
      $mail->Password = 'password’
      $mail->SMTPSecure = 'tls';
      $mail->Port = 25;
      ...
      $mail->send();

    • F

      FRONTEND/ui/js/mysql/php
      Job Portal • javascript ui designing css html5 job • • Fedde

      6
      1
      Votes
      6
      Posts
      677
      Views

      F

      Still open if anyone is interested, mainly frontend work (html5, js, bootstrap4)

    • Pasindu Vishmika

      Get New Udemy Paid Courses For Free !
      Announcements • html5 python forex • • Pasindu Vishmika

      3
      3
      Votes
      3
      Posts
      349
      Views

      Pasindu Vishmika

      @Nubelle :) <3

    • Pasindu Vishmika

      Udemy Free Courses (Few Hours remaining) Enroll fast
      Announcements • java java script html5 c++ python • • Pasindu Vishmika

      3
      3
      Votes
      3
      Posts
      478
      Views

      Pasindu Vishmika

      @Nubelle <3 :)

    • Fospertise

      UI/UX Developer Vacancy - Part-time
      UI / UX • front-end java script css html5 • • Fospertise

      5
      0
      Votes
      5
      Posts
      562
      Views

      Fospertise

      @Grasshopper SharedScreenshot.jpg

    • kasun viduranga

      PHP zend framework project එකක් host කරන්න කෙනෙක් ඉන්නව නම් කියාදෙන්න.
      Web Development • php mysql java script html5 • • kasun viduranga

      10
      0
      Votes
      10
      Posts
      693
      Views

      ijseGovindu

      https://stackoverflow.com/questions/3903127/hosting-php-zend-framework-application-on-shared-cpanel-server

    • kasun viduranga

      Angular වලට use කරන npm packages HTML වලට use කරන්න පුළුවන්ද ?
      Web Development • angular html5 javascript php npm • • kasun viduranga

      3
      0
      Votes
      3
      Posts
      363
      Views

      root

      @kasun-viduranga

      Angular walata hadapuwa nam ba , anith ewa puluwan

    • kasun viduranga

      html වලට use කරන google සිංහල font තියෙනවද ? ඒ මොනවද ?
      Front-End Development • html5 javscript css angular programming • • kasun viduranga

      8
      1
      Votes
      8
      Posts
      1453
      Views

      root

      ow me font eka convert karana web font ekata.

      https://www.fontsquirrel.com/tools/webfont-generator

    • Supun Dissanayake

      HTML5 සිංහල පරිවර්තනය
      Front-End Development • html5 javascript webpack funproject programming • • Supun Dissanayake

      8
      5
      Votes
      8
      Posts
      1275
      Views

      U

      සුපිරි වැඩක්නේ

    • D

      Excel sheet එකක් firebase එකට upload කරලා angular website එකක table එකක් විදියට display කරන්නේ කොහොමද?
      Web Development • firebase angular firestore html5 • • DPiyumantha

      7
      1
      Votes
      7
      Posts
      774
      Views

      dev_lak

      @DPiyumantha elaa ,,monwa hari tynwnm ahanna

    • kasun viduranga

      windows on-screen keyboard එක javascript වලින් open කරගන්නෙ කොහොමද?
      Web Development • html5 javascript jquery php • • kasun viduranga

      5
      0
      Votes
      5
      Posts
      648
      Views

      root

      @dev_lak plain JavaScript one man hithanne

    • akashmanujaya

      How to change two input fields with one onchange event
      Back-End Development • php ajax html5 javascript • • akashmanujaya

      2
      0
      Votes
      2
      Posts
      500
      Views

      tnlthanzeel

      you can write all your javascripts in on tag.

      <script>
      function getdoctor(val) {
      $.ajax({
      type: "POST",
      url: "../get_doctor.php",
      data:'specilizationid='+val,
      success: function(data){
      // i assume that your data on ajaxs success has 2 properties in the object
      $("#input1").val(data.item1);
      $("#input2").val(data.item1);
      }
      });
      }
      </script>

    • Dinuwan Kalubowila

      ASP.NET Razor Pages
      Back-End Development • asp.net mvc c sharp html5 • • Dinuwan Kalubowila

      3
      0
      Votes
      3
      Posts
      672
      Views

      tnlthanzeel

      with dotnet framewor mvc 4 and above u can use

      @{
      List<SelectListItem> listItems= new List<SelectListItem>();
      listItems.Add(new SelectListItem
      {
      Text = "Exemplo1",
      Value = "Exemplo1"
      });
      listItems.Add(new SelectListItem
      {
      Text = "Exemplo2",
      Value = "Exemplo2",
      Selected = true
      });
      listItems.Add(new SelectListItem
      {
      Text = "Exemplo3",
      Value = "Exemplo3"
      });
      }

      @Html.DropDownListFor(model => model.tipo, listItems, "-- Select Status --")

    • S

      Html css දන්න කෙනෙක්ගෙන් උදවුවක් ඕනී
      Web Development • html5 • • sumiyuru

      3
      0
      Votes
      3
      Posts
      770
      Views

      Sahan Pasindu Nirmal

      මොකද්ද සහෝ?

    • Radika Dilanka

      HTML වලින් Mobile App එකක් හදමු හෝඩියේ සිට
      Mobile Application Development • html5 html java script php mobile app • • Radika Dilanka

      13
      3
      Votes
      13
      Posts
      3119
      Views

      Radika Dilanka

      @Nipun-Bro comment ekata isthuti. kragena yamu.

    • kusalrathna

      Create A Custom HTML5 Video Player
      Front-End Development • front-end developing html5 javascript • • kusalrathna

      7
      3
      Votes
      7
      Posts
      1304
      Views

      kusalrathna

      @b6 thanks machan

    • b6

      👉👉 Important things you should avoid in CSS Style Sheet
      Web Development • css web designing html5 html beginner • • b6

      7
      2
      Votes
      7
      Posts
      1278
      Views

      b6

      @dev_lak thank you

    • kusalrathna

      Flash Game එකට Custom Mouse Pointer එකක් හදමු
      Blogs • gamedev developing html5 flash • • kusalrathna

      7
      2
      Votes
      7
      Posts
      1595
      Views

      kusalrathna

      @dev_lak Thanks bro

    • F

      Jquery Plugin for multiple image upload
      Front-End Development • jquery ajax html5 • • fern

      21
      1
      Votes
      21
      Posts
      4134
      Views

      F

      download manager ekak widiyata e app eka hadanna one machan

    • 1 / 1