Science topic

Web Application Programming - Science topic

Explore the latest questions and answers in Web Application Programming, and find Web Application Programming experts.
Questions related to Web Application Programming
  • asked a question related to Web Application Programming
Question
4 answers
For example, I'd like t know the pros and cons for the user's side. I am more concerned about online security.
Relevant answer
Answer
  • asked a question related to Web Application Programming
Question
6 answers
What is the PHP or Javascript code for continuous running the several links without redirecting?
Relevant answer
Answer
you could simply iterate over the different variables and keep the base url the same
for(var id=0;id<5000;id++){
document.getElementById('targetFrame').src=baseUrl+id;
}
  • asked a question related to Web Application Programming
Question
11 answers
I have a real system for which I have built a simulation that can express its certain characteristics. This real system can be in very large amount of configurations which can also be represented within simulation environment. Evaluation of each configuration on real system takes couple of hours, where evaluation within simulation takes couple of minutes.
I developed an optimization algorithm which finds a Pareto set of configurations that minimize (maximize) several objectives.
To solve this, I have built a genetic algorithm which uses simulator to obtain a Pareto set that will further be evaluated on real system.
I am wondering what approach to take on evaluating such two-step optimization heuristic? Evaluating all candidates on real system is infeasible.
So far I have think of this:
- compare results with randomly selected configurations
- compare worst and best results to see if they are distant enough (e.g. in separated cluster)
Any thoughts?
Relevant answer
Answer
Hi Nikola,
It seems that you are addressing a multiobjective optimization problem with expensive evaluation by simulation. If you focus only on dealing with multiobjective optimization, you may consider comparing your algorithm with some well-known MOEAs such as MOEA/D and NSGA-III in terms of common metrics such as hypervolume and inverted generational distance (IGD). If you want to address both multiobjective optimization and expensive optimization, ParEGO and  MOEA/D-EGO might be candidates for the benchmark algorithms.
  • asked a question related to Web Application Programming
Question
11 answers
Hello,
Can anyone tell me where I can get sample mysql / oracle logs?
Regards,
Sukhada
Relevant answer
Answer
I didn't get your question Dinesh, could you please elaborate more?
  • asked a question related to Web Application Programming
Question
5 answers
i need some explanation about how to document the project data from the zero level up to the final step , indicating all what i worked in the web page construction ?
Relevant answer
You must follow the process of software development, in stages or phases as stated in the rules. In the development of a web portal can intervene several people who play many roles, but basically can not miss the information architect, information analysts, designers, computer scientists, among others. However, the development of a website there are several documents to be developed that record all phases, for example: Manual information architecture reflects the site's name, objectives, audience, or purpose, expectations and needs of the target audience. Lifting customer requirements, the techniques applied to selected users to assess the content will be published (tag names navigation routes to follow to find what content), non-functional prototypes (which They reflect the portal structure and organization of content). This is only the documentation leaves the information architect in the first phase. There is also the documentation of analysts, as user stories with each process to develop in the portal. And programmers codes that are stored in libraries and repositories.
You can read an article I published in my profile on the development of a web portal is in Spanish, but I think you can serve user-centered design: a case study of a library portal. I saved around have more literature on the subject, if you give me your contact I can send more e-mail. I hope you serve my explanation. Excuse my English.
  • asked a question related to Web Application Programming
Question
4 answers
- we build webgis apps using GoogleMap API, kml files using PHP, Java Script and MySQL.
- we try to display points (Lat, Lon and Value), the total points are about 2.5 millions.
- we use pull down menu, to query a certain data and display it to GoogleMaps App. It runs very slow.
Relevant answer
Answer
What about hosting your data through ArcGIS Online? https://www.arcgis.com/features/
  • asked a question related to Web Application Programming
Question
4 answers
i am working on different protocols which i need to design with hdl languages.can someone help in finding the protocols which are used frequently in vlsi industry.i mean which protocols have high demand in industry now a days.
Relevant answer
Answer
Hi, this depends on required bandwidth, response time and robustness. For low bandwidth I would suggest the I2C protocol (a few 10 kBit efficient transfer rate) , there are many implementations (FPGA and peripheral components) available. Another solution is CAN (a few 100 kBit efficient transfer rate), also very flexible, widely supported and very reliable.  
Higher bandwidth provides SPI and the SDcard protocoll (a few MBit efficient transfer rate) which is also used for device-to-device communication. 
For high speed interconnect you may also check Ethernet, PCIe and USB. The protocoll is complex, but you can easily use already implemented peripherals ans communication stacks (see Xilinx Zynq for instance), this may be the most efficient solution (short development time, high functionality) in many cases. FPGA vendors provides wizards and example projects which help you to have a fast breakthrough. 
Hope this helps...
Alexander
  • asked a question related to Web Application Programming
Question
1 answer
I am using shiny app in R. I have a select input. Now i want to extract the reactive value from it and store it as an integer for further processing. How can i do that?
Relevant answer
Answer
Thank you.. :)
  • asked a question related to Web Application Programming
