Posts tagged with 'code'
- 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 ...
- 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...
- 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 ...
- 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 ...
- 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...
Feb 18, 2010
Feb 18, 2010
Sep 24, 2009
Oct 02, 2006
Jul 09, 2006