
Search In
In 2009, Google launched a campaign- Let's make the web faster. The aim of the initiative was to make ''browsing the web as fast as turning the pages of a magazine.” Since then, Google has reiterated the fact that speed matters, as
What is grid system ?
→ Grid usage to guide design and page layout is in practice for around 100 years now
→ Rationalism and New Objectivity came into picture in 1910s and 1920s due to ornamental design
→ This shift in design was responsible for
Mass contact module is very useful when we want to send lots of emails to a group or users or all users. We also can add taxonomy check for this.
Following is the detail for mass contact module:
Mass Contact
Introduction:
The Mass Contact module s
Web applications with AnnotationConfigWebApplicationContext: In Spring we can use the WebApplicationInitializer in place of web.xml to initialize DispatcherServlet and use @EnableWebMvc annotation to support Spring MVC.The below example code can show
This tutorial will guide you to implement Image Slider functionality in your project through a simple library. We will complete this tutorial using following some steps.
Step1- Introuduction
An Image Slider is an android feature in which we
Hello Friends,
If you are looking to use page redirection in zend framework. Like as you know we always need to redirect our web-page from one page to another webpage for example after successful record insertion in you always wants to redirect your
You need to follow below step to remove comment section in WP Page.
1) Make admin login on Wordpress.
2) You can view "Pages" menu on left panel. On mouse over you can view "All Pages" & "Add New" options. Please click at "All Pages".
3) Now you
Hello Reader's if you want to edit any value from db in the webpage without any text box or form, Then choosing the Angular JS will be the best option
Lets see the example
For this lets start with the html page. The code for this page will go like
Before we create magento custom module, let’s have a look on code directory structure of magento where we create custom module. Here is only code folder structure.
- app (contains code pools, design, configuration, localization and Mage.php fi
Sometimes we need to refresh web page after a particular time interval to refresh the content present on that page.
So we can do this easily by writing the meta tag in the page source code:
<meta http-equiv="refresh" content="60"/>
this will