Recent content by andehlu

  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/
Back
Top