| View previous topic :: View next topic |
| Author |
Message |
chlucy Dances with Penguins
Joined: 08 Nov 2002 Posts: 1564
|
Posted: Tue Feb 13, 2007 7:59 am Post subject: Where to go next? |
|
|
I've been somewhat stalled for the last few years, unable to keep up or learn new technologies/languages due to time constraints. I'm ready to (slowly) learn something new but am a smidge overwhelmed at the choices. My base is PHP/MySQL and I want to start learning something new for web programming, preferably one thing at a time. I have at my disposal the entire Safari/O'Reilly library for online reading so book recommendations are welcome as well as good tutorial sites.
So, if all you knew were PHP/MySQL, a little Javascript, and a basic understanding of XML (very basic, I've only done piddly little things with it) and you wanted to try something new, what would it be? |
|
| Back to top |
|
 |
jmikec Site Admin
Joined: 08 Nov 2002 Posts: 1649 Location: Dallas, Texas, USA
|
Posted: Tue Feb 13, 2007 11:14 am Post subject: |
|
|
Well, all that cool new Ajax/Web 2.0 stuff is pretty cool. Might look into that. _________________ --jmikec
I'm jmikec and I approved this post. |
|
| Back to top |
|
 |
Cshark Helper Bee
Joined: 13 Dec 2002 Posts: 499 Location: Shawnee, KS
|
Posted: Tue Feb 13, 2007 11:34 pm Post subject: |
|
|
Yes, but it's not new. Kind of old hat by the time they had a word for it.
Have you considered server side Java? It kind of feels like a cross between .net and php to me. I've been meaning to pick it up seriously for years now. Haven't gotten around to it though. Too busy being evil.  _________________ This signature has super cow powers. |
|
| Back to top |
|
 |
chlucy Dances with Penguins
Joined: 08 Nov 2002 Posts: 1564
|
Posted: Wed Feb 14, 2007 7:41 pm Post subject: |
|
|
I've been seeing/hearing a lot about AJAX but one of the things I heard was "don't bother learning it now, it's going to be replaced by X in about a year." Only, I don't remember what "X" was so I didn't know if there was something newer/bigger on the horizon that I should look into.
I'm also curious about Ruby on Rails so I've bookmarked a bunch of articles and tutorials on that (and AJAX) and just today I fiddled around with a Google Maps API and I'm feeling like I'm almost back in the swing of things. I even got around to setting up a del.icio.us account finally.
I just can't seem to wrap my head around Java. I had one (not so great) class that only covered (totally useless) applets and ever since then I've avoided it. |
|
| Back to top |
|
 |
Cshark Helper Bee
Joined: 13 Dec 2002 Posts: 499 Location: Shawnee, KS
|
Posted: Fri Feb 16, 2007 12:01 am Post subject: |
|
|
X?
Do you mean XUL? As in there is no data... only XUL?
I really love XUL as an interface standard. It's bleeping incredible. I wish it were more commonly used though. IE won't support it (last I checked), and there aren't any usable toolkits for it. Which may not necessarily be bad. Just makes people who know it all the more valuable... assuming anyone outside the programming community knew about it that is. For some crazy reason, it reminds me of VB... but everything reminds me of VB in some way. _________________ This signature has super cow powers. |
|
| Back to top |
|
 |
caddickj Never Satisfied
Joined: 08 Nov 2002 Posts: 1736 Location: PA, USA
|
Posted: Mon Feb 19, 2007 12:31 am Post subject: |
|
|
| Quote: | | As in there is no data... only XUL? |
Wow... nice job working that one in there.
That XULie... she's a wild one... _________________ When . . . it's time to step into the darkness of the unknown, faith is knowing that one of two things shall happen: either you will be given something solid to stand on, or you will be taught how to fly. - Edward Teller |
|
| Back to top |
|
 |
zontar DocBook Jockey
Joined: 08 Nov 2002 Posts: 4094 Location: Still in Stockholm
|
|
| Back to top |
|
 |
chlucy Dances with Penguins
Joined: 08 Nov 2002 Posts: 1564
|
Posted: Tue Feb 20, 2007 10:25 am Post subject: |
|
|
| Quote: | | Do you mean XUL? As in there is no data... only XUL? |
No, I mean X as in, "I can't remember what he said was going to replace AJAX." But now I feel compelled to go find out what XUL is.
I've done some C++ (only from class, not anything real world) and enjoyed it. I do need to put XSLT on my list though.
Looks like I'll have to put off new stuff for a little bit since one of my clients just added a new component (including a shopping cart - eeek) so that'll keep me busy for a while. Though I might try a quick tutorial in Ruby on Rails to see if that'll be useful for this project. |
|
| Back to top |
|
 |
dbmasters Senior Royalty
Joined: 09 Nov 2002 Posts: 2433
|
Posted: Tue Feb 20, 2007 5:24 pm Post subject: |
|
|
AJAX is cool, new or not, it's cool, I've made some pretty neat sites using it, saves bandwidth, stops full page postback...no good for search engines, but still, cool.
Ruby on Rails I personally think is a short lived trend...it's a nitch thing that some rogue elements adopt...I have nothing to base that on other than gut feeling...
I've started doing a lot of Java and XML lately, frustrating from my ASP/PHP background, but it's been educational to say the least...
And I have had some problems I sat for weeks saying "what the hell happened to hiveminds, those folks could help" only to find out a couple days ago it was a friggin domain problem again. I can honestly say I have never been part of a site that has so many domain problems. _________________ Dan
dB Masters Multimedia - Google AdSense Tips - MonaVie
|
|
| Back to top |
|
 |
SoopahMan Can do ANYTHING with JavaScript, pigs, and ice
Joined: 09 Nov 2002 Posts: 4747 Location: Boston, MA
|
Posted: Sat Mar 17, 2007 6:10 am Post subject: |
|
|
Ruby on Rails seems to be the easiest transition to a modern language for PHP developers. It has a somewhat similar approach as PHP (why use libraries when we can make everything a top-level function!) yet coerces you into a more Object-Oriented structure for your sites than PHP does, and of course, any time you mention it to a Java developer they'll burst into tears, which might give you some glee.
You could also learn .Net, my personal favorite, which is now free to work with - Visual Web Developer Express. That's basically a $3000 piece of software released for free. There also exists a PHP.Net project which lets you put common PHP apps on .Net, letting you integrate .Net and PHP projects together. You can actually write PHP code and compile it against code written in C#, C++, or Visual Basic - it all works.
If you want to stick to PHP the technology continues to offer work, so there are many directions you can go. Mambo and Joomla are both open source PHP CMS's worth taking a look at, for example. |
|
| Back to top |
|
 |
chlucy Dances with Penguins
Joined: 08 Nov 2002 Posts: 1564
|
Posted: Sun Aug 23, 2009 9:25 pm Post subject: |
|
|
dbmasters, it's been 2.5 years since you wrote this, but I'm curious to hear your (and others') opinion on RoR today.
| Quote: | | Ruby on Rails I personally think is a short lived trend...it's a nitch thing that some rogue elements adopt...I have nothing to base that on other than gut feeling... |
I still haven't learned it, though I am playing with CodeIgniter and wondering if I'm wasting my time since there doesn't seem to be a whole lot of documentation on it just yet.
I used Joomla for a site or two and got fed up with trying to customize it as much as I'd like to so now I'm looking at Drupal, which looks cleaner in code and easier to customize. |
|
| Back to top |
|
 |
|