Academic literature on the topic 'Web-development'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Web-development.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Web-development"
Kearney-Volpe, Claire, and Amy Hurst. "Accessible Web Development." ACM Transactions on Accessible Computing 14, no. 2 (July 2021): 1–32. http://dx.doi.org/10.1145/3458024.
Full textDeboo, Erach N., George L. Robb, and David C. Yen. "International Web Development." Journal of Internet Commerce 1, no. 4 (September 2002): 121–45. http://dx.doi.org/10.1300/j179v01n04_08.
Full textKowalczyk, ChrisR, PhilipJ Benson, and JulianF Burke. "Web alert Development." Current Opinion in Neurobiology 7, no. 1 (February 1997): 1. http://dx.doi.org/10.1016/s0959-4388(97)80112-2.
Full textBurke, JulianF, and PhilipJ Benson. "Development Web alert." Current Opinion in Neurobiology 8, no. 1 (February 1998): 11. http://dx.doi.org/10.1016/s0959-4388(98)80002-0.
Full textChurch, Jennifer, and Kyle Felker. "Web Team Development." portal: Libraries and the Academy 5, no. 4 (2005): 545–54. http://dx.doi.org/10.1353/pla.2005.0048.
Full textBecker, Bernd W. "Web Development Simplified." Behavioral & Social Sciences Librarian 29, no. 4 (November 30, 2010): 301–3. http://dx.doi.org/10.1080/01639269.2010.521042.
Full textS.R, Gokulakrishnan. "Best Practices for Web Design and Development." International Journal of Research Publication and Reviews 4, no. 4 (April 2023): 2839–41. http://dx.doi.org/10.55248/gengpi.4.423.36019.
Full textKim, Kwang-Young, Won-Goo Lee, Min-Ho Lee, Hwa-Mook Yoon, and Sung-Ho Shin. "Development of Web Crawler for Archiving Web Resources." Journal of the Korea Contents Association 11, no. 9 (September 28, 2011): 9–16. http://dx.doi.org/10.5392/jkca.2011.11.9.009.
Full textKaushik, Gaurav. "Progressive Web App - The future of Web Development." International Journal for Research in Applied Science and Engineering Technology 7, no. 7 (July 31, 2019): 495–98. http://dx.doi.org/10.22214/ijraset.2019.7077.
Full textChen, Songtao, Shahed Ahmmed, Karu Lal, and Chunhua Deming. "Django Web Development Framework: Powering the Modern Web." American Journal of Trade and Policy 7, no. 3 (December 31, 2020): 99–106. http://dx.doi.org/10.18034/ajtp.v7i3.675.
Full textDissertations / Theses on the topic "Web-development"
Tsardas, Nikolaos A. "Web database development." Thesis, Monterey, Calif. : Springfield, Va. : Naval Postgraduate School ; Available from National Technical Information Service, 2001. http://handle.dtic.mil/100.2/ADA397539.
Full textMcElhiney, Patrick R. "Scalable Web Service Development with Amazon Web Services." Thesis, University of New Hampshire, 2018. http://pqdtopen.proquest.com/#viewpdf?dispub=10931435.
Full textThe objective of this thesis was to explore the topic of scalable web development, and it answered the question, “How do you scale a website to handle more traffic at peak times without wasting resources?” This is important research to any web company that has issues with rising costs as demand for their website increases. It would be wise for every online business to be prepared for more web traffic, before it occurs, without spending the budget of a multi-million user web company in low traffic periods. The last thing you want is an error as your customer base starts to arrive, giving them a bad experience for their first impressions, which would result in lost revenue.
Scalable software development architectures, including microservices, big data, and Kubernetes were studied, in addition to similar web service companies including Facebook, Twitter, and Match.com. A scalable architecture was designed for a social media web service, MeAndYou, using the big data configuration with a shared Aurora database, which was configured using an auto-scaling group attached to a load balancer in Amazon Web Services (AWS). It was tested using a custom threaded Selenium-based Python script that applied simulated user load to the servers. As the load was applied, AWS added more Elastic Compute Cloud (EC2) instances running a virtual disk image of the web server. After the load was removed, the instances were terminated automatically by AWS to save costs.
Countless steps were taken to make the web service bigger and more scalable than it originally was, before testing, including adding more fields to user profiles, adding more search types, and separating the layers of code into different Hypertext Preprocessor (PHP) files in the front-end. A version control system was configured on the servers using GitHub and rsync. The systems architecture designed suggests the Match Engine should use a stream processing message queue, which would allow the system to factor searches one at a time as they are created, with horizontal scaling capabilities, rather than grabbing the entire database and storing it in memory. The backend Match Engine was also tested for accuracy using Structured Query Language (SQL) injection, which determined how the match algorithm should be improved in the future.
Linder, Anders, and Johan Olsson. "Free Software For Web Development." Thesis, Linköping University, Department of Science and Technology, 2003. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-2000.
Full textThis thesis will look into what kind of solutions a company or a private person can use if they want to create a dynamic website using only free software. To do this we divided our work in two parts. In the first part, we developed a dynamic website for a Swedish company. On the server side we used exclusively free software with open source code. There are different meanings in how the term “free” should be used when referring to software, which we will explain in the thesis. We have also chosen to work with the XMLtechnology to see if it lives up to its expectations and to see if we could benefit from the technology. Alongside with the development of our site, another company developed a site for the same company as us, by using non-free software. We have described both implementations and compared them to see if it is possible to do the same thing with both free and non-free software.
The investigating part of our work consisted of getting information about what other people think about the free software phenomenon. To do so we created an online questionnaire where we randomly picked 100 Swedish web agencies and asked them to answer 8 questions about what kind of software they used in their company, and what they thought about free software. To get some more opinions we also interviewed two persons involved in these kinds of topics. Jan Sandred, who is a well known expert advisor in topics concerning the Information Technology area and Richard Stallman, the founder of GNU and the Free Software Movement.
The reason for dividing the thesis in two parts was to get an overall picture on the subject. We did not only want to base our results on other people’s thoughts. We wanted to make our own conclusions based on the implementation we did. This approach showed out to be very good. We got to try working with free software ourselves to see its pros and cons and build our own opinions about it. We could then proceed to compare our impressions to other people’s impressions about free software.
Rahman, Mohammad Hafijur. "Designing Framework for Web Development." Thesis, Uppsala universitet, Institutionen för informatik och media, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-168362.
Full textOkamoto, Sohei. "WIDE web interface development environment /." abstract and full text PDF (free order & download UNR users only), 2005. http://0-gateway.proquest.com.innopac.library.unr.edu/openurl?url_ver=Z39.88-2004&rft_val_fmt=info:ofi/fmt:kev:mtx:dissertation&res_dat=xri:pqdiss&rft_dat=xri:pqdiss:1433350.
Full textPanta, Purushottam. "Web Design, Development and Security." Connect to resource online, 2009. http://rave.ohiolink.edu/etdc/view?acc_num=ysu1244819478.
Full textNorberg, Tobias, Andreas Oskarsson, and Martin Kling. "Web application development : a study on UML Web Application Extension." Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik och datavetenskap, 2002. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-1689.
Full textGallardo, Salas Carlos, and Sánchez Adrián Extremera. "Web Development Frameworks : Ruby on Rails VS Google Web Toolkit." Thesis, Linnéuniversitetet, Institutionen för datavetenskap, fysik och matematik, DFM, 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-15828.
Full textRode, Jochen. "Web Application Development by Nonprogrammers: User-Centered Design of an End-User Web Development Tool." Diss., Virginia Tech, 2005. http://hdl.handle.net/10919/28222.
Full textPh. D.
DeLong, David Blane. "A web-based, database bound, WYSIWYG development environment for web applications." CSUSB ScholarWorks, 2004. https://scholarworks.lib.csusb.edu/etd-project/2580.
Full textBooks on the topic "Web-development"
David, Miller. Web multimedia development. Indianapolis, Ind: New Riders Pub., 1996.
Find full textScharl, Arno. Evolutionary Web Development. London: Springer London, 2000. http://dx.doi.org/10.1007/978-1-4471-0517-6.
Full textKurata, Deborah. Doing Web Development. Berkeley, CA: Apress, 2002. http://dx.doi.org/10.1007/978-1-4302-0852-5.
Full textRischpater, Ray. Wireless Web Development. Berkeley, CA: Apress, 2002. http://dx.doi.org/10.1007/978-1-4302-1103-7.
Full textKrause, Jörg. Introducing Web Development. Berkeley, CA: Apress, 2016. http://dx.doi.org/10.1007/978-1-4842-2499-1.
Full textDesborough, John. Intranet Web development. Indianapolis, Ind: New Riders Pub., 1996.
Find full textDesborough, John. Intranet Web development. Indianapolis, Ind: New Riders Pub, 1996.
Find full textBook chapters on the topic "Web-development"
Platt, Daniel. "Web Development." In Tweak Your Mac Terminal, 447–78. Berkeley, CA: Apress, 2020. http://dx.doi.org/10.1007/978-1-4842-6171-2_8.
Full textKautz, Karlheinz, and Sabine Madsen. "Web Development." In Constructing the Infrastructure for the Knowledge Economy, 495–505. Boston, MA: Springer US, 2004. http://dx.doi.org/10.1007/978-1-4757-4852-9_37.
Full textSuryadevara, Nagender. "Web Development." In Beginning Machine Learning in the Browser, 1–30. Berkeley, CA: Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-6843-8_1.
Full textKumar, Akshi. "Web Development Basics." In Web Technology, 105–13. Boca Raton : Taylor & Francis, a CRC title, part of the Taylor & Francis imprint, a member of the Taylor & Francis Group, the academic division of T&F Informa, plc, 2019.: Chapman and Hall/CRC, 2018. http://dx.doi.org/10.1201/9781351029902-7.
Full textWilson, Kevin. "Python Web Development." In The Absolute Beginner's Guide to Python Programming, 167–81. Berkeley, CA: Apress, 2022. http://dx.doi.org/10.1007/978-1-4842-8716-3_12.
Full textSempf, Bill, Donald Xie, James Greenwood, Rob Harrop, Colt Kwong, Jan Machacek, Brian Bischof, Jon Reid, and Kunal Cheda. "Web Application Development." In Pro Visual Studio.NET, 93–145. Berkeley, CA: Apress, 2004. http://dx.doi.org/10.1007/978-1-4302-0749-8_3.
Full textLivshin, Igor. "J2EE Web Development." In WebSphere Studio Application Developer 5.0: Practical J2EE Development, 283–372. Berkeley, CA: Apress, 2003. http://dx.doi.org/10.1007/978-1-4302-0781-8_7.
Full textMacaulay, Michael. "Web Development Process." In Introduction to Web Interaction Design, 793–825. Boca Raton, FL : CRC Press, [2017]: Chapman and Hall/CRC, 2017. http://dx.doi.org/10.1201/9781315692333-26.
Full textMacaulay, Michael. "Managing Web Development." In Introduction to Web Interaction Design, 827–53. Boca Raton, FL : CRC Press, [2017]: Chapman and Hall/CRC, 2017. http://dx.doi.org/10.1201/9781315692333-27.
Full textKurata, Deborah. "Web Application Architectures." In Doing Web Development, 415–46. Berkeley, CA: Apress, 2002. http://dx.doi.org/10.1007/978-1-4302-0852-5_15.
Full textConference papers on the topic "Web-development"
Ran, Hu, Wang Zhuo, and Xu Jianfeng. "Web Quality of Agile Web Development." In 2009 IITA International Conference on Services Science, Management and Engineering (SSME). IEEE, 2009. http://dx.doi.org/10.1109/ssme.2009.112.
Full textHu, Ran, Zhuo Wang, Jun Hu, Jianfeng Xu, and Jun Xie. "Agile Web Development with Web Framework." In 2008 4th International Conference on Wireless Communications, Networking and Mobile Computing (WiCOM). IEEE, 2008. http://dx.doi.org/10.1109/wicom.2008.2960.
Full textSethi, Nandini, Abhishek Kumar, and Rohit Swami. "Automated web development." In the Third International Conference. New York, New York, USA: ACM Press, 2019. http://dx.doi.org/10.1145/3339311.3339356.
Full textGerman, Adrian, Santiago Salmeron, Wonyong Ha, and Bo Henderson. "MEAN Web Development." In SIGITE/RIIT 2016: The 17th Annual Conference on Information Technology Education and the 5th Annual Conference on Research in Information Technology. New York, NY, USA: ACM, 2016. http://dx.doi.org/10.1145/2978192.2978247.
Full textPark, Thomas H., and Susan Wiedenbeck. "Learning web development." In the seventh international workshop. New York, New York, USA: ACM Press, 2011. http://dx.doi.org/10.1145/2016911.2016937.
Full textKristaly, Dominic Mircea, Francisc Sisak, Ion Truican, Sorin-Aurel Moraru, and Florin Sandu. "Web 2.0 technologies in web application development." In the 1st ACM international conference. New York, New York, USA: ACM Press, 2008. http://dx.doi.org/10.1145/1389586.1389663.
Full textAntunes, Hiuram, and Inacio de Sousa Adelino da Fonseca. "Advanced web methodology for flexible web development." In 2021 16th Iberian Conference on Information Systems and Technologies (CISTI). IEEE, 2021. http://dx.doi.org/10.23919/cisti52073.2021.9476295.
Full textSakusa, Tomoya, and Motomichi Toyama. "Supporting Web Content Development using Web Index." In the 19th International Database Engineering & Applications Symposium. New York, New York, USA: ACM Press, 2014. http://dx.doi.org/10.1145/2790755.2790794.
Full textBenson, Edward. "Mockup driven web development." In the 22nd International Conference. New York, New York, USA: ACM Press, 2013. http://dx.doi.org/10.1145/2487788.2487939.
Full textBolton, Robert, David Ing, Christopher Rebert, and Kristina Lam Thai. "Declarative web application development." In the 2012 international conference. New York, New York, USA: ACM Press, 2012. http://dx.doi.org/10.1145/2213836.2213969.
Full textReports on the topic "Web-development"
Berners-Lee, Tim, and Ralph Swick. Semantic Web Development. Fort Belvoir, VA: Defense Technical Information Center, September 2006. http://dx.doi.org/10.21236/ada458366.
Full textMcGuinness, Deborah. Development of Semantic Web - Markup Languages, Web Services, Rules, Explanation, Querying, Proof and Reasoning. Fort Belvoir, VA: Defense Technical Information Center, July 2008. http://dx.doi.org/10.21236/ada484611.
Full textRussell, Glenn. Regional Geology Web Map Application Development: Javascript v2.0. Office of Scientific and Technical Information (OSTI), June 2017. http://dx.doi.org/10.2172/1376204.
Full textLloyd, Jason, and Robert Connor. Development and Verification of Web-based Bridge Monitoring Interface. Purdue University, December 2013. http://dx.doi.org/10.5703/1288284315215.
Full textSvetlana Shasharina. Final Report "CoDeveloper: A Secure Web-Invocable Collaborative Software Development Tool". Office of Scientific and Technical Information (OSTI), November 2005. http://dx.doi.org/10.2172/860595.
Full textCianciolo, Anna T. Web-Enabled Training-Development Tool for Pre-Deployment and Deployed Training. Fort Belvoir, VA: Defense Technical Information Center, November 2006. http://dx.doi.org/10.21236/ada458761.
Full textUniversity, Florida. Development of a Web-Based Graphical User Interface for Fermilab Robots. Office of Scientific and Technical Information (OSTI), September 2023. http://dx.doi.org/10.2172/2007012.
Full textZhou, Wei, Matthew Minnick, Mengistu Geza, Kyle Murray, and Earl Mattson. GIS-and Web-based Water Resource Geospatial Infrastructure for Oil Shale Development. Office of Scientific and Technical Information (OSTI), September 2012. http://dx.doi.org/10.2172/1121250.
Full textDr. Svetlana Shasharina. Final Report for CoDeveloper: A Secure, Web-invocable Collaborative Software Development Tool. Office of Scientific and Technical Information (OSTI), April 2002. http://dx.doi.org/10.2172/793328.
Full textCheng, Huaining, Stephen E. Mosher, and John R. Buhrman. Development and Use of the Biodynamics Data Bank and Its Web Interface. Fort Belvoir, VA: Defense Technical Information Center, August 2004. http://dx.doi.org/10.21236/ada428553.
Full text