Question
12 answers
I am looking for some machine learning/statistical techniques/algorithms/functions with the following capabilities:
- can be called as an api from c++
- can model multiple numerical outputs for calibration modeling*
* For example, consider an industrial process which has two inputs
(temperature, tension) and two outputs (friction, radius), all of which are continuous numerical values. So, for a diversity of input configurations, we want to model what the outputs will be.
Also, we would like to model the reverse, that is, given some output values (friction, radius), we would like to know what the input values should be to obtain those output values.
Relevant answer
Answer
Hello,
Google just open sourced its deep learning library a few weeks ago. It's the same C++ library they use internally to train their different deep learning algorithms for image recognition, etc. Look at the following link for TensorFlow.
You could also have a look at DLib, also in C++.
  • asked a question related to Web Application Programming
Question
6 answers
Regarding Game Development Process, are there some kind of book(s)/papers that every game developer MUST read?
Thanks friends.
Relevant answer
Answer
If you are interested to game engines I can suggest Game Engine Architecture (1st link) that offers a complete overview of all the aspects required to develop a game engine. For more information you can see the table of contents (2nd link).
  • asked a question related to Web Application Programming
Question
6 answers
I am trying to figure out an adequate framework for building a system with micro services architecture. Also Web oriented. I have a few options:
  • Symfony2
  • Yii
  • Laravel
  • Primefaces
  • Django
So I need one of the above or another recommended framework. To keep up to date about microservices please follow the attached link. Best regards
Relevant answer
Answer
Have a look at http://oasp.github.io/ . IT's a platform, that Capgemni is using in their projects - also for Microservices
  • asked a question related to Web Application Programming
Question
8 answers
I want to get data from social sites like Facebook, twitter, instagram etc. about my company (interest) etc. and later on I want to apply some analytic on that particular data like reports, security, reply message, post status etc.
Is there any open source tool available for this particular purpose ? I go through with search and found that, we can retrieve data from Twitter Hashtags '#' for this purpose, but for this we have to make a website in which that data will be published. Is there any other solution for this particular task ?
Relevant answer
Answer
Hi Asad,
to capture and analyze tweets you can use the open-source DMI-TCAT toolset, available at https://github.com/digitalmethodsinitiative/dmi-tcat.
To capture Facebook data you can use the online tool Netvizz, available at http://apps.facebook.com/netvizz 
Best,
Erik
  • asked a question related to Web Application Programming
Question
6 answers
Hi , I want to create app for my blog http://javahungry.blogspot.com/ . I am in dilemma to create  native applications or  choose a limited functionality common coding but working on both ios/android platforms. 
Relevant answer
Answer
I agree with the above. It's crazy to go down the route of developing an app for two or more platforms, where you don't need to access the camera or sensors. You're only making unnecessary work for yourself. HTML5/JavaScript is the way to go.
  • asked a question related to Web Application Programming
Question
1 answer
The sensors of EPOC Headset are not getting detected but somehow the Cognitiv Suite is showing response. Is it noise which I presently feel to be the response. Please guide me how I can get the sensors detected?  
Relevant answer
Answer
sorry I do not have the expertise to answer this question.
Regards
  • asked a question related to Web Application Programming
Question
3 answers
The developers could develop web based (browser) or native (iOS or Android) apps. I am looking for developers who work professionally.
By eHealth practitioners I mean security and privacy professionals, system architects and business analysts.
Relevant answer
Answer
Hi
Interesting project! Look for earlier and similar surveys and one focus area such as chronically ill people using apps for platforms or complicated medication for people who need help for compliance.
Kind regards!
  • asked a question related to Web Application Programming
Question
3 answers
Libvirt is an intermediate tools for middle ware and hypervisor. i am looking for similar tools.
Relevant answer
Answer
Not quite the same thing because they work with containers rather than virtual machines, but you may want to consider, LXR n-spawn (from the systemd toolset) and Docker.
  • asked a question related to Web Application Programming
Question
12 answers
Which attributes can evaluate the performance of content available from a university website from a user perspective?
Here, users can be prospective students or parents of students, or can be a employee who wants to join the organization.
Relevant answer
Answer
Dwell time must not be too short (info irrelevant) or too long (not understandable).
If people are going directly to the page required, and not going via the home page, this is a good sign.
A Google of: sher-e-kashmir university application form
takes me right to a home page http://www.skuastkashmir.ac.in/
The page is full of hard to read highlighted links, garish colour, NEW bling, and distracting panes scrolling vertically and horizontally. Does that give the right impression that this is a serious institution?
  • asked a question related to Web Application Programming
Question
10 answers
I would like to have a simple method to draw graphs in a website (using the DOT language or another language). Thank you in advance for your help.
Relevant answer
Answer
Perhaps the graph library from yworks fits your needs: http://www.yworks.com/de/products_yfiles_web_about.html
  • asked a question related to Web Application Programming
Question
3 answers
Does anyone know a good alternative to Doxygen for generating documentation for a PHP project with proper documentation annotations for classes, member elements, methods etc.
I am trying to find a suitable replacement, hopefully an open source or at least a free solution for automated documentation generation.
Relevant answer
Answer
ApiGen works really fine. Recommended!
  • asked a question related to Web Application Programming
Question
9 answers
NoSQL is a non-relational database. Traditionally web applications are based on rational database systems.
Relevant answer
Answer
Yes, in my opinion. NoSQL Databases are more efficient in i.e. knowledge representation. I have developed Association-Oriented Database (AODB) model and I used it during modeling Semantic Knowledge Base. It was very good approach to such problem. But it is not the only way of using another models then relational. It is important to remember Object-Relational Database (ORDB) model is still relational model. It is just a marketing cheat.
  • asked a question related to Web Application Programming
Question
3 answers
I am looking for an open-source server to support intuitively linked-data o other application similar to Virtuoso Universal Server
Relevant answer
Answer
Virtuoso is open source.
You may also want to have a look at Sesame (http://www.openrdf.org) and
at the ClioPatria environment (http://cliopatria.swi-prolog.org/home, see also http://www.few.vu.nl/~vbr240/publications/eswc2012supporting.pdf) that came out of the E-culture demonstrator of the ICSW2006.
G. Schreiber, A. Amin, M. van Assem, V. de Boer, L. Hardman, M. Hildebrand, L. Hollink, Z. Huang, J. van Kersen, M. de Niet, B. Omelayenko, J. van Ossenbruggen, R. Siebes, J. Taekema, J. Wielemaker, and B. Wielinga. MultimediaN E-Culture Demonstrator. In The Semnantic Web - ISWC 2006, Athens, Georgia, volume 4273 of LNCS, pages 951-958. Springer Verlag, November 2006. Winner Semantic Web Challenge 2006,
There is also Jena which is a Java Library for dealing with RDF which includes a triple store (http://jena.apache.org) and Apolda for linking tekst based data using Gate
  • asked a question related to Web Application Programming
Question
2 answers
I have the aspiration to create a system to be able to characterize a group of students according to their behavior in certain situations. I would like to find a job or document to teach me how to do the characterization of students in the study centers.
Relevant answer
Answer
I think the following reference may help you
Barajas, H. L., & Higbee, J. L. (2003). Where do we go from here? Universal Design as a model for multicultural education. In J. L. Higbee (Ed.), Curriculum transformation and disability: Implementing Universal Design in higher education (pp. 285-290). Minneapolis: University of Minnesota, General College, Center for Research on Developmental Education and Urban Literacy. Retrieved September 15, 2007, from http://www.cehd.umn.edu/crdeul
  • asked a question related to Web Application Programming
Question
1 answer
Wireframes are commonly used to prototype the content, lay out and functionality of the pages in a web application. But when is it best to design such wireframes? Already during the requirements elicitation and analysis phase? Or rather a bit later during early design? Or still later only when starting to do the detailed design of the web application? When do you design your wireframes? I would propose to do it during early design, after the requirements have been elicited, so that the functionality is known, but early enough so that feedback from the client or end-user can still be gained before the actual detailed design and implementation is started. What's your experience/opinion?
Relevant answer
Early in the project, before code anything, I recommend you this book: Killer UX Design. Excellent Guide. Mockup / Sketch -> Fine Wireframe -> Prototype
  • asked a question related to Web Application Programming
Question
13 answers
I am working with LAMP. Is there any way to set up an MTA (Mail Transfer Agent) in Apache Server?
Is it possible by changing in php.ini file and how can this be done?
Relevant answer
Answer
Is possible gmail to block your account if it sees unusual traffic. Is better to configure it to send mails without the need of other server for relay. Also some university or providers block port 25 so using other port for smtp like 587 can help you bypass this problem.
  • asked a question related to Web Application Programming
Question
8 answers
I want to develop an php project in linux environment.I basically used Windows O.S in development platform but I am now trying to develop php project in linux environment.Guys please help me...?
Relevant answer
Answer
I think the very best is Zend Studio: http://www.zend.com/en/products/studio/, but Eclipse with Aptana plugin (very useful for web in general) and PHP plugin (PTD) is also a good (and free) alternative, here's a more detailed comparison http://www.zend.com/products/studio/comparison.
Aptana is also available as standalone installation, Eclipse as Ville Karavirta said is quite heavy, but Aptana Studio is a "sawed-off" version of Eclipse prepared for web developers, this is my choice: http://www.aptana.com/products/studio3
Anyway Eclipse is nº 1 opensource IDE for one thing: there are plugins almost for everything, you will be impressed: http://marketplace.eclipse.org/
Also Netbeans is great. It depends on the size of your project, many people (me included, for small things) prefer coding using just Gedit or Vim. In the end, you will probably (except for Zend Studio) debug using Apache...
  • asked a question related to Web Application Programming
Question
4 answers
the JSON data obtained from download statistics
Relevant answer
Answer