Top Ten jQuery Plugin
credit : http://webtopten.wordpress.com/2012/10/23/top-ten-useful-jquery-plugins/ Hey are you a web Developer or a Web Designer, if yes then this Jquery plugins can be
Programming Mobile Application with Flutter Development Day 3
อบรม Flutter 1 วัน
Flutter Navigator & Display Images
อบรม การพัฒนาแอพพลิเคชันบนมือถือทั้งระบบปฏิบัติการ Android และ iOS ด้วย Flutter
week 6 API Restful ดึงข้อมูลจากเซิฟเวอร์มาแสดงที่แอพที่เราสร้าง
week6 audio
Flutter Week 5 App BMI แล้วบันทึกลงฐานข้อมูล Sqflite
Flutter Week 5 sqflite การบันทึกข้อมูลลงฐานข้อมูล
Flutter Week 4 app: week4_bmi
Flutter Week 3 App BarCode
credit : http://webtopten.wordpress.com/2012/10/23/top-ten-useful-jquery-plugins/ Hey are you a web Developer or a Web Designer, if yes then this Jquery plugins can be
ไฟล์ index.html ใส่ฟอร์ม <!doctype html> <html lang=”en”> <head> <script type=”text/javascript” src=”jquery-1.7.1.min.js”></script> <script type=”text/javascript” src=”myscript.js”></script> <script type=”text/javascript” src=”jquery.validate.min.js”></script> <script type=”text/javascript” src=”jQueryPlugin.js”></script>
/// <reference path=”jquery-1.7.1.min.js” /> (function ($) { //สร้างชื่อฟังชั่นไว้ใช้งานเอง $.fn.myhightlight = function () { return this.each(function(){ $(this).css(‘background-color’,’#aa0000′) }); } })(jQuery) เอาไปใช้กับไฟล์
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
1) สร้าง Project ใหม่เป็น Web ASP.NET Empty หลังจากนั้น Add new item LINGQ to SQL Class แล้วลาก Table มาวาง 2) ทำการ
1) เริ่มแรกสร้างโปรเจ็คใหม่เป็น Windows Service Application (C#) และใส่โค้ดในหน้า Service1.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Linq;
ต่อจากของเดิม http://kungtee.rmutp.ac.th/index.php/wcf-restful-json/ ต่อจากครั้งที่แล้วทำ table และปุ่ม <!doctype html> <html lang=”en”> <head> <script type=”text/javascript” src=”jquery-1.7.1.min.js”></script> <script type=”text/javascript” src=”myscript.js”></script> </head> <body> <input type=”text”
WCF จะสามารถบริการ Web service ได้ทั้ง windows application กับ web application 1) open visual studio 2012 2) new project windows application
$(document).ready(function(){ $(‘#login a’).toggle(function(){ $(this) .addClass(‘active’) .next(‘from’) .animate({‘height’ : ‘show’},{ duration: ‘slow’, easing: ‘easeOutBounce’ }); },function(){ $(this) .removeClass(‘active’) .next(‘form’) .slideUp(); });