Category: Web

  • cascaded dropdown using angular, php or json

    cascaded dropdown using angular, php or json

    few years back I’ve created a post for cascaded dropdown using jquery ,php and mysql , when I was working on my first angular project I’ve got the same dependent dropdown situation.

  • order by current user id in wordpress

    To order queries by the current user ID in WordPress, you can use the get_current_user_id() function to retrieve the current user’s ID and then include it in your custom query. Here’s an example using the WP_Query class to retrieve posts ordered by the current user ID:

  • 23 lazy load effect for your wordpress

    23 lazy load effect for your wordpress

    Month ago me and Theme Monster built Ripple LazyLoad wordpress plugin this plugin contain 23 lazy load effect for wordpress website. Ripple LazyLoad is helpful to those who want to stay with their current theme and want lazy load effect in the current theme.

  • Simple Tab Slider Joomla free module

    Introducing simple tab slider module for Joomla.This image slider is Jquery based. Slider is free for download.

  • Web browser identification without browscap in PHP

    There are several methods to get browser properties. php get_browser function is very useful as it return many browser properties.but In for get_browser to work, your browscap configuration setting in php.ini must point to the correct location of the browscap.ini file on your system.