I found this solution, which can be put in my main .htaccess and covers all mp3s in my root. It basically only allows an internal call for mp3s, and forbids external calls.
I need a fullproof way of blocking a dynamically created folder on my site. Ii is crucial that items in the folder and the folder name does not get cached by search engines or robots...
I am also on a local development setup - just read actually that I am being a little paranoid with using htpasswords on my local dev setup on my machine as the server isnt released to the web so I...
I cant work out why I am getting this in Safari 4 and there doesnt seem to be anything around on google about it? Any help would be massively appreciated on this.
I am getting to the end of a mammoth creation and learning curve or creating a PHP, JavaScript and MYSQL dynamic site and I am looking for any recommendations on profiling my database to...
I am getting to the end of a mammoth creation and learning curve or creating a PHP, JavaScript and MYSQL dynamic site with hand made CMS and public user input in the form of comments...
I have taken the time to learn javascript (great language) due to wanting to discover more than just a plugin library - and I am loving it and can see so many years ahead.... To add to my strings on...
I am inserting an associative array containing all the various details for each tweet into the specific colums in an individual row for each tweet - identified by the tweet id - this is not a problem...
The API I am calling is twitter and this is a self rolled twitter display feed. I wish to have a feed which will display data but also remove data from my CACHE DATABASE...
I am in the process of making a user signup site with profiles. The users are invited to join, so it’s not an open to the public signup process. They will signup with a username, email,...
am I missing something on firebug?
it seems to just have timing for the various scripts after profiling - i presume you change code and re-test it to see if the timing is less? Is this the advised...
Hi all, I have written a number of JavaScript’s for a new site and they all work and run well (as in I don’t have any slow down issues) but I wanted to benchmark them and see if there are any tools...
So I have a nice little hand rolled Ajax call to my server pulling a list from the database and displaying it in a drop down list dependant on the user input. Aka Google suggest.