
Search In
We can handle static content for example: js,css,images in Spring MVC by using mvc:resources element. mvc:resources element is used to point to the location of static content with a specific public URL pattern.
For example – define the below line
"Making JSON.NET as the default JSON serializer in ASP.NET MVC"
The default JSON serializer in Asp.Net MVC is JavascriptSerializer.
In this article I will explain how to replace the JavascriptSerializer for seria
Hello Reader's
Here is the article which will help you to know, How to Avoid HTML Mistakes
In this article I will guide you how to avoid minor mistakes when create an HTML Page.
1) Don't use block elements within Inline elements.
**Wrong Approch**:
I tried to run the below code
public class TestSelendroidApp {
public static AndroidDriver driver;
public static void main(String[] args) throws MalformedURLException, InterruptedException {
File app = new File("E:\software\selendroid-t
With the help of Bootstrap we can create a Scrollspy function.”The Scrollspy plugin is used to automatically update links in a navigation list based on scroll position.” According to the below example, i am using data-spy=”scroll” it is used to scol
"Finalization Queue in .Net Garbage Collection"
In this article we will see the detailed working of the Garbage Collector and the Finalization Queue.
For reading about the Garbage Collector please go to the following link:
Garbage Collection in .
Liferay Service Builder provides users a way to customize input fields and model entities by specifying related information as model hints in a single file called portlet-model-hints.xml in project’s docroot/WEB-INF/src/META-INF folder. But we need t
If you want to create a pending intent function check my below example. Here I have created MainActivity class and MyReciver class to show get data and in this class I have used toast function. Below code will clearly described you how to create Pend
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
To keep things simple I am using only one file
We got a three
Hello Readers,
The jQuery animate() method is used to create custom animations.
If you want to create some animation effect in your HTML, then you can use jQuery .animate() method for the same.
We use following syntax for create animation.
Syntax:
