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

Search In

How to serach php.ini location

Hello friends, This is very important to search a file in Ubantu server like my location in the server is "var/www/html/myproject" and I want to make some changes in my php.ini file but I don't know the location of php.ini file. This i

How to Do Deployment of Repository on Public Server in Node.Js App

Can any one tell me how to Deployment Repository / Scourse Code To a Server ... Like For Localhost:3000  We need to locate our Scourse Code Folder then  Run File on Powershell then Put Commend : nmp install Then after that we need to op

What are The Top 5 Reasons to Learn Coding & Programming

We live in a world where structures and systems are being run by special codes. Everything is becoming automated. Interestingly, the majority of people have no clue what coding is. Even if you’ve never sat in a computer class and learned the va

How To Add Store View Selection In Magento Admin Grid?

Hello Readers,   In this tutorial, I will explain how to add Store View selection to Module’s Adminhtml This article assumes you already know how to create Magento Admin grid. Go to Namespace/Module/Block/Adminhtml/Module/Edit/Tab/Form.ph

How to implement CKEditor in rails application?

There are TinyMCE editor & CKEditor mostly used in web application. Here we'll discuss about CKEditor integration in our rails application. Editor is basically used by the web users to post formated contents to the sever. This blog will

How to echo out current URL in Cake's view?

Hello Readers , If you want to echo out the current URL in cakephp then follow the below codes. Current URL: http://example.com/controller/action/?query=12 We can do it this way like. <?php echo $this->request->here; ?> By using thi

How to check if cookie is enable or not

Hi. If you are looking for code to alert user if his cookies are enable or not, Then look the code as below:- paste the code in you file <?php if (isset($_COOKIE['cookieCheck'])) { echo 'Your cookie is Enable'; } else { if (isset($_GET[

How to filter data in OpenERP using domain list?

It’s right to call a domain a list of criteria. The point to note here is that each criterion is a triple (either a list or a tuple) of (field_name, operator, value) where: field_name (str) It can be defined as a field name of the current model

How to resolve 'Creating default object from empty value' warning in CodeIgniter

Coder missed a very simple fix and general good practice that you should always initialize your object before you try to set a property. It is very simple fix for this is simply to add a new StdClass; call right before the error with the variable it

How to called except block to allow converting exceptions to arbitrary

To Called within an except block to allow converting exceptions to arbitrary responses. Anything returned (except None) will be used as response. use this code given below in openerp. def _handle_exception(self, exception): """Called within

1 31 408
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: