The hosts file is a computer file used by Windows operating system to map hostnames to IP addresses. The hosts file is a plain text file, and is conventionally named hosts.
Category Archives: Article
HTML5 Web Storage
HTML5 let’s you storage data within the user’s browser, this is a new way to storage data locally.
Web Storage is more secure and faster than cookies. The data is not included with every server request, but used only when asked for. It is also possible to store large amounts of data, without affecting the website’s performance.
The data is stored in key/value pairs, and a web page can only access data stored by itself.
SEO Linking Strategy
I’ve been thinking a lot about my linking strategy lately. Trying to get incoming backlinks, making sure I have good inner links…
But one area that I think is too often overlooked is outbound links.
Merry Christmas!

HTML5 Microdata?
HTML5 microdata is a WHATWG HTML specification used to nest semantics within existing content on web pages. The puorpose is to allow crawler or screen reader to understand what’s the meaning of a text. These information are accessible only by this software and are invisible for the user.
jPlayer – HTML5 Audio & Video for jQuery
jPlayer is the completely free and open source media library written in JavaScript using jQuery. jPlayer allows you to rapidly weave cross-platform audio and video into your web pages. jPlayer’s API allows you to create easy and innovative media solutions for any devices, mobile, table or desktop.
Multi Monitor Taskbar – ZBar
ZBar is a utility for those who use multiple monitors created by Zhorn Software.
Browser Zoom Breaks Layout
I recently discovered that some browsers have a bug when zooming less than 100%. When you have two floating “div” with borders if you reduce zoom the page’s layout won’t be displayed correctly.
Google Chrome Mobile Device Testing
Google Chrome has very useful utility into the native “web developer toolbar” to test mobile devices. Just press Settings in the bottom right corner of the toolbar then click on Overrides tab to view all the options.
My New Own WordPress Theme!
After almost a year since this blog exists I finally created my theme for WordPress. I worked very hard since the design of templates is not my specialty. Taking a cue from my old theme, LightWord, I began the creation of my own and now it’s finally online.