Windows应用程序,所以说这种脚本语言远不是只能开发小规模脚本软件。如果你想从AutoHotkey入手,可以参考Adam的指导: how to turn any action into a keyboard shortcut using AutoHotkey(然后,你可以下载Texter源代码,看看这个功能齐全的使用AHK开发的Windows应用程序的内部结构)。
Web Development Web开发
Instead of being bound to specific programming languages and the look and feel of a particular operating system, you can put your killer application in the browser and run it in the cloud, as a webapp. Welcome to the wonderful world of web development.
除了把自己约束在特定的编程语言和特定的操作系统上,你还可以在浏览器里开发你的杀手锏程序,让它在互联网上运行,这就是WebApp。 欢迎来到奇妙的web编程世界。
HTML and CSS: The first thing you need to know to build any web site is HTML (the page markup that makes up web pages) and CSS (the style information that makes that markup look pretty). HTML and CSS are not true programming languages—they're just page structure and style information. However, you should be able to author simple HTML and CSS by hand before you begin building web applications, because a web page is the frontend to every webapp. This HTML tutorial is a good place to start.
HTML 和 CSS:开发网站,你第一件要知道的事情就是HTML(网页就是由它组成的)和CSS(一种让外观更好看的样式标记)。HTML和CSS并不是编程语言它们只是页面的结构和样式信息。 然而,在开始开发Web应用程序之前你必须要学会如何手工的编写简单的HTML和CSS,Web页面是任何WebApp的前端显示部分。 这个HTML指导是你入手的好地方。
JavaScript: Now that you can lay out a static web page with HTML and CSS, things get fun—because it's time to learn JavaScript. JavaScript is the programming language of the web browser, the magic that makes dynamic in-page effects go. JavaScript is also the stuff of bookmarklets, Greasemonkey user scripts, and Ajax, so it's the key to making all sorts of web goodies. Start learning JavaScript here.
JavaScript:当你可以通过HTML和CSS构建一个静态页面后,事情就开始变得有趣了,因为到了该学JavaScript的时候了。 JavaScript是一种Web浏览器上的编程语言,它的魔力就是能在页面里制造一些动态效果。 JavaScript可以做bookmarklets, Greasemonkey脚本和 Ajax,所以它是Web上各种好东西的关于因素。学习JavaScript从这里开始。
Server-side scripting: Once you're good at making things happen inside a web page, you're going to need to put some dynamic server action behind it—and for that, you'll need to move into a server-side scripting language, like PHP, Python, Perl, o
r Ruby. For example, to make a web-based contact form that sends an email somewhere based on what a user entered, a server-side script is requir
搜索“diyifanwen.net”或“第一范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,第一范文网,提供最新资格考试认证自学编程(3)全文阅读和word下载服务。
相关推荐: