PHP


I have been putting off reading this particular PHP book, mainly because I had been beefing up my main core skills/knowledge such as OO, XML, CSS, Javascript, and didn’t see a need to check out the “recipes” in this book.

This post will be like a first draft before I post this review on Amazon.

It’s very packed full of stuff that, instead of thinking: “i might need this particularly obscure thing later, but then again probably not”, you’ll probably consider getting a lot of use out of at least 75% of the “hack” recipes eventually.

Read the rest of this entry »

This has nothing to do with being the end of the year. (i.e. These aren’t what I necessarily discovered in the past 12 months.)

I just felt like publicizing my currently favorite, most useful products/tools/languages.

PHP - Useful, easy, fun to use. Even just at home, I use PHP along with MySql to do several things on my private Apache server on my PC, ( including an “expected shipment” list where every time I order something, I enter in the item ordered, the U.P.S. tracking number along with a link to U.P.S. website, and a checkbox to check when received.)

Read the rest of this entry »

It’s a little frustrating that all 7 or 8 PHP books I have, cover PHP5, but most hosting providers won’t go up to PHP5 yet.

I’m planning a pretty ambitiously-sized website using Amazon web services (but it may stay in the planning stage for a while), that provides much more than just affiliate links and search pages, and I’d love to use the v5 Exceptions, and many other php5-only functionality.
When it comes to Amazon web services, with v4 you parse XML differently than with v5.

Read the rest of this entry »

Image Alt Text for SEO purpose

When you paste in PHP code that is supplied by a Affiliate Manager or Merchant, there usually is not an Alt tag in the image portion of the embedded html code.The thing is, some search engines count the ALT tag text in their calculation of that page’s keyword(s) ranking.

After all, when I create non-DataFeed, every-day kind of html pages that have images, I always make sure to take advantage of using the “Alt” paramater of those images to hold a keyword phrase, so I should be able to do this here.

Read the rest of this entry »