Archive for the ‘Ideas’ Category
By farcaller July 14th, 2008
Looks like CTemplate really does not fit FOW. I’m not going to drop it completely (as I’ve already have basic support for it), but I’m going to make more flexible template system available.
Currently I have an idea of building “pre-compiled” tree of plist-like structure. That seems to be pretty fast and there’s a great possibility [...]
Posted in Conceptual, Ideas •
No Comments »
By farcaller July 7th, 2008
Continuing working with RoR. What looks very different from Django is high utilisation of html-generating methods. While this makes life of programmer simpler, it makes overall execution slower.
Some of such magic might go into FOW (pre-compiling templates and binding to SEL’s for faster execution). Anyways I find CTemplate somewhat restricted now. It’s not possible to [...]
Posted in Conceptual, Ideas •
No Comments »
By farcaller July 1st, 2008
I’ve tried to make an in-tree copy of RegexKit. It mostly compiles well failing on:
Linking CXX shared library libFOW.dylib
Undefined symbols:
“.objc_class_name_NSShadow”, referenced from:
literal-pointer@__OBJC@__cls_refs@NSShadow in RKRegex.m.o
“_NSShadowAttributeName”, referenced from:
_NSShadowAttributeName$non_lazy_ptr in RKRegex.m.o
“_NSUnderlineColorAttributeName”, referenced from:
_NSUnderlineColorAttributeName$non_lazy_ptr in [...]
Posted in Ideas •
No Comments »
By farcaller June 9th, 2008
I’ve noticed an interesting project in my RSS list today. ActiveRecord for Objective-C is a thing that does DB ORM in very nice and comfortable manner. That might be a solution for my FOW database querying problem…
Posted in Ideas •
No Comments »
By farcaller June 6th, 2008
I’ve decided to code a small OCFW application to make it more clear to me how it would look from user point of view. Some parts of the code below are already in working state, others are nothing more than just a prototypes. You are warned!
Posted in Ideas, Prototyping •
No Comments »
By farcaller May 27th, 2008
Toying with remote blog editing/posting from OSX. This is one of the core features I want to implement in my upcoming Objective-C blog.
I’m not really surprised to see such a big number of different RPC protocols, however it’s nice to see there are some standard ones, like Metaweblog API.
Going web is not the way I [...]
Posted in Ideas •
No Comments »