Can Berk Güder

8,436
Reputation
930 views

Registered User

Name Can Berk Güder
Member for 1 year
Seen Nov 19 at 13:31
Website
Location İstanbul, Turkey
Age 24

You can follow me on Twitter.

Oct
26
accepted Simple random english sentence generator…
Oct
6
awarded  Popular Question
Sep
17
accepted “One-to-many” modeling question
Sep
6
answered Need a list of week days with their number on iphone os
Sep
6
comment Need a list of week days with their number on iphone os
can you clarify a bit? are you looking to get the weekday from an NSDate?
Sep
6
accepted Xcode 3.2 offline documentation?
Sep
6
answered Xcode 3.2 offline documentation?
Sep
5
awarded  Nice Question
Aug
31
revised how does random() actually work?
edited body
Aug
26
accepted How do I send and receive encrypted email in Ruby on Rails?
Aug
26
comment How do sites like tinyurl generate urls?
using a hash algorithm could also be a viable alternative, as it prevents storing the same thing twice. on the other hand, storage is dirt cheap these days, so I don't really know if that's necessary.
Aug
26
answered How do sites like tinyurl generate urls?
Aug
24
comment String Between Function?
([^"]+) is more efficient, that's true. But the OP didn't say he doesn't want to catch empty ones.
Aug
24
comment String Between Function?
this would give [Hello, WHY, ARE, WWWWWEEEEEE]
Aug
24
revised String Between Function?
added 351 characters in body
Aug
24
answered String Between Function?
Aug
21
awarded  Yearling
Aug
10
awarded  Nice Question
Aug
3
awarded  
Jul
23
accepted Intertesting problem with UITableViewCell and UITableView, Any solution?
Jul
21
awarded  Good Answer
Jul
20
awarded  Popular Question
Jul
18
answered Statusbar overlaps ViewController
Jul
18
comment Intertesting problem with UITableViewCell and UITableView, Any solution?
It depends on the order in which you add the subviews, but since you're adding the subviews in the XIB file, I guess you'll have to try 0 through 2. As I said, creating the UITableViewCells in code, rather than in Interface Builder, is a better practice. Try to do that if you can, it will be a good exercise.
Jul
18
revised Intertesting problem with UITableViewCell and UITableView, Any solution?
added 376 characters in body; added 2 characters in body
Jul
18
revised Intertesting problem with UITableViewCell and UITableView, Any solution?
added 147 characters in body; deleted 8 characters in body
Jul
18
answered Intertesting problem with UITableViewCell and UITableView, Any solution?
Jul
18
revised Intertesting problem with UITableViewCell and UITableView, Any solution?
deleted 42 characters in body; edited body
Jul
17
accepted iPhone flip right button (like iTunes)
Jul
17
answered passing handles between a ViewController and a View
Jul
17
answered iPhone flip right button (like iTunes)
Jul
17
revised iPhone view not displaying
added 184 characters in body
Jul
17
answered iPhone ProgressBar
Jul
12
answered Insecure Crytographic System
Jul
11
accepted How to draw an image
Jul
11
comment How to draw an image
any drawing you do after this will be done on top of the first image. so for example, you can draw the text on top of this image, and draw the second image wherever you want. similar methods (drawInRect, drawAtPoint, etc.) exist for NSStrings.
Jul
11
revised rsync output
edited tags
Jul
11
answered How to draw an image
Jul
11
revised AppleScript: If a file does not exist
added 17 characters in body; edited tags; edited title; edited tags
Jul
11
comment Hold on a UIButton + Move a Object
I updated my answer.
Jul
11
revised Hold on a UIButton + Move a Object
added 265 characters in body
Jul
11
answered Hold on a UIButton + Move a Object
Jul
11
revised Hold on a UIButton + Move a Object
added 238 characters in body
Jul
8
comment Software worth buying
Hmm, you're right. I must have missed that part.
Jul
8
awarded  Necromancer
Jul
6
awarded  Popular Question
Jun
17
revised Need help with Scroll View Crashing
added 356 characters in body
Jun
7
comment MySQL C API libraries for iPhone
Accessing the database directly from an iPhone application doesn't sound like a good solution. The sanest solution would probably be to create a web service and use consume the data from the web service in the iPhone application.
Jun
7
answered Plain text password over HTTPS
Jun
7
answered Using Javascript to add HTML?