
Search In
Bootstrap Alerts.
Bootstrap provides a medium to print contextual feedback messages for typical user actions with the handful of available and flexible alert messages.These alert messages pop-up under specified user action which can be manipulated a
Cakephp provides number of core components such as Session,cookie ,email etc. Component extends the object class. It allow us to reuse the code and makes our controller code clean. Use camelcase naming convention while creating component.All compon
Hello friends,
If you want to uninstall the Drupal 7 theme from your Drupal installation then just follow the below simple steps-
1. Uninstalling a theme is a simple process, it just the reverse of installing a theme.
2. Access the themes manag
Session component provides a way to persist the data between HTTP requests.
We can put any value to name and by this way we can write the session.
SessionComponent::write($name, $value)
$this->Session->write('User.fruit, 'apple');
Which wri
We can easily add article menu type to menu in Joomla first Log into your Joomla administrator panel Dashboard. Go to Menus which is appearing at the top menus hover over the menu link and then click AddNewMenuItem.
Then click select which is next t
Hello Friends,
If you are looking to add watermark in the images under Codelgniter framework. Please follow the below code for the same:
// Set your source image path
$watermark_config['source_image'] = '/define/path/of/your/image';
// Add your wa
The HTML server controls are client side controls used for server processing.
They are specifically converted to a server control by adding the attribute runat="server" and adding an id attribute to make them available for server-side processing.
There are many times we have to use some features in Jmeter that are not present in Jmeter, so we have to install some additional plugins to use those additional features. These features can be like JSON Path Extractor, AutoStop listener, etc.
Confi
Hello Friends,
If you want to access repository function in your controller file under Symfony2. Please review the below code.
To use repository function in Symfony2, first we need to include repository file in your controller file top above your c
After starting solr if you get the following error, that means you need to make some changes in solrconfig.xml(of the core in which error occurred).
Open the xml and correct the path for solr-dataimporthandler-.*\.jar as
<lib dir="/