
Search In
arkKiapjNd abrahamsden
wwqTclhrUm abrahamsden
dxuOmrsvFb abrahfamse1
ossAmcujUl abrahamsden
ufeHtmyrIz abraamgsen2
cyiWweqsFd abrahamsden
lqpRjbfbTb abraamgsen2
xqbGzcghHz abrahamsden
gacZkbezUl abraamgsen2
wokDhkbsIl abrahfamse1
In magento layouts are used to display contents of each page using layout.xml which we will found in app/design/frontend//default/layout. Each module have it's own layout file e.g. customer module has customer.xml and catalog module have catalog.xml
In magento layouts are used to display contents of each page using layout.xml which we will found in app/design/frontend//default/layout. Each module have it's own layout file e.g. customer module has customer.xml and catalog module have catalog.xml
Defect Management Process:
As a software tester or a QA engineer every minute you must be thinking to find a defect or a bug in an application. We are Software testers – in other words defect finders. Defect/Bug/Issue/Fault/Failure/Incident – whatev
If you came across to a requirement where you want to make UIImage Background Transparent then use below method to achieve it.
+(UIImage *)changeWhiteColorTransparent: (UIImage *)image{
CGImageRef rawImageRef=image.CGImage;
const CGFloat colorMaski
Hi,
In many cases we have to give a background color to a superview with alpha less than 1.0. If we give color from XIB/storyboard to a superview with alpha 0.4 then it assigns the alpha 0.4 to its subviews also.
What if we need to give alpha 0.4
Hello Friends,
Sometime we need to run some background tasks using cakephp without user interaction or delayed response to user from server.
For this we can use CAKEPHP AppShell utility.
Syntax:
/path/to/cake/console/cake -app /path/to/app/ <
If you want to send push notification on Android mobile please use the below function:
Requirement :: a) Mobile TokenId
b) Google API Key
public function send_notification_mobile($mobiletokens, $GOOGLE_APIKEY){
// API access key fr
If you want to create invoice automatically then follow these step
1- Install subscription module in OpenERP
2 - Than go to menu Tools -> Configuration -> Document Types
3 - Than go to menu Tools -> Recurring Events -> Subscription
The ngRepeat directive instantiates a template once per item from a collection. Each template instance gets its own scope, where the given loop variable is set to the current collection item, and $index is set to the item index or key. - angularJS
E
