Jump to content

heruwer

Members
  • Posts

    4
  • Joined

  • Last visited

About heruwer

  • Birthday 08/27/1956

Previous Fields

  • Languages
    HTML, XML, CSS

Contact Methods

  • AIM
    horusfalcon
  • Website URL
    http://www2.netdoor.com/~horus
  • ICQ
    0
  • Yahoo
    horus1956

Profile Information

  • Location
    Waveland, MS
  • Interests
    Linux, Music, Gaming, Computers, Science Fiction, etc.

heruwer's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. heruwer

    AJAX

    Wow, that's scary... this is sort of the approach I was looking at for using C to do the server side... It looks like PHP has all this already figured out (and better than I would have myself). Good to know it's somewhat similar in syntax. I hate to use pointers in programs unless they are absolutely necessary - they can lead to serious problems when debug phase starts (maybe I'm weird for a C coder, but I'd rather a hundred extra lines of code that are readable and maintainable than one cryptic, unfathomable gem I can't figure out a year later. Of course, that's what comments are for, but I know how my mind works - what I think is important during coding turns out to not be really as interesting as I thought, but I digress.)I'm not crazy about OOP at all yet... every time I try to learn an OOP language (let's see now... Visual Basic, Java, Python, C++, GamBAS, Ruby, and a few others) I wind up with a headache during program design phase when I try to figure out what objects I need to create in order to get a task accomplished. It's a paradigm-shift kind of thing, I know, and sooner or later the lights will come on, but not just now. (I'm just way too comfortable with block-structured, procedural languages.)Oh, shoot. Gotta go - it's time to get back to work.Thanks again, all, for the great info to be found here.Later ON,Dave
  2. heruwer

    AJAX

    Thank you all for the responses and the good info. I'm definitely going to be looking at PHP, the Google Toolkit, and other resources mentioned. I just saw a nice article in Linux Journal on Mochikit (http://www.mochikit.org), which is another AJAX framework. That looks promising, too.I kinda thought C might be a bit heavy for this kind of stuff, but I'm more familiar with C than PHP - that's why I was considering it. One of the problems I have is the embarassment of riches in the computing world right now. There are so many ways to do any task or solve a particular problem that taking the time to choose the right tools can make a lot of difference in the finished product.Thanks Again, Everyone!Dave
  3. heruwer

    AJAX

    The noob speaks:Since I'm really new to AJAX and to Javascript, but not to Linux/FOSS, I'd like to see more stuff on it in a tutorial that does NOT rely on Active Server Pages for server-side stuff. I don't ever intend to learn ASP (I would prefer a more open technology), and need to know how to set up server-side processes with another technology. Would PHP be a good choice for this, or, maybe C (gcc)?Since the best code is code already written, are there server-side libraries anywhere which might be useful to someone wanting to use AJAX with a minimum of server-side programming?Or do I have this all sideways somehow?Thanks,Dave
×
×
  • Create New...