Archive for August 16th, 2007

Community News: SymfonyCamp Announced (Sept 6th-8th)

Stefan Koopmanschap pointed us towards some information for an upcoming Symfony-related event - SymfonyCamp, happening September 6th through the 8th at the Dutch Open Projects office.

SymfonyCamp is an event for the true fan of the symfony framework, or for those who want to learn more about this PHP5 MVC web application framework. During the business day, the power of open source for the enterprise will be the main theme, with symfony taking a central role. During the technology days, developers can geek out during sessions on a variety of topics, with a separate beginner track and a separate expert track depending on your symfony skill level.

If you sign up before August 17th, you’ll get the early bird price of 100 Euro. After that, it’s a 150 registration charge. This includes the location, the talks and a copy of your very own of “The Definitive Guide To Symfony” from APress.

Check out the conference website for the full details on this great three-day event.

Continue Reading · Add comment

Job Posting: Rapp Collins Worldwide (recruiter) Seeks Senior Software Engineer (Dallas, Tx)

Company Rapp Collins Worldwide (recruiter)
Location Dallas, Tx
Title Senior Software Engineer
Summary

BASIC FUNCTION:

Develops software applications as specified by client directives.

PRINCIPAL RESPONSIBILITIES AND ACTIVITIES:

  • Working with clients to design and implement schemas and web applications that interface with databases to collect and utilize marketing data
  • Advises and serves as an information resource
  • Will serve as technology liaison to personnel in other RCW departments
  • Design solutions that are secure
  • Work with a variety of programming environments and operating systems

REQUIREMENTS & QUALIFICATIONS:

Education:

  • Bachelors degree or equivalent experience

Required Experience:

  • 5 years PHP programming experience
  • 3 years web application framework experience
  • MySQL database
  • Linux operating system

Preferred Experience:

  • Zend or Symfony framework
  • Object Oriented Analysis & Design
  • Content Management
  • CSS

Contact Information:

Venessa Cole

972-582-2115 office

colev@rappcollins.com

Link More Information

Continue Reading · Add comment

Job Posting: Yakabod Seeks Software Web Application Developer (Frederick, MD)

Company Yakabod
Location Frederick, MD
Title Software Web Application Developer
Summary

Summary:

Yakabod, a web software and services company, is located in a beautifully restored facility in Frederick’s historic district. We’ve experienced steady growth since starting in 2001. We’ve set our hearts on building a great company. Now we’re looking for some great people to help fuel our growth. We need skilled web application developers to join our Application Factory team.

Responsibilities:

We’re still small, so you’ll do a bit of everything from integrating and supporting critical customer applications to creating new components in our core software products. Specifically, you can do many of the following with excellence:

  • Lead, manage, and/or architect knowledge-based dynamic web applications
  • Develop software using PHP, MySQL, JavaScript, HTML, XML, AJAX and other web application environments (experience with J2EE or MS environments will be considered if you have demonstrated strong life cycle development and problem solving skills).
  • Capture requirements, and then create use cases, specs, object-oriented design, user interfaces, and data models
  • Execute disciplined development practices over a full life cycle
  • Deploy, support, and maintain customer applications, including networks, Linux servers, development tools, and custom applications

Qualifications:

We’ll expect you to reliably “get things done” — you’re a self-motivated, entrepreneurial, problem solver who loves to build software that “works the way it ought to”. You thrive as part of a team that’s undertaking a bold adventure together. Most important, you resonate with our core values and culture. Experience in an early stage tech firm is desirable, but not required. An active TS/SCI clearance with polygraph is desirable, but not required. If you don’t have one, you must be willing to be submitted for clearance processing.

Link More Information

Continue Reading · Add comment

Dave Dash’s Blog: symfony and the .htaccess file

Dave Dash has another performance tip for Symfony users involving a simple change involving your .htaccess file.

One performance boost that can be garnered from a symfony app (or any app for that matter) is disabling .htaccess. .htaccess does not need to be parsed on each visit to your app. Disabling .htaccess is trivial in your VirtualHost or another relevant part of your apache configuration place.

The information (like routing rules) that was inside of the .htaccess is then moved back into the VirtualHost inside the Apache configuration to make for less files the Apache instance needs to open to get its job done.

Continue Reading · Add comment

Mike Potter’s Blog: Upcoming Hands on Flex and PHP Sessions Worldwide

Mike Potter has an update on some of the upcoming “Hands on Flex & PHP” sessions happening all over the globe:

There are a number of hands on sessions that are coming up in the next few weeks that deal with Flex and PHP together. Head to any of the following conferences to get more information, and hands on training, about building Flex applications powered by PHP.

Conferences he will be attending and speaking at in the near future include php|works in Atlanta, Adobe MAX North America, Adobe MAX Europe, a Flex User Group and a PHP event happening in Paris.

Continue Reading · Add comment