Scripting language for filling out web form
I have a job as an intern at a technology company, I was given the unfortunate job of performing some data entry into our web management system. The information entered into the web form is stored in a MySQL DB. Upon receiving the data I realized I would have to submit this online form about 1000 different times all consisting of about 10 different text fields / check boxes per form. (So in other words, would be completely mind numbing and be a ridiculous waste of time and resources, or so I thought…)
Separating words in a string
How do I separate words in a string?
Why use binary files to stack up different versions on DMSs?
I’ve used both Liferay and Alfresco trying to use them as the Document Management System for an intranet.
How to find an error in a tcp server application for which there is no source code
I have a c++/cli tcp client application sending a data in a specific format like L,20100930033425093,-5.929958,13.164021
to a main application on port 9000.The main application is actually done by the other vendor and I dont have the source code for that.
TFS non-chronological deployment?
We have the following scenario:
Managing multiple people working on a project with GIT
I’m very new to GIT/GitHub (as new as starting yesterday). I would like to know what is the best way to manage multiple people working on the same project with Github. Currently I’m managing one project with four developers.
Structure of a single page app
I’m looking to develop a one page app, and will likely be using node.js for my server side coding.
Moving from PHP to Python – framework considerations
As a long time PHP developer, I am now starting to explore the Python world.
CSRF Protection with codeigniter
I have very little knowledge in application security. I have often seen to protect your application from csrf attacks developers use tokens and pass these tokens with request to validate. I want to know if i just validate the request is coming from my server and rejects all requests coming from any other server how can it be unsafe?
What is the correct order to read these books? [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]