
Search In
Web applications with AnnotationConfigWebApplicationContext: In Spring we can use the WebApplicationInitializer in place of web.xml to initialize DispatcherServlet and use @EnableWebMvc annotation to support Spring MVC.The below example code can show
What’s an attribute in Magento?
An attribute in Magento is defined as any property of a product. This includes product id, product title, sku, images, description… everything! and you can add as many attributes as you need.
How to create an attribu
Objects: In general objects are the real world entity. Earlier the two functions communicate with each other using the function call(say programming in c) but the programmer need more better approach for communication between the two functions or cl
Hello readers!
Today we discuss about "How to Leverage Browser Caching in WordPress" (Configuring WordPress For browser caching).
Browser caching:- Browser caching helps to reduces the request per page in numbers which results to reduce server load
PHP provides a friendly environment in case of file uploads but if one wants to upload files greater then 2 Mega Bytes then the default installation of PHP fails.
But, we can increase the limit when ever necessary.
This Blog will help you configure
Extending typically setting, Majority of these kinds connections exist an aspect of an a whole lot larger social band also known as Kingdoms. At the time internet professional tend to be first hosted in to bet on warfare: Spice age group ranges, The
We need to write search queries every now and then in our projects. This is one of the most common tasks a PHP developer has to do. Most of the developers still use wildcard queries for this purpose which is very slow in searching records. However My
If you are using bash, here are some time saving tips that can come handy in day to day tasks of every Linux user. This list is not exhaustive in any manner and is compiled from various Q&A sites and forums.
Use CTRL+R to search through comman
We already discussed Natural full text search in Indexed full text search in PHP-MySQL (PART - 1).
Lets look into Boolean Full Text Search.
In this we can use various operators to change the behavior of search. To specify a search to be boolean, w
Code practice for Readability
Avoid unnecessary regions in class :
A class is based on Single responsibility principle.
We provide regions in class to surround block of code. I could be single or multiple methods.
Regions makes it easier to naviga
