Science topic
Web Design - Science topic
Explore the latest questions and answers in Web Design, and find Web Design experts.
Questions related to Web Design
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
I am a master student studying software engineering and currently looking for a master thesis topic in the field of software engineering, or web design and specilist frond_end designer . I'm not sure what kind of research I can do in this area and I need your help.
Thank you so much
For example (i) video subtitles have enormous SEO value and are critical for online accessibility. (ii) Also essential are alt image attributes and titles for SEO and accessibility in web design. (iii) Contrast, color and text size are key for SEO and visually impaired users.
I hope your contribution, I invite you to share challenges...
Can anyone advise how to put a complex microsoft excel spreadsheet online, an xls with many tabs, etc, in a protected format, viewable in a browser. There are some conversion sites that work with really simple single pages, but a complex design? Only the first tab needs to be visible, the rest perform background calculations etc. Download must be disallowed.
Canva is a graphic-design tool website, founded in 2012. It uses a drag-and-drop format and provides access to over a million photographs, graphics, and fonts. It is used by non-designers as well as professionals. The tools can be used for both web and print media design and graphics.
Hey everyone,
I am looking for metrics which I can use to evaluate any mobile application, there are many heuristics and design principles available for the websites to evaluate their usability. However, I did not encounter such heuristics for the mobile Apps, in addition, the uniqueness and the nature of the mobile Apps User interface make it harder to apply what I saw in the web design principles.
Any recommendations for papers which did a usability evaluation on Mobile Apps?
Thanks.
hyperlink mapping allow extracting hyperlinks from webpages to vizualize and analyze network of actors around an issue on the web
Are there software tools that help web developers to create metadata using schema.org vocabularies? do web developers need metadata training for creating those metadata?
Hi all,
besides the all well known(common) reasons using W3C recommendation, what are the real benefits?
Hi all, I've made a wordpress self-hosted website http://nbscholarships.tk but it is not getting shown in google. I tried to follow tutorials on site seo but even then my site ranking is zero. Please help me where I'm doing wrong. May be there is small thing being left unattended which make it zero. I followed specially the following tutorial while making my site and for its seo:
Please help me.
My question is related to web desing, specifically programming by html or CSS (Cascading Style Sheets).
I need to create a simple menu: suppose there is a letter A, and when you click on it, a menu (not drop-down, but a stable one) should appear offering choices B and C (in a vertical hierarchy). Repeated clicking on A should hide B and C back. What would be the concrete algorith for that in html or CSS? If these programming languages are not suitable for this kind of task, can you suggest the most appropriate tool for creating such menus?
I looked for such script algorithm in web designers' blogs thoroughly, but was not successful.
I need any latest articles published in the year 2015 on usability evaluation of academic library websites.
I want to develop a new and enhanced technique for making website learning moer adaptive. Is there any tool developed for usability measurement?
I am conducting some research on the influence of CALLs and language platforms in SLA.
I need your urgent help to fix this problem in web design, please.
I need to open an image with a new separate window larger than the original using JavaScript only and only without JQuery Just Html and JavaScript.
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
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 ?

In the early 2000s several methods were proposed for designing hypermedia applications (i.e. OOHDM).
Navigation through the application/processes workflow design is not trivial in hypermedia applications as web design has proven along those years.
In spite of most current web development frameworks relying on MVC, components and even solve routing quite decently, I still find a lack of abstractions in the navigation design layer (in industry).
So can anyone address me with current trends in the field, probably more in the research area than in industry?
I studied that NAND gate occupy less area than NOR gate. I need explanation or proof why it so?
Although in NAND gate pmos are in parallel and in NOR they are in series, so NAND gate is faster than NOR.
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
Wanted to know any popular eCommerce architectural styles which can be implemented practically.
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?
Which attributes can evaluate the performance of content available from a university website from a user perspective?
Here, users can be prospective students or parents of students, or can be a employee who wants to join the organization.
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.
What are the different cost estimation techniques used for approximating cost or efforts for developing web applications.
I'm looking for sources, inspiration and material about trust on the web. I'm currently doing my MA in Design (Service Design). Feel free to contact me if you have a question or feedback.
I have made a blog (http://vedali-wingsofdesign.blogspot.in/) in blog spot.com for free learning of design tools like catia, solidedge etc because it is very costly to learn it in institute.i have made many video and uploaded in it. But blogspot has its own limitation and due to heavy load my blog has become very slow. So please give some suggestion, so that i can make my own website free of cost.
I need help on key success factors (FCS) that makes our business plan optimal and enable the new website to be better. How do I establish the timing of the project? How do I assess the risks that may be encountered during the establishment of our business plan. Here's the website that needs modernization http://www.inptic.edu.dz/
Thank you in advance























































