Science topic

Web Applications - Science topic

Explore the latest questions and answers in Web Applications, and find Web Applications experts.
Questions related to Web Applications
  • asked a question related to Web Applications
Question
3 answers
What Matrices are to pay first priorities?
Relevant answer
Answer
Dear Ms. Anuruddha!
I collected for you some articles that you might consider as value-added:
1) Chughtai MS, Bibi I, Karim S, Shah SWA, Laghari AA, Khan AA. Deep learning trends and future perspectives of web security and vulnerabilities. Journal of High Speed Networks. 2024;30(1):115-146. doi:10.3233/JHS-230037 Free access:
2)Huang, YW., Lee, D.T. (2005). Web Application Security—Past, Present, and Future. In: Lee, D.T., Shieh, S.P., Tygar, J.D. (eds) Computer Security in the 21st Century. Springer, Boston, MA. https://doi.org/10.1007/0-387-24006-3_12,
3) Mohammad Ali, Ahsan Ullah, Md. Rashedul Islam, Rifat Hossain, Assessing of software security reliability: Dimensional security assurance techniques, Computers & Security, Volume 150, 2025,https://doi.org/10.1016/j.cose.2024.104230
Sincerely, Bulcsu Szekely
  • asked a question related to Web Applications
Question
2 answers
For example, I want to install the app "01_hello" as an independent app (like many other apps of windows). Please find the attached screen.
But after playing the app, I run into error.
Relevant answer
Answer
It's best not to think of it as being a standalone application, like ms-word etc. Shiny "apps" require R to be running, so they are not standalone. The interaction is carried out with a web browser, and your snapshot shows that you are trying to use a temporary, local browser "URL" that is created temporarily to show the R output.
If you want to run the shiny app locally, you need to use R to load up the R source file. Many people use RStudio for that, but other ways of obtaining R will also work. They generally provide the user interface via a browser, and will open up a browser window pointed at a temporary "URL" when you launch the app.
The R-shiny system is not akin to a windows (or mac or linux) "app". In windows/mac/linux, you can create a compiled object that can be invoked by you or shared with others, and run by clicking something in a UI or by typing a command. And then, that app will interact with the GUI system to produce output and seek input. This is not how shiny works.
PS. shiny is available in other languages as well, not just in R. But they all share this property that the UI work is done via a browser. The shiny system hooks up code (in R, python, etc) with javascript code that interfaces with the browser.
  • asked a question related to Web Applications
Question
2 answers
Hi everyone!
What performance considerations are crucial when developing PWAs, and how can developers optimize the loading speed and responsiveness of these applications?
Relevant answer
Answer
A few steps
1. Minimize Network Requests
2. Optimize Images
3. Prioritize Above-the-Fold Content
4. Use Service Workers for Offline Support
5. Optimize JavaScript Execution
6. Implement Code Splitting and Lazy Loading
7. Monitor and Analyze Performance
8. Responsive Design and Layout
Good luck
  • asked a question related to Web Applications
Question
3 answers
WEB-INF is a private folder we can't read its content without web.xml, but using annitations we are removing web.xml, in this case how can server read WEB-INF data with out web.xml
Relevant answer
Answer
In modern Java web applications, the need for a web.xml file has been significantly reduced with the introduction of Java Servlet 3.0 specification and the use of annotations. With annotations, you can configure your web application without relying on a web.xml file.
Regarding your question about reading the content of the WEB-INF folder without a web.xml file, it's important to understand that the WEB-INF folder is still considered private and inaccessible from the client side. The server is responsible for serving the contents of the WEB-INF folder to the application but not directly to the client.
Here's how the server can still access the content of the WEB-INF folder without relying on a web.xml file:
1. Annotation-based Configuration: Instead of using a web.xml file, you can use annotations to configure your web application. For example, you can use annotations like `@WebServlet`, `@WebFilter`, or `@WebListener` to declare servlets, filters, and listeners directly in your Java classes.
2. Deployment Descriptors: Although annotations are the preferred method for configuration, you can still use deployment descriptors in the absence of a web.xml file. Deployment descriptors are XML files that describe the configuration of your web application. The server can read these deployment descriptors to understand how to handle requests and manage resources. The deployment descriptor file is typically named `web.xml`, but you can specify a different file name using the `metadata-complete` attribute in the `web-app` element.
3. Default Configuration: In the absence of explicit configuration, the server may apply default settings and conventions to handle requests and manage resources. For example, it may automatically map URLs to servlets based on class names or use default servlet mappings.
Although annotations and default configurations provide ways to configure your web application without a web.xml file, the server still enforces the private nature of the WEB-INF folder. The contents of the WEB-INF folder, such as JSP files, configuration files, and class files, are not directly accessible to clients but are accessible to the server and other components of the application.
The use of annotations and other configuration mechanisms allows for more flexible and streamlined configuration of web applications, reducing the reliance on a web.xml file while still maintaining the proper access controls for the WEB-INF folder.
Good luck
credit AI tool
  • asked a question related to Web Applications
Question
7 answers
Hello,
I am teaching a database systems class and I wish to guide students on how a distributed databases work. 
We are using postgres DBMS for illustration.
What other applications do I need to setup a DDBMS in one windows OS machine.
Best
Derdus
Relevant answer
I would recommend Distributed Postgres using the Timescaledb extension. No DaaS provides this because the licensing prohibits it, however technology enablers such as Full Stack Engine. my firm, provide this as an implicit operator for Kubernetes. You wind up launching stacks like this:
You can do so in our cloud, which is free for life with few special conditions:
* Your research contributes to our open collective non-profit if plausible/possible
* You operate only stacks we approve of for the sake of security & performance on shared systems
Pretty lax in terms of who uses it, I'm not even tapped into the full power and it's got plenty of tenants. That could change, but for now it remains free. Just ping me and I can set you up for free with a Github Username.
Ping @large.systems on discord: https://lmg.systems/discord
Relevant:
  • asked a question related to Web Applications
Question
4 answers
I would like to explore all performance metrics to evaluate an auto-scaling system.
The desired auto-scaling system scales out/in a web application, which is hosted in the cloud environment.
I know some metrics such as (1) Cost, (2) Response time, (3) Delay time, (4) Resource utilization, (5) Total Provisioned VMs, (6) Oscillation mitigation (or scaling overload), (7) Time to Adaptation, (8) VM minute, (9) Contradictory scaling decisions, (10) Contradictory scaling actions, (11)The rate of SLA Violation, (12) Stability, . . .
anymore? If yes, you can be a part of our team.
Relevant answer
We collected all metrics
in this article:
  • asked a question related to Web Applications
Question
4 answers
I would like to explore all effective parameters in an auto-scaling system.
The auto-scaling mechanism scales out/in a web application in the cloud environment.
I know parameters such as resource utilization, response time, delay time, the arrival rate of user requests
Do you anymore? If yes, you can be a part of our team.
Relevant answer
Thank you all for your feedback. We published a paper covering the while performance metrics in cloud, fog and edge computing.
  • asked a question related to Web Applications
Question
11 answers
i want to know what are the no of ways to perform optimization on the website(particular web application)
Relevant answer
Answer
Hi my dear friend,
I recommend you to visit this website https://gtmetrix.com/
1) Test some websites : for testing you just need to enter the URL in the field and wait till gtmetrix analyze it.
2) Read carefully the metrics that on which gtmetrix calculate the score.
3) some of them are client side and some others are server side.
for example for the client side by doing these you can optimize the speed of site:
1) minify css and js documents.
2) reduce the size of images ( tinypng.come is very useful)
3) use font icons instead of images
4) learn about css sprite or svg sprite for some types of images.
5) learn about sass and about flat css selectors.
6) try to solve problems with less code. (less is more!!) while coding a website.
7) Avoid css @import. (of course sass @import is not the problem).
  • asked a question related to Web Applications
Question
8 answers
Cloud Web application is a popular applications for Web Developers and Designers. Web Developers and Designers always search for best Cloud Web Applications.  As a professional web designer and developer, you must need the help of cloud web application. Cloud web application is software which can be used form anywhere you want if you have the internet connection. This cloud-based web application has made the life easy for the website designer and developer. As a professional web developer, you show know the best 10 Cloud Web application software. Through a cloud web application, a web developer can easily design, modify and debug his/her software. In the varieties of sectors, cloud computing is must for the professional web developers. You can catch out some tipshere.
Relevant answer
Answer
The general idea is that you get used to a software and you stick with it.
I know by experience that PhpStorm and WebStorm are really powerful softwares, but they're not free.
When you need to user free software, for which I strongly suggest Sublime Text 3.
Another suggestion: always take in account to spend time to customize your programs, set a nice font, set a nice font size and different plug-ins.
I had a really bad experience with Dreamweaver, but I heard it changed a lot. Still, I prefer Sublime Text above all for its really powerful customization and performance.
Sublime Text (freeware)
In deep customization and overall really good performance. I can count on one hand how many times it crashed in years.
PhpStorm (paid)
Not a lot of experience with it, but really powerful and stable
Dreamweaver (paid)
It was a really "closed" software that used to correct your code and the performance was awful. I saw that it changed, never used since years.
Atom (free)
In deep customization but performance is quite bad, I wouldn't recommend it. Someone says it's better than Sublime, I guess it always relate to "you get used to a software and you stick with it" .
  • asked a question related to Web Applications
Question
8 answers
I’m trying to implement semantic similarity based on Normalized Google Distance and i have many problems to obtain correct data. I tried to simulate browser, get data via Google API (PHP, Java, R, Google Docs) and every time i had different results. Is there any proper way to get accurate and current data?
Relevant answer
Answer
1) They do not provide in their API the same results as in Google Live.
2) The results are just an estimate of the total. If you navigate through the results pages you will see that for some queries there are actually less results than the number they show you.
3) Another point is that it is very difficult to compute NGD, you can check this thesis (chapter 4 (also 3)) as an alternative (method CBM): http://www.dbd.puc-rio.br/pergamum/tesesabertas/1012681_2014_completo.pdf
  • asked a question related to Web Applications
Question
1 answer
What tools or methods can be used for detecting SQL injection Attack in Web Application
Relevant answer
Answer
There are $$$ and free solutions to test for potential SQL injections.
$$$ - AppScan (IBM) , Accunetix, Veracode (CA), etc.
Open Source/ Free - w3af, SQLMAP, etc
But you can find these yourself by searching the web.
Web applications, however, can be susceptible to many other types of "attacks" in addition to SQL injections (XSS, XSRF, other injections, crypto, misconfiguration, etc.). Web sites should guard against ALL of these potential vulnerabilities (ideally - but difficult, so this should be your goal). If you are going to host any important data on your web site, I would urge you to consult a good web developer - ensuring the security of a web site is far from easy - ask Home Depot, Target, Sony, eBay, etc.
  • asked a question related to Web Applications
Question
6 answers
A Rails plugin is desired. Attractive Design is a Plus.
Relevant answer
I use Sublime Text and you can run it right there in Sublime Text. Make sure you're in Ruby mode by clicking on the language selector in the bottom-right corner of the screen. From then on, you can run it right in Sublime by pressing Tools and Build!
Another interesting thing is the Ruby Version Manager (RVM), that allows you to choose the convenient version of Ruby for your project ...
Check the page: https://rvm.io page
  • asked a question related to Web Applications
Question
3 answers
am developing a web application where I need to use PGP - creating public private keys, signing messages, and verifying signatures- , is there any client server tools that I may use to build my application on. I do not want to build from scratch
Relevant answer
Answer
Hi,
Good luck to your R&D.
  • asked a question related to Web Applications
Question
10 answers
I'm developing an Ontology for the OPC UA Standard and I would like to know if there are already existing versions of such Ontology. 
Relevant answer
Answer
From a production automation point of view:
As already explained in the article published on OPC foundation, the mere vocabulary of the OPC-UA alone are not sufficient to automate the orchestration of different methods offered by the various OPC-UA servers of manufacturing assets in the factory shop-floor. The orchestration engine needs to take care of pre- and post-conditions of the method execution.
Apart from ensuring data consistency, the reasoning engine is also required to operate on the data in real time to understand the context of the manufacturing scenario. We need semantic technologies here to model the axioms and custom rulesets that needs to hold good to determine the next course of action.
I would be willing to collaborate/help/share if this work benefits both of us.
Cheers, Badari
  • asked a question related to Web Applications
Question
9 answers
If I want to remove stop words from text in order to do Sentiment analysis on reviews and classifying it to positive or negative, does it effect ?.. For example :
" This movie is not good."
If I remove (not ) in Pre-processing step the sentence (movie good) indicates that it is positive which is false.
Relevant answer
Answer
Yeah, just discovered this while analyzing tweet sentiments. You lose a lot of information by removing stop-words blindly. I'll modify the list.
  • asked a question related to Web Applications
Question
1 answer
I need help to build java web application that stores data to local DB on offline mode and sync stored data to online server when it connects to internet/server.
Relevant answer
Answer
Yes, there are several methods to accomplish this. A general solution is to use sync4j, a library and protocol to support multi-master synchronization of databases. Also, some database systems (mysql, postgresql) have synchronization schemes that you may find useful.
If you do not require multi-master synchronization, you can roll your own solution by defining which copy of the data (which server) has the master data for each table or data item. When the offline system has a chance to connect to the online system, they can exchange data items. Each server may be the "master reference" for some data.
For example, if you have a device that is collecting data, say temperature data, and that device intermittently connects to a hosted server somewhere to upload the temperature readings, the device is the "master" of temperature data. If the device also has configuration parameters or settings that you want to control from the hosted server, the hosted server is the "master" of that configuration and settings data. While the device is offline, it uses the last configuration data and settings it downloaded from the server and collects temperature data locally. When the device is able to connect to the hosted server, it uploads all the new temperature data and downloads any new configuration or settings. I have implemented such a system which has worked successfully for millions of uploads and hundreds of thousands of downloads.
Why roll your own solution if there are existing libraries that accomplish synchronization of databases? The main reason is performance. By uploading only the new data and downloading only the new configuration information (or whatever), you can minimize the traffic required to keep the two systems synchronized. You can also control the timing and priority of different data (which is most important to keep synchronized), insert transformations if needed, etc.
If the same data items can be modified by either system, so-called multi-master synchronization is required which is much more complicated and requires more communications back and forth to ensure consistency. If you need multi-master sync, I strongly recommend using a library like sync4j or the built-in capability of your database vendor. It is difficult to get this logic right and there is little opportunity for you to "do better" than the experts at this.
Good luck,
Dan
  • asked a question related to Web Applications
Question
13 answers
CodeIgniter, Yii, Laravel, Zend, Prado, CakePHP, Simfony
Relevant answer
Answer
nowadays recommend:
Laravel php framework is on the top of the list.
check:
  • asked a question related to Web Applications
Question
1 answer
hyperlink mapping allow extracting hyperlinks from webpages to vizualize and analyze network of actors around an issue on the web
  • asked a question related to Web Applications
Question
2 answers
Dear Reseachgate colleagues,
This is a questionnaire to gather information about the key challenges in REQUIREMENTS SPECIFICATION for Big Data Systems.
I would like to request your help to either participate in this online survey (if you work or have worked with the development of big data systems) or  to share it with friends in your network. It's a quick questionnaire (6 questions total). It should take no more than 5min to be completed.
Here's the link to the SURVEY:  https://www.surveymonkey.com/r/ZTKRQDC  
Thanks in advance
Darlan 
Relevant answer
Answer
Check the following paper:
Mining Big Data - Challenges and Opportunities
International Conference on Enterprise Information Systems, 2015
  • asked a question related to Web Applications
Question
5 answers
I have the complete package downloaded from the internet IBM. That is, I have in the directory all the SPSS folders (config, as, bin, license, etc) but I do not have a setup.exe nor an installation manual. I do not know how to make 18.0 work. In the support of the spss of IBM by Internet they do not help anything. Thanks in advance
Relevant answer
Answer
You can state the basic step and then press rail . 
and register your email and other information
  • asked a question related to Web Applications
Question
3 answers
** Thank you for your interest. The survey is no longer accepting responses. ***
You have the chance to WIN 20€ Amazon voucher ( available in Germany) by filling this survey!
This questionnaire is evaluating visualizations belonging to a web application called PALM, Toolkit developed in i9 Chair of RWTH University. The application provides visual representations of academic data with the aim of enhancing knowledge discovery and learning.
Relevant answer
Answer
I should thank you Hussin for your valuable input and time.   
  • asked a question related to Web Applications
Question
2 answers
I would like to customize a mobile application for data collection purpose? Is there any source or articles that i can look on? It can be using open source or Esri products?
Relevant answer
Answer
Try looking at iOS' ResearchKit or Andriod's ResearchStack.
  • asked a question related to Web Applications
Question
1 answer
Congratulations for the initiative. I believe that this research can generate good results, the important thing is that research in this area will continue.
Relevant answer
Answer
Thanks 
  • asked a question related to Web Applications
Question
2 answers
I would like to know what API and data sources you use in your Internet of Things projects. For example, to find out what free databases you know. At the moment I use the OpenWeatherMap API for weather data, but it is not free and open access. What free sensor databases do you use.
Relevant answer
Answer
Thank you, Abdulrahman Alharthi!
  • asked a question related to Web Applications
Question
4 answers
Can anyone help to have a good title for a master student in web programming or web applications, or any link if you think that we might get good idea from it? Regards One of my friend asked me to help him to have a good proposed title for his master dissertation. He interests is in web programming and web applications. Anyone could help much appreciated. 
Relevant answer
Answer
Dear Lester, 
Fortunately we sort it out this issue now. You right I know it is too generic but he said I will be happy to work on any title within this area. Best Regards 
  • asked a question related to Web Applications
Question
4 answers
Some applications:
- Survival and reliability statistics
- Optimization and model fitting (esp. advanced and nonregular models)
- Online control
Relevant answer
Answer
You can go to this link and found a lot of JUM application in semiconductor toolkit:
You can contact to this email for more information:
JMP Newswire <jmpnewswire@jmp.com>
  • asked a question related to Web Applications
Question
14 answers
Dear researchers,
We are currently working on a platform (web application for a graduation final project) that able researchers to test default methods recognition (methods of Enhancement, Extraction, and matching ), add his own methods too (a script), compose a set of methods ( build a process of recognition) and visualize the outputs of each step.
We want to know what a programming language is used the most for testing image processing in scientific articles. 
for the moment we are using Matlab for its simplicity.
Regards.
Relevant answer
Answer
Depending on how you define suitable. What's your need? Simplicity? Expense?Speed? Access to 3rd party tool boxes? C++ is know to be fast and has a powerful tool box called OpenCV (and other tool boxes for related areas), MATLAB is easier to master and good for matrix operation, while Python is free (Yes, totally free, easy to learn too and has many great tool boxes too.
  • asked a question related to Web Applications
Question
3 answers
Compare with other analytic/Recommender tools/library like WEKA, R-studio, GitHub, Surprise, MyMediaLite, LensKit, LibRec etc. How good is Azure machine learning studio?
Relevant answer
Answer
Disclaimer: I have worked for a company working on both Amazon Web Services and Azure machine learning toolboxes. At the time of writing: Azure machine learning studio is richer wrt. capabilities, a comparison which was found during comparing the tools in aforementioned company. Amazon might catch up, but currently I am not seeing that happen. Happy to hear if someone disagrees with me, I myself work on AWS all of my working days..
Ease of use: please go and test it and compare it to tools you mentioned. Frankly, I dont get it how GitHub is included in a list of machine learning tools...GitHub and BitBucket are both online code version control repository offering services..not ML tools...
  • asked a question related to Web Applications
Question
10 answers
Currently, Java is used for mobile programming, we want to move to Matlab/Simulink as it is more powerful and supported by many built-in functions.
Relevant answer
Answer
Agree with @Tomas Kulhanek. 
But as a simple reply, its very much possible to use Matlab for Android Mobile Development. 
There are two options: 
  • Use Matlab for creating mobile apps using Simulink Support Package for Android Devices. Refer to the following youtube tutorial for a sample android app created using Simulink without writing a single line of code.
  • asked a question related to Web Applications
Question
4 answers
I am trying to save different types of logs from Android app to Hadoop for analytics purpose. What is the best approach for that?
Relevant answer
Answer
Hadoop consists of two components:
Hadoop Distributed Filesystem (HDFS): This is a file system which spans over all servers in the Hadoop cluster and provides a single namespace for storing files. It is optimized for reading and writing large files. The files are broken down into blocks with a size of at least 64 MB. Each block is stored on multiple servers to increase the reliability of the filesystem. Data access is done by connecting directly to the server where the relevant blocks are stored. Therefore network bandwidth is minimized and the IO load is distributed throughout the cluster.
HDFS is based on the Google File System.
Map/Reduce: The basic idea behind Map/Reduce is that a user submits a processing job to the so called JobTracker. The job will then be split up into a lot of tasks which are distributed among the servers in the Hadoop cluster. Each task will process only data blocks which are stored locally on the server it is running on. The output of each task is written into the HDFS. The JobTracker monitors all running tasks and will kill and restart tasks, which have failed, hang or disappear. This first phase is called the Map phase.
When the tasks have finished, the intermediate output files will be sorted and combined into the overall output file. This is called the Reduce phase.
You can get a detailed explanation of this mechanism in Googles Map/Reduce paper.
Storing log messages in Hadoop
The first challenge for implementing a storage for log messages was to find a file format which allows fast and direct access to a single log message while storing hundreds of thousands log message in a single file. Each file needs to have a size of at least 64 MB to utilize the large block size of HDFS.
Hadoop provides two file formats for grouping multiple entries in a single file:
SequenceFile: A flat file which stores binary key/value pairs. The output of Map/Reduce tasks is usually written into a SequenceFile.
MapFile: Consists of two SequenceFiles. The data file is identical to the SequenceFile and contains the data stored as binary key/value pairs. The second file is an index file, which contains a key/value map with seek positions inside the data file to quickly access the data.
  • asked a question related to Web Applications
Question
1 answer
I am interested in storing my directory (LDAP Server) in a relational database engine, such as MySQL or Oracle, how can one install iODBC2 for database backend support.
Relevant answer
Answer
OpenLDAP server has an abstraction layer for its database back end, allowing it to be replaced to handle not only different databses, but synthetic directory operations such as proxying, redirection, and filtering.   There are many available back ends, one of them is back-sql which, as the name implies, will translate LDAP queries into SQL so you can use MySQL or MSSQL to persist the directory.   Depending on the platform, and back end database, you will find how-tos on the web detailing how to build an OpenLDAP server fronting a SQL database.
-- Bob
  • asked a question related to Web Applications
Question
29 answers
My hypotheses, that online classes should include more examples of the type of work they are expecting or at least a template for the student(s) to have an example of the format from which they should work.  
I pose this hypothesis as one who has worked as a legal secretary and paralegal, as well as, a teacher for many years and understands various formats and ways to approach typing papers, including tables, and graphs in one's work. 
  • asked a question related to Web Applications
Question
5 answers
I wonder if anyone has contact or knows any specialist/experts (either from academia or industry) working in the are of requirements engineering and big data?
I need to compile a list of experts who would agree to help to validate my model. The model is not ready, but I think it's a good time to start looking for help on this matter.
I appreciate that a lot. Any help is very much appreciated. :)
Relevant answer
Answer
Dear Researcher
My expertise area includes requirement engineering and Bigdata
  • asked a question related to Web Applications
Question
3 answers
Dear friends,
                     Please provide me the list of resources (books, tutorials, multimedia etc.) to learn OPC UA from the basics. Thank you.
Relevant answer
Answer
  • asked a question related to Web Applications
Question
2 answers
I need a matching algorithm between a collection(Xi) and a collection(collection(Yj))
knowing that  Collection()Yj  may have elements in common
I explain with an example:
suppose we have a web service S with 3 inputs (I1,I2,I3)
I1 can be provided by services A, B, C, D
I2 can be provided by service   A,E
I3 can be provided by services F
I need an algorithm or a function to find the best combinaison between the available services to provide the input of S (I1,I2,I3)
Collection(Xi)={I1,I2,I3}
Collection(Collection(Yj))= {{A,B,C,D},{A,E},{F}}
Thank you.
Relevant answer
Answer
Dear Majid,
Thank you for your response. I will implement your suggestion. I hope it works well
  • asked a question related to Web Applications
Question
3 answers
I am developing a system which i intend authenticating users through LDAP with a multiple connection, or otherwise if there is a better alternative. thank you
Relevant answer
Answer
MySQL and MariaDB allow authentication plugins.  There is already an LDAP plugin:
  • asked a question related to Web Applications
Question
3 answers
My primary discovery comes from the time when I just finished university. When I asked my ex-university mates that worked on Java projects how much to they test the answer was that at most 10% of the projects are tested. While when I went to work in a ruby company, they had a project which was 99.5% tested. Also, that company had a "badly" tested project with only 60% of code covered with tests.
I suppose that this is because of a cultural reason, as testing and especially TDD is a big hype in Rury and RoR. There were even series of videos called "Is TDD Dead?" (https://martinfowler.com/articles/is-tdd-dead/) because RoR developers started to introduce design flaws into their code just to be able to test it.
Is there any real study on this topic? As if you create a testing tool and evaluate it with Ruby community you may end up with a biased result as ruby developers may be more positie towdarads testing in comparison with other comunitires.
Relevant answer
Answer
My 2005 paper in the Systems Engineering journal addresses the issue of Software Development Team Cultures. The References section also has great material regarding culture in Software Development: https://www.researchgate.net/publication/229744955_A_model_for_the_evolution_of_software_and_systems_engineering_project_cultures_throughout_their_life_cycles
  • asked a question related to Web Applications
Question
1 answer
I am new to web dev. I assume the host must support java apps. The aim is to run MARY TTS from the server using my own voices.
Relevant answer
Answer
Well, first of all, you have to understand how mTTS works. It is not a "server side" application, so there is no "setup" needed. It is a Java executable JAR file.
When you run it on a computer it binds to a certain port and becomes the server application itself. You also have to forward its port and open it in your firewall to make it available to other clients on the network (or just within your localhost).
Basically, you can use it in one of two ways.
One is the MaryInterface API which is probably the simpler of the two. You can find documentation on the following link: https://github.com/marytts/marytts/wiki/MaryInterface. You have to make another program, one which will collect your text and send it to the API for processing and also, this application will accept the APIs response and do with it whatever you need or want to.
The other way is to include the MarryTTS library into your Java project and use its classes and methods in your program directly. This will mean that you can have faster and more direct interaction with the library and its capabilities, but you will have to do most of the underlying tasks of making it a stable service application, provide or develop your own interfaces for interaction with this new service application etc. This method requires more work on your end, but is not without its obvious benefits.
Even the mTTS website provides a list of publications that you can read for more introduction and information on how to do the implementation. It is located on the following link: http://mary.dfki.de/pavoque/publications/pavoque-publications.html.
Good luck.
  • asked a question related to Web Applications
Question
3 answers
User experience
Relevant answer
My experience is not good. I lost myself in the catalogs, poe exemple
  • asked a question related to Web Applications
Question
4 answers
I'm interested in testing a Web application to learn students to made Entity-relation diagramns in a collaborative way. Do you know some applications, plugins or strategies? Thanks in advance.
Relevant answer
Answer
i mostly use Oracle SQL Developer Data Modeler and  MySQL Workbench.
  • asked a question related to Web Applications
Question
4 answers
Is execution flow of any executable file such as "WHATSAPP" in encrypted form? Can I make a timer which triggers "WHATSAPP" to send message to my "X" contact at "Y" time.
Relevant answer
Answer
There are unofficial whatsapp clients you can make use of such as https://github.com/davidgfnet/whatsapp-purple or https://github.com/mgp25/Chat-API a PHP Library.
They're not reliable as whatsapp changes often specially introducing encryption recently.
  • asked a question related to Web Applications
Question
3 answers
I am wondering if this architecture supports a possible integration with Interactive Digital TV. Suppose we allow students do their evaluation from room. Then we can implement this architecture for building t-learning using iptv protocol, usin web interfaces, as proposed or native set-top-box application.
Relevant answer
Answer
dear Flex,
please check the pdf
  • asked a question related to Web Applications
Question
6 answers
Is there any method to detect fake/sarcasm on items/products reviews
Relevant answer
Answer
There are multiple approaches in literature dealing with spam detection in supervised learning techniques. Probably the best approaches are: 
1) Multinomial Naive Bayes Classifier
2) Support Vector Machine
  • asked a question related to Web Applications
Question
9 answers
What are the best excel templates available online for effort estimation for web applications, rather i can say the best tools used for the said purpose.
Relevant answer
Some Excel spreadsheets that support the estimation technique development effort estimation of Web applications are:
- Project Estimation using Use Case Metrics http://www.sparxsystems.com.au/resources/ucmetrics.html
I hope you are useful.
  • asked a question related to Web Applications
Question
1 answer
I will make enhancement in a web application model, so I have to validate it.
How many expert review I have to get? and what is the suitable citation for it?
Relevant answer
Answer
According to review paper: “How many qualitative interviews are enough?” of
National Centre for Research Methods, S. E. Baker and R. Edwards suggests that there ought to be sample of 12 for qualitative research.
  • asked a question related to Web Applications
Question
3 answers
I'm currently reading this article: "R. Sujatha, T. Rajalaxmi, and B. Praba, "Fuzzy Hidden Markov Chain For Web Applications," International Journal of Information Technology & Decision Making, vol. 12, pp. 813-835, 2013."
In page 816, author investigating possibility of A given B. He was already talking about fuzzy number and then talk about possibility theory. My question is: what is the best resource to understand the possibility of A given B occurring in possibility space? (something like p(A|B) in probability theory)
  • asked a question related to Web Applications
Question
6 answers
  • How difficult is it to do such research for our major project?
  • To mitigate Injections flaws like SQL injection, Web Application Firewalls (WAFs) apply security rules in order to both inspect HTTP data streams and detect malicious HTTP transactions.We like to introduce an approach to dissect the HTTP traffic and inspect complex SQL injection attacks which uses both a machine learning classifier and a pattern matching inspection engine based on reduced sets of security rules. Our Web Application Firewall architecture aims to optimize detection performances by using a prediction module that excludes legitimate requests from the inspection process.
Relevant answer
Answer
To mitigate Injections flaws like SQL injection, Web Application Firewalls (WAFs) apply security rules in order to both inspect HTTP data streams and detect malicious HTTP transactions.We like to introduce an approach to dissect the HTTP traffic and inspect complex SQL injection attacks which uses both a machine learning classifier and a pattern matching inspection engine based on reduced sets of security rules. Our Web Application Firewall architecture aims to optimize detection performances by using a prediction module that excludes legitimate requests from the inspection process.
  • asked a question related to Web Applications
Question
5 answers
Usability components: 'easy to use' as efficiency ,'easy to learn' as learnability, memorability and satisfaction. I would like to search for many other indicators that may have effects on these components.
Relevant answer
Answer
integration - ability to integrate with existing materials, methods, etc.
  • asked a question related to Web Applications
