前一名方案管理员离开了网站,但情况极差。 我是新颖的网络设计,因此我不知道我的技能是否与这种工作不匹配,或者在现实行业中拥有像这些网站这样的网站是正常的。
- The Home page includes three frames
- Each of these frames have their own javascript functions ( between
<head>
, and also call other common javascript functions (using<script src=..>
- Excessive usage of
document.all
- in fact the elements are referred or accessed by document.all only. - Excessive usage of XSLT and Web Services - Though I know that using Web Services is generally considered a good design choice - is there any other way I can consume these services other than using xslt. For example, the menu is created using the data returned by a web method.
- Every
<div>
,<td>
and every other element has an id, and these id s are manipulated by the javascript functions, and then some appropriate web service and the xslt files are loaded based on these.. - From the security perspective, he used
T-SQL s for xml auto
for most of the data that is returned by the web service - is it a good choice from the security standpoint to expose the table names and column names to the end user??
我对申请的状况感到困惑不解。 我是否应该了解他已经发展起来并继续工作的复杂性,或者我是否开始重述一切? 我对很多东西感到困惑不解的是缺乏替代方案——这是在现实世界处理网络项目的共同方式还是例外?
Any suggestions, any pointers are welcome. Thanks