Quote:
Originally posted by 11011001:
Yes, this is exactly what I do in Java.. extend the classes.
Anyways, the Cocoa method is a lot nicer. It totally abstracts the de…
Quote:
Originally posted by itai195:
I think it's more an issue of convenience. Obj-C sacrifices some type safety for this feature. There's nothing wrong with the way …
Quote:
Originally posted by absmiths:
Actually, one of my main complaints against Cocoa is that it does not seem possible to construct a completely dynamic UI which is b…
Quote:
Originally posted by geekwagon:
There must be a way to do it, as a few people are in the process of porting wxWindows (which is a C++ cross platform GUI toolkit i…
Hey all,
I use CocoaMySQL (*The* Open Source MySQL Database Manager for Mac OS X) to administer MySQL databases, and highly recommend it:
CocoaMySQL
Some of my clients want to t…
They might want to take a look at phpdev it's a Windows only app that sounds like it's made to simplify doing things with MySQL. Haven't personally used it but I know a friend who…
MySQL Control Center (MySQLCC) is the best ive seen for windows. you can get it (free) from www.mysql.com i believe.
its what i use to admin our databases where i work. does its jo…
I used MySQLfront for a couple years before moving to OSX. It's free, and it always worked fine for me. I think it actually has a few more features than CocoaMySQL (which I use now…
I was wondering if anyone out there has created the php code needed to turn an iphoto gallery into an online gallery.
Not just any gallery but one that is formatted as a calendar …
Quote:
Originally posted by barbarian:
I was wondering if anyone out there has created the php code needed to turn an iphoto gallery into an online gallery.
Not just an…
<b>re gallery and betterhtmlexport</b>
Both are fine programs but they are really geared towards displaying albums as photo galleries.
I'm talking about something sim…
http://www.zwily.com/iphoto/index.xsl
Also check out the support forum for gallery, this thread for example.
If what you want hasn't been already put together I'm sure there wou…
thanks for the links... none of those is exactly what I am looking for, but some might be modifiable...
I basically want an app that allows me to load daily images to ultimately p…
SAgent0068, or anyone else who might know... how do you get the creation dates of the photos in iPhoto? I am seeing values like '67046674.000000' in 'DateAsTimerValue' in iPhoto's …
I mentioned I was messing around with this and I think I got something working pretty well so far Currently what it does is... reads the iPhoto XML database... grabs the name of e…
One thing I just noticed... I mentioned that it would screw up if you fed it a date that didn't exist... It'll also screw up if you enter a non 2 digit number... for now the fix is…
Quote:
Originally posted by Synotic:
One thing I just noticed... I mentioned that it would screw up if you fed it a date that didn't exist... It'll also screw up if you …
While parsing the directory structure is an available option, it neglects the timestamps of the photos. I am working to obtain that much (without resorting to the EXIF data since n…
Hey synotic that's a great start. I can now have a very clear idea of what needs to be done! Next week I'm going to have a nice block of time to play with this. I want to add some …
Quote:
Originally posted by SAgent0068:
While parsing the directory structure is an available option, it neglects the timestamps of the photos. I am working to obtain th…