Skip to main content
Search titles, bodies, and author names
Found 45,430 posts across 1 forum.

SQLite, Core Data, Accounting program — #6

WJMoore makes a good point, I just wouldn't even know where to begin...use CoreData but with PostgreSQL...hmm. I don't know enough about CoreData yet. What I have done was to creat…
MacNN Development by techtrucker

SQLite, Core Data, Accounting program — #7

You can't pass SQL to CoreData. You must pass CoreData's own predicate formulated queries. CoreData then converts these to SQL internally (if using SQLite) or to another suitable…
MacNN Development by Brass

my cocoa app not running on others computer — #1

i really don' t understand what problem to explain here because for me its not a problem. my (nearly completed app) runs fine on both my macs. but when i send it to a friend runnin…
MacNN Development by Mafia

my cocoa app not running on others computer — #2

Quote: Originally Posted by Mafia i really don' t understand what problem to explain here because for me its not a problem. my (nearly completed app) runs fine on both my macs. …
MacNN Development by goMac

my cocoa app not running on others computer — #3

Quote: Originally Posted by goMac 1) Right click on your project within XCode (at the top of your files list) 2) Get Info 3) Click on the styles tab in the new window 4) Change …
MacNN Development by Mafia

my cocoa app not running on others computer — #4

Quote: Originally Posted by goMac 1) Right click on your project within XCode (at the top of your files list) 2) Get Info 3) Click on the styles tab in the new window 4) Change …
MacNN Development by Brass

Rotate image 90 degrees in Javascript or CSS? — #4

If it can be done in javascript, I don't know how to do it. It can, however, be done server-side with php and GD Library or ImageMagick. If you have access to those technologies,…
MacNN Software by registered_user

Rotate image 90 degrees in Javascript or CSS? — #5

You could also rotate it 90 degrees yourself, using an image editor, and store it as a separate file. This will take up a bit more disk space, but it is the fastest option from the…
MacNN Software by Millennium

Rotate image 90 degrees in Javascript or CSS? — #6

Quote: Originally Posted by Millennium You could also rotate it 90 degrees yourself, using an image editor, and store it as a separate file. This will take up a bit more disk sp…
MacNN Software by moonmonkey

Rotate image 90 degrees in Javascript or CSS? — #8

Quote: Originally Posted by moonmonkey I only need safari (webkit) support as its for a dashboard widget. The reason I wanted to use the same image is that there is lots and I d…
MacNN Software by Millennium

Rotate image 90 degrees in Javascript or CSS? — #9

Quote: Originally Posted by registered_user A widget? oh geez. I wrote the hula girl widget, and it's got tons of pictures in it. It's not like load time is an issue with a w…
MacNN Software by moonmonkey
mp.ls