Category Archives: HTML

Print all second saturday,fourth saturday and sunday between two date using php

Hi guys! In previous article we discuss how to Calculate the number of Second Saturady, Fourth Saturday and Sunday Between Two dates in PHPIn this article share how to print or display the second saturday,fourth saturday and all sunday between two date range unsing php. Consider from date and two date for performing this operations.… Read More »

Dynamic Drop down menu – Angular JS

In this article, explain how to use select box using angular js in php or html page. AngularJS is a javascript framework. To implement this application, first include jquery files like <script src=”https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js”></script> Table Of Content HTML Javascript The HTML and Angular JS helps to perform dropdown menu. We can implement static and dynamic drop… Read More »

Responsive Tooltip With JavaScript And CSS

Hi all, The tooltip functionality is very important part in web development.. Mainly it used in form, information in PHP or HTML. Table Of Content HTML CSS JavaScript The HTML Add the rel=”tooltip” attribute to the target element and define the tooltip content using title attribute. You can also specify the directions using CSS classes… Read More »