Missing Apache2 Module mod_env in Ubuntu? Follow This…

So easy to fix but hard to find the solution. Hope this helps all you who are stuck with this. If your Apache server doesn’t start and you get an error message like this: Failed to start apache : * Starting web server apache2 Syntax error on line 63 of /etc/apache2/sites-enabled/mythweb.conf: Invalid command ‘SetEnv’, perhaps … Read more

Google Chrome CSS Rendering Bug in Version 25.0.1364.97

Heads up on a Chrome CSS rendering bug. The new version of Chrome ( 25.0.1364.97 and 25.0.1364.97 m) has a bug that affects left floated child elements of left floated, 100% width container elements e.g. <div style=”width:100%;float:left;”> <div style=”float:left;”> <!– Content –> </div> </div> It affects unimportant little things like horizontal navbars by causing the … Read more

How to use external fonts in web pages

Ever wanted to know how to add fonts to a webpage using Google fonts or a downloaded font file? Or ever need to convert fonts to different formats to improve cross browser support? There are simple solutions to both. Questions this guide answers How do I convert fonts into different formats? How do I add … Read more

How To Make Free Mobile Web Apps

There are 1.2 BILLION mobile web users in the world. A staggering 25 out of every 100 potential US visitors to your website will never see it with a desktop computer, at least. Statistics collected in 2010 suggest that 25% of US people DO NOT access or infrequently access the desktop web. That figure was higher in China … Read more