它还有一个新的代码浏览器插件,用这个插件可以浏览一个文件里的函数、类、变量、属性。
It contains a new CodeBrowser plugin for browsing functions, classes, variables and other attributes of a document.
上述代码会查找浏览器的地理定位功能。
The code above checks for the geolocation capability of the browser.
您可以想象一下处理所有支持的浏览器的代码大拼盘。
You can imagine the spaghetti code when dealing with all of the browsers it must support.
清单1展示了用来将表单加载到浏览器的代码。
Listing 1 shows the code used to load the form to the browser.
如果代码是针对其他内容而不是浏览器,那么整个对象集可能会不同。
If the code is destined for something other than a browser, the whole object set may change.
这会产生一个问题:必须判断正在运行代码的浏览器类型并创建适当的对象。
This poses a problem because you have to determine which browser your code is running in and create the correct object for the job.
使用调试器,可以设置断点并查看PHP代码到所设断点之前的浏览器输出。
Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set.
xml解析器处理完整个文档后将构造HTML代码,并输出到浏览器。
When the XML parser has processed the whole document, construct the HTML code, and print to the browser.
服务器需要代码以接收来自浏览器的AJAX请求,并给予应答。
The server needs code to instruct it to receive AJAX requests from the browser and respond to them.
您可能需要使用几行代码或者一个浏览器插件,来发送POST请求。
You would also need to use a few lines of code or a browser add-on that would enable you to send POST requests.
没错,就是那些添加到浏览器收藏菜单的代码。
You know, those small bits of code that you add to your web browser's Favorites menu?
使用框架则可以通过避免为每个工程调试兼容浏览器的代码来缩减开发周期。
The purpose of a framework is to reduce development time by avoiding having to repeatedly write cross-browser-tested code for each of your projects.
使用Rails,我可以更改一行代码并重新加载浏览器,就可立即看到更改的结果。
With Rails, I can change a line of code and reload the browser, immediately seeing the results of the change.
代码在浏览器或LotusNotes客户机将页面传递到服务器后执行。
The code executes after the browser or Lotus Notes client passes the page to the server.
遇到清单4中的代码后,浏览器首先尝试加载Flashapplet。
Browsers encountering the code in Listing 4 first try to load the Flash applet.
实际上,可以在函数内部使用HTML代码,它将由浏览器解析。
In fact, you can use HTML code inside this function and it will be parsed by the browser. For example.
更不要说,你的网页再也不需要任何针对特定浏览器的代码去解决不同浏览器的bug,因为在这个理想世界里,没有bug。那就是理想。
Not to mention that your web pages don't need any browser-specific code to work around bugs in individual browsers, because in this Platonic world there are no bugs.
使用Ajax连接到自己服务器上的一个代理来获得提要(如果代码没有在浏览器上运行,就没有这些SOP限制)并将其发送回页面。
Use Ajax to connect to a proxy on your own server that gets the feed (there are no SOP restrictions if your code isn't running in a browser) and sends it back to the page.
由于使用了jQuery,此代码比在使用浏览器的原生dom功能时更容易使用。
Because of jQuery, this code is remarkably easier to use than it would be using the native DOM functions of the browser.
您应该全面地分析这些不完整的浏览器代码和中间层代码,从而充分地理解它们。
You should analyze the semi-built browser code and the mid-tier code thoroughly to fully understand them.
这样你就能分贝的解决浏览器兼容性问题也能确保你的代码能在所有的浏览器里良好的运行。
Thus you can solve each compatibility problem separately and ensure your code runs in all browsers that support advanced event handling.
仅仅确定代码在自己的浏览器中表现正常,并不意味着它对所有用户都能够产生很好的效果。
Just because you know you've coded it right for your browser doesn't mean your site will look good to all users.
在创建了这个SOAP消息后,您还需要添加一些额外的代码来保证符合跨浏览器支持。
After you create the SOAP message, ensure cross-browser compliance by adding a few additional lines of code.
CSRF攻击由一个入侵站点的恶意代码发起,该代码欺骗浏览器,使其将无关的请求传输到一个受信任站点。
CSRF attacks originate from malicious code from an intruder site that tricks a browser into transmitting unprovoked requests to a trusted site.
例如,遇到下列代码片断的浏览器首先试图装入电影。
For example, a browser encountering the following snippet first attempts to load the movie.
这种情况下,浏览器的“查看源代码”特性将显示原始xml。
In this case, the browsers's "view source" feature displays the original XML.
同时,你还可以选择查看原始版本的源代码或者被浏览器或其他脚本修改过的代码。
Plus, you can choose to view the original source or the source that has been modified by the browser or other scripts.
同时,你还可以选择查看原始版本的源代码或者被浏览器或其他脚本修改过的代码。
Plus, you can choose to view the original source or the source that has been modified by the browser or other scripts.
应用推荐