If there is any such thing as glamorous or popular software; Asynchronous JavaScript and XML (AJAX) would fall into that category. So let us break this down a bit. While the term AJAX was made popular in 2005, Asynchronous calls to HTML pages were first introduced in the mid-90s when Java revealed Java Applets. Contrary to the acronym's meaning, JavaScript and XML are not really required to utilize this technology.
OK, back to the mid-90s. True, it was possible to do background calls that only updated small parts of a single HTML page, but there was no standard. It wasn't until April of 2006 that a standard was recommended by the World Wide Web Consortium (W3C). What does this mean? Well, there was a recommendation. Most will probably follow the W3C recommendation, but there will always be a few who would like to do something a little different. So, for the most part, Ajax can be implemented and recognized by most of the today's popular browsers without dealing with too many exceptions to the rule.
So if there is now a basic standard, what's the deal with not necessarily having to use JavaScript or XML. As it turns out other scripting languages like VBScript and Enterprise Generation Language (EGL) can be used instead. And in the case of the XML, some use JavaScript Object Notation (JSON), preformated HTML or just plain text. I guess AVAJ, AVAT, AEAP, or AEAJ just didn't sound as sexy as AJAX. So what have we learned here today. Hmmm, sexy sells software.
Monday, March 16, 2009
Thursday, March 5, 2009
Book Review: C++ How To Program

Beyond the fact that you will be learning the semantics and syntax of the C++ programming language, Deitel & Deitel do a great job of detailing the core mechanics of OOP. No matter what Object Oriented language I am using, the fundamental knowledge of OOP I gained from reading this book will apply. The other thing I really like about the book are the tons of sample code. Usually, a CD is included with the sample code on it or at the very least a website address is mentioned where the sample code can be downloaded.
Sunday, March 1, 2009
My Languages of Choice
I don't know about you, but I approached the software industry in a very indirect and resistant way. Every since I received my first computer for my 13th birthday, I knew I was going to pursue a technology related career. I know, that is a very broad and ambiguous goal but it was what it was. Ironically, I had tried simple programming early on and didn't think it was for me. Instead, I decided to take the hardware/networking career path. I started reading every related book I could get my hands on. I quickly learned that having certain certifications would give me more legitimacy so I started taking the tests. I became A+ certified, Net+ certified, I became a Microsoft Certified Professional (MCP) and I think you get the picture. The more I learned, the more intrigued I became with what technology could do for me, my family, my future family and others around me to improve quality of life. It only took me a "few years" (I'm a little slow) in this part of the industry to realize that if I wanted to use electronic hardware to improve on inefficiencies I had recognized, I would need to learn how to program into it want I wanted it to do.
Ah yes, I finally got back around to the point of this post! What software language should I learn to use first? Again, I think I took the harder path in learning about the world of software programming, but that's just me. You have probably heard of BASIC; not Visual Basic, but plain ole DOS based BASIC. That was my first language. It's a great first step in learning the "BASIC" concepts of programming, but not at all very useful in actually doing anything. I moved on to it's big brother Visual Basic. I later tried Delphi, FORTRAN, Pascal and JAVA. At this point, I found JAVA to be my favorite language. I liked that it was compiled once and could run on any operating system and processor chip set. I thought I had found the holy grail of software languages, but as most of you have already discovered there are always trade offs in whatever language you choose to use. With JAVA, the major trade off at the time was it's sluggish runtime. You see, in order to run on any platform, it created a Virtual Java Machine between the operating system and the low level machine code. This takes up more resources and therefore would sometimes show up as delayed responses to user input. There are other pros and cons, but that was the main one.
Later on in my college career, I took classes on PHP, SQL and C#. Now considering the fact that somehow I had not learned more about the C and C++ languages up to this point unknowingly had left huge holes in my understanding of language concepts. If I could start over, I would have learned C++ first. Historically, many of the other languages I had learned first were derived from the C and C++ language. It has objects, classes, static data types, inheritance, polymorphism, functions, constructors, destructors, you name it it's in there! If you are starting down the software development path, I would highly recommend starting with the C/C++ language. It will help you learn more about Object Oriented Programming than any other language I can think of. I promise you if you do, other languages will be so much easier to learn. I hope someone out there finds this to be useful information. I know this would have been for me. Until next time, code like a wild west cowboy and try not to shot yourself in the foot.
Ah yes, I finally got back around to the point of this post! What software language should I learn to use first? Again, I think I took the harder path in learning about the world of software programming, but that's just me. You have probably heard of BASIC; not Visual Basic, but plain ole DOS based BASIC. That was my first language. It's a great first step in learning the "BASIC" concepts of programming, but not at all very useful in actually doing anything. I moved on to it's big brother Visual Basic. I later tried Delphi, FORTRAN, Pascal and JAVA. At this point, I found JAVA to be my favorite language. I liked that it was compiled once and could run on any operating system and processor chip set. I thought I had found the holy grail of software languages, but as most of you have already discovered there are always trade offs in whatever language you choose to use. With JAVA, the major trade off at the time was it's sluggish runtime. You see, in order to run on any platform, it created a Virtual Java Machine between the operating system and the low level machine code. This takes up more resources and therefore would sometimes show up as delayed responses to user input. There are other pros and cons, but that was the main one.
Later on in my college career, I took classes on PHP, SQL and C#. Now considering the fact that somehow I had not learned more about the C and C++ languages up to this point unknowingly had left huge holes in my understanding of language concepts. If I could start over, I would have learned C++ first. Historically, many of the other languages I had learned first were derived from the C and C++ language. It has objects, classes, static data types, inheritance, polymorphism, functions, constructors, destructors, you name it it's in there! If you are starting down the software development path, I would highly recommend starting with the C/C++ language. It will help you learn more about Object Oriented Programming than any other language I can think of. I promise you if you do, other languages will be so much easier to learn. I hope someone out there finds this to be useful information. I know this would have been for me. Until next time, code like a wild west cowboy and try not to shot yourself in the foot.
Subscribe to:
Posts (Atom)