HTTP/1.1 // 38.107.191.85 // // 35897 // // CCBot/1.0 (+http://www.commoncrawl.org/bot.html)

Wordtracker Keyword Research
Latest on the Blog

5 Reasons Why You Should Be Using a Framework

Sep
24
2009

New to DEVTRENCH? Sign up for the RSS feed.

I’ve recently begun to develop a website in the symfony framework and that got me thinking about why you’d want to develop with a framework at all.

1. Security: All good frameworks come with security helpers to protect your code and data from XSS and other hacking attempts. Make sure the framework you choose escapes all form input and all html output.

2. Scalability: A framework can help you scale your site for massive traffic if it includes a good way to cache output.

3. RAD: This is where symfony and ruby shine – they have excellent CRUD generation tools to do a lot of the coding for you.

4. Standards: Frameworks help your programmers build on defined standards. Really good frameworks build on available standards to make their projects better.

5. Community: If you are a single developer like me, then having resources to draw upon when you can’t figure something out is critical. Communities develop around frameworks that can answer your questions and ease the learning curve.

PHP Frameworks that kick ass:

PHP Framework Comparison


More 2 Comments » 903 views
Posted in: General

The Web Won’t Solve Your Org’s Problems

Sep
23
2009

I worked for a long time at a state funded university as a web developer and besides the great insurance they offered, it was a pretty annoying experience. We usually we’d sit down with teachers or researchers to develop custom web applications, but every once and a while we’d sit down with deans or heads of departments and be asked to program some monolithic web app that coordinated data across several departments and organizations. Some of these projects came to fruition but most ended up in total disarray and failure.

This was because of several things, poor management of the project, not enough planning, etc, but I think the main reason is that the entities didn’t want to take responsibility for the proverbial cow. This isn’t because they didn’t care about the project (although some didn’t), but because it would add more work to their already loaded schedules and therefore ‘passing the buck’ was the status quo.

Continue Reading »


More Comment Here » 481 views
Posted in: Programming

Which php.ini?

Sep
18
2009

A hard thing for me to figure out when first using php from the command line was that it uses a different php.ini than apache does,and can even be a different version of php. It was also hard to figure out what php.ini was loaded. Here are some useful commands if you find yourself in this situation:
php -- (tells you which php.ini it's using and where it is, and any additional .ini files parsed)
php -v (php version number)
which php (shows the location of the php executable)
man php (learn all the options for php from the cli)


More Comment Here » 722 views
Posted in: General

Page 5 of 51« First...34567102030...Last »
Welcome to DEVTRENCH

DEVTRENCH is a web development blog with posts about PHP programming, MODx CMS, PHP Frameworks, CSS and xHTML, Web Design, SEO and SEM, Email, and Server Admin. I've been doing web development since 1997, starting out as a web designer and learning the rest along the way. The web was my main source of help when learning programming and sever admin, so this blog is my way of giving back.

DEVTRENCH on Twitter

Visit me on Twitter

Categories

Recent Comments