Advanced Search
Search Results
15 total results found
I am trying to develop an application using AJAX. Where do I find out more information?
You can find a quick AJAX primer at:http://mi6.ais.ucla.edu/devbriefs/ajax-primer
Javascript
Javascript, also known as ECMAscript, is used to make web browsers perform certain actions before...
How do I force an image to reload on a web page?
It’s easy to make an image reload just by refreshing a page in your browser. Reloading just the i...
Web Development Standards - Best Practices
For better or for worse, everyone developing web sites at UCLA abides by different rules. For tho...
How to get rounded corners on web pages
The traditional way to get pretty-looking corners for all your tables (and divs, and menus, and w...
The Document Object Model (DOM) and what it's good for
If you develop for the web, you may have heard the term “Document Object Model” or “DOM” thrown a...
What are Favelets / How can I modify my browser on the fly?
Favelets, or bookmarklets, are a quick and easy way to add functionality to your browsing experie...
In a web application, how can I flash an image after a user presses a button?
We needed the ability to display an image for only a quarter of a second. This can be done using...
The advantages of Javascript
IntroductionJavascript is a browser-interpreted language that was created to access all elements ...
jQuery and JavaScript Coding: Examples and Best Practices
When used correctly, jQuery can help you make your website more interactive, interesting and exci...
Which Javascript framework should I use?
So you’re tasked with creating a new web site or enhancing an old one and you need to provide som...
How to use the Javascript template in Moodles Database Activity Module
There is a javascript template located in the Moodle Database Activity Module so instructors can ...
Linking database information through JavaScript template in Moodle Database Activity Module
Say you have two databases in your Moodle site, and you want to send data from one database to th...
jQuery Tutorial
Learn the basic building blocks of jQuery in a two hour combination of videos, and interactive co...
Diagramming in Markdown
Markdown is often used for writing documentation, but it doesn’t provide supports for diagrams. N...