Question
4 answers
I am trying to build a webapp with shiny in R which shows values of different indicators by means of a couple of tables, one dynamic graph and one image. The result is like a factsheet for a selected item from a list and I’d like to capture the results and provide the possibility to download what is shown in the screen (the tables, graph and image).
I saw I could do it by generating a report in Rmarkdown and export it with downloadHandler, following this example (http://dev.use-r.com/shiny-examples/016-knitr-pdf). As far as I understand, in the server the output$downloadReport creates the object composed by the filename and the content based on a template of the report previously stored in the same directory as ui.R and server.R
To check the template for the report in this example I followed this (https://github.com/rstudio/shiny-examples/blob/master/016-knitr-pdf/report.Rmd). But,when I want to create my ‘report.Rmd’ template, I see there are different ways to create a new R markdown document (document with different output formats, presentation, shiny, and template), and this selection influences the output. I have tried some of them but didn’t succeed to make it work.
For instance, I took a new R Markdown document html output format, named ‘report.Rmd’ and saved in the same folder as ui and server files. With some very simple content:
title: "Untitled"
author: "Raquel_ub"
date: "Tuesday, October 27, 2015"
output: html_document
---
# Selected city
```{r, echo=FALSE}
level(input$City_id)
```
I get this non-informative error: Error opening file: 2 Error reading: 6
And I am not able to go forward. Any hint/clue on what’s going on is more than welcome!
Many thanks,
Raquel
Relevant answer
Answer
Dear Raquel
I have already developed an RMarkdown file to create a vignette for my R package QoLR using an HTML output (on CRAN: https://cran.r-project.org/web/packages/QoLR/vignettes/QoLR.html)
The header (Tiltle, author, output, etc) is essential for me
It seems to me that it is easiest to create such file using R Studio and with the  rmarkdown library
Errors are generally clear when you use both Rstudio and rmarkdown library.
All is detailed in the documentation of the rmarkdown package: http://rmarkdown.rstudio.com/
Please do not hesitate to contact me if I can help you to build your webapp
Best regards
amélie
  • asked a question related to Web Applications
Question
7 answers
Hello, 
please any one can help me to find real web applications with their source code (Asp.net preferable) in order to test SQLi  Security vulnerability  on them ?
Thank you all in advance
Relevant answer
Answer
This seems to be a sample asp webapp: https://github.com/aspnet/MusicStore
  • asked a question related to Web Applications
Question
5 answers
Hello , 
I'm looking for a way to call a sample URL Web application that has a username and password fields in addition of Login button .
the way should be via an asp.net code or a desktop application c# code to send values to the fields then automatically press login ..
this way to ensure or detect whether a tested web application is a vulnerable or not to SQLi
Relevant answer
Answer
Have you looked at this tool yet?  http://www.seleniumhq.org/
  • asked a question related to Web Applications
Question
3 answers
BPMN 2.0 has among the new elements the signal and escalation events that can be thrown and/or caught.
I know that in BPEL you can have event handlers so somehow you can catch and handle those events. What I am asking about if there is a construct that can generate (throw) such events?
I checked some commercial products like Active BPEL and Oracle BPEL and they seem to support the signal event. But, I am not sure if this is part of the standard BPEL 2.0
Relevant answer
Answer
I understand that BPEL was meant for Execution in first place. So, it goes more down to the technical end of the process view. BPMN on the other hand wants to serve as all-purpose language that can be used both at the conceptual and the physical layer. The specification in some places touches on the execution semantics. However, if we consider that BPMN is the high level and BPEL is the low level one, then lots of gaps need to be filled, such as the one I asked about.
  • asked a question related to Web Applications
Question
3 answers
Hello, 
I need to create a web application in python that must run a Map Reduce Hadoop Jobs hosted in a cluster server and get the results of the job.
Any idea?
Relevant answer
Answer
For your reference. 
My experience of running Lucene is as follows.
1. Apache HTTP web service.
2. A Java servlet running on Apache HTTP service.
3. The Java servlet calls Lucene API libraries to handle IR tasks.
4. A Python web service  communicates with the Java servlet to send requests and get responses. 
  • asked a question related to Web Applications
Question
8 answers
I would like to use away to use Amazon Mechanical Turk for my own survey application, but it seems It is not possible for those who are not resident of USA or don't have USA credit card.
I found some services such as crowdflower, crowdguru.de, smartsheet which use mturk as a ground layer and built upon it and also some other similar platforms such as Cloudcrowd or Samesource..
However, I am not quite sure which one more suits my goal, and what are the limitations for the tasks that we can put on mturk (if there is any limitation)
I really appreciate all your ideas,
Relevant answer
Answer
Hi Mona,
Co-founder of Prolific Academic here. We've developed an alternative to MTurk tailored for academic research and we are accessible worldwide. Over 200+ researchers have completed over 750+ studies on our platform so far.  
New users can run a trial study for free: https://www.prolific.ac/rr?ref=5ZFZ276D. You can find more information here: www.prolific.ac
Should you have any questions about the platform please don’t hesitate to get in touch.
Cheers,
Katia
  • asked a question related to Web Applications
Question
7 answers
How might I divide a web application processes across multiple servers?
Relevant answer
Hello Aqeel,
If is not load-balancing what you are looking for, then it should be parallel computing. What do you want to do is run processes of your application in parallel, not the application itself, right? Check out the different types of parallel computing in the Wiki id order to find out whether it is what you need.
Best regards,
Andrés Miguel
  • asked a question related to Web Applications
Question
3 answers
I would like to automated Junit test program which will automate ADA compliance for web application developed using angualr js. what is the possiblity? which technology could be useful?
Relevant answer
Answer
Hi Manikandan,
i would suggestive to use tools like protractor or Gatling to automatically check existance of necessary attributes. Anyway, i would assume this not easy...
Cheers,
  Marc
  • asked a question related to Web Applications
Question
1 answer
web service prior mediation
Relevant answer
Answer
sorry I do not have the expertise to answer this question.
Regards
  • asked a question related to Web Applications
Question
1 answer
I'm doing a project with java servlets and velocity template application. I started to write codes to some functionality but I want to know what is the best software to use to write codes? How can I write a code to communicate with Mysql and java servlet application?
Relevant answer
Answer
Netbeans and Intellij for me are the best.
To communicate with mysql you can use Servlet on the tomcat.
To communicate with java servlet you can use JSON, or have a look at some frameworks like primefaces.
  • asked a question related to Web Applications
Question
3 answers
We would like to make our bioinformatics method available to academic community as a Web application,
so that a user could download his/her data, execute an algorithm and download the result.
What legal issues arize in this case?
What disclaimers should we right to prevent e.g. the accusation in using someone's proprietary data.
What bioinformatics Web applications of such an art already exist?
Many thanks.
Relevant answer
Answer
In agreement with Angel - contact your most trustworthy incarnation of an IT group in Bonn and they will certainly guide you.  The roadblocks occur once you want to make money with such a tool.  It seems you are not going down that road though - so you should find an open road to get this out there.  Sounds like a really nice tool you have developed.
  • asked a question related to Web Applications
Question
2 answers
I wanted to send an email by using the mail() function in php using wamp server. I have changed the setting in php.ini for smtp server, but am still getting the warning, "Warning: mail(): SMTP server response: 530 Authentication required in C:\wamp\www\sammail.php on line 20".
Please suggest a possible solution for this.
Relevant answer
Answer
better to use the classic email sending library for PHP:  PHPMailer:
you can download it here:
and here is instruction how to use it with wamp:
  • asked a question related to Web Applications
  • asked a question related to Web Applications
Question
4 answers
Smart phone application in the NHS for measuring self reported symptoms of inflammatory bowel disease.
Relevant answer
Answer
Hi,
 If you want to measure the impact of a mobile health web application, then you have to conduct a research on it and find out the impact percentage from it.
Mobile health is used in the following:
1) To access and controlled sharing of health data and information
2) The health and lifestyle tracking
3) The management of chronic disease and outcomes
4) to share the decision making
5) The social networks and learning health systems
6) The management of behavioral healthcare.
Kindly see the following links:
  • asked a question related to Web Applications
Question
2 answers
I want to implement file sync thru a webportal conside dropbox, but it has client to sync, i have only website to sync files. Can anyone suggest
Relevant answer
Answer
I would like to suggest you, not to publish sensitive research data in "free" "cloud" storages as dropbox. All content stored in dropbox is fully available to economy spies like e.g. security agencies. Your paper may not be rejected, because it was published just ago by someone else. But anything stored in the dropbox is like published.
You may ask at your research facility / university, if there is an "in house" cloud storage solution. If not, you may suggest this to an admin there.
It is also possible, to set up your own cloud, using open source projects like owncloud.org - even on a raspberry pie...
Research costs money - so spreading your results for free to anyone - you don't loose your results - but did you really want to spread them at this moment of your progress?
  • asked a question related to Web Applications
Question
5 answers
I 'am working on usability evaluation methods and techniques in term of websites and web applications.
Relevant answer
Answer
Jakob nielsen's usability heuristics used to be very popular but aren't as relevant these days.  You've got multiple areas when it comes to evaluating a website.  Use http://nibbler.silktide.com/ to get an idea of some of the elements you could evaluate.
  • asked a question related to Web Applications
