Web Development Articles

Page 787 of 801

How to attach a function to be executed before an Ajax request is sent using jQuery?

Manav Sarkar
Manav Sarkar
Updated on 20-Jul-2022 2K+ Views

In this tutorial, we will learn How to attach a function to be executed before an Ajax request is sent using jQuery. Ajax requests are typically HTTP requests that are called by the browser for different tasks such as GET, POST, etc. So when the tasks are performed, we can register a handler using the ajaxSend() function of jQuery. This event is called by jQuery whenever an ajax request is to be made.SyntaxUse the following syntax to register a handler before an ajax request −$(document).ajaxSend(function () {    console.log('Triggered ajaxStart. Started Request') })We have an Ajax request. Before sending the ...

Read More

How to add the previous set of elements on the stack to the current set in jQuery?

Manav Sarkar
Manav Sarkar
Updated on 19-Jul-2022 351 Views

jQuery is a feature-rich JavaScript library. We can perform a lot of actions with the help of jQuery which would otherwise require writing large pieces of code. It makes DOM manipulation, event handling, animation, ajax, etc. very easy.In this tutorial, we will learn to add the previous set of elements on the stack to the current set. jQuery maintains an internal stack of the changes that are performed to the matched stack. When the DOM traversal functions or methods are called, the new elements are pushed into the stack. So to use previous stack elements, the addBack() method is called.SyntaxWe ...

Read More

How to improve the ranking of your websites for search engines

Chandu yadav
Chandu yadav
Updated on 01-Jun-2022 334 Views

Let’s assume that, you want to promote your dance academy. As the owner of the institution, you want more people to know about the types of dance forms being taught in your institute and the other facilities you are providing. The more people know about your academy, the more students you will get. So, with the help of your friends, you built a nice website to reach a wider spectrum of people in your regions which cannot be possible otherwise.Finally, you launched your website keeping your fingers crossed to see the response. A month passed, but you couldn’t see any ...

Read More

How to Make Your Site Mobile Friendly – The Mobile SEO?

Sharon Christine
Sharon Christine
Updated on 10-May-2022 237 Views

Mobile phones are becoming part of our life without which we may not survive for a day. Gone are the days when these devices were only used to making calls. These days’ mobile phones are not just for calls and chatting, but also for buying products, booking appointments, order a thing or two and much more which we usually perform with our desktops and laptops.In fact, many reputed surveys indicate that nowadays more people are using their smartphones instead of desktops or laptops to perform the online activities. There are billions of users around the world prefers to surf the ...

Read More

5 common security breaches and How to defend against them

Samual Sam
Samual Sam
Updated on 09-May-2022 206 Views

Your website is one of your business’s most important tools. It draws new customers; informs current customers; gives you a portal to effectively communicate with the world; and helps shape the image of both you and your business.Each hiccup in your website’s operation can cause you headaches and cost you money. To keep things running smoothly, take a look at the following common security breaches and how to defend against them.DDoSThis isn’t DOS with a stutter. DDoS stands for distributed denial of service. This is when a team of malicious computers gang up on your website to flood your website ...

Read More

Create a powerful occurrence on the web

Samual Sam
Samual Sam
Updated on 09-May-2022 150 Views

In daily life, web has become something for someone without that they can’t imagine their life. People who are web lover; at once they can live without feeding and using things which are important in everyday life, but they can’t live without using web or can’t breathe without it. It is available 24X7 with consistent care.To make your presence strong on web, it is not enough to just be online, only. No matter what business you are doing, there are too many competitors in this market who are trying hard to call Customers. To strengthen yourself on web, create a ...

Read More

What are the differences between AngularJs and Google Web Toolkit (GWT)?

Bhanu Priya
Bhanu Priya
Updated on 23-Mar-2022 384 Views

Let us understand the concepts of AngularJS and Google Web Toolkit (GWT) before learning the differences between them.Google Web ToolkitIt is an open-source set of tools which allows creating and maintaining JavaScript front-end applications in Java by the web developers. It was launched in the year 2006 by Google and the code is written in Java.The operating system that supports GWT is Linux, Windows, OS X, FreeBSD. It helps in creating RICH Internet Applications. It helps in converting java source code to equivalent JavaScript.FeaturesThe features of Google Web Toolkit are as follows −DynamicReusable UI componentsSimple RPC mechanismBrowser history managementSupport for ...

Read More

Create Three Equal Columns with Bootstrap grid Layout

Chandu yadav
Chandu yadav
Updated on 09-Feb-2022 1K+ Views

To create three equal columns layout with Bootstrap Grid Layout, you can try to run the following code −Example           Bootstrap Example                              Bootstrap Grid                       Column One             Column Two             Column Three                     Output

Read More

Canva or Adobe Spark: Which is better?

Zahwah Jameel
Zahwah Jameel
Updated on 09-Dec-2021 335 Views

Starting out new in graphics design? Confused about which platform would be best for you? This small article may help you find the solution to your problem. Adobe Spark and Canva are the biggest emerging names in the world of graphics design so here is a comparative study to help you decide which one will suit you the best.What is Adobe Spark?Adobe Spark is a design platform which can be used to create small videos, webpages and designs. It also allows you to share these creations on social media platforms.What is Canva?Canva is a free graphics design platform that aids ...

Read More

Tips to create an engaging infographic in Canva

Zahwah Jameel
Zahwah Jameel
Updated on 09-Dec-2021 272 Views

How to Make Your Infographic Stand Out?Stuck at a creative block? Don’t know how to effectively express your ideas through infographics? This article will help you kick-start your journey of creating an engaging infographic using Canva. Here we will highlight some of the major points that you need to keep in mind in order to create an engaging infographic.Focus on the Targeted AudienceWhen creating an infographic, there is always a vision in mind, whether it’s a small business looking to increase its traffic on social platforms or an educator looking for an effective method to educate their students. For this, ...

Read More
Showing 7861–7870 of 8,010 articles
« Prev 1 785 786 787 788 789 801 Next »
Advertisements