Posts tagged with 'code'
Feb 18, 2010
Picup iPhone App
Picup is my latest iPhone App that facilitates photo uploads to the web. Since file-upload form fields don't work in Mobile Safari, a webapp can instruct Picup to choose and upload a photo. Once the ...
Feb 18, 2010
HTML5 Todo List app for the iPhone
I've been playing around with HTML5 and client side storage on the iPhone. Mobile Safari is a really impressive piece of software, and it's been a pleasure not having to concern myself with cross-brows...
Sep 24, 2009
Compressing directory contents on the iPhone with zlib
... is a sample of the code I used in Wine Notes: BOOL isDir=NO; NSArray *subpaths; NSString *exportPath = pathForDocumentFileNamed(@"exportData"); NSFileManager *fileManager = [NSFileManager ...
Oct 02, 2006
Yet Another AutoComplete Script (YAACS)
...ert this Javascript code into your page UNDER the input field and suggestion node: new Autocomplete('tag_input', 'tag_suggestions', tags); Here we are passing in the id of the input field, the id of ...
Jul 09, 2006
Searchville and ActsBasicallySearchable
So, you may notice that I just added a search box which will search posts, and maybe comments in the future. This was the first time I've really written a search engine, and it was kind of fun. I initi...