web analytics

Arts and Music posts

Blog

Manuel Marino Music Composer

Follow on LinkedIn

Ask me to create

a Cinematic Soundtrack

for your Game or Film!
Manuel Marino Music Blog

3d ArtArtsAudioBassBusinessCultureDrumsFluteGamesGuitarHobbiesInternetMasteringMoviesMusicPaintingPhilosophyPianoTechnologyViolinVoiceWritings

Manuel is a passionate, driven, and techsavvy AV technician, artist and music composer with over ten years of experience, specializing in the captivating world of music and entertainment.

Manuel is an expert in creating soundtracks for short filmsfeature films and video games.

Manuel Music Blog is a diverse digital platform where creativity and intellect converge, covering a wide range of topics from 3D Art to Music, and Technology to Philosophy.

It’s a collaborative space that features the insights of both Manuel, contributors and participants, appealing to enthusiasts across various fields.

With dedicated sections for different arts, instruments, and cultural reflections, this blog serves as a rich resource for those seeking inspiration, knowledge, and a deep dive into the myriad aspects of artistic and technological exploration.

You can find our Privacy Policy here: https://manuelmarino.com/blog/privacy-policy/

You can find our Terms of Service here: https://manuelmarino.com/blog/terms-of-service/

Ajax Technology

Introduction to Ajax Development:

Ajax (Asynchronous JavaScript and XML) technology has become increasingly popular in web design. With Ajax development, you can submit form data to the server without refreshing the page. For example, imagine you are filling out an online registration form. You enter your username, email address, and other details, then submit the form. If the server detects that the username is already taken, it will generate an error message and ask you to choose a different username. Without Ajax, you would need to fill out the entire form again, unless the server returns your data through a query string. Additionally, sending personal information through a query string is not very secure. In such cases, Ajax data submission is the best solution. Another useful feature of Ajax technology is the ability to send custom data (like user IP) that is not part of the form field.

Like traditional data submission, Ajax data submission also comes in two types: GET and POST. Their relative merits and demerits are the same as traditional data submission.

Submitting Data Using Ajax:

  1. When a user submits data by clicking the submit button or link, a JavaScript function is called.
  2. This function

...Read the rest.

“Ajax Technology”