Book: Dependency Injection with AngularJS
With the title being “Dependency Injection with AngularJS“, this is not an intro book on AngularJS. The book is technical and is geared for the intermediate web developer. While you do...
read moreWhen to use “em” and “i” tags for italics in HTML5
In HTML5, both the <i> and the <em> tags are perfectly fine to use. Both will italicize text with the same appearance. So when do you use the <i> versus the <em> tags? Use...
read moreBold with b versus strong tags in HTML5
Some of you may have been doing web design long enough to hear the instruction of not to use the <b> tag and to only use the <strong> tag for bolding text. Well, in HTML5, the <b>...
read moreHow to make Internet Explorer 8 support media queries
CSS media queries are supported by most modern browsers including Internet Explorer 9. However, Internet Explorer 8 does not know of CSS media queries. But you still can make it support them by a...
read moreMedia query syntax
Media queries are conditional CSS rules. For example, the following written in the CSS stylesheet … @media screen and (min-width:768px) { h1 { font-size: 2em; } } means to apply the h1...
read moreUse of meta viewport for mobile devices
To understand the purpose of this tag, we have to understand what mobile browsers are doing when they are rendering sites. Let’s say that a mobile browser is trying to render a site that has...
read moreBest WordPress Plugin to Track Traffic Stats
In my opinion, the best WordPress plugin to track traffic stats that does not require a signup is WP SlimStat. Many people use Google Analytics to track their WordPress traffic stats and that is...
read moreFive Reasons Why Your Web Page May Be Slow
When you find that your website is slow, there can be many possible reasons. To check on the performance issues, you can see the page load time and its various components by using FireBug’s...
read morePHP Maximum File Upload Size Control
Certain web applications can allow an user or an administrator to upload a file from their computer to the Web Server. Once in a while, you may encounter an error when the file that you are trying...
read moreAll contents are opinions and are copyrighted and may contain ads and affiliate links for which site may receive revenues from.
See Terms of Use and Privacy Policy.

