Web application programming tutorials
Symfony 1.4: Widget Does Not Exist Error after Unset
contributed by David Kirk on under SymfonyWith symfony’s form builder, users will need to unset several common fields such as created_at and updated_at. Beginners frequently experience a “widget does not exist” error after unsetting form fields.
PHP: Camel Case to Spaces or Underscore
contributed by David Kirk on March 19, 2010 under PHP programmingRecently while working on a project, I found I needed to convert camelcase strings to space-separated strings. This same technique will work if you want to convert camelcase to underscore separation as well.
Symfony: Detect Which Version is Installed
contributed by David Kirk on March 5, 2010 under SymfonyThe Symfony php framework is frequently updated. Detecting which version is actively installed, however, is not well documented. Here is how to do it.
Symfony: Drop Down List Box Without Submit Button
contributed by David Kirk on November 25, 2009 under SymfonyI needed a drop down list box for a symfony site I was designing. As a newbie symfony programmer, I wanted to record this so I could reference it later. Although this uses a little javascript, it will correctly function and is backwards compatible to users without javascript enabled.
Pear Fix for “Error: Unable to Unpack”
contributed by David Kirk on February 12, 2009 under PHP programmingRecently while trying to install some Pear packages, I received an odd “Error: Unable to Unpack” message. A search for this error message found a lot of complaining people and not a lot of answers. I finally figured out the cause and the fix for this common Pear problem.
PHP: Upload Files to the Server
contributed by William_Wilson on September 30, 2008 under PHP programmingWith PHP, it is simple to upload any file to your server.
Symfony / Propel: How to Left Join
contributed by David Kirk on July 4, 2008 under SymfonyA JOIN is a way to connect related database tables by the common values between them. A left join contains all of the rows from the primary table plus related members of the second database if they exist. Using joins can significantly reduce the number of database queries required to render a web page. This Tech-Recipe describes how to do a left join in Symfony using Propel.
RECENT POPULAR RECIPES
- HTML/CSS: Transparent iframes in All Browsers
- HTML: adding a website address bar icon or favicon
- CSS: Prevent Right-Click Save As on your Webpage Images with Transparent Layers
- Classic ASP: Generate Excel spreadsheets on the fly
- Fix for ASP Pages That Will Not Display an ADO Recordset based on a #Temp Table
- Dreamweaver 8: Insert Flash Buttons
- Javascript: OnMouseOver - OnMouseOut
- Dreamweaver CS3: Change How Text is Pasted into Design View
- View our Top Tens
TECH-RECIPES BLOGS
- Symfony Propel 1.4: New Project Workflow
- quickie: video on adding 3G modem to a Thinkpad Tablet
- modding: adding 3G to my Lenovo Thinkpad Tablet
- quick look: Lenovo Thinkpad Tablet (Honeycomb) and Pen (pics)
- design: my geek lair
- How to Delete Your Twitter Account
- Flash Error May Slow Down OS X Lion
- Mass Effect: Cannot See Mouse Pointer





