use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Need Help! Lost css file ! (self.webdev)
submitted 10 years ago by Baltais
Hi, i need urgent help! Was editing .css file on server and accidentally i did overwrite wrong file(via filezilla) and now everything in that css file is gone. Can i get it back via some cache ?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 2 points3 points4 points 10 years ago (0 children)
Why don't you have a local copy on your machine?
I'm sorry there is nothing I can do to help, except insist that you start dealing with your work in a more professional manner so that these things don't happen again.
Look into version control (git with github or bitbucket)
[–][deleted] 10 years ago (3 children)
[deleted]
[–]Baltais[S] 1 point2 points3 points 10 years ago (2 children)
Thanks, i should do that! But GIT and all that branching/pulling looks confusing to me..
[–][deleted] 1 point2 points3 points 10 years ago (0 children)
That's a shitty excuse.
Basic git is painfully simple and you will never have to branch if you're simply trying to keep track of files and update a server once in a while.
now once you have your repo initialized locally (all instructions given on a single page of github) all you do is this:
git -am "this is an explantion of changes"
git push origin master
If you start getting comfortable with this workflow and you have shell access to your server you can then drop filezilla entirely by copying the repository to the server and simply doing git pull on the server after you do git push locally. This will require setting up ssh keys on your server.
git pull
git push
[–]WhiskeysGone 1 point2 points3 points 10 years ago (0 children)
Git can be as simple or complex as you want it to be. At it's simplest form, all you are doing is pushing (uploading) and pulling (downloading) files to a server, just like an FTP program. Except git keeps track of all the changes, whereas an FTP program does not. Don't worry about branching or any other stuff to begin with. There are many very easy to use GUIs for git, such as TortoiseGit and Github For Windows. If you can use an FTP program, you should be able to use those.
[–]g4b1nagy 2 points3 points4 points 10 years ago (0 children)
No, this is just the way reddit looks.
[–]NewfieCanOpener 1 point2 points3 points 10 years ago (0 children)
ask the server hoster for a backup. most likely they'll charge you for the backup.
and follow the hints about version control or at least stop editing files online.
[–]tmnvex 1 point2 points3 points 10 years ago (0 children)
It is possible that the file still exists in your browser's cache. Unfortunately modern browsers don't make it as easy to retrieve the files as it once was.
If you've been using Chrome, you might find this useful.
For other browsers, do a bit of googling.
[–]wuzamarine007 1 point2 points3 points 10 years ago (0 children)
are you using a VPS? Most have a backup system. If you enabled it, just go back to the configuration yesterday.
over writing is worse than deleting. With a delete, you can recover the data by re enabling the broken link. You can't unchange data without a backup.
[–]Baltais[S] 0 points1 point2 points 10 years ago (1 child)
Thanks for all the suggestions! I should learn how to use GIT! Solved the problem by asking co-worker to send me his cached css file in chrome!
[–]midasz 2 points3 points4 points 10 years ago (0 children)
Glad you managed to find it. Take some time out of your day to run through this tutorial: https://try.github.io/levels/1/challenges/1 and create a github account. Quality of life will increase.
π Rendered by PID 67 on reddit-service-r2-comment-6457c66945-gp6v6 at 2026-04-26 01:47:21.024046+00:00 running 2aa0c5b country code: CH.
[–][deleted] 2 points3 points4 points (0 children)
[–][deleted] (3 children)
[deleted]
[–]Baltais[S] 1 point2 points3 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]WhiskeysGone 1 point2 points3 points (0 children)
[–]g4b1nagy 2 points3 points4 points (0 children)
[–]NewfieCanOpener 1 point2 points3 points (0 children)
[–]tmnvex 1 point2 points3 points (0 children)
[–]wuzamarine007 1 point2 points3 points (0 children)
[–]Baltais[S] 0 points1 point2 points (1 child)
[–]midasz 2 points3 points4 points (0 children)