Posted by wintellect on Mon, 8 Feb 2010 - 09:57

Up until recently I have avoided learning OOP. I have had no real drive or need to. In fact, most of the code I worked on seemed pretty procedural and so OOP was never actually on the table. However, I have now started  my venture in OOP and am beginning to like what I see. Certainly one of the advantages I have noticed is how modular and portable it can make the code. Having written one class in a file, I merely need to import the file from within another application to reap the benefits of the previous hard work. The code is self-contained and only relates to the class. This led me to think about testing classes.


Posted by wintellect on Fri, 5 Feb 2010 - 08:52

When you try to ssh / sftp to a remote server you'll be asked for a password...

$ ssh foobar
wintellect@foobar's password:

This can make scripting sftp commands difficult. What would be nice, is the ability to have the connection secured without the need for manually typing a password. Here's how...


Posted by wintellect on Wed, 3 Feb 2010 - 10:10

A new year brings with it new direction and new resolutions, and this year is no exception. For a long time I have endured a dissatisfaction, that of using another coders weblog software of various shapes, styles and guises. This of itself is not the issue since many people do this quite successfully. However, for me, as someone who codes with PHP, I feel writing a weblog is something of a milestone in PHP development and one I had never undertaken. 2010 is the year to change that!


<< previous
next >>