I'm basically a junior developer. I know HTML/CSS/PHP/Python/MYSQL at different levels of knowledge, but I more or less know my stuff. I'm working on Mac OS X 10.5.5.
So I was recently passed a project to convert a Flash-based site into Javascript/CSS. I basically finished the front end, and now I'm working on the backend. The entire backend, including the database, are in .pl files (yes I know, I know).
Now even though I don't know Perl, it is obvious where the code breaks out into HTML, and I want to edit these parts to made it produce standard-compliant XHTML/CSS. Now as I am always cautious about working with new hosters, I figured for my first time trying to edit this file I would edit something non volatile; I changed a h1 header to say:
ContactS
instead of
Contacts
Which shouldn't be harmful in any way possible. I did this in either Textmate or Dreamweaver (don't remember which) and saved it, uploaded it back, and it worked as expected. Now this site was created with Adobe Go Live (predecessor to Dreamweaver) and this program creates its own custom header (which is basically useless for the web) so I did another non-volatile change to it (changed Adobe Go Live 6 to Adobe Go Live 7). Backend went down completely. Restoring backups did nothing. Reversing the change did nothing.
Now a week later, the backup started magically working. I obviously attributed all of this to server-side problems, but I figured I would make a full backup and try again. Only this time, I merely opened the file in Textmate, saved it "as is", and reuploaded back. Backend went down completely again.
Long story short, the hoster put all the blame on me saying that he ran my files through a dos2unix converter and it then worked.
I double checked encodings and permissions; I don't get why both Textmate and Dreamweaver would get it wrong. I'm not exactly sure if my hoster is telling the truth to me either. Do you have any suggestions about how I should go about this?
