Showing entries 891 to 900 of 1121
« 10 Newer Entries | 10 Older Entries »
Displaying posts with tag: PHP (reset)
How to name something that imports and exports ?

Simple Question:
When a script/function/class exports something, I name it “exporter”.
When it imports something, I name it “importer”.
How do I name it when it does both?

What do you think? Write your thoughts into the comments please. Thanks!

My editor of choice

A

Do you live in Texas? Do you have a Job? Do you like it?

Basically, if you need a job, or hate your current job, and have time to commit, and if you’re a professional, or just disciplined and care about every little thing you do..Or, if you just want to work with me.. :

Geneva Data, an Internet Security company is looking for PHP developer to work on a unique project in San Antonio, Texas.
We?re open to a full-time, part-time, contract, consulting or project work. We just want the most innovative local PHP programmer available (with experience.)

“Experience” means you can show us proof of your work … whether you have been in the workforce for 6 months or 60 years.

“Innovative” means that you?ve never encountered a problem that you couldn?t solve. We appreciate individuals who experiment with new technologies on personal projects. Creativity is a plus with us.

? MySQL and/or Linux proficiency is a further plus.

? Experience …

[Read more]
Design and Implementation of a Workflow Engine

After almost eight months of waiting, I am finally allowed to publish my thesis paper:

Design and Implementation of a Workflow Engine
This thesis discusses the design and implementation of a software component that faciliates the specification, management, and execution of so-called workflows. The discussion of this component's design includes the semantics and syntax of the underlying workflow model as well as the actual software design. The former builds upon the Workflow Patterns [BK03] terminology, the latter on the concepts of a Workflow Virtual Machine [SF04] and the idea that a workflow system should be comprised of loosely coupled components [DAM01, DG95, PM99].

The thesis paper is published under the Creative Commons Attribution 2.0 Germany license, the software that has been developed as part of this thesis has been released under the New BSD License as part of …

[Read more]
The Growing Popularity of LAMP

LAMP is a proven software stack for developing and implementing multi-tiered web applications. Linux - operating system Apache - web server MySQL - database server PHP - programming language for dynamic web pages The nice part of this stack is that it an extremely low cost solution for implementing web based solutions. This stack is also interchangeable. The operating

I?m looking for 2 PHP programmers!

I’m looking for 2 PHP Programmer for the company I’m working for. I’ll be hiring a Senior and Intermediate PHP programmer. If you’re in Montreal, QC and intrested in drop a comment I’ll contact you. This is not a webmaster/designer etc job, if you’re a pure PHP programmer I want you! Position: Full Time, Permanent Industry: IT Multimedia/Entertainment Qualifications: PHP, MySQL, [...]

CouchDb Views with PHP

As I mentioned in the Post Scriptum of an earlier post, JavaScript is not the only language that you can create CouchDB views with. You can now use PHP, too.

Here is how views work again: You specify a JavaScript function that receives a document parameter (which is a JSON object). You can do whatever to that object and return it again. Or you don’t return anything. When a new document is added to a CouchDB database, it gets passed to the JavaScript function and, depending on its return value, is included into the view that is associated with the function &endash; or not.

function(doc)
{
  if("Value" == doc.field) {
   return doc;
  }
}

This function adds the full document to the view when it has a field called field and when that has the value Value. This is just a refresher on how views work …

[Read more]
MySQL Developer Meeting in Heidelberg

MySQL AB is a global company. The employees are spread around the globe. It is impressive to see that this works for a technology company, where high-bandwidth communication between its main players is crucial to their success.

Once in a while though, they need to meet in person. This year, all developers meet in Heidelberg, Germany for a week. They will have workshops, training and lots of get-togethers.

MySQL AB even invited a few community members to take part in the event for two days. I managed to sneak in there and I am looking forward to see a lot of the people I met in Santa Clara earlier this year and those I have not met, yet, but read a lot online. To top it all, Damien is there. Guess what we are going to talk about.

I promised to blog my hands off in exchange for the invitation, so expect some coverage …

[Read more]
Stupid PHP Error

Dear Future self,

The next time you run into PHP Fatal error: Call to undefined method DB_Error::query() and you are pretty sure all the correct libraries are installed , check if you can connect to the database with the username / password you have configured. Just as today you might have migrated to a new mysql server and forgotten to update the connection string.

thank you for your attention.

CouchDb PHP Library for JSON API

I just sent this message to the brand new CouchDb mailinglist:

Dear Couch Potatoes (or something), I updated the CouchDb PHP Library and the Demo application BugShrink (our bug-tracker) to the new JSON API.

They are up in a separate Google Code Project. Check out the code at http://couchprojects.googlecode.com/svn/trunk/ and the project pages at http://code.google.com/p/couchprojects/.

Enjoy, Jan

While not yet released, the current SVN version of CouchDb is …

[Read more]
Showing entries 891 to 900 of 1121
« 10 Newer Entries | 10 Older Entries »