How to add Media Query in your HTML Websites?

Media Query: A media query is a CSS technique introduced in CSS. A media query consists of the optional media type and zero or more expressions that limit the style…

Read more »

How to convert Text to image using PHP

In this post, we are going to see how to change any Text to image using PHP. PHP comes with an image processing library called the GD library. This has…

Read more »

What is jQuery: An Introduction for Beginners

What is jQuery? The purpose of jQuery is to make it much easier to use JavaScript on your website. Lightweight JavaScript LibraryJQuery is a fast small, and feature-rich JavaScript library….

Read more »

5 ways to verify site ownership on Google Search Console?

In this tutorial i’m going to describe how many ways to verify sites ownership on Google Search Console. To use this method and verify Google site verification is about proving…

Read more »

Image Upload and Crop using PHP and jQuery

In this PHP tutorial, I am going to tell you how to crop an image using jQuery and upload the image via Ajax. Using the Croppie plugin to crop the…

Read more »

What is MVC and Why use MVC?

Model View Controller (MVC) The MVC is an architecture pattern that separates an application into three main logical components Model, View, and Controller. Each of these components has its own…

Read more »

How to Create & Display dynamic HTML content using CSS challenge in PHP?

In this blog, I am going to explain How to Generate dynamic HTML content using CSS challenge in PHP. So, before you create a page which extension should be .php…

Read more »

Filtering and sorting search results in an HTML page

Step:1 – Create first html page. with any name example(search.html) Step:2 – Create a second Html page.with any name example(page-one.html) Step:3 Then create a json page like that (data.json). let…

Read more »

What is an XML sitemap and How to benefits in SEO?

A sitemap is one type of file where you can list the web pages of your site to inform Google and other search engines about the organization /Set-up of your…

Read more »

Unlimited XML Sitemap Generator Tools and Website

XML-Sitemaps.com is a free online service for creating sitemap like HTML, Image, Video etc. upto 500 pages. if you  register your account to this site then you create a sitemap…

Read more »

AngularJS Tutorial for Beginners

AngularJS is a JavaScript Framework. It can be added an HTML Page with a <Script> tag. AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions. It…

Read more »

Javascript Beginner Part-1

Hi, I am going to introduce some examples on adding javascript with HTML pages. you can add javascript with the help of <script></script> tag within head or body section. Now,…

Read more »

How to Filtering, Sorting, and Paging in Angular JS?

First, we’ll discuss what is AnglularJS and their Benefits. What is Angular JS Angular JS is a Javascript Framework that helps build web applications. It is used in Single Page…

Read more »

What is on-page SEO?

What is on-page SEO? On page SEO is the all the things we do on our website which help boost ranking. It is the best practice of optimizing individual web…

Read more »

What is Semantic markup and It’s benefits?

What is a Semantic markup? Semantic markup is a way of writing and structuring your HTML. Semantic HTML or semantic is a coding style where the tags embody what the…

Read more »

Useful Visual Studio Code Extensions.

1 :-Visual Studio Code HTML Snippets This extension adds rich language support for the HTML Markup to VS Code, including: Full HTML5 Tags Colorization Snippets [partially implemented] Quick Info description…

Read more »

Benefits Of Link Building ?

What is Link Building ? Link building is a strategy that that gets web pages to link to each other by acquiring hyperlinks from other websites and apply them to…

Read more »

What is No-follow ?

A No-follow link is a part of the link but it does not count as the backlink A no-follow link is a link that does not count as a point in…

Read more »

Sonar Support with JSP & HTML

JSP/HTML land, usefull tests could be done via some regexp, ie check if style/css are used (to avoid dirty colors/fonts hard-coded for example). If we want to build something pretty…

Read more »