
Search In
Sometimes we are required to add Multiple languages to our magento site. To have different languages in our site we must include the language translation package from the magento site and follow the below steps :
1. To Create multi store .
To
In PHP, To perform any data task in MySQL database , first we have to connect MySql database to local server
This can be done as :
<?php
$servername = "localhost";
$username = "username";
$password = "password";
// Create connection
$conn = new
In python simple client program opens a connection to a given port 9876543 and given host. It is very simple to create a socket client using Python's socket module function. The socket.connect(hosname, port ) opens a TCP connection to hostname on the
Hellow Friend,
If you are facing Element Not Found (notic-1024) error After saving,editing,deleting data in cakePHP.
This Error Comes from this line in your Code or setFlash Error.
$this->Session->setFlash('Your_Message!');
Fi
Coordinated Universal Time (UTC) is the standard time zone. All time zones are at some time ahead or behind UTC. If there is a need to convert timeZones of different countries then we can first change the local time to UTC and then to the desired for
in this code I am trying to return the address of local array(c[100]) ,complier was showing me error of returning address of local variable but when changed the datatype from int to static int it works fine.whats the reason behind this?
#include<
We can easily display jpg images in the UIImageView. We can also display .gif images which supports animations so there is need to add some extra elements to our project. So for implementing this first install this podFile to your project :-
&n
To show HTML text on UILabel we need to convert the text to NSAttributedString. To achieve this we can use following code:
if let htmlData = htmlString.data(using: String.Encoding.utf16, allowLossyConversion: false) {
if let att
"Token-input" plugin has an issue with it. That is the drop down <div> which is added dynamically to the body it do not work properly if the input box on which tokenInput is bind to is in the popup. As the drop down is created some where outsid
In OpenERP, Tuple represents recursive relationship of type and the tuple models is a browsable model which start loading relationships type from and use it param ttypes which is a list of relationship types and follow 'one2many' and 'man
