
Search In
The IRC stands for the Internet Relay Chat that is associated with the application layer in the TCP/IP model.
The chat process includes the client/server model of the network.
IRC are the programs that we can install into our systems
Getting object values from Json:
If you have a data in Json format and you need to retrieve the object values from that day, it can be easily done using Java.
Lets see an example,
If you are using maven add the following dependency:
Hello Readers …
By this blog i am explaining the distinguish between ‘Alpha Testing’, ‘Beta Testing’ and ‘Gamma Testing’. These three types of testing are very important in the software testing field. Pleas
Beta testing includes sending the item to beta test locales outside the testing environment for real world introduction. Numerous people have come over beta testing in real life situations/circumstances – it could have been anything for
Step 1 :- Create new project like /var/www/html/staging/blog
Step 2:- create index.php
Step 3:- Write <?php echo “Hello World”; ?> inside index.php
Step 4:- Check If you can access project via http://localhost/staging/blog. If
This blog will help you when you need to select distinct records from a datatable on basis of selected columns.
Suppose we have a datatable which holds the employee records. This datatable has following columns
Name
FatherName
City
Qualificati
Hello Readers,
Some times you need to Hide ‘Add to Cart’ button as per client requirement.
So, in this blog i will show you 'how to hide ‘Add to Cart’ button from the List/Category Page.
Go to /app/design/frontend/theme/
hi ,
im working on a function that will save the attachment file in Email via Gmail using gmail API code(C#).
but i keep getting an error that saying :
An unhandled exception of type 'Google.Apis.Auth.OAuth2.Responses.TokenResponseExcept
In order to convert .doc file to .pdf file in cake PHP I have used ZEND library here. Following steps are needed to be done:
You need to make sure SOAP extension is enable on your server.
Use ZEND library as third party. Put ZEND library inside t
Importing vendor files in Cakephp 3
If you have used Cakephp 2x then we know how to import vendor files there. In Cakephp 2x we do the following to import vendor files:
App::import('Vendor', 'Twitter', array('file' => 'Twitter' . DS . 'src'. DS
