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

FETCH API.ZIP

Loading XML Data with JavaScript  

updated at Oct 03, 2024   6,668  
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...

RegExp example in Python to exclude javascript from HTML code  

created at Mar 22, 2024   6,642  
To exclude JavaScript from HTML code using Python, you can use regular expressions (re module) to remove all tags and their contents. Here's a simple Python function to achieve this:This function exclude_javascript() takes an HTML code string as input and ...

Difference between Java and Javascript  

updated at Oct 03, 2024   6,669  
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...

How do I replace content that based on the HTML UI Template  

created at Feb 12, 2024   6,645  
When UI Design is provided or made for specific purpose, we may need to find the easy way can fill it up if that is based on HTML Table.Below case is what I tried during implementing WE Service: If we have multiple items, we can fill it up in the for ...

Regular Expressions in JavaScript  

updated at Oct 03, 2024   6,672  
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

Mordern web design based on Bootstrap  

updated at May 09, 2024   6,702  
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...