Log message #1033304

# At Username Text
# Sep 12th 2009, 16:37 unclezoot that's 26^3 permutations
# Sep 12th 2009, 16:37 unclezoot but say an autosuggest feature where you check for every possible match after the first 3 letters
# Sep 12th 2009, 16:37 BlackIce unclezoot: so are we :P
# Sep 12th 2009, 16:36 unclezoot hey guys, im just throwing ideas around im not attacking cake - call off the dogs! :)
# Sep 12th 2009, 16:36 BlackIce when an item is added to the table that you do the autosuggest on, for example
# Sep 12th 2009, 16:36 BlackIce and you can cache beforehand
# Sep 12th 2009, 16:36 BlackIce the first request will be slower, the next wont
# Sep 12th 2009, 16:35 dogmatic69 with no cache even
# Sep 12th 2009, 16:35 BlackIce how many items do you need to search?
# Sep 12th 2009, 16:35 dogmatic69 i find my ajax on cake apps is super fast
# Sep 12th 2009, 16:35 unclezoot plus, the first request would still be slow as it wouldnt exist in the cache yet
# Sep 12th 2009, 16:35 unclezoot but say you want an autosuggest feature, then you'd have to cache every attempt no?
# Sep 12th 2009, 16:34 BlackIce I'd try caching first
# Sep 12th 2009, 16:34 BlackIce going around cake would be going around the coding easy and maintainability, that's not good
# Sep 12th 2009, 16:33 BlackIce if you want more speed you can cache
# Sep 12th 2009, 16:33 BlackIce nope
# Sep 12th 2009, 16:33 unclezoot on an ajaxupdate, is it worth circumventing cake completely in the interests of speed?
# Sep 12th 2009, 16:26 BlackIce ^^
# Sep 12th 2009, 16:24 edib thanks
# Sep 12th 2009, 16:24 BlackIce after you've checked the docs and api, sure
# Sep 12th 2009, 16:23 edib anyways, I am new here. If I need some code help, can I find some in here?
# Sep 12th 2009, 16:21 BlackIce simpler way for what?
# Sep 12th 2009, 16:21 kokdemir I see, I am looking for simpler way
# Sep 12th 2009, 16:20 BlackIce you'll still have to develop yourself ;)
# Sep 12th 2009, 16:20 BlackIce they're just meant to learn cake
# Sep 12th 2009, 16:20 AD7six kokdemir: what do you need to do that the blog tutorial isn't showing you
# Sep 12th 2009, 16:20 BlackIce anyways, you can build forth on tutorials
# Sep 12th 2009, 16:20 BlackIce no, a tutorial
# Sep 12th 2009, 16:20 kokdemir sample projects?
# Sep 12th 2009, 16:19 BlackIce IBM has articles, the link is somewhere on the cakephp homepage
# Sep 12th 2009, 16:19 kokdemir yep, exatly
# Sep 12th 2009, 16:19 kokdemir is there any other sample app. ?
# Sep 12th 2009, 16:19 BlackIce what do you mean? you need something more complicated?
# Sep 12th 2009, 16:18 kokdemir yep, I did but my needs not simple that much
# Sep 12th 2009, 16:18 BlackIce ~tell kokdemir about book
# Sep 12th 2009, 16:17 AD7six have you done the blog tutorial kokdemir
# Sep 12th 2009, 16:17 kokdemir could you offer me how to start
# Sep 12th 2009, 16:17 kokdemir hi, I am newbie in cake. I know basic php and I try to develop some small db application
# Sep 12th 2009, 16:09 GustavoRamos yeah
# Sep 12th 2009, 16:08 BlackIce the principle is nice, that everything is just a object you can toy with, makes it very clear what's where
# Sep 12th 2009, 16:08 BlackIce okay