
Search In

In .Net we often listen to the word “Delegate” and whenever asked about the same in interviews or somewhere else, there is a short and sweet answer-“The delegate is a pointer to a method.”
The answer is simple, concise and gr
Every company needs an app. If you’re the one responsible for making those apps, your work is already cut out for you. Making your first iOS app may seem intimidating, but going in with the right knowledge will provide you with some comfort.
As a business owner, you must understand the need for technology. Businesses need to have functioning, easy to access tech that customers and employees can easily interact with. And, with so many different options to create websites and apps for your
Behind any cyber danger, there are people utilizing computers, code and webs. During or after the cyber attack technical knowledge about the system and computers between the attacker and the person will be gathered. However, identifying the pers
Network security is more important today than it has ever been. Businesses are more digital than ever before, and they need appropriate cybersecurity measures to protect them against the many digital threats that exist in the modern world. However, m
If you want to make Split Invoices in OpenERP(Odoo) follow the below mentioned steps:
Step-1Install 10n_ve_split_invoice module.
Step-2 After that we have to customised 10n_ve_split_invoice module.
In below example, I have custmozied .py file. You ca
Hello Reader!
If you want to read a Excel file in PHP then you can learn the library code below
read('excel_file.xls'); // reads and stores the excel file data
// Test to see the excel data stored in $sheets property
var_export($excel->sheets
Liferay+Log4j:- This blog will show you how you can implement logging in Liferay with Log4j. By using this you can use the custom logging using Log4j in Lifeary. To make this possible follow the below steps:-
1. Create log4j.xml and log4j.dtd file
Helo Readers,
If you want to convert the HTML to PDF read the below code:
When we do this first of all we require the fpdf library file which can be downloaded from the official site of FPDF.
After download it, Just copy the folder into your direct
Whenever we create a form, we always have a requirement to put validation for empty fields on some input fields. We usually implement this functionality by putting checks on "blur" and onFocus events of the input field.
Example: In the below example
