
Search In
Hello Reader's ,
Hope your are doing good today.
Today we will learn about Validation in CakePHP 3.0 and how we can use validator in our applications. Data validation is an important part of any of the application. With the help of Validator. W
Hello Readers,
This tutorial is going explain "How to get total quantity left of simple products with different color in configurable product".
Lets see how can we do it:
paste the below code in product view file (i.e catalog/product/view
Check last modified date of a file using Javascript :
Most of the applications has the feature of upload files to the server. In some cases we need the metadata of a file like file created date or last modified date etc. In server side application t
How to create basic animations in android :
In this blog i will show you how to create simple shake animation in android.First create a anim folder in res/anim in the android project. Create a xml file in it sopy the following code in it
<
Before reading information from any file,we have to open the file for reading.
This Blog will help you to find the code to read-open-close the file(s) on server we have created with PHP.
Opening a file:fopen()
This function enables to open a PHP
Sometimes when we are working with service then we want the service to communicate with android components like activity.We need to accomplish this task to bind service to an activity.This type of service called android bound service.Once service ha
Over the past few years, there has been a gradual cultural shift in the advertising world. The methods of communication through advertisements or messages have changed to meet the ever-increasing expectations of users. The rapid spread of mobile devi
Here I have created Animated waiting bar. It can be used to display page or when we have app open then it will shown status of work being complete.Progressbar class provide method to work on progress bar like setProgress(),setMessage,setProgressStyl
In Joomla, for creating SEF URLs in joomla component you need to make your router file which has very important role in each and every component to allow SEF URLs.
Let's assume that your component url is like this:-
http://www.mysite.com/index.php?o
This tutorial will help us in learning how to create error pages in apache. We can customize the error pages based on different error codes that is writen in Apache server's Directive “ErrorDocument ”
Follwoing are the “Three digit error code”:
Apa
