It has been a while since I last posted to Brown PHP.  My life has been going through a large transition recently.  I just landed a new job (more on that later), and moved because my wife also accepted a new position in a different location.  If that were enough of a stressful environment, I have been re-factoring the Informative Post over the last month trying to get it ready before I begin my new job.

Enough about my own struggles, lets focus on the topic at hand.  Michael Kimsal’s new book,  PHP Job Hunter’s Handbook.  I pre-ordered this book a few months ago, and read the PDF version all the way through before I received my hard copy.  Not a big deal, but makes me regret ordering both.  I guess I can just add it to my collection of PHP temples of knowledge!  In this post, I, Douglas Brown, will be reviewing the PHP Job Hunter’s Handbook and giving a fairly detailed review of my own experiences.

First, let me begin by talking about the author, Michael Kimsal.  I am a subscriber and active listener to his podcast at WebDevRadio.com, from which he discusses current events in the web community, and not just PHP.  He is a well respected PHP contributer with a wide array of knowledge with many different languages.  I find him always willing to help another PHP member in need , and he recently started his own PHP job listings board to also help the PHP community.

What the book covers:

  • Finding a Full Time Job
  • Training and Certification
  • Contracting and Freelancing
  • Applicable Technologies You Should Know
  • Interviewing Tips and Tricks
  • Advice from Those Doing the Hiring
  • Advice from Fellow PHP Developers

It wouldn’t be extreme to go as far as saying that the book covers too much territory, but for it only being 106 pages, it’s a fair conclusion.  He mentions that this book is not meant for advanced PHP programmers who have been around the block a time or two, but more targeted towards beginners, to help them get started.  The book fits the bill for that purpose.

Does it contain any useful information?

It doesn’t give to much information that could overwhelm a “noobie” PHP programmer, but it does give just enough to help them get started.  I for example, have never had a professional PHP programming position.  I do this for my hobby.  What I do professionally is C and C++ programming.  So you can understand why I love PHP so much.  I did get quite a few nuggets of information from the PHP Job Hunter’s Handbook.  I got a few PHP job listing sites that I have never heard of to add to my bookmarks.  Also what types of information that the HRs look for when going through PHP cover letters and resumes.

So like I said above, I was able to absorb a lot of information from this book that I had no knowledge of previously.  However, there is also a lot of knowledge in here that can be picked off the web faster than opening a book.  It’s nice that it has been grouped together for a quick reference if needed.

What is missing?

The only two things that I would have liked to see in this book would be a whole encyclopedia of example PHP cover letters and resumes.  Don’t get me wrong, with all the information that he provides in the book, you can easily make these out for yourself.  This is a Job Hunting Handbook however, and I found it lacking that it didn’t contain any of these in the appendix or somewhere.  If added in the next Rev, 2 or 3 of each would improve the book to give new PHP programmers something to go off of when they are compiling their own.

Would I recommend this book?

If you are new to PHP and don’t know where to find all the great places to find jobs, and information, absolutely.  If you are not new with PHP and you already know where to look for PHP jobs, and what employers are looking for when in search of an experienced PHP programmer, probably not.  Like I mention before though, Mr. Kimsal did not write this book for that audience.

Did it help my job search?

It did and it didn’t. :)  I did find a new job, but not in a PHP position.  I also never really had that much time to do all the different techniques that Michael Kimsal recommended to help the search.  The new job I did find was a Software Engineering position working with C and C++, which are my bread and butter.  I’m sure that I learned something from this book that helped me land this new job though.

I hope you got a better understanding about what to expect if you yourself are looking into a PHP career and would like a little help finding that first job. Maybe sometime in the future, I’ll be approached by a company offering a PHP postion that is too good to pass up, but until then, it’s still my hobby! If you have any questions, please feel free to leave comments. Take care!

August 28, 2008 · Posted in PHP Links  
    

The past few months I have been using Twitter a lot.  I’m trying to find and follow people that are heavily involved with PHP or at least providing knowledgeable Tweets about PHP.  I guess you could say that I am always open to new networking opportunities within the PHP community. :)

If you don’t know what Twitter is, well then you aren’t keeping up with your current events very well.  I’m not going to use this post explaining what it is more than a mini-blogging service.  If you don’t know, check their site out.  I provided a link above.

The problem I was having was actually judging whether or not it would be worth my time following their tweets. I mean, I follow someone that is really respected in a certain field, only to find out that they tweet about their new puppy they just got more than anything. So I made a PHP script that generates a “Twitter Tag Cloud.”  Using this, you can generate your own Twitter tag cloud to put on your personal site to display the top keywords that you have been tweeting about.

I also provide a REST service so that you don’t have to upload or play with any code yourself other than accessing the BrownPHP Twitter Tag Cloud service. I’ll show you more about that later. Or you can just use the textbox I have here to check out your own Twitter Cloud or a friends.

This is helpful to judge what the person tweets about the most.  The more the Twitter-er Tweets about a certain keyword, the larger it appears. Like if you would look at mine.  One of the large keywords is “informative.”  I also run a site called, Informative Post, and I tweet about it often, so it makes sense that this would be the largest keyword.

View Your Twitter Tag Cloud Now

Try it yourself! Type in a twitter username to see what that twitter-er tweets about more often:


