Database error: [Table 'gotow_ben.blog_categories' doesn't exist]
SELECT * FROM blog_categories WHERE 1=1
Database error: [Unknown column 'user_level' in 'where clause']
SELECT * FROM blog_users WHERE user_level > 0
Database error: [Table 'gotow_ben.blog_categories' doesn't exist]
SELECT DISTINCT
ID, category_id, cat_name, category_nicename, category_description, category_parent
FROM blog_categories, blog_post2cat, blog_posts
WHERE category_id = cat_ID AND post_id = ID AND post_id IN (82,79,76,73,71,69,64,60,43,40,38,33,31,28,18,16,14,13,12,11,10,8,9,7,6,5,4,3,1,2)
Also, if there is an error in creating the context, the routine will quit in the middle. There will be a memory leak, because the bitmapData will not be freed.
Here is the correct handling:
if (context != NULL)
{
CGContextDrawImage(context, CGRectMake(0 , 0, width, height), image);
CGImageRef imgRef = CGBitmapContextCreateImage(context);
CGContextRelease(context);
}
free(bitmapData);
Ben, maybe you should consider blacking out the app names that way you don’t inadvertently advertise them.
]]>BTW, thanks for sharing your 9-patch files - some good stuff there.
]]>I use photoshop only now and create plenty of nice 9 patch PNGs.
Feel free to drop by and grab them on my blog:
android9patch.blogspot.com
I use photoshop only now and create plenty of nice 9 patch PNGs.
Feel free to drop by and grab them on my blog:
android9patch.blogspot.com
Free to use for any apps, including commercial.
They can be editing with photoshop or the android 9 patch tool.
]]>