Google Web Designer firstlook

Yesterday, Google has launched Web Designer   ( beta version) , a new tool for building interactive HTML5 sites. Web Designer, which Goog...

JSP JSTL < c: forEach > Tag

Have you ever used JSTL <c:forEach> to iterate a Collection such as List or Array in JSP page? It's a  basic iteration tag, accep...

jQuery selector can't select id or class which contains @ # !"$%&'()*+,./:;<=>?[\]^`{|}~

 When developing front end interface of application in javascript and HTML using Jquery. You may face with the Problem that jQuery selector ...

Resize embedded video using jQuery

When developing a website, we often get some problem with size of video , img and content in web interface. If using responsive design layou...