
Search In

Hello Readers,
In this blog, I’m going to show you the correct way to add an extra link to the existing top links section under Account.
Existing top links are: My Cart, My Account, Checkout, My Wishtlist, Login etc
These Top-links are managed


Hi,
1) I want to integrate Apple Pay on my website (so it's a Apple Pay - Web Integration), using the Braintree payment provider, JS as a client side language and Java as a server side language.
I'm having difficulties creating a pr
JavaScript is a vast platform. It covers many advanced programming techniques. If you are a beginner, it’s crucial for you to know a few JavaScript strategies. Without knowing them, it is quite tough to build complex JS applications. From valid
It is a known fact that every website would be in need of good and new traffic on a regular basis because it helps them to generate business and be productive a regular basis. It is important for people to understand the advantages of having organic
Hi, I'm new to Android world and I got a problem when I try to upload my first game which is 350 MB to Google Play Console. I have searched for many days but I still have no idea what is the right way to handle it. It seems like Dynamic Delivery
Test Scenarios
It is a high level document that consist of all the possible combinations or ways of testing the application.
Generally, test scenarios are written to understand the flow of the application.
Why it is high level document?
As it does
Hello Readers ,
If you want to echo out the current URL in cakephp then follow the below codes.
Current URL: http://example.com/controller/action/?query=12
We can do it this way like.
<?php echo $this->request->here; ?>
By using thi
Hello EveryOne....
Here is the scenario.,
In MySql database, I have two tables.. User and UserDetails...
In 'User' table, i had generated userID made it as a primaryKey.
For Example, 101->user1.... 102->User2
Now I need to Inser
MongoDB does not have joins but sometimes we want references to documents in other collections. For this we have to use population.
Population is the way of matching the specified paths in the document with document(s) from other collection(s).
Let
This video tutorial describes how to implement AlertDialog in your activity.
A dialog that can show a title, up to 3 buttons and a list. It is a subclass of Dialog that can display one, two or three buttons.
This video tutorial describes the three wa
