Category Archives: Web Development

Hybrid Mobile App Development with PhoneGap, AngularJS and Bootstrap

Thanks to the easy availability of brilliant Mobile Application Development frameworks, it has become quite comfortable to come up with remarkable hybrid mobile apps that look great and function in the desired manner. Nowadays, web developers are trying their hands on combining multiple frameworks in order to arrive at an architecture that can serve as… Read More »

Top 5 Most Read Articles of Year 2014

Year 2014 is about to end and it has been most successful year for Web Development Tutorial so far, since I started it in year 2012. Readers remain engaged with WebDevTutorial blog and kept posting their feedback and suggestions through blog comments and Contact Me form. WebDevTutorial not only provided helpful technical articles in year… Read More »

Journey of 50 articles at Web Development Tutorial

For last few months, my focus was to explore Microsoft ASP.NET MVC features and learn to build application using ASP.NET MVC with Entity Framework. My last ASP.NET MVC Tutorial was about ASP.NET MVC Html Helpers (A Must Know). It completes a figure of 50 articles on Web Development Tutorial blog related to Web Technologies. In… Read More »

What’s new in HTML5

Most important thing about HTML 5 is that its now no longer part of SGML but its a language of its own. A number of new elements added as well as others removed or deprecated.There are lots of new features that requires a detailed article but here I am trying to focus on major ones.… Read More »

CSS - background-image issue in IE non-compatibility

I have been facing an issue with background-image for IE non-compatibility mode, Firefox and Chrome. Actually, the image is not displayed in IE non-compatibility, Firefox and Google Chrome. In IE compatibility, images displayed properly without issue. CSS style for my button was as follows: .btnStyle { font-family:Arial; font-size:8pt; color:White; background: none url(‘../Images/btn.gif’); border: none; height:23px;… Read More »