Archive for October, 2009

PHP UK Conference 2010 Call For Papers

The main focus of the PHP UK conference is obviously the talks that are given, and so we hope to attract the best PHP speakers from around the world.
We are looking for talks relating to any non-basic aspect of the PHP programming langu…

Are Competitors Hijacking Your Trademarks in AdWords?

Alyssa wraps up her series on brainstorming with a step-by-step process for making sense of your brainstorm and moving into a plan of action.

Related posts:

  1. Beware of the “Google” Swindlers Have you been cold-called by companies masquerading as Google? Have…
  2. Google Faces Antitrust Inquiry The EU has launched an official inquiry into Google’s search…
  3. Keyword Research Essentials Part 2: How to Select the Right Keywords Keyword relevancy is a two way street: Google tries to…

MySQL Database Analytics with InfiniDB from Calpont – Part 2

In Part 1 of this article, I took you through some of the reasons why a column-oriented database based on MySQL can be compelling. We also examined the architecture of InfiniDB, which is an open source analytic, reporting, and read-intensive database, and how its modular design helps you scale both up and out. Now let’s kick the tires of the database so you can see these things in action.

Graphic Designer vs Client

This video really hits the nail on the head when it comes to the kind of interaction you sometimes get with clients over graphic design questions.

MySQL Database Analytics with InfiniDB from Calpont – Part 1

Let’s be honest: working with big databases is a lot of fun. There’s something cool about dealing with tables that have hundreds of millions or billions of rows in them, loading huge amounts of data, building star and snowflake schemas for data warehouses/marts, optimizing query performance, and all that jazz. Yes, working with big databases is a lot of fun.

On the other hand, let’s be honest: working with big databases is not a lot of fun. There’s a lot of pain in dealing with tables that have hundreds of millions or billions of rows in them, waiting for huge amounts of data to be loaded only to have the load job toss its cookies and fail when it’s 99% done, building special schemas that you wonder whether make any difference at all, and trying to figure out why just a simple two-way join query has been hanging for over an hour. Yes, working with big databases is not a lot of fun.

PHP AJAX Form Validation

Many sites feature web forms to collect information from users. Unfortunately, these forms often provide a poor experience for the user, with predictable results. This article will show you how to make filling out web forms more fun (or at least less painful) for your users with the help of PHP and some AJAX magic.
– One of the most important requirements for PHP web forms is usability; it’s the goal of many web designers to improve the user’s experience. With classic PHP web forms, a user is required to enter information in the form and then press the submit button. The PHP script will then validate the data …

Package managers

Just thinking of how many package managers, each with a unique syntax, I try to remember how to use:

port
pear
cpan
gem
yum
apt-get
ant
easy_install
emerge
rpm (ok that was a while ago ..)

I’m sure I’m forgetting some.  Standardisation?

International PHP Conference

With its mixture of topics the International PHP Conference provides an ideal resource for all professionals and their successful daily routine within the whole PHP spectrum. Insights into current Web 2.0 technologies, Security, Best Practic…

Fixing Object Instances in JavaScript

Even experienced coders can get caught out by object handling in JavaScript, and handing your code to other developers can intensify problems. Craig looks at the problem of creating object instances and provides a quick solution.

Related Posts

  1. Debugging JavaScript: Throw Away Your Alerts!
  2. Cross-browser JSON Serialization in JavaScript
  3. Javascript Inheritance

CSS Frameworks and Semantic Class Names

CSS frameworks often contain crufty, non-semantic code. Does it have to be that way? Kevin shows us how semantic markup and CSS frameworks can coexist happily.

Related Posts

  1. What’s So Bad About CSS Frameworks?
  2. How To Compose HTML ID and Class Names like a Rockstar
  3. Video: CSS Frameworks – Make the Right Choice