Journal #6289

Posted 14 years ago2009-12-23 02:21:45 UTC
I have had PHP listed in my CV ever since I had one. However, I don't remember typing a single line of PHP until today, when I had to script a page for my "second job" (I don't have a first one, got fired a year ago).

Today I found out I didn't know shizzle about PHP. But it turned out to be pretty easy so after a couple of minutes I had the page set up and working. Not pretty, just functional. I'll take care of the looks after it does everything I want it to do.

So today I found out I was ahead of myself. I suppose I knew I'd find it easy to learn if I ever needed it. I'm glad to know I wasn't wrong :D

21 Comments

Commented 14 years ago2009-12-23 08:24:55 UTC Comment #61778
<?php
header("Content-Type: text/x-twhl-journal-comment");
exit("PHP is fun!");
?>
Commented 14 years ago2009-12-23 08:57:53 UTC Comment #61774
why do I get the feel that I'm the worst noob wannabe coder around here and everybody knows a lot of coding ?
Commented 14 years ago2009-12-23 09:36:58 UTC Comment #61779
What languages do you know, Striker?
Commented 14 years ago2009-12-23 10:04:53 UTC Comment #61775
c++( still a beginner), and html(noob).
Commented 14 years ago2009-12-23 10:43:52 UTC Comment #61780
HTML eh? I would recommend XHTML instead, it's more versatile because it's based on XML and if your syntax is wrong you'll get an error message.
Commented 14 years ago2009-12-23 10:43:54 UTC Comment #61769
Awesome();
Commented 14 years ago2009-12-23 11:50:24 UTC Comment #61768
(1) Error: 'Awesome' is not declared.
Commented 14 years ago2009-12-23 13:43:49 UTC Comment #61773
HTML is not a programming language. :-B
Commented 14 years ago2009-12-23 13:54:34 UTC Comment #61781
That's correct, it's a markup language.
Commented 14 years ago2009-12-23 15:41:27 UTC Comment #61776
hey, I knew that !

the mighty atom, I'll fix that.

#include <internet.h>

there sure is a declaration there somewhere =))
Commented 14 years ago2009-12-23 16:14:32 UTC Comment #61787
Ah, XHTML. I still don't know what that is exactly. I guess I should look it up someday, it might be of use.

Don't be afraid of learning new languages Striker. You'll find out it's not that difficult.

:P
Commented 14 years ago2009-12-23 17:03:19 UTC Comment #61785
Well, there's HTML 5 now which is already supported by the latest versions of the major web browsers, for those of you that want to experiment with something newer than XHTML. Also, the web consortium HTML 5's current specification for declarative 3D content (X3D format), is already being worked on by Mozzilla, Google and Apple for inclusion on their next major version releases of their respective browsers.
Commented 14 years ago2009-12-23 17:18:33 UTC Comment #61782
Browsers' support for HTML5 isn't too good, minimal in the case of Internet Explorer. The HTML5 spec also defines XHTML5. The HTML5 spec isn't REC and it will take years before it's completed.
Commented 14 years ago2009-12-23 17:24:21 UTC Comment #61788
Internet Explorer's support for EVERYTHING is minimal. It's not even fully compatible with internet.
Commented 14 years ago2009-12-23 22:01:08 UTC Comment #61786
That's because IE has it's own internet, so to speak. A lot of websites out there still have problems with non-IE browsers, all because those same sites were done with only IE in mind. But the good news is, that's changing. Each day that goes by, more and more websites that are exclusive to IE only are no longer the case, they are being re-worked to be more compatible with the other browsers. But don't kid yourself though.....there will always be some IE only sites around, not to mention IE still holds a commanding lead in the market share, for now. Why do you think somebody came out with that "IE Tab" add-on for Firefox?

http://en.wikipedia.org/wiki/Usage_share_of_web_browsers

Oh by the way, in case somebody is interested in knowing, here's the statistics for the cell phone browsers: http://tamspalm.tamoggemon.com/2008/08/28/admob-on-borwser-market-share/
Commented 14 years ago2009-12-23 22:19:54 UTC Comment #61772
I don't think anyone programs in Pascal anymore, not even in computer science classes.

That was my first programming language.

I learned FORTRAN77, which I don't think anyone uses anymore either.

I am old, huh?
Commented 14 years ago2009-12-23 22:22:02 UTC Comment #61783
I'm learning Pascal in school, unfortunately. What an awful language it is.
Commented 14 years ago2009-12-24 04:30:28 UTC Comment #61770
I will never grasp any coding languages. I have no time or desire to do so. I let the programming department deal with all the PHP and I just make things pretty with xHTML and CSS.
Commented 14 years ago2009-12-24 06:51:01 UTC Comment #61777
I'm learning c++ at school, but heh, interesting, a friend of mine that's at informatics intensive learns pascal O.o
Commented 14 years ago2009-12-24 07:23:17 UTC Comment #61771
Im learning java at my uni. Its so close to C#, but not C#, that it drives me crazy.. heh
Commented 6 years ago2018-02-27 19:06:15 UTC Comment #61784
FORTRAN is actually still used in certain places, satchmo. For high-peformance computing.

You must log in to post a comment. You can login or register a new account.