News Feed
Sections

News Archive
feed this:

NETTUTS.com:
How To Use Any Font You Wish with FLIR
August 19, 2008 @ 15:29:36

NETTUTS.com recently posted a handy tutorial for those wanting to use the font of their choice on their site using sIFR3.

Last week, Philo showed you how to implement sIFR3. This time, I'm going to show you how to implement Facelift Image Replacement (or FLIR), an alternative to sIFR that does not require Flash.

This second part shows you how to install/setup the tool, configure it correctly for your setup and includes some of the pros and cons of using the software.

0 comments voice your opinion now!
tutorial flir font software install configure example



Marco Tabini's Blog:
The violin-playing software designer
August 19, 2008 @ 12:03:12

In this new post to his blog Marco Tabini eloquently explains something that less and less seem to be able to understand - the tool is only a means to an end. It's more about the artist and the end result than the tool.

What is beautiful code? Ask ten people, and you will probably get ten different answers. Ask them what makes a programming language beautiful, and you've got yourself the beginnings of a holy war.

He compares code to art - the language is just a tool, the canvas an editor waiting to be filled with lines of artist-generated works. Because of PHP's wonderful flexibility, it can be molded to fit just about any need a coder might see fit and gives them the power they need to really dig into the code and about the "paint by numbers" sort fo things language like Ruby have to offer.

0 comments voice your opinion now!
software designer violin art code beautiful language tool


Felix De Vliegher's Blog:
Static analysis for PHP
August 19, 2008 @ 11:16:18

On his blog recently Felix De Vliegher has posted about work he's done to gather some stats and great some data about how his PHP scripts are working based on a little statistical analysis.

Lately I've been interested in applying static analysis to PHP projects. Static analysis is the process of analysing software code - in our case PHP source code -, without actually executing the (compiled) result of the source code you're analysing.

He mentions some types of analysis and some of the tools that can be used to measure it. He also talks about issues it can help with (like the potential for harm if a part of code is changed) and a pointer to the Pixy software he used to generate the statistics (and images like this).

0 comments voice your opinion now!
static analysis execute code pixy compile software script


Job Posting:
Viveli, Inc Seeks Software Engineer/Computer Programmer (Chicago, IL)
August 13, 2008 @ 12:04:57

Company Viveli, Inc
Location Chicago, IL
Title Software Engineer/ Computer Programmer
Summary

Primary responsibilities:
Create and support new and existing software applications

Duties include:

  • Web-based application development
  • Database management and infrastructure design

Skills:

  • Experience in Web Development, Architecture, and Website Design
  • Excellent interpersonal and communication skills
  • Experience with XHTML, CSS, JavaScript, PHP, and XMLHTTP (Web 2.0) technologies
  • Proficiency with MySQL or other database platforms
  • Cross-browser / platform experience.
  • Linux and Windows experience (not afraid of the command line)
  • Experience w/ Adobe / Macromedia products a plus
  • E-Commerce / SEO experience a plus (please highlight in cover letter)

Life at Viveli:

  • Casual Dress Code
  • Complimentary Lunches, beverages and snacks
  • Benefits and competitive salaries
  • We work in small teams, which we believe promotes spontaneity, creativity and speed.
  • Anyone at Viveli might have our next great idea, so we make sure every idea is heard.

To Apply:
Submit completed application materials (resume, coverletter and 2 samples of work) to HR Recruiter hr[at]viveli.com

The hours are 9AM-5PM Monday-Friday. We are located in Schaumburg, Illinois (Northwest Suburbs).

Please note! To be considered for this opening:
Attach application materials as a MS Word doc (with your FULL NAME in the filenames)
Submit application materials via e-mail. Applicants who do not follow this formatting will not be considered.

Viveli is an EOE

For more information on Viveli and this opening visit this URL.

0 comments voice your opinion now!
job post chicago il software engineer programmer viveli


PHPImpact Blog:
Where is the include coming from?
August 04, 2008 @ 11:13:55

