Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Bootstrap Alerts

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

Creating custom component in cakephp

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

Uninstalling Drupal 7 themes

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

sessions in cakephp

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

How to assign an atricle to menu in joomla

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

How to add watermark in Codelgniter

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

HTML Server Controls

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.

How to configure extra plugins in jmeter ?

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

How to access repository function in Symfony2

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

Error loading class 'org.apache.solr.handler.dataimport.DataImportHandler'

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="/

1 11 117
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: