
Search In
Internationalization means to translate the data of your website to other languages.
For internationalization you need to do few changes in your controller view and config file too.
1. First you need to add a file. You can call it global.php in con
I am using openweathermap.org API for displaying current weather for a place user type. My application displayed it However, it is not flexible as it is displaying all different details such as weather description, latitude, longitude, Wind Speed , c
More than half a decade ago, Intel co-founder Gordon Moore published a paper predicting the pace for the digital revolution. Moore’s Law stated that computing abilities would exponentially increase in power over time while decreasing
Imagine life without mobile!
It’s not acceptable as we are used to with. We do nearly everything online at any time, from banking to control IoT in our home, from remote work to check productivity and more. While we are dependent on mobile app
Ecommerce sites have become a target of hackers and other malicious individuals because of the enormous gains that they can get from these sites.
With all the transactions that involve money and the personal and financial information t
According to professionals, it is considered a modern era that totally depends on the internet and technology as well. There are a lot of people out there who are using cloud hosting where they can store the data and will able to operate essential pr
WordPress provides comment feature. Website needs comment section for reviews which makes visitor engagement on web page.
You can change the look and feel of the comment section. In default WordPress themes we have comment.php which is responsible to
Rails has a nice way to protect yourself from CSRF attacks through threatening HTML encoding from anything you write between <%= %>. But there is a caution, you want to render HTML from string so you need to tell rails that it should not escape
Difference between abstract class and interface in Java 8 :
To create abstract classes we use the 'abstract' keyword whereas keyword 'interface' is used to make the interfaces in Java.
For inheritance the 'extends' keyword is used by the subclasses
my code this
AllProductsActivity Class
public class AllProductsActivity extends ListActivity {
// Progress Dialog
private ProgressDialog pDialog;
// Creating JSON Parser object
JSONParser jParser = new JSONParser();
ArrayList<HashMap<Strin