
Search In
Hello Readers! In this blog we will be discussing about the different identifiers. What is the difference between them and when to use which identifier? First lets start with the const.
Const : is used to declare a variable whose val
Hello readers, today we will discuss a very important topic of a programming language "exception handling". Exception Handling is the process of catching errors which are generated by our program and then taking appropriate action according
Hello Everyone !!
In Android, Intent.ACTION_SEND can be used to send an email and we do not require to make an email client for it but we can use the existing clients. If there is no client for this action, The system will display the &ldq
Sometime the email is sending on local machine but not on the server machine it gives the error "The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required"
To resolve th
The below code will help you to to change the site wide validation required marker as well the hover text. Though there are various approach you can do but this is one of the massively used approach.
Go to Drupal Root Folder->includes->from.
Active Record gives many predefined validation helpers which you can use directly in your class. These helpers provide us rules which can be commonly used as a validation rules. So if the validation fails, a error message is added to object error col
Even as a professional project manager of web projects, one tapes all too often and only too get easily into a very bad trap. The project has a very limited scope and everything runs like clockwork. The testings - module test and also integration tes
Android developers do face the exception when sending large file from Android device to a server. To send large file to a server you have to make the file into small size chunks and then send it to the server.
setChunkedStreamingMode(1024), this met
Dylan Coleman, jr., Potosi Michael Kors Outlet All traffic along a major freeway connecting California and Arizona was blocked indefinitely when a bridge over a desert wash collapsed during heavy rain, and the roadway in the opposite direction suffer
Hi Friends,
Sometimes we need to compress some files programmatically in our code particularly in the case when you are developing any multiple download scenario. We compress the files for following reasons:
1-Compressed files are smaller in size,
