I don't like much the way you demonstrate it. I believe your public is people that almost never touched a PC before. I would prefer something straighter to the purpose.
Can i recommend that you use Notepad++ instead of Wordpad , it's open source and it's very good, it is compatible with html, css, php, javascript and ajax. Hope this helps for new programmers :)
there is a new social network dedicated to everyone who is interested in Programming,hacking and information technology.It's a place where you can talk about other people with the same interests as yours,publish your source codes,ask for help,share your personal status.The link is:
@foxmajik Haha that is so true! every person making a tutorail in programming goes in depth babbing about ovious things but when it comes to really hard shit to grasp, they fly through it. HAHA
you don't need a server, unless you plan on publishing your page to the web. But for creating purposes, you can just click save as on your code, and add .html to the end of your file name. Then just go to your documents, or wherever you saved the file, and double click the icon that has the picture of your default browser. that's all!! NO SERVER NEEDED FOR CREATING PURPOSES!
@Alfonzo974:16 - 4:25 , you say you can't use your hard drive, but like I said before, YOU CAN! You will only need a server to publish on the inter-web, but still, you don't need one at all for creating one! You may want to add that to your description so nobody else says that!
I would like to comment on what you said in this video and what "WoIYou" said, it is possible to use ajax from your hard drive. Ajax is just JavaScript which is a Client Side language. It just depends on the browser, but if you are using it just on your hard drive that takes away most of point of Ajax which was ment for dynamic data and on the hard drive you can.
You can open your ajax app from your hard disk. Why not? All you need is a valid url in the js code. But the html file containing the code can be loaded locally. It would be a real problem if this wouldn't be possible :)
The only thing I don't like is that we'd be returning to client side programming, and exposing the code we write again. Unlike PHP, though the page does reload, on modern fast systems it's hardly noticeable, and hides the code behind the web actions.
"in order to get this to work you need a web browser" o rly?
ItsVicc 2 months ago
grr this was too slow moving for my liking! talking about needing a web browser... well duhh!!!
Prob good for people like my parents if they ever needed to discover ajax
joecooper18 4 months ago
Wordpad is not a text editor; it is a word processor.
ryanjackson0x 5 months ago
Don't use wordpad, download notepad++ its loads better and its free
GamingJediPwns 5 months ago
I don't like much the way you demonstrate it. I believe your public is people that almost never touched a PC before. I would prefer something straighter to the purpose.
Anyway Nice vid.
EminoMeneko 8 months ago
Can i recommend that you use Notepad++ instead of Wordpad , it's open source and it's very good, it is compatible with html, css, php, javascript and ajax. Hope this helps for new programmers :)
ralfytm 11 months ago
dude, fuck, get to the point already man.... goddamnit spending forever talking about useless shit
WikiPeoples 11 months ago
This has been flagged as spam show
You didnt explain how it really works, the coding i mean :(
jpmastermind 1 year ago
You didnt explain how it really words, the coding i mean :(
jpmastermind 1 year ago
This has been flagged as spam show
hi everyone,
there is a new social network dedicated to everyone who is interested in Programming,hacking and information technology.It's a place where you can talk about other people with the same interests as yours,publish your source codes,ask for help,share your personal status.The link is:
nerdz.gotdns.org
Enjoy!
Cinderellasdrunk 1 year ago
I don't think you needed to spend 4 minutes talking about how to use Wordpad.
foxmajik 1 year ago 14
@foxmajik Haha that is so true! every person making a tutorail in programming goes in depth babbing about ovious things but when it comes to really hard shit to grasp, they fly through it. HAHA
YourReallyHot 1 year ago
Not to sound like a critic or anything, but shouldn't someone know how to setup a web server BEFORE learning ajax?
CoolEditz 1 year ago
he said uuuuurrrll.. lol..
good tutorials though
ShindaSuprise 1 year ago 4
you don't need a server, unless you plan on publishing your page to the web. But for creating purposes, you can just click save as on your code, and add .html to the end of your file name. Then just go to your documents, or wherever you saved the file, and double click the icon that has the picture of your default browser. that's all!! NO SERVER NEEDED FOR CREATING PURPOSES!
Alfonzo97 1 year ago
Comment removed
Alfonzo97 1 year ago
This has been flagged as spam show
@Alfonzo97 4:16 - 4:25 , you say you can't use your hard drive, but like I said before, YOU CAN! You will only need a server to publish on the inter-web, but still, you don't need one at all for creating one! You may want to add that to your description so nobody else says that!
Alfonzo97 1 year ago
@Alfonzo97 If you want to use databased you at least need a testing server.
Xylogeist 1 year ago
@Alfonzo97 - PHP much?
CoolEditz 1 year ago
@Alfonzo97 What about PHP and ruby?
adamh3212 1 year ago
i have windows xp and cannot find the iNETPub directory anywhere ??
truemetalist89 2 years ago
I would like to comment on what you said in this video and what "WoIYou" said, it is possible to use ajax from your hard drive. Ajax is just JavaScript which is a Client Side language. It just depends on the browser, but if you are using it just on your hard drive that takes away most of point of Ajax which was ment for dynamic data and on the hard drive you can.
ahmadfamin 2 years ago
You can open your ajax app from your hard disk. Why not? All you need is a valid url in the js code. But the html file containing the code can be loaded locally. It would be a real problem if this wouldn't be possible :)
WolYou 2 years ago
Thanks for making AJAX tutorials Going to help alot.
BomberLaaz 2 years ago
This comment has received too many negative votes show
I Can't see anything !
And Your voice so bad
Thanks my monkey
okNotImportant 2 years ago
Click the HQ button.
cduce2411 2 years ago
Where's your doctype?
brechtjah 2 years ago 2
you talk pretty long, all this can be shorten in 3 minutes.
AyumiTutorial 3 years ago 2
Tutorials with alot of explanation make things easier.
cbvgg 2 years ago
i have download 19 tutorials but I Can't see text in this tutorial
kolokopa 3 years ago
i cant find the i-net puv where is it located?
punxz18 3 years ago
It is the web folder created when you installed IIS web server.You find InetPub folder at C:\ drive root folder.
srikantdhondi 3 years ago
The only thing I don't like is that we'd be returning to client side programming, and exposing the code we write again. Unlike PHP, though the page does reload, on modern fast systems it's hardly noticeable, and hides the code behind the web actions.
Scynite 3 years ago
I tend to agree. I guess the best idea is to use a combo of ajax and serverside sripting and focus on using Ajax to improve usability.
celshader 3 years ago 2
Ajax is a technique that involves both serverside and client side scripting
and yes it is a good idea to use alot of Ajax to keep your interfaces slick :)
below is a tutorial on how to do slick Ajax interfaces
/watch?v=_oQSfLgbxL4
tuleo554 1 year ago
I have to agree with Marosik. Regarding tutorials #1, #2 and #3... in many instances the speaker is repeating himself two, three and four times.
thelordofthemanor 3 years ago
Nice tutorials thx but you don't have to say everything several times :)
marosik 3 years ago 13
This comment has received too many negative votes show
yes he has to!!!!! damn it
CamiloSanchez1979 3 years ago
nice
warlock07 3 years ago
Thanks for the videos!
lolcutedotcom 3 years ago
show some example dude..
tushnim0new 3 years ago 2