client-side
How to set up caching for css/js static properly
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[详细]
2023-03-22 18:18 分类:问答Hide Javascript error message from browser
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[详细]
2023-03-22 18:01 分类:问答Exposing table name and field names in request URL
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[详细]
2023-03-22 08:25 分类:问答Should I use Javascript SDK or PHP SDK for facebook connect in website
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.[详细]
2023-03-22 07:46 分类:问答Can I duplicate server-side functionality without being able to use server-side tech?
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[详细]
2023-03-21 20:18 分类:问答onkeyup client event issues on telerik input controls
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) :[详细]
2023-03-21 04:53 分类:问答Simulate user keypress to zoom screen
Is there any way of simulating a keypress of Ctrl+\'+\' (to zoom in the page) without any user interference?[详细]
2023-03-20 21:49 分类:问答Creating text boxes on client side on runtime
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[详细]
2023-03-20 19:17 分类:问答Timing user tasks with seconds precision
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[详细]
2023-03-20 18:58 分类:问答Is it Possible to select the ephemeral port number for any CLient Program in java
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[详细]
2023-03-19 16:59 分类:问答