Adding Pagination to ReactJS Apps
Web applications that need to show some data in the form of a list usually implement a feature known as pagination which allows them to show the data in a sequence of pages. This allows…
Web applications that need to show some data in the form of a list usually implement a feature known as pagination which allows them to show the data in a sequence of pages. This allows…
Since usage of the Fetch API is growing I’ve started to see a few people having issue with POSTing to AJAX add.js endpoint. If you’re running into 400 (Bad Request) errors you might not have…
wp_nav_menu_filter allows you add items at the end of a menu in WordPress but what about adding an item at the start of a menu or in a specific place.
CSS transformations are really cool, but they don’t yet apply to background images. This article presents a neat workaround for those times when you really do want to rotate a background image, or to keep…
SVG is the new era, nowadays with all these super-pixel-dense devices our poor jpg and png images are getting stretched, scaled, distorted all over and they render badly causing some bad-looking effects. This is why they are all being replaced with more modern, flexible SVGs.
The key to creating a responsive YouTube embed is with padding and a container element, which allows you to give it a fixed aspect ratio. You can also use this technique with most other iframe-based embeds, such as slideshows.
On devices with phone capabilities, make it easy for users to directly connect with you by simply tapping a phone number, more commonly known as click to call. Link telephone numbers for click to call…
Validation is an important and required functionality for any application. Create a simple validation form using jQuery
Post To Breaking News that allows you to display unlimited number of breaking news in your website.