Thursday, December 20, 2012

Java and PHP



Well my friend is working pretty hard on learning Java and I want to join him. He has been using it for years and now wants to get ceritified with OCA SE7. That is something I would want as well. In fact, I want that a great deal. That is why I will merge my studies of PHP with Java for the time being and work towards getting certifications in both languages. Albeit, the issue of time is especially sensitive right now. I will need to give everything I have to working on this. I don't necessarily have to push myself to get the certifications right away. My plan is to work with my friend on the Java studies and also learn about PHP on the side.

Update

While learning about the PHP CLI, I began to wonder what exactly I could do with it. PHP has been used almost exclusively for web development. If there are uses for it besides that, I would be curious about it. Here are some articles from the php.net manual and some published materials from different sites on that.

http://www.ibm.com/developerworks/opensource/library/os-php-command/

Monday, December 17, 2012

Update 12-17-2012

Here are the things I learned and were intriguing from PHP materials.
  • ^ the symbol for either or. It's pretty underused, I find.
  • $1 .= "string" concatenates "string" with the previous value of $1.
  • Types of loops: while, do-while, for, foreach, continue, break
Here are some good videos on youtube. Here
I was trying to figure out how to use the CLI available after version PHP 4.3.0. Since I have an Ubuntu setup on my laptop, I'll just use that for my testing purposes. The one extra installation I need to run CLI commands is the php-cli package. It's pretty straight forward. After that all I have to do to run scripts is to type in "php /path/script.php" and it will run script.php.

I realize that this is not a lot of progress in a span of two weeks. I need to quicken the pace of my updates and stay focused on this.



Tuesday, December 4, 2012

Update: 12-04-2012

It's been kind of hectic lately. I've gone through the first part of the PHP study guide provided by zend. I'm not even close to finishing what I set out to do in the 1st benchmark. There are other priorities as well that I have to worry about. The 70-680 Microsoft certification might be respectable, so I will keep going through the material. Being knowledgeable about the most popular OS in the world doesn't hurt.

Saturday, November 24, 2012

1st benchmark

I want to right away get started in understanding firmly the basics of PHP and be able to talk about it. Topics include syntax, coding trivia, functions, looping options, .htaccess and php.ini files. The last topic .htaccess and php.ini files is kind of prevalent in my job right now because I have to handle issues with access and controlling the way PHP is used. I'm going after things I am interested most of all. Gotta keep the passion alive.

One last thing I found interesting while reading the beginning of the PHP manual is command line usage of PHP. Sounds like I can tie that into my text processing hobby.

Friday, November 23, 2012

My learning experience

I've been working on a lot of different IT issues at my job as an IT specialist. It has been a great opportunity to learn something new, but I think it is ultimately not what I will go into as a career. I still want to move forward with programming and software development/web application development. That is why I am putting more effort into learning about PHP and other languages. Although I have experience using Java, PHP, and Perl, along with a taste of other languages like C, C++ and a few others, I want to be develop my skills so that I can use them quite effectively. My attention toward IT has taken my attention away from learning these languages.

To start with, I want to write in this blog again and become prolific in documenting my progress and things that I learn. Programming languages like a natural spoken language can be forgotten if it is not used. I think by having documentation, at least I can look back and review my studies.

Another way I will develop my programming is to actively study for certification exams to become a Sun Certified Professisonal Java Developer or the Zend certified developer.

If I am to further my career, I feel this is a where my efforts should go to. Developing my skills and getting certifications would be a good step toward showing employers what I am capable of.