Get the Code Here : http://goo.gl/NKWoM8 Support me on Patreon : https://www.patreon.com/derekbanas?ty=h PHP …
Original source
Get the Code Here : http://goo.gl/NKWoM8 Support me on Patreon : https://www.patreon.com/derekbanas?ty=h PHP …
Original source
38 responses to “Web Services Tutorial”
Derek I feel so inspired when I watch your videos! You remove all the drudgery and cryptic language from programming/development and just get to the heart of the matter. Watching you everything looks so simple and do-able… that's the way I want to make development for my students. Thank you for that.
hei Derek, if I have like 0 experience in web development how long it will take to develope a RESTful api for a website? I hope you will see my message.
Thanks for sharing with us so much knowledge, you are the best on youtube.
Kind regards,
Leo.
Great Voice with Great information.
what is the resaon for having a student class? you have a student and a student_db class. whats the difference?
Do a general API tutorial, please.
Hi Derek – Thank you for amazing tutorials. I learn so much from your content. I have a quick question. What software/tools do you use for recording?
half way video?
wow!! man thank you so much!! You make it seems to be easy, best regards from El Salvador
Hi Derek ๐ . Love your vids . I've been scouring the internet for a tutorial with an Oracle database that communicates (through web services) with an Android app. However I've only found for SQLServer. Help !!!
Do you have tutorial example of a php page that requests that json to be delivered, like a curl php page or similar ?
okay, so why MySQL and not MongoDB!? isn't it MongoDB more flexible and easier to use?
Derek, need help!
Trying to understand this code:
$(document).ready(function () {
// Send an AJAX request
$.getJSON(uri)
.done(function (data) {
// On success, 'data' contains a list of products.
$.each(data, function (key, item) {
// Add a list item for the product.
$('<li>', { text: formatItem(item) }).appendTo($('#products'));
});
});
});
…………………………..
$(document).ready parses a function as parameter, right? This one executes the code below:
$.getJSON(uri)
.done(function (data)
.done is another function that is understandable BUT I didn't get the order: what executes first? $.getJSON(uri) or .done?
One are condition to another? Could you indicate me a video to clarify this type of structure?
Thanks a lot!
i need something exactly like this but with SQL server, any ideas?
I am sorry, the way you talk is really annoying. I am not sure if anyone has told you but speak normal, its better.
now this is not just only a lesson… it's a lesson perfectly presented. I'm very impressed.
thyx for the great tutorial but .. can i see tutorial json-rpc but sending messages? ty
I'm looking into the MEAN Stack. Would I need to to look into the other Web Services SOAP/REST and XML/RPC or would I be alright simply with the JSON Web Service?
Around 12:46 were you saying that any new entries/updates in the database will be queried automatically (if they are under the primary keys identified). If so, is this what you would use to keep two front-ends that are both connected to the same Web Service in sync. Thanks.
thanks for the tutorial i think my brain is going to explode XD
Hi Derek, your tutorials are really great! I was searching for SOAP tutorials and came across this NuSOAP library. However, I also learned from other posts that NuSOAP is quite out of date.
So could please let me know another lib I can replace by NuSOAP?
Thanks a lot.
hei.. how dare you to be so easy! ๐
Hello!
Is it possible to sync data from amazon to prestashop? What I need to do, help please ๐
Videos are best!
your tutorial is the best
Derek could you give us a hibernate course in the future looking foward to it.
as always, u r awesome ๐
The repetition hurts.
I have a doubt is this the way we can make services????? Do by same procedure can i make services required for my Android app like username and password??
Can you do a tutorial on Web Hosting? Also Search Engine Optimization (SEO)?
Could you do a similar tutorial interacting between Python and Javascript?
muy buen tutorial, saludos desde colombia
Do you make some video about webservice with c# and sql server ?
Hi derek could you do a video individually explaining JSON?
wayy to fast for me, awesome results.
I will check an easy video first and then I will came back to support the info.
It is recommended to not close the PHP tag "?>" when your file contains only PHP code.
Been having trouble grasping REST APIs, and earlier today when I was out and about I thought "Wonder if that Derek guy on Youtube has any videos, bet I'd understand it then." Annnd I do. Thanks again Derek, putting complex ideas in a straightforward, easily digestible fashion. ๐
sadly i still have to go through college.
This tutorial is awesome…. crisp to the point, well explained, right pace.. .what not bro…. great work and help to people like me… thank you so much.. please do more and more tutorials… ๐
Please don't ever stop making videos. I've taken classes and hired tutors and no one does as good of a job as you with the explanation part. I watch all your videos before any tests and its tremendous help. THANK YOU for taking the time to make life easier for people like me :). Subbed to the channel.