Category Archives: Uncategorized

Standards

I’m sure everyone has heard the phrase, “The great thing about standards is that there are so many to choose from.” I think we finally have a coding standard for everything we do at Found Line – from PHP to CSS to web file names. We’ve gone through a couple of iterations and various options […]

PHP Users Group Meeting Last Night

The Burlington, VT PHP Users Group met last night. Thank you Bluehouse Group for hosting and providing pizza and soda! Rob Riggen gave a talk on PHP Frameworks: 3 different ones and we went around the room talking about a PHP function or tip that helped us in the past. I decided to talk about […]

PHP Users Group Meeting Tonight

The Burlington, VT PHP Users Group will be meeting tonight at 6:00 pm in Richmond, VT. The theme for this meeting is, “My Favorite Function.” Come prepared to talk briefly about a PHP function (or tip) that has helped you out during your PHP development. I still haven’t decided what my function or tip will […]

Zend_Layout and Zend_View Enhancements Webinar

I missed the Zend_Layout and Zend_View Enhancements Webinar but the recorded Webinar and slides are now available. The Webinar covers a few of the cool new features that became available in the Zend Framework 1.5 release last week. These new features give web developers who are using Zend Framework a way to solve the problem […]

Plain Old Semantic HTML (POSH)

I didn’t realize someone had coined a clever phrase for this concept. The basic concept of POSH is creating (X)HTML that is semantic, or structural, rather than presentational. Most people experience the web as a visual medium and thus assume that it is a visual medium. Many web development tools (such as Dreamweaver’s WYSIWYG editor) […]