Search results

  1. A

    itunes music store / tracking podcasts

    Hi all. I wasnt to sure where to put this post. I have a podcast on itms but am surprised at how little support there is on the backend from Apple. There is no way to edit anything once it is approved. The major thing that I would like to know and hope someone out there can help is there a way...
  2. A

    font book issues? photoshop? flash?

    Hi all, I installed a font.... according to font book its running ok. i can even use it in photoshop. I cant however use it in flash or word.....!!! ACK!! Has anone seen this before and know how to get it working across all apps. thanks.
  3. A

    php's mail()

    Hey all. Do any of you suggest using certain headers for mail() before sending? I have a feeling some of my emails getting sent from php are getting rejected by other mail servers
  4. A

    i hate IE

    I actually got this working ... in my case, IE required the div to be a span. Im not so much worried about IE's javascript issues as much as its CSS implementation. If you want to incorporate any dhtml into a site these days you almost need to run two stylesheets. Even in IE 7, the main...
  5. A

    phpmyadmin/mysql autoincrement

    nice, that worked .... thanks.
  6. A

    Why is this xml not loading into my html on a mac

    whoops, didnt realize there was a second page before i posted .. :P
  7. A

    Why is this xml not loading into my html on a mac

    no itll never work on a mac. internet explorer pc uses msxml to parse xml and can be incorporated into a table the way you are doing it... EVIL. The best way to ensure that this gets done properly cross platform would be to write a php/asp/jsp script to parse the xml and to build the table...
  8. A

    phpmyadmin/mysql autoincrement

    hmmm i tried this, myadmin says that it executes successfully but my Next Autoindex has not changed and new records do not start at 0.... thanks for the link Ill look into it more.
  9. A

    phpmyadmin/mysql autoincrement

    Hey all, I have my primary key as auto increment everything is working fine. But I am in developement right now and when I delete all records then make another insert the id is still as if the old records were there.. is there anyway to reset the increment value back to 0 thru myadmin. I see...
  10. A

    launchd scheduled launch of cocoa app

    if youre using tiger you can try automator.....
  11. A

    symlinks thru apache

    I just tried making my own thru terminal and the same thing happened.... I think it may be some apache setting...any help would eb appreciated.
  12. A

    symlinks thru apache

    I have used symboliclinker a small freeware app I found at macupdate to make a symlink from a directoy on my machine under apache. Its seems to work well. All files can be viewed from the net. However when any of my friends try downloading the files they download for a few seconds then...
  13. A

    external smtp in php.ini

    I got it all worked out and blogged the answer in case anyone is looking to know: http://www.enterthechapel.com/blog/entries/45/
  14. A

    external smtp in php.ini

    Actually new question.... does anyone know how to get the postfix and mail(); working? postfix is sending mail, I can use mail.app to send email from postfix and 127.0.0.1 as my smtp. However, phow do i set the postfix path in php.ini? In the sendmail_path ?
  15. A

    external smtp in php.ini

    Is it possible to use an external smtp address in the php.ini? I tried to set it to my ISPs smtp. In my phpinfo(); it shows the smtp as being the one I set it to however it seems that the emails arent going through. Any ideas if this can even be done?
  16. A

    iPhoto move library

    Hi all, I started using iphoto for the first time today. I imported a bunch of old photos and they were automatically put into a folder depending on the timestamp. However some of the timestamps are wrong or something. So now I need to move a few pics from the 2004 library to the 2003, but I...
  17. A

    i hate IE

    Does anyone know how to make this IE friendy? document.getElementById("the_form_div").style.display='none';
  18. A

    tiger llosing minimize button?

    bizarre thanks ....
Back
Top