Federico Cargnelutti has posted an interesting overview that graphically shows outlines for a few major PHP projects showing where the includes are coming from.

The includes of the system map out the dependencies of the system, which files depend on which, which subsystem depends on which. When working with a system, it's always useful to map out the dependencies before hand.

The software he's created the images for include WordPress, phpBB, and a few frameworks - Symfony, Zend Framework and CakePHP. He used the Inclued and Graphviz software to make the charts.

0 comments voice your opinion now!
include graphic inclued graphviz software


PHPedia Blog:
Top 5 PHP replacements for Apache default directory listing
July 24, 2008 @ 10:21:25

The PHPedia blog has posted their top five list if scripts to replace the default listing Apache does for a directory without an index file.

Here's their list:

Check out the PHPedia post for example screenshots of each.

0 comments voice your opinion now!
directory listing apache topfive default software


PHPClasses.org:
Review - Delphi for PHP 2.0
July 23, 2008 @ 09:33:40

The PHPClasses.org website has posted a new review of CodeGear's latest version of Delphi for PHP.

A new version of Delphi for PHP IDE was released this year. It is a follow-up of Delphi for PHP 1.0 released for the first time in 2007.

Manuel already reviewed a previous version of the software, so he only really focuses on the differences. He spends time reintroducing what Delphi is and how it plays a role in a PHP developers experience before getting into the new functionality. New features like third-party library support, how to run the software on other platforms (like Linux or OS X) and several of the updates to the user interface itself.

0 comments voice your opinion now!
review software development delphi codegear


Ibuildings Blog:
About Open Source software projects
July 22, 2008 @ 10:27:15

On the Ibuildings blog today Mikko Koppanen talks a bit about Open Source software projects and things that can help to make them successful.

An idea can be a tool or a library that you need and think others might find useful; a new technology innovation; or something you think you could implement better than the existing tools. Extra care has to be taken if you decide to create a new tool to replace an old one. In most cases, these projects end up reinventing the wheel without any added value. A wheel is wheel, right?

He recommends a team infrastructure growth as the application grows and the importance of documentation and maintenance after the project has been launched.

0 comments voice your opinion now!
opensource software project manage team infrastructure documentation maintenance


Matthew Turland's Blog:
Goodbye WordPress, Hello Habari
June 23, 2008 @ 09:36:17

Matthew Turland has said goodbye to Wordpress and hello to Habari - a "next-generation free software blogging platform". He also includes one of the more helpful tips for those thinking on doing the same:

So after eventually getting fed up with WordPress, especially after the WYSIWYG editor disappeared in the 2.3.3 update, I finally decided to bite the bullet and migrate my blog over to Habari. Once I'd been through the process, I thought I'd write a short blog entry about the experience.

The two tips he mentions are about exporting the old content (made simple from the WordPress admin interface) and making Habari support his WordPress URL scheme (so as not to loose links to any content out there). He found this to help on that front.

0 comments voice your opinion now!
habari wordpress change wysiwyg migrate blog software


Community News:
BlueStatic Releasing MacGDBp (Native OS X Debugger) for PHP
June 16, 2008 @ 12:58:48

Software company BlueStatic will be releasing their native Mac debugger, MacGDBp tomorrow (June 18th) to the community.

Here's more information from their press release:

Blue Static today is announcing the release date of MacGDBp, a native Cocoa application that allows Web developers to debug their PHP applications. The tool makes use of the Xdebug (http://www.xdebug.org) PHP extension that provides remote debugging functionality. Blue Static will be releasing the software under the GNU GPL version 2 on the morning of Tuesday, 17 June 2008.

The interface for the application is modeled after the XCode product from Apple to help integrate it more fully into the OS look and feel. It will require Mac OS X 10.5 Leopard to run and screenshots of the tool can be found here and here.

0 comments voice your opinion now!
xdebug debugger software bluestatic macgdbp osx



Community Events











Don't see your event here?
Let us know!


package example zend application conference PEAR zendframework security release mysql ajax framework PHP5 database job releases code cakephp developer book

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework