3:23pm PT, Saturday May 17
Zend: Four New Articles - Value Pak, ZendCore, InfoCard & Oracle

Posted on Wednesday 31 January 2007

With recent announcements from Zend, there’s talk all over about what they’re doing and who they’re doing it with. Here’s just a few examples from Zend’s own news feed:

IBM Adds Zend to Value Pak, Ships ESX Server Storage Support - a summary look at the Value Pack bundle of software for the i5/OS V5R4 operating system
Zend Puts Out New Release of Commercial-Grade PHP - the latest release of ZendCore
Microsoft adds PHP to InfoCard support list - the addition of InfoCard support in a collaboration with Microsoft (a big push in their Hotmail email offering and other Live online services)
Oracle (more…)

Popularity: 20% [?]

Tags: , , , ,
Alex Loft @ 9:01 pm
Compete.com Metrics - An Interview with Jeremy Crane

Posted on Wednesday 31 January 2007

Posted by randfish

For the past couple weeks, I’ve been chatting over email with the folks at Compete.com about their web popularity reporting & analytics tools. Luckily enough, Jeremy Crane, the Director of Search & Online Media for Compete, agreed to an interview. Below, you can learn a lot more about how Compete gathers data, where they struggle, where they succeed and what the future of third party visitor analysis may hold.

Compete.com Metrics - An Interview with Jeremy Crane (more…)

Popularity: unranked [?]

Tags: , , , ,
Alex Loft @ 9:01 pm
DeveloperTutorials.com: How to Install PHP 5 on Linux

Posted on Wednesday 31 January 2007

From the DeveloperTutorials.com website today there’s a new walk-through showing you how to get PHP5 installed with Apache and MySQL onto a linux machine of your choosing. They chose to go with SuSE, but it should work on just about anything else.

We will set up PHP as a shared module, being loaded into Apache2 dynamically during the server startup. These instructions are known to work for PHP versions: 5.0.4 through 5.2.1.

They list a few prerequisites (the obvious ones) and where to grab the source for PHP. The rest is broken up into a few simple (hopefully) steps for the unpacking, compiling, configuring and integration with Apache.

(more…)

Popularity: unranked [?]

Tags: , ,
Alex Loft @ 4:01 am
Salary Trends for PHP Devs in London, UK - Demian Turner

Posted on Wednesday 31 January 2007

Andrew sent over this interesting analysis of salary trends for PHP devs in London, was suprised such detailed info was available.  The only prob is the salary data is quite understated in my experience, advanced devs can easily find gigs for 50-70k, but it’s certainly true that agencies and often employers do very poor jobs differentiating between mediocre and ninja candidates.

Another shocker, for me at least, is while 200/day was quite a typical rate last year for html guys who knew a bit of CSS (PHP guys could get 300), this year has seen a significant jump with the frontend guys able to command 300/day.

(more…)

Popularity: unranked [?]

Tags: , , , ,
Alex Loft @ 2:01 am
Google Adwords More Pricing BS

Posted on Tuesday 30 January 2007

Holy Cow Adwords you really have gone off the deep end with this one check it out

Today, we’d like to revisit a common misconception, about which we receive quite a few questions. In the first part of the post, we will very briefly cover the most important facts and in the second we’ll take a […]

Popularity: 16% [?]

Tags: , ,
Alex Loft @ 10:01 pm
Debugging and Troubleshooting PHP Services and Clients - Samisa Abeysinghe

Posted on Tuesday 30 January 2007

Users sometimes would run into trouble at two stages when getting the PHP Web services extension working.

First the challenge is to get it installed. How can you check if it is working? Well, first, you can check with the phpinfo() function. If the extension is correctly installed, you will get an entry for the extension, with the name wsf. And a table following the wsf  title, you would see a table with ‘wsf support’ ‘enabled’ entries. That will be followed by the table displaying hte php.ini directives for WSO2 WSF/PHP extension. If this entry is missing form the phpinfo() page, that means the extension is not properly loaded.

(more…)

Popularity: unranked [?]

Tags: , , , , ,
Alex Loft @ 9:01 pm
Don’t Give Your Affiliates Duplicate Content - Please.

Posted on Tuesday 30 January 2007

Don’t Give Your Affiliates Duplicate Content - Please.Writing by Nick Stamoulis on Saturday, 5 of January , 2008 at 1:37 pm

A reader at SEOBook asked a good question, “We were thinking of mirroring our website by giving affiliates subdomains with our content like xyz.oursite.com. Is this a good idea or a duplicate content nightmare?”

Aaron Wall gave a good response and it was the same thing I’d have said. Rather than tell you what he said, I’m just going to answer it the way I would.

Duplicate Content For Affiliates Is Bad
If you present your affiliates with the same information you have on your website and in your marketing communications then you are setting them up with duplicate content, which isn’t going to help them and if it doesn’t help your affiliates, it won’t help you. That’s why you should provide your affiliates with marketing tools, but leave the creative content up to them. In other words, banners and code for a variety of marketing icons are good (give them plenty of choices, styles, sizes, colors, etc.). But when it comes to the actual content, allow them to create their own.

(more…)

Popularity: unranked [?]

Tags: , , , ,
Alex Loft @ 2:01 pm
class.upload.php

Posted on Tuesday 30 January 2007

class.upload.phpPHP, ImageSeptember 25th, 2007

upload.jpg This PHP script uploads files and manipulates images very easily. The perfect script to generate thumbnails or create a photo gallery! It can convert, resize and work on uploaded images in many ways, add labels, watermarks and reflections and other image editing features. It uses the GD library. This script is released under the GNU GENERAL PUBLIC LICENSE Version 2.

Why use this class?

with one uploaded file, you can do as many copies, convertions, resizing you want.you can resize each image dimension, or both, keeping the image ratio or not.you can choose to resize an image only if it is bigger -or smaller- than the wanted sizesyou can manipulate the image in many ways, play with colors, add borders, labels and watermarks…its use is simplistic but powerfulmore than 60 documented configuration settingsa lot of variables are set up during the process. You can retrieve all these values after a process.error messages are understandable, and a variable log allows you to see what the class does.it is already widely used on Internetit is free

(more…)

Popularity: 19% [?]

Tags: ,
Alex Loft @ 1:01 pm