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

Search In

Memcached Glitch in Project and How it Went Away

In one of our current Project we used Memcached. Objective was to minimized database to-fro for very high UDP requests hitting Java application. Hence all device ids were placed in Memcached so that we could very promptly identify the incoming UDP re

How to get oldest cache time in point of sale module in openerp

To achieve the oldest cache time first you have to install point of sale module and inherit the pos_config class in your own module and fetch cache ids in pos_config class and then use this function in your own module. @api.depends('cache_ids')

How to delete cache in magento

We can remove the cache from the root folder of the magento in the root path by deleting the files in cache folder of the path /opt/lampp/htdocs/magento/var/cache The another way is to delete magento cache by usign magento admin panel as : 1) Go t

Enable remember me functionality in Magento

Hello Readers, If you are a newbie in magento, then you should know How to enable remember me functionality in Magento, since by default “Remember me” functionality is not enabled in magento. To enable it, login to admin panel then Syst

Load Image From Url

How To Load a Image Form a url You can use this class in your application to load image . It can be use by calling its DisplayImage(String url, int loader, ImageView imageView) function.This function there are three parameters first is String para

How to set the time for session cache expire in php

Here we will learn with the help of an example that how we can set the time for session cache expire in php. We use a function session_cache_expire() which returns the current setting of session.cache_expire. Example <?php /*Here we are setti

10 Ways to Optimize Your Ecommerce Website for Holiday Season Shopping

                                         &n

How to remove index.php from Magento URLs?

To remove index.php from magento url follow these steps - 1) Log in to magento admin. 2) Go to System->Configuration. 3) Select Web tab under General section on the left side. 4) Select Yes for Use Web Search Rewrites. Clear cache and check URLs

How to use low-level SQL in openERP/Odoo ?

Low level sql is the cursor for the current database transaction and allows executing SQL directly, either for queries which are difficult to express using the ORM For example you can take idea from below code- self.env.cr.execute("some_sql", param1

How to add regions in Drupal 8 theme

This tutorial will guide you about "How to add regions in drupal 8 theme". To add region in your template file, first you have to define region in your meta data file i.e (themename.info.yml) & then edit page.html.twig file to print th

prev 1 2 20
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: