Integrated Feedback
Thursday, November 9th, 2006
Bookmark this article:These icons link to social bookmarking sites where readers can share and discover new web pages.
WordPress database error: [Out of memory (Needed 1048548 bytes)]
SELECT COUNT(DISTINCT ID) FROM wp_posts LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) LEFT JOIN wp_categories ON (wp_post2cat.category_id = wp_categories.cat_ID) WHERE 1=1 AND (category_id = '9') AND post_date_gmt <= '2008-08-07 20:15:59' AND (post_status = "publish") AND post_status != "attachment"
Bookmark this article:These icons link to social bookmarking sites where readers can share and discover new web pages.
Version control is essential for application development when more than one person will be involved with the project if you want to avoid the nightmare of over writing each others files, and just plain useful even if you are developing on your own. Subversion is one of the best version control systems around right now. […]
One of the first considerations for the application is what language to use and which platforms we should support. As this is going to be a “download and install on your own website” application rather than a hosted service, platform support is a key issue. Some of these choices were very easy, others decisions were […]