Pretty cool, huh?  At the bottom of this, I provide a link where you can download the PHP files from.  I am also providing this as a REST service.

REST Twitter Tag Cloud Service

Parameters:

  • user (required)
    • Twitter Username
  • history (optional)
    • Number of past status updates to look for
    • Defaults to 100
    • Max is 200
  • size (optional)
    • Number of Keywords to return
    • Defaults to 50
    • Max is 75

Example REST call to get my (dlbrown06) Twitter tag cloud:
http://www.brownphp.com/rest/twittertagcloud.php?user=dlbrown06
Response:

<div id="twitterTagCloud"><a class="size2 tag" title="dlbrown06's Tweets Covering money" rel="nofollow" href="http://search.twitter.com/search?q=+money+from%3Adlbrown06" target="_blank">money</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering taking" rel="nofollow" href="http://search.twitter.com/search?q=+taking+from%3Adlbrown06" target="_blank">taking</a>
<a class="size1 tag" title="dlbrown06's Tweets Covering networking" rel="nofollow" href="http://search.twitter.com/search?q=+networking+from%3Adlbrown06" target="_blank">networking</a>
<a class="size1 tag" title="dlbrown06's Tweets Covering social" rel="nofollow" href="http://search.twitter.com/search?q=+social+from%3Adlbrown06" target="_blank">social</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering would" rel="nofollow" href="http://search.twitter.com/search?q=+would+from%3Adlbrown06" target="_blank">would</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering children" rel="nofollow" href="http://search.twitter.com/search?q=+children+from%3Adlbrown06" target="_blank">children</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering account" rel="nofollow" href="http://search.twitter.com/search?q=+account+from%3Adlbrown06" target="_blank">account</a>
<a class="size4 tag" title="dlbrown06's Tweets Covering working" rel="nofollow" href="http://search.twitter.com/search?q=+working+from%3Adlbrown06" target="_blank">working</a>
<a class="size3 tag" title="dlbrown06's Tweets Covering article" rel="nofollow" href="http://search.twitter.com/search?q=+article+from%3Adlbrown06" target="_blank">article</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering start" rel="nofollow" href="http://search.twitter.com/search?q=+start+from%3Adlbrown06" target="_blank">start</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering currently" rel="nofollow" href="http://search.twitter.com/search?q=+currently+from%3Adlbrown06" target="_blank">currently</a>
<a class="size1 tag" title="dlbrown06's Tweets Covering making" rel="nofollow" href="http://search.twitter.com/search?q=+making+from%3Adlbrown06" target="_blank">making</a>
<a class="size4 tag" title="dlbrown06's Tweets Covering online" rel="nofollow" href="http://search.twitter.com/search?q=+online+from%3Adlbrown06" target="_blank">online</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering twitter" rel="nofollow" href="http://search.twitter.com/search?q=+twitter+from%3Adlbrown06" target="_blank">twitter</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering morning" rel="nofollow" href="http://search.twitter.com/search?q=+morning+from%3Adlbrown06" target="_blank">morning</a>
<a class="size1 tag" title="dlbrown06's Tweets Covering sites" rel="nofollow" href="http://search.twitter.com/search?q=+sites+from%3Adlbrown06" target="_blank">sites</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering right" rel="nofollow" href="http://search.twitter.com/search?q=+right+from%3Adlbrown06" target="_blank">right</a>
<a class="size5 tag" title="dlbrown06's Tweets Covering informative" rel="nofollow" href="http://search.twitter.com/search?q=+informative+from%3Adlbrown06" target="_blank">informative</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering hosting" rel="nofollow" href="http://search.twitter.com/search?q=+hosting+from%3Adlbrown06" target="_blank">hosting</a>
<a class="size1 tag" title="dlbrown06's Tweets Covering until" rel="nofollow" href="http://search.twitter.com/search?q=+until+from%3Adlbrown06" target="_blank">until</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering people" rel="nofollow" href="http://search.twitter.com/search?q=+people+from%3Adlbrown06" target="_blank">people</a>
<a class="size1 tag" title="dlbrown06's Tweets Covering looking" rel="nofollow" href="http://search.twitter.com/search?q=+looking+from%3Adlbrown06" target="_blank">looking</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering starting" rel="nofollow" href="http://search.twitter.com/search?q=+starting+from%3Adlbrown06" target="_blank">starting</a>
<a class="size2 tag" title="dlbrown06's Tweets Covering really" rel="nofollow" href="http://search.twitter.com/search?q=+really+from%3Adlbrown06" target="_blank">really</a>
<a class="size3 tag" title="dlbrown06's Tweets Covering diablo" rel="nofollow" href="http://search.twitter.com/search?q=+diablo+from%3Adlbrown06" target="_blank">diablo</a></div>

Then you can use CSS to format the cloud however you like!

Download the Twitter Tag Cloud Source Code:

If you would like to use this source code yourself, you are free to do so.  All I ask is that you provide a link to this site, or somehow recognize the work that I put into it somehow.  I would love to see what kind of mashups that the PHP community could do with this source code. Enjoy!

Download Twitter Tag Cloud Source Code Version 1.0

Downloaded a total of 146 times

If there are any problems with the source code, please let me know here. Then I’ll update code for future downloads.

August 1, 2008 · Posted in PHP Code Projects, PHP Links