Question
3 answers
In the discussion forum there is a textbox in which the user can post a message or problem. Other users make a comment or suggestion for that post. I am new to ASP .NET. I learned how to create a textbox dynamically, but the after the creation of another textbox (after postback), the previously created textbox disappears. All created textboxes should appear in the page and should be saved permanently.
Relevant answer
Answer
You can try it with Javascript/Ajax technology in the .aspx page, it can create textboxes dynamically and hide them since Javascript can control them conveniently. The values of all the textboxes can be saved in an array.
  • asked a question related to Web Applications
Question
12 answers
Can anyone suggest the best free online web development IDE?
The IDE should be free, run inside a web browser (no additional software or plugins), FTP support to upload the solution to the web server, code highlighting for PHP, CSS, HTML and JavaScript as well as intelligent code suggestion (auto-complete option) and function parameter hinting.
When I say free, I also mean solutions that provide a one user free package, even if multiple user packages are paid.
I am aware of codeanywhere.com web application, which is a good tool, but would like to hear about other suggested alternatives.
Relevant answer
Answer
How about using the web browsers 'Developer Tools' ? They are the best for debugging HTML, CSS, JQuery and JavaScript. I support Vito's answer that you will still need something like notepad++ if coding on windows or gedit, kwrite, vim if on a nix platform.
  • asked a question related to Web Applications
Question
4 answers
in Cloud computing -Optimization Web Performance for SAAS 
Question :
How to analysis Performance in SAAS? in currently ,
what are they waay to improve ?plz advice  , 
Regards
Sankara
Relevant answer
Answer
Firstly try to measure infrastructure metrics (CPU, memory, network, disk, etc) to know the environment (it is not SaaS, but it is good understand the infrastructure and the impact on applications). 
Then measure application metrics (time, throughput, requisitions per second, etc). Many work look for web and database metrics because they are very related to the applications.
You can use many known benchmarks or just measure the environment by programming.
Specifically for computational clouds I suggest checking the elasticity of the environment. The more elastic the better. However the elasticity has a cost. If you could provide elasticity to the cloud, it is expected improvements in the environment.
If you want to evaluate the providers viewpoint, i suggest analyzing the price of services. There are many different services and different providers, such Amazon, HP, etc. You can compare SaaS services between them.
  • asked a question related to Web Applications
Question
11 answers
Possibilities include IBM Bluemix, Google Cloud Platform, Azure, Amazon etc. Have you any experience using these? In particular for A. spinning up VMs that students have been working on and B. Easily creating web service components for mobile apps (Android). Have you participated in Academic Initiatives for Cloud services?
(My cohort is studying online/by distance towards a BSc. in IT.)
Relevant answer
Answer
Eamon, it depends on how much management you want to place in the hands of the students, and which technology stack you are having students program with.
For example, with pure AWS/EC2 students can manage the entire process of configuring, packaging, deploying and managing VMs. The benefit here is that the VM they deploy can be running any stack they choose; the drawback is that there is a lot to configure and manage before they have a running app/service on the cloud.
In contrast, something like Cloud9 w/ Azure, or Heroku, makes deploying VMs a non-issue. The focus instead is on the app being built, and students use automated tooling to package and deploy their apps to the cloud. The benefit here is that students get to focus on the application, rather than the details of VM management; whether that is a drawback depends on you and the students.
With undergraduates, I encourage the use of the Ruby stack to build apps and services (with Sinatra and Rails) because of the rich framework API. I then have them deploy to Heroku, which I personally feel is fantastic, and students get lots of satisfaction.
You can let the advanced students use whatever cloud vendor and technology stack they want. (eg. encourage them to try Docker).
Also, I recommend Fox, A., & Patterson, D. (2012). Engineering Long Lasting Software, which was also available as an online course a while ago, maybe it still is.
Note: Other answers like Dropbox and Moodle, unfortunately, indicate these posters have no idea what you are asking. Or, maybe I don't.
  • asked a question related to Web Applications
Question
6 answers
Just to know the extent to which these two are same and different. What parameters make them  different etc.
Relevant answer
Answer
To add what Georg Heidenreich wrote, the web software has early release cycles. Also the interface needs to be updated frequently since user needs rich interface that responds quickly. 
  • asked a question related to Web Applications
Question
4 answers
Which are the limits about simultaneous access to web pages with LAMP? 
I need a performant architecture to manage a lot of queries per second, exist a faster and more scalable architecture than LAMP?
Relevant answer
Answer
if your websystem is built keeping in mind all kind of scaling, then yes.
I suggest make some measurements of internal and external websystem traffic load, node CPU load , mysql DB load. Maybe that helps you get light in. You need to find the bottleneck of your websystem. If You got it You can increase the performance of websystem. Try to bring Your test on one of the websystem node. Then You`ll see the behavior of the websystem node, how many requests the node can serve, etc.
  • asked a question related to Web Applications
Question
5 answers
Got some issues in creating the conceptual framework and questionnaire. Is there someone who can help me in this regard. Thanks a lot in advance.
Relevant answer
Answer
Anytime you approach testing there is a great deal of middle work to accomplish; design a little, architect a little, define a little, be agile, etc. Testing is essential, but time and resource consuming activity in the software development process. Generating a short, but effective test suite usually needs a lot of manual work and expert knowledge. In a model-based process, among other sub-tasks, test construction and test execution can also be partially automated.
Take a look at this MIT site for some deeper info: http://mit.bme.hu/~micskeiz/pages/modelbased_testing.html
We do our model based testing of machine control and human interfaces starting with state machines - we're engineering geeks!
  • asked a question related to Web Applications
Question
7 answers
I have a table,that stores resources and their tags from social network (bibsonomy)
and i have SPARQL results from dbpedia by Virtuoso SPARQL Query Editor
Now, i want to convert that table to RDF graph where every node represents set of tags of a shared resource, then i want to use this rdf result about web_design categories from dbpedia as seed to extract related tags to web design domain . i don't know what is the best way and tools to do that ?
Relevant answer
Answer
Hi,
a pratical approach is use CSV dataset and open refine or Google refine with RDF extension to convert the CSV in a RDF file.
  • asked a question related to Web Applications
Question
4 answers
Here we go! Please let know where to start with when developing a web GIS application for asset management system. Which technology is most suitable to make two web applications (webGIS and AssetApplication) to talk to each other? Please send me ideas about the best architecture to follow which makes the application robust, secure and of-course free from proprietary?
Relevant answer
Answer
If I have correctly understood you have a set of "point of interests" representing a powerline (or something similar) and you want to access at the information related to each POI that are stored in a PostGis database....am i right?
If the answer is yes, i'm working on a similar problem in a EU-founded project (www.sunshineproject.eu) where we have integrated sensors data than can be visualized by a webgis tool.
There are different ways to solve this problem but, if you don't want to reinvent the wheel, i'm suggesting to take a look to the OGC SOS protocol (http://52north.org/communities/sensorweb/sos/): this protocol is optimized to offer ANY kind of data coming from sensors by the use of a rest API. Any sensor can be also geo-referenced. In this was you can query the available data by lat/lon or sensor ID, for example.
This is a part of the solution that we adopted.
  • find the ID of the object that you want to query
  • use the REST APIs offerend by the 52n SOS suite to query the postgis database
  • parse the output xml or json file
  • show the data by the use of an html webpage
Maybe you can take a look on the attached publication to have a general idea about our webgis solution
  • asked a question related to Web Applications
Question
5 answers
What I am looking for is an example of an enquirable website hosting  information about all the funded projects, or good case study projects taking place in a geographical region (like a city or an English county or a US state, for example). Ideally the resource would give some evaluation of projects, or might contain information on people and skills and educational resources in the region as well.
Relevant answer
Answer
Many thanks for the site Daniela, it is a useful example. 
  • asked a question related to Web Applications
Question
4 answers
I have to model dependencies between components in a environment, so every component has a list of self dependencies. So if I want to see what  component i can enable I have to determinate if every dependency is solved. Manually for one it works, but need to automate this process. So I could think:
  • Dependency Binary Tree
  • Dependency from Directry Acyclic Graph
  • Dependency for Service Dependency Graph
So any suggestion  about the best way?
Relevant answer
Answer
While DAG (Direct Acyclic Graphs) and their variants are good to start with - in practice you may also want to ensure the 'directed' representation implementation does not become bottleneck later (if you go with implementing it as a graph, as-is).
For example, you may want to answer questions like "what does this component depends on" as well as "what all components depends on this" (the opposite direction). So, it is better to ensure that your actual implementation of the DAG allows such reverse traverals too right from the ground up.
One right way in such case would be to go with 'boolean matrix' representation. Once there, the techniques of Sparse and triangulation help optimize the memory / access further.
Also, the boolean vector / matrix representations are easily scalable across multiple machines (thus leading to ease of big-data readiness, just in case).
  • asked a question related to Web Applications
Question
4 answers
I am trying to show one image in pop up portion in a div. It's quite easy & it's showing in Mozilla Firefox and opera, but it's not showing in google chrome & related servers like Chromium, Comodo Dragon, etc.
It's also not showing in Safari and IE.
Guys It's really an unusual problem that I've never faced.
The I give absolute path on the image portion and the popup is showing in facebox By jQuery.
Note: I am using HTML 5
I explain Below....
1) This is the div::::::::::
___________________
<div id="info3" style="display:none;">
<div class="popup2">
<div class="popupbox">
<a onclick="jQuery(document).trigger('close.facebox');test()" href="javascript:void(0)"> <img src="<?php echo base_url(); ?>images/closeButton.png" alt="" style="position:absolute; left: 750px; top:-10px;"/></a>
<div style="width:auto; margin:10px auto; padding-bottom:10px; border-bottom:double 4px #a3a3a3; alignment-adjust:central;"><img src="<?php echo base_url(); ?>img/top-logo.png" alt="" style="margin-left:254px;" /></div>
<div style="width:auto; margin:10px auto; padding-bottom:10px; border-bottom:double 4px #a3a3a3; alignment-adjust:central;">
</div>
<div style="width:550px; margin:0 auto;">
<?php /***This two images I want to show[Start]****/ ?>
<img src="<?php echo base_url() ?>images/book1.jpg" alt="" style="float:left;" />
<img src="<?php echo base_url(); ?>images/book2.jpg" alt="" style="float:right;" />
<?php /***This two Images I want to show[End]******/ ?>
<div style="clear:both; line-height:0;"></div>
</div>
<div style="text-align:center; font-size:14px; line-height:18px; margin:20px 0;"> Not ready for the 15 hours of training with John Lane? Get started with his eBooks. They are filled with great advice! Today both eBooks are $19.95. Start Educating Yourself Today!</div>
<div style="width:250px; margin:20px auto;"> <div class="newlearnmorebutton">
<a onclick="mailSend()" href="javascript:void(0)">Buy Now</a>
</div></div>
</div>
</div>
</div>
_____________________________________
TO show this div in a popup window,I call jQuery
______________________________________
like :----
window.onbeforeunload = function(e){
//alert('uuuuuu');
$.facebox($("#info3").html());
// window.onbeforeunload = '';
return "Do you want to Quit";
}
To know facebox I have provided two links here.
The Images are perfectly showing in firefox and opera but, it's not showing in Chrome, Safari and IE.
To investigate this problem, I am using firbug. The html is clearly good, but the portion showing the status of the images is pending whether the status of the images are 200K (Connected Successfully).
To help me to solve the problem...
For any confusion mail me: abirjob2011@gmail.com / abirjob@yahoo.in
Relevant answer
Answer
I have a problem with scrolling, I have to scroll down and down in Q&A to reach the right part of the web page
  • asked a question related to Web Applications
Question
24 answers
+Welcome.
Educational e-portfolio [1] applications facilitate students' reflection on their learning or courses. Through this reflection learning is supported. This approach is referred to as 'learning through reflection'. Please answer to any of the following questions beginning with the first ones.
Which educational e-portfolio web applications have you used or learned about? Could you provide a ranking or suggestion? Which is their type, for example commercial, open source or ad hoc? Do they feature interoperability with VLEs/LMSs? Do they offer social networking? What does their content management system provide (blogs, resumes, file management, views)?
You may also provide any interesting references.
Thank you.
[ Featured references:
]
Relevant answer
Answer
Dear colleagues, I experienced first-hand how a properly designed e-portfolio assignment lets one reflect on your learning experience.  As Mariane suggests, it is advisable to provide criteria against which the portfolio will be evaluated.  There indeed may be some degree of self-enhancement involved, but of course, if one can provide some evidence for the self-enhancement, it may be regarded as a realistic self-evaluation! Please see one of the rubrics that I found for evaluating an e-portfolio.
  • asked a question related to Web Applications
Question
4 answers
Like Github but with additional feature for hosting
Relevant answer
Answer
Many web hosting providers have a free tier or a free trial of their services so you can use their services for testing. Git repositories can be setup to automatically copy across your code to the web hosting provider through scripts associated with hooks.
If you do not wish to write your own scripts, you can use a service such as FortRabbit or PhpFog. Both providers have a free tier and support deployment through Git.
  • asked a question related to Web Applications
Question
3 answers
.
Relevant answer
Answer
Do you want to develop a web application that can obtain details about the web browser? If you are using the Django web framework for Python, you can use the Django User Agents package from https://pypi.python.org/pypi/django-user_agents
The browser sends some information within an HTTP request, and you can write Javascript to obtain the other information and pass it back to the web server.
If you want to develop a desktop application, you can obtain Internet Explorer settings from the Windows registry, for which we have the winreg Python module. Firefox settings are stored in a prefs.js file. You can similarly find the location of the settings for other web browsers to read their settings.
  • asked a question related to Web Applications
Question
6 answers
I'm having an idea of building a public website for sharing of our compound data and modeling results. That involves using a web API ( or JS Plug-in) for structure file view. I think jsDraw2. Table is very nice, any other suggestions?
Relevant answer
Answer
And I like that it's totally frre
  • asked a question related to Web Applications
Question
4 answers
Nowadays, Digital Television is a fact, and Web OS too. If somehow Digital Television could be accessed using the web could be an interesting issue. There are several Web OS but I am asking if someone can be adapted to be interactive in a TV Environment.
Relevant answer
Answer
I think that the next revolution will occure in your home,for example,everyone will go home and have a rest,that must attain lots of users in the future.The more users you have,the more successful you can get!
  • asked a question related to Web Applications
Question
8 answers
Possibilities, usability, standards.
Relevant answer
Answer
Web 3 & Semantic technologies not only going to facilitate education delivery system but also will increase user and education service performance expectancy, so to came out with the future applications of web3 and semantic web that are going to be a brake through in education software engineer need to focus also on user and service provider performance expectancy.
  • asked a question related to Web Applications
Question
4 answers
They are two very powerful platforms for web application development and I am interested in which is the better platform. In the case of App Engine, which is the better language to develop in the platform because is possible to use java and python, besides others.
Relevant answer
Answer
It depends on the use of requirements of web application. Before developing web application, there is need to understand the technical importance of both platforms. As, App Engine lets engineers use accustomed development environments and tools to shape their applications. This comprises of the Java, Python, and Go languages. Because App Engine helps the Java, a host of other languages that run on the Java Virtual Machine (JVM) are also compatible, which include (but not limited to): Ruby (JRuby), Scala, PHP (Quercus), Groovy, Python (Jython) and JavaScript (Rhino). If you want to use Jython (running the pure Python runtime vs Python on the Java runtime). It is nice way to control a legacy Java codebase while developing new code in Python as Jython that can be used with both Java and Python objects.
  • asked a question related to Web Applications
Question
3 answers
1. Does a highly available IT hardware Infrastructure with sound disaster recovery plans and redundancy, guarantee high availability on the software?
2. Is there a model for designing Highly available Enterprise Software end to end solutions?
Relevant answer
Answer
Yes, there are models for that but you need to realize that there are different threats and failure modes you might want to protect against. Things can get quite complex very quickly when you mix HA and FT.
In the simplest form, FT H/W can mitigate faults that are bounded to a single machine. RAID storage arrays can mitigate faults bound to physical media. Then HA clusters can address faults bounded to a comprehensive FT machine or a network.
Then you can get into hybrid models, using HA clusters of FT nodes. Ideally, you would want to do so with a heterogeneous OS, to avoid the case where running code hits a driver error causing a crash of Node A. If the same OS/App load is then restored on Node B it is possible for Node B to crash after executing the same instruction set.
If you would like to go one step further you can also add HA Geo units, which are geographically distributed to avoid data center failure. The complexity and investment are unbounded, so it really comes down to what s the cost of downtime and how much of an investment makes sense to prevent that service outage.
Hope that gives you a sense of the possibilities out there.
  • asked a question related to Web Applications
Question
2 answers
Where data is not pulled (i.e. From a file for example) but rather from an online database.
Relevant answer
Answer
I'm looking for an ANN application that could be basically be run online, i.e. being connected to a relational database
  • asked a question related to Web Applications
Question
9 answers
When we look at define of project by Turner:
A project is an endeavor in which human, material and financial resources are organized in a novel way, to undertake a unique scope of work, of given specification, within constraints of cost and time, so as to achieve beneficial change defined by quantitative and qualitative objectives.
It's clear that the first important condition of project is "endeavour" to fit for web start-up. The web start-up is "endless" process of development and improvement.
That leads us to other question Is the metric of success of project could fit on web start-up?
Relevant answer
Answer
@ Skip -
I agree with you, Skip, because a project is all the work that we do one time. Once the webstartup is launched, the project is completed. Maintaining the business after it is launched moves it into the operations category (e.g. Vogt, 2008); therefore, you are absolutely correct.
Ref:
Verzuh, Eric (2008). The Fast Forward MBA in Project Management, 3rd. Edition. New Jersey: John Willey & Sons
  • asked a question related to Web Applications
Question
4 answers
I have localhost java server. I haven't used node.js, servlet, JSP, glassfish server, tomcat server or apache server. This server uses TCP/IP connection to connect to javascript trough websocket (HTML5). I can pass data like (abacd,1234,xyz etc.) from this java server to Javascript and display HTML (as web application).
Now I want to transfer ProtoBuf data from this java server to javascript/HTML5 .
I think I can serialize the data in java side but couldn't figure out how to deserialize in javascript side..
Any links, examples, guidance will be highly appreciated.
Relevant answer
Answer
Try to serialize your data in JSON form. In this case you should only use eval() js-function to translate your JSON-data to javascript array or object.
  • asked a question related to Web Applications
Question
7 answers
I've tried many web based apps available online to calculate the Tm and each one of them were producing completely distinct results which had caused me so much confusion. I've got 5 sets of primers, 10 in total and all I want is to find the Tm, and annealing temperature of each, so I can set a temperature gradient (+/- 5C) as suggested by many to do the initial optimisation. Please suggest me the easiest way where I can submit my primer sequences and it'll generate the correct melting and/or annealing temperature for each set.
Relevant answer
Answer
Hi, the company who sold you the primers also sent you a datasheet with all relevant informations. Why to calculate the melting temperature again? Cherrs, Nadine
  • asked a question related to Web Applications
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 Applications
Question
8 answers
Every now and then we can see empirical software engineering is used in software development industry. Does it really make a difference to use empirical software engineering?
Relevant answer
Answer
Empirical results are needed to validate new concepts. In an applied discipline like software engineering, this is important. Otherwise, we will not be able to distinguish from validated proposals from interesting but yet unvalidated proposals.
  • asked a question related to Web Applications
Question
7 answers
I'm a recent college grad and creating a new learning, collaboration, and social studying platform. We just launched our product (http://www.chalkup.co) and we really would like to get as much feedback from professors and students as possible. We're trying to solve problems for our users as best as we can. Do you have any suggestions how someone like me could approach a professor or researcher like yourself in order to get this critical feedback?
Relevant answer
Answer
The key is to describe what's unique about it - a short white paper on key differentiating features is what I'd want to see myself. Addressing known challenges for distance teaching and distance learners would help convince me to try any new tools - e.g. how do I offer async instruction, but still get feedback from students on my recorded lectures (e.g. can they hit like/dislike and understand/confusing during audio and slides like a clicker), or what is it that adds value of incumbents like desire2learn, blackboard, moodle, etc.
  • asked a question related to Web Applications
Question
13 answers
I have to create a server which can be accessed by the people which are connected in LAN as well as the people which are not connected in LAN. Please suggest a proper solution.
Relevant answer
Answer
Just go to ip settings. (ipv4 not ipv6). then you can find them. or just google it.
  • asked a question related to Web Applications
Question
4 answers
Is there a website or online tool to design a vector with promoter and cDNA ?
Relevant answer
Answer
If you are looking for a web-based plasmid editor, check Benchling (https://benchling.com). It works great!
  • asked a question related to Web Applications
Question
6 answers
In order to estimate efforts for a WEB software project we need to use a software cost estimation model. I want to know whether we do have methods in place to check the effectiveness and reliability for checking the WEB software cost estimation models.
Relevant answer
Answer
please check out my paper for modern software evaluation
"Survey and evaluation of agent oriented software engineering."
  • asked a question related to Web Applications
Question
6 answers
In recent work, we integrated complex technologies in a special way in a piece of software to solve our problem. We are thinking of publishing our needs and what we have done and our study on way to do things to satisfy them. Does someone know a good quality journal where we can publish such work, if possible having an impact factor?
Relevant answer
Answer
If your goal is to publish a software then please do take into account that open access journals are starting to promote "software articles", i.e. articles describing a software. For instance, have a look at http://www.springerplus.com/authors/instructions
Apart from this, I agree with the others it really depends on the paper focus and research domain.
  • asked a question related to Web Applications
Question
97 answers
I have collected over 700 tools that can help researchers do their work efficiently. It is assembled as an interactive Web-based mind map, titled "Research Tools", which is updated periodically. I would like to know your personal experience on any kind of "Research Tools" that you are using for facilitating your research.
Relevant answer
Answer
Nader, as far as I am concerned, every research has three distinct phases: I) Literature search, II) conceptualization, III) development.
In Phase I (Literature search), you are answering the question : is this idea new ? has it been done ? ... Unless you have a clear answer on this, do not bother going to Phase II, since you could be completely wasting your time. The problem with almost every tool is that, it is impossible for automated tools to figure out the RELEVANCE. It is almost always the case that, there is TOO MUCH information, and no way to find out your specific answer ... There are other discussion threads heavily discussing this.
In Phase II, you are certain that, this idea is new, or your implementation is new, so, you go ahead with it. But, before you start developing, you have to conceptualize what tools you are going to use. This is the THINKING BEFORE DEVELOPING stage. Any minute you spend here culd save you 10 minutes in the future. This is where you look at every possible tool, and evaluate them, and ideally read the reviews about them.
Phase III. This is where you start using the tool(s) you selected in Phase II.
  • asked a question related to Web Applications
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 Applications
Question
2 answers
Yesterday, I went to http://try.discourse.org, the new project developed by the Stack Overflow team. This project uses the EmberJs javascript Framework for requesting the content. And unfortunately my browser (Safari) sees the following error in the code:
TypeError: 'undefined' is not an object (evaluating 'PreloadStore.get("siteSettings").top_menu')
The consequence of this error is that no content is displayed; I have a blank page. The javascript error logically prevents the content from displaying.
My question is:
If javascript is disabled in my browser, I can see the content of Dicourse because of the <noscript> </noscript> tag in html.
But if I have javascript enabled and it encounters an error, I can see nothing.
So, in a web app development, is there a way to display the no script content or alternative content if the javascript app encounters an error?
Relevant answer
Answer
You can always put your javascript code in a try-catch construction. Where javascript will try to execute the code in the 'try' block and if an error occurs it will execute the 'catch' block.
  • asked a question related to Web Applications
Question
3 answers
Can a web application developed and based on Ruby on Rails framework be developed using Python?
Relevant answer
Answer
I'm not sure if I get your question right.
Ruby and Python are programming languages. And Rails is a web framework developed in Ruby.
If you want to use Python for you web application, you should have a look at the Django framework.