HOME JavaScript Life Log Steve Jobs JavaScript Bootstrap Frontend Development Regular Expression Java Asynchronous Programming CSS Dynamic Type Variable Eric Schmidt Joe Sparano Netscape Fetch API Moca node.js HTML DOM Parsing Sun Microsystems Oak Variant Type Variable Milton Glaser Responsive Design RegExp XMLHttpRequest Web Design Web Development Leland Dieno XML Static Type Variable Thomas J. Watson Saul Bass High School Projects

WEB DEVELOPMENT.ZIP

Loading XML Data with JavaScript  

updated at Oct 03, 2024   1,202  
You can use JavaScript to load XML data using various methods.One common approach is to use the XMLHttpRequest object (XHR) or Fetch API to make an asynchronous HTTP request to fetch the XML data from a server.Here's a basic example using XMLHttpRequest:In...

Difference between Java and Javascript  

updated at Oct 03, 2024   1,485  
Java and JavaScript are two distinct programming languages that serve different purposes and have different capabilities,despite the similarity in their names.Here's a comparison to highlight their differences:Origin and Purpose:Java: Developed by Sun Micr...

Regular Expressions in JavaScript  

updated at Oct 03, 2024   1,379  
Regular expressions in JavaScript are a powerful tool for working with strings.They allow you to search for patterns within strings and manipulate them as needed.Here's a basic overview:Creating Regular Expressions: You can create a regular expression in J...

Mordern web design based on Bootstrap  

updated at May 09, 2024   1,447  
Most recently,I learned to build a modern website based on HTML+CSS+Bootstrap,and the below website is developed for testing.Bootstrap is actually useful to implement a responsive web which is not only for desktop,but also mobile and tablet."There are thre...
Mordern web design based on Bootstrap