to prevent problem, when I update CSS/JS media files and browsers dont request new version, because they cache these files I used this solution: https://github.com/jaddison/django-cachebuster, that ad
I found this code sample on one of the questions; window.onerror = function (msg, url, linenumber) { //make ajax call with all error details and log error directly into the elmah database
I was tasked to create this Joomla component (yep, joomla; but its unrelated) and a professor told me that I should make my code as dynamic as possible (a code that needs less maintenance) and avoid h
I\'m building a website that will authenticate users via Facebook connect and I\'m torn between using the PHP SDK/Server-side flow or the JS SDK/Client-side flow.
I have recently taken a position at a large corporation as a Web Developer for one of the company\'s divisions. For my first task I have been asked to create a web form that submits data to a database
i want to copy a textbox text property to another when typing (should be exactly the same)... so please see the below codes (copy and paste and Test them) :
Is there any way of simulating a keypress of Ctrl+\'+\' (to zoom in the page) without any user interference?
I have a drop down list and it has values through 2 to 12. Two text boxes are being displayed. What I want is when user change the dropdown\'s value, text boxes shouldbe generated according to the cou
I\'m building a website where I need to time users\' tasks, show them the time as it elapses and keep track of how long it took them to complete the task. The timer should be precise by the second, an
When any client program communicates with server client uses an ephemeral port number to communi开发者_如何学Gocate with the server on server port. Is there any way to control/Select the client epheme