Come to think of it, I think I should rename the Functions and Subs chapter to Procedures. What do y'all think?
Printable View
Come to think of it, I think I should rename the Functions and Subs chapter to Procedures. What do y'all think?
Yes, we are very methodical these days.
Most of the terminology I'm coming up with is straight from MSDN. The unfortunate thing is that most of the articles are targeted towards VS2003, so right after VB6.
Are you living in a time warp?
Let's do the time warp again!
http://diablo.incgamers.com/gallery/...-be-unseen.jpg
Oh God! Are you trying to traumatize me Dday!!!
By the way, I finished the tutorial. Now I'm just working on the website.
God I hate web development. 2, 3, 4, or more languages just to develop a decent website.
I agree. Web development is still in its infancy as far as tools are concerned.
That's a lot of languages :confused:
It's really just JavaScript (which controls the DOM - so HTML is really just the face of JS).
Typically what I use is:
- HTML - Content
- CSS - Style and formatting
- PHP - Server side work
But I know most people also include JS and possibly some Flash for some flash.
Well - it could be argued that #1 and #2 are just markups - uber-complex property windows for the visual pop. If you aren't running any JavaScript functions on the page it could be argued that there is no web programming involved...
If you want to get specific, I never said web programming; I said web development :DQuote:
If you aren't running any JavaScript functions on the page it could be argued that there is no web programming involved...
Shi-Sha!
To be honest, I've never developed anything with Silverlight, although a few applications I've had to use in the past required it. What is it? I mean I know it's similar to WPF right?
SilverLight is Microsoft's version of Flash. You write browser applications for it and it runs within a sandbox.