- 32
- 936 544
Phanna ly
Приєднався 9 жов 2013
Hello everyone this is my channel for IT students in Cambodia. I will provide the new IT programming tutorials for all of you. I love Cambodia and Cambodia and love IT subjects. Please join us to improve IT in Cambodia.
AJAX Tutorial 4 Using AJAX with jQuery in Khmer
In this tutorial you will learn more about how to use jQuery for ajax method, and you will know the different way for use javascript plain code and jquery framework.
If have any question please leave your comment here
Thank (-_-)
If have any question please leave your comment here
Thank (-_-)
Переглядів: 1 418
Відео
AJAX Tutorial 3 AJAX with JSON in Khmer
Переглядів 2,2 тис.8 років тому
This is my tutorial for AJAX learning. JSON is the most common data format for exchange data. In this video you learn more about JSON concept and how to get JSON to your page. Enjoy the video If help any question please leave your comment here Thank!
AJAX Tutorial 2 Ajax example with Javascript
Переглядів 2,4 тис.8 років тому
AJAX Tutorial 2 Ajax example with javascript
AJAX Tutorial 1 Introduction to AJAX in Khmer
Переглядів 1,5 тис.8 років тому
This is the first video of AJAX tutorial in Khmer.
Design vertical menu with CSS
Переглядів 259 тис.8 років тому
This is my tutorial about CSS. I show you how to make vertical menu with css. Enjoy the videos !!
Design custom checkbox with CSS
Переглядів 13 тис.8 років тому
Design your desire checkbox style with CSS. This is the proper way to make a beautiful checkbox. Hope you enjoy it!!
Custom popup message with CSS and jQuery
Переглядів 56 тис.8 років тому
This is my tutorial about make your own popup message with CSS and jQuery. Any question please leave your comment here. Enjoy the video!
Animate header with jQuery
Переглядів 6 тис.8 років тому
This is my tutorial about animate header with jquery and css. Thank for watching Any questions please leave your comment
Design menu with CSS
Переглядів 1,6 тис.8 років тому
This is my tutorial about how to design menu and make style with hover
Design form login with css
Переглядів 510 тис.8 років тому
This is my tutorial about design form login. If you have any question please leave your comment here. I will try to answer for you. Thank you for your watching
Insert data to SQL Server with VB.net
Переглядів 3789 років тому
It's just s simple video for someone who want to connect vb project to SQL Sever. I hope it can help all of you. Thank for watching
how to make simple drop down menu in css
Переглядів 5059 років тому
This is the best tutorials about how to create drop down menu in css.
how to share wifi by command
Переглядів 1979 років тому
This is a new tutorials that talk about sharing wifi. how to share wifi by command WiFi HotSpot For Windows 8.1, Windows 8 Using Command Prompt /CMD How To Create WiFi Hotspot Using Command Prompt
Introduction to css (selector) in khmer
Переглядів 7559 років тому
Introduction to css (selector) in khmer
How to use many account facebook in browser
Переглядів 1219 років тому
How to use many account facebook in browser
How to make photo slideshow in blogspot
Переглядів 13 тис.9 років тому
How to make photo slideshow in blogspot
How to put password protect folder without any software.
Переглядів 1519 років тому
How to put password protect folder without any software.
how to create font khmer unicode (ពុម្ពអក្សរខ្មែរ)
Переглядів 53 тис.9 років тому
how to create font khmer unicode (ពុម្ពអក្សរខ្មែរ)
How to write CSS in khmer( Introduction )
Переглядів 6 тис.10 років тому
How to write CSS in khmer( Introduction )
Learn CSS in Khmer ( using background )
Переглядів 81310 років тому
Learn CSS in Khmer ( using background )
great.. another indian youtuber..
sa lol
Make big room sir
thank you so much
ចង់ចេះដែរលោកគ្រូអាចបង្រៀនខ្ញុំផងបានអត់
Great! Have only one problem to see this signs
Super. Mind blowing
pregunta como accedo al contenido de los item de ese menu
very nice nd thankyou
Thank you man.. Awesome.
Nice Phanna. Can you share code ?
thanks for view usefull for 2020
best online gambling 2020 great dewi123.com
បងសូមជួយដាក់លេខរៀងនៃVideo ផងដើម្បីឲ្យងាយដល់អ្នកមើលក្នុងការតាមដានVideo របស់បង
This should be tagged as non English.
شكرا لك يا غالي ... الله يحفظك
Even though I couldn't understand your language, the video is pretty easy to understand. Learned something today.
Nice Work. Thank you.
thank you for your tutorial. it works well
sir it very good for me. But please give media to this
Span tag is not working for me hel please 🙏🙏🙏🙏
Chẳng cần cao sang
ចង់អោយបងធ្វើអក្សរយ័ន្ត្រខ្មែរបូរាណខ្មែរសម័យអង្គរ
Hello brother, I need to know how to download the Font awesome library? or can you give me directly the link to download?
can you share zip?
Algún latino b:?
a very helpful
This helps a lot in my homework. Thxxx
Your voice so small . I hope you explain tutorial on english better and loudest your sound voice without music background .
thx a lot! great style!
please Post new video about ajax and json
all the code <!DOCTYPE html> <html> <head> <title>Vertical menu</title> <link rel="stylesheet" href="menu.css"> <style type="text/css"> body{ padding: 0; margin: 0; } .menu ul{ list-style: none; margin: 0; padding: 0; } .menu ul li{ padding: 15px; position: relative; width: 150px; vertical-align: middle; background-color: #34495e; cursor: pointer; border-top: 1px solid #bdc3c7 -webkit-transition: all 0.3s; -0-transition; all 0.3s; transition: all 0.3s; } .menu ul li:hover{ background-color: #2ecc71; } .menu > ul > li{ border-right: 5px solid #f1c40f; } .menu ul ul{ transition: all 0.3s; opacity: 0; position: absolute; border-left: 6px solid #f1c40f; visibility: hidden; left: 100%; top: -2%; } .menu ul li:hover > ul { opacity: 1; visibility: visible; } .menu ul li a{ color: #fff; text-decoration: none; } span{ margin-right: 15px; } .menu > ul > li::after{ content: "+"; position: absolute; margin-left: 10%; float: right; color: #fff; font-size: 20px; } </style> </head> <body> <div class="menu"> <ul> <li><a href="">Home</a></li> <li><a href="">Users</a> <ul> <li><a href="">add</a></li> <li><a href="">edit</a></li> <li><a href="">delete</a></li> </ul> </li> <li><a href="">Web Design</a></li> <li><a href="">Database</a></li> <li><a href="">Contact us</a></li> </ul> </div> </body> </html>
great video and it helped me alot, honestly who cares if you couldn't understand what he was saying. Following along got the job done for me. Awesome Video!!!!
pls answer what means this sign > ?
You have done very good, but you should make it more clearly.
Send me source code bro pls emergency sirigireddyr44@gmail.com
Thank You so much. You did a very great job. Once again thank you.
Why making ppl loosing so much time typing letter by letter everything instead of giving the full code already done and explaining only where to change colors and sizes?
សួស្តីបងប្រសិនបើខ្ញុំចាប់យកweb developer តើjava នឹងC#វាសំខាន់ចំពោះខ្ញុំអត់បង។
សួស្តីអូន web developer មិនសូវប្រើC# រឺJava ប៉ុន្មានទេ។ បើពិតជាចង់ខាងweb developmentមែន គួរតែរៀន PHP, JavaScript,...
@@phannait អរគុណបង
I think the English version of this video will be better for a better understanding ........ Please work on this!!!!
Well done!!!
guys please write it
write it pleeeeeeeeeeeeaaaaaaaaaaaaasssee
You mean source code right?
Yes
this suck
សួស្ដី បង
Bro can u plz give link of Your jquery
what means sign > in css someone explain pls?
Called a child combinators. Google it and you could find details with number of examples
Code ???
good videos for khmer. i like video of you
your struggle is valueable. Please leave the code also.
Sir pls send the code