
Search In
With loads of marketing strategies available for businesses, it becomes quite difficult to decide which one fits the best for your company. Before spending a budget on marketing strategies it is very mandatory to know about all the available strategi
“We deliver your Pizza in 30 minutes or you get it for free” When Domino’s had come up with this challenge for its customers, they explained that more than it being a challenge for them, it was a challenge for their customers. A cha
If you want to create php pages in wordpress or in other way you want to create templates in WordPress then you need to simply create a file in your activated theme and write below code in top of the file.
After that you can create a wordpress page
There are many Magento 2 extension available in the market that you can easily get for your e-commerce site but few of the Magento 2 marketplace extensions are very helpful to make your e-commerce website helpful. Let's discus
Dear Programmers,
Liferay 7 has been modularized to a great extend, so the most of the JSPs you might want to override are no longer in Liferay's core. Being modularized, Liferay 7 comes with a modular approach to override the core JSP.
Hello Readers,
This tutorial will guide you about local.xml file in magento. The local.xml file does not exist by default. We will have to create it in the layout folder of current theme. By Using local.xml, we can modifying the existing layout file
Step 1: create an xml file for main activity
<android.support.v4.widget.drawerlayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/drawer_layout" android:layout_width="match_parent" android:layou_height="match_parent
Online Support
PWAs (Progressive Web Apps)
Responsive Web Design
Message spring up With Websites
Fast Answer with Volume discovery
Single-Page Websites and Fixed Websites
Plan Elements&n
Hello Guys,
We generally need paging in all the listing pages in website. To set paging in Zend Framework, please follow the below code::
// you need to set the below code in your controller
$select = $db->select()->from('posts')->order(
How to move markers on a google map api without clicking on any object ?
The above can be achieved with simple logic . ie update the marker position after a particular time ( Let say 1 second in our example )
The following HTML and jquery code will