Web Development Articles

Page 801 of 801

Snapshot of Agile Software Development

Sharon Christine
Sharon Christine
Updated on 17-Jan-2020 366 Views

Software Development Methodology involves a comprehensive set of activities where there exists an ordering relationship between activities. In the absence of any predefined ordering relationship, the ability to produce the desired product may go for a toss. Be it any software development methodology – the goal of all software development methodologies is to produce good quality software and deliver it to the customers within the mutually agreed deadlines.Let us first understand the purpose of specifying the Agile Software Development Methodology whose manifesto essentially comprises the following −Individuals and Interactions − Individuals can be anybody who is involved either directly or ...

Read More

Top Bootstrap UI Tools

Sharon Christine
Sharon Christine
Updated on 16-Jan-2020 402 Views

When looking at a website, the most attractive thing that catches the eye is its design and the placement of elements on the page. It looks easy to implement and appealing but the pain of designing is only known to a designer. The UI kits are available in the market which can help in reducing this pain by providing ready to use frameworks and layouts.Twitter Bootstrap is one of the most popular web framework for HTML5 and has proven to be the stable and most used framework. It is very easy to implement and understand. The twitter Bootstrap helps in ...

Read More

What is the difference between Ajax and jQuery-Ajax methods in jQuery?

David Meador
David Meador
Updated on 12-Dec-2019 1K+ Views

Firstly, let’s go through what is Ajax and why it is used.AJAXAJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and Java Script.It has the following points, which shows its importance.AJAX stands for Asynchronous JavaScript and XML. AJAX is a new technique for creating better, faster, and more interactive web applications with the help of XML, HTML, CSS, and Java Script.Ajax uses XHTML for content, CSS for presentation, along with Document Object Model and JavaScript for dynamic content display.With AJAX, when ...

Read More

What is the difference between jQuery and AngularJS?

David Meador
David Meador
Updated on 12-Dec-2019 451 Views

AngularJS is an open source web application framework. It was originally developed in 2009 by Misko Hevery and Adam Abrons. It is now maintained by Google. Its latest version is 1.4.3.The following are the features of AngularJS:AngularJS is a powerful JavaScript based development framework to create RICH Internet Application(RIA).AngularJS provides developers options to write client side application (using JavaScript) in a clean MVC(Model View Controller) way.Application written in AngularJS is cross-browser compliant. AngularJS automatically handles JavaScript code suitable for each browser.AngularJS is open source, completely free, and used by thousands of developers around the world. It is licensed under the ...

Read More

Benefits of Using Modern Learning Apps

sudhir sharma
sudhir sharma
Updated on 22-Nov-2019 356 Views

Advancements in technology have lead to a newer and more efficient way of learning. The usage of these modern learning techniques are gaining popularity. Modern learning methods used by teachers in e-learning are educational websites, educational applications, learning games, ebooks and virtual teaching courses.Using these modern learning methods, students can learn interactively and at their own pace. These learning apps and videos are used to transform teaching experience. It is more eco friendly technical and is more interactive as compared to traditional once which used chalk-board and pen-paper.Applications that are downloadable create an interactive environment for students to learn with ...

Read More

Which is best a web designer or a web builder

Samual Sam
Samual Sam
Updated on 23-Oct-2019 212 Views

Web builder is basically a tool for those who do not have an idea about web development and designing or for those who want to develop their own site very quickly with little effort. People who use Web builder do not need to enter code to develop their own site. There are many web builders in the market, using their easy and flexible features people can launch their website within a day. But, there are many things that web designers can do, are not possible for Web builder.Surely, while spending money on creating website, you should think of many times ...

Read More

Free websites to create animated gifs

Samual Sam
Samual Sam
Updated on 23-Oct-2019 649 Views

If, you what to create beautiful animated images for advertisement, social networking sites, sending friends, or for your own websites you need image creating websites with different effects and galleries or you can hire web designer to do that, web developers are so expensive. Here is the solution; try some free image creating websites of excellent features to create animated GIFs in very less budget.Graphics Interchange Format (GIF), an image format that has been used by many websites and organizations to fulfil their purpose. This is a format which supports all platforms and used over the internet by many – ...

Read More

Difference between Bootstrap and AngularJS.

Nitin Sharma
Nitin Sharma
Updated on 17-Sep-2019 2K+ Views

Along with many other frameworks for front end development AngularJs and Bootstrap are two well-known frameworks in the market.AngularJS is widely used for single page application development as it provides MVC architecture with data model binding. On the other hand, Bootstrap uses HTML, CSS, and JavaScript for its development which makes it comparatively faster.The following are the important differences between Bootstrap and AngularJS.Sr. No.KeyAngularJSBootstrap1Basic DifferenceAngularJs was developed by Google and primarily uses a component concept which makes its developed application more structural.Bootstrap was introduced by Twitter as part of the open-source community with very common libraries such as CSS, Styles, ...

Read More

How to add a Favicon to Your WordPress Site?

George John
George John
Updated on 30-Jul-2019 285 Views

A favicon is a little icon visible on the web browser tab, just before the page title. It is generally a logo with the smaller size. You need to include a Site Icon in WordPress to add a favicon to your WordPress site. Login to your WordPress website and from the left menu; click Appearance, and then Customize − After that, you will reach the Theme Customization section. Under that, the first sub-section is Site Identity. From there, you need to go to the Site Icon and upload the icon. The size here is 512x512, from which the ...

Read More

When to use (document).ready() and when (window).load() in jQuery?

Alex Onsman
Alex Onsman
Updated on 30-Jul-2019 922 Views

$(window).load()Use $(window).load(), when you want the code inside it to run only once the entire page is ready (not only DOM).  It executes when the page is fully loaded, including frames, objects and imagesNote: The load() method deprecated in jQuery version 1.8. It was completely removed in version 3.0. To see its working, add jQuery version for CDN before 3.0.$(document).ready()Use the  $(document).ready() method when you want the code inside it to run once the page DOM is ready to execute JavaScript code.

Read More
Showing 8001–8010 of 8,010 articles
« Prev 1 797 798 799 800 801 Next »
Advertisements