Xcode 4: Add Existing Framework
contributed by David Kirk on November 3, 2011 under Computer programmingWhen developing in Xcode, adding frameworks is a common action. How to add frameworks has changed from Xcode 3 to Xcode 4. Here are the steps required in the latest version.
Two Common Mistakes in Floating Point Arithmetic in C
contributed by Vishwanath Dalvi on November 2, 2011 under C programmingThis tutorial will demonstrate two rules that must be respected when performing floating point arithmetic in C. Following these rules will prevent loss of information. Examples with walk through explanation provided.
Symfony 1.4: Add and Update Created_at and Updated_at Fields Automatically
contributed by David Kirk on February 1, 2011 under SymfonyAfter the CRUD building process with symfony, beginners are often perplexed with the handling of the created_at and updated_at fields on their forms. These fields are typically best handled behind the scenes. Here is how to let symfony take control of these fields automatically.
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.
Bourne/bash shell scripts: string comparison
contributed by Rex on November 18, 2010 under Bourne shell scriptingBrief tutorial describing how to do string comparisons. Recently updated thanks to comments from our users.
Create NSIndexPath for UITableView in iPhone/iPad App
contributed by qmchenry on April 2, 2010 under Computer programmingOnce you get past basic table view applications on the iPhone or iPad, you may run into the need to create an instance of NSIndexPath. NSIndexPath is an interesting class that stores the path to get to something in a nested set of collections. In an iPhone UITableView application, NSIndexPath is central as it provides a reference to the section of the table and the specific row of interest. There is a trick to creating an instance yourself. Read on to find out how.
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.
RECENT POPULAR RECIPES
- Windows Batch File (.bat) to get current date in MMDDYYYY format.
- AS3 switch/case statement syntax
- AS3: How to Convert Number to String
- Flash / Actionscript: Create an Array of Objects from a Unique Class
- C++: Differences between C++ and C#
- Flash/Actionscript Basics: If - Then - Else Statement Syntax
- Cocoa: Explode or break an NSString into individual words
- Assembly: arrays
- 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





