
Search In
Previous Git Blogs
Intialize git repostiory
First Commit
Two tree architecture and Three tree architecture
Best basic practices for writing commit messages
Viewing the commit logs
Git Basic WorkFlow
What is HEAD pointer in GIT
Git Configuration
V
$timeout and $interval are two AngularJS timer services. We use these services to call functions and these are similar to javascript’s setTimeout and setInterval functions.
$timeout- This is used to call a function and schedules a single call t
You might be feeling on the top of the world by merely having an online presence. However, you must know that there is a vast and deep ocean out there. And you’re just a drop! Read about the offerings of e-commerce giants like Amazon, eBay or W
SQL stands for Structured Query Language. SQL is a language which allow us to access data or modify data from the database. Before proceeding towards the SQL we should also know about database. DataBase can be defined as the collection of multiple ta
Hello Guys
Liferay allow to create custom portlet to write own business logic or controller code. Portlet is a small application of the liferay.
When we need to define rules on the custom portlet, So we need to add custom portlet in liferay contr
To get SMS conversation from an Android device we will use following code:
ContentResolver contentResolver = getActivity().getContentResolver();
Uri uri = Uri.parse("content://sms/conversations/");
Cursor cursor = contentReso
This is a demo of using Enum.TryParse method for converting string values to enum type.
We have function Enum.TryParse under System namespace in Enum class. This method is used for parsing string values to enum type. Signature of the method is as fo
1-An Enterprise Resource Planning Software-As we don't need to describe the benefits of implementing an ERP solution for organization, with OpenERP/Odoo solution, you get a consummate ERP solution where you can manage Warehouse Management, Sales, Cus
Mac OS X wants to use system keychain when compiling the xcode project
"Follow below steps"
1.open your key chain access.
2.on top left corner unlock the key chain (if it is locked).
3.click system from top left corner.
4.then click your
Paper formats are records of report.paperformat and can contain the following attributes:
1. name (mandatory) : only useful as a mnemonic/description of the report when looking for one in a list of some sort.
2. description : a small description of
