Category: Java
WebPage Colors with color codes
Dithering Explained If you haven’t noticed, images and webpages can look very different when viewed on different computers through different monitors. This is because there may be colours needed, which you do not have available, because your colou
CSS Layout – Table Less layouts
One of the major benefits of using CSS is that you’re no longer forced to lay your sites out in tables. The layout possibilities of CSS give you complete control over the positions and dimensions of all page elements. If you’ve tried laying ou
JavaScript date difference calculation
Calculating date difference in JavaScript is almost as easy as in PHP, but requires a bit different approach. For this post i wrote simple “static” js object which can calculate difference between two dates in: days, weeks, months and years.