Archive for April 12th, 2007

Job Posting: Structure Networks Seeks Sr. PHP Developer

Company Structure Networks
Location Costa Mesa, CA
Title Senior PHP Developer
Summary

Structure Networks is in search of an experienced Sr. PHP Developer to join our client in Costa Mesa, CA. Our client is looking for someone who will architect/develop back-end web architecture.

Title: Sr. PHP Developer

Location: Costa Mesa, CA

Duration: 6 months (possibility of 12 months)

Our client is looking for the following skills:

    **Linux maintenance**

  • Red Hat Enterprise Linux 3 (RHEL3) and CentOS
  • Make sure the systems are updated with the latest patches on a weekly basis
  • Make sure all packages used on the portals are kept up to date (compiled from source)
    **PHP Development (must know all of the following)**

  • Tikiwiki applications
  • Smarty Templates (integrated part of Tikiwiki)
  • JPSpan - AJAX framework
  • jpgraph
  • HTMLDoc
  • PHP 4 and 5 environments
    **Database Development**

  • MySQL 4 and 5 servers
  • Microsoft SQL Server integrations using
  • FreeTDS
    **Bug tracking and version control**

  • Trac
  • Subversion (SVN)
    **Systems**

  • Security Assessments
  • Enterprise Compliance
  • Training systems
  • Reporting
    **Business Intelligence**

Please submit your resume for immediate attention.

Link More Information

Continue Reading · Add comment

Job Posting: VH1 Seeks Experienced LAMP Applications Developer

Company VH1
Location New York, NY (Manhattan)
Title LAMP Applications Developer
Summary

A New York City based Internet technology company is currently looking for a smart, creative, motivated self-starter. The LAMP Applications Developer will be a part of our Applications Development team, developing scalable, database-driven web applications for our production website in a LAMP (Linux, Apache, MySQL, PHP/Python/Ruby) environment.

Ideally the candidate will have strong Python and/or Ruby experience, particularly with regards to working with frameworks such as Django and Ruby on Rails. Familiarity with front-end technologies, such as the Prototype/Scriptaculous JS framework, and/or Adobe Flex 2 a plus.

The successful candidate will be responsible for participating in a development-engineering environment, assisting in the architectural design and development of websites. Developments include database-driven web applications, incorporating social internet design, and database search, as well as analysis and mining.

We offer competitive salary and a great work environment in midtown Manhattan, New York City. This is a full-time, on-site position at our offices in New York, NY (Manhattan).

If you are interested in applying, please send your resume, links to successful projects, and a code sample (100 or more lines showing your coding abilities and standards) to: Jenny.Fong@mtvnmix.com

Link More Information

Continue Reading · Add comment

Zend Developer Zone: dzone.com Looking to Feel the PHP Love

As Cal Evans mentions in this new post to the Zend Developer Zone, there’s a digg-like programming targeted site out there that is “looking to feel the PHP love” - dzone.com.

For those that don’t know dzone or Rick, dzone is a social bookmarking site targeted at developers of all languages. Rick Ross is the founder of dzone. Like most social bookmarking sites, on dzone you can post links to articles you like, vote on articles others have posted and leave comments. Unlike bigger sites of this nature, you don’t get the latest Apple rumor or > personal political agenda /> story. Everything is 100% developer centric.

Be sure to check out some of the great links they have in their PHP tagged section including:

And it’s not just for PHP-related information either - there’s tons of other tagged goodness to be found.

Continue Reading · Add comment

Sub-templates and More with Oracle HTML DB

In this third part of a three-part article covering Oracle HTML DB you ll learn about sub-template definitions and more. This article is excerpted from the em Oracle HTML DB Handbook em written by Lawrence Linnemeyer and Bradley Brown McGraw-Hill 2 6 ISBN 72257687 ….

Refurbished and Used Networking Equipment Network Liquidators sells refurbished and used networking equipment for up to 95% off list, with a 1 year warranty. We buy and sell top brands like Cisco, Extreme, Foundry, and more. Call us for best pricing.

Continue Reading · Add comment

Tobias Schlitt’s Blog: Why code coverage matters

In a new post today, Tobias Schlitt reinforces something that several developers don’t even seem to bother with - generating and understanding coder coverage reports for their applications.

I’m a fan of PHPUnits code coverage reports. And with this sentence I can see a lot of the developers out there shiver, because they are of the opinion, that code coverage reports for unit tests are nonsense and cannot give you any hint on the quality of a test suite. I see it a bit differently. Surely, a high code coverage rate of a test suite does never indicate, that code is well tested (if you have not written the code and tests yourself). But the other way around works: A small code coverage rate definitly means, that the test suite is not sufficient. But let me dig a bit deeper into code coverage and what it gives you.

Benefits he mentions include:

  • Shows how much of your code is actually touched during execution
  • Shows how well the unit test coverage is
  • Helps you create all needed unit tests for your code (a guide or sorts)

He also mentions code mutation as a method for testing the quality of your test suite. However, it’s currently not integrated into PHPUnit.

Continue Reading · Add comment