javascript

COMP284 Scripting Languages (2014-15) — Assignment 3: JavaScript

COMP284 Scripting Languages (2014-15) — Assignment 3: JavaScript Your task for the third and final COMP284 assignment consists of the following parts: Write a report comparing Perl, PHP, JavaScript and Java: Identify three language constructs on which Perl, PHP, and JavaScript pairwise differ (excluding the example given below) and present these in tabular form.Example: Perl […]

COMP284 Scripting Languages (2014-15) — Assignment 3: JavaScript Read More »

board game

Project Specification In this project, you are going to develop a board game which scores by aligning five or more balls of the same color horizontally or vertically. In this game, we have an 8*8 board and balls of 6 distinct colors: green,blue,orange,red,purpleandcyan. Initiallytheboardisemptyexceptfor3randomlygenerated balls. To “randomly generate” a ball, you should:   Generate a

board game Read More »

掌握Jquery使用深入JavaScript

掌握Jquery使用深入JavaScript   完成百度首页登陆之后完整版。 利用Jquery完成百度右侧下拉, 并注册账号登陆完成全部页面切换效果。包括换肤和下面的切换Tab.   利用Jquery完成极客学院首页完整版(www.jikexueyuan.com)。 利用Jquery完成极客学院首页,并完成全部动态效果,尽量增加动画效果,js代码全部模块化加载。   Jquery完成百度图片瀑布流布局。

掌握Jquery使用深入JavaScript Read More »

javascript

Review and revise the grades1.js file used at: http://sal.misutulsa.com/switch/grade.html This program is functional but not written in accordance with MIS 2013 guidelines Many assumptions and limited functionality (but we’ll get to that in the future) Improper naming conventions (fix them) No comments (add them, and make sure they are good comments) Formulas not force-typed (force

javascript Read More »