External category filter plugin for jquery datatables

on

jQuery datatables is providing us feature to create reach future data grid with search, filter,  sorting, pagination and etc. Still real world applications need extended requirement, fortunately jQuery datatables providing the option to extend the features for us. Let’s see how to create the external category filter with below explanations. External category filter In many cases, […]

Read more..

solr date range queries

on

Apache solr date range queries may be confusing the person who handles it. I just listed few of the useful solr date range queries below. That all helps to fetch/search the published posts from certain time interval. 1) Today published post pub_date: [NOW/DAY TO NOW] 2) Last week published post pub_date:[NOW-7DAY/DAY TO NOW] 3) Previous […]

Read more..

Add down arrow to active menu

on

Active navigation will have the different appearance to make user understand, where they are. Lets create the active menu like in below image. Active menu has bottom centre down arrow. Lets see how to using css3 :after pseudo create.     HTML markup to create basic navigation menu! Home About Blog Contact CSS3 to create […]

Read more..