Programming

What's new

Common PHP Design Patterns

PHP design patterns allow programmers and developers to develop robust software faster and also provides a way of encapsulating large ideas in friendly terms.  1. Abstract factoryAbstract Factory provides an interface to access various objects and ensure interaction of these objects, which realize the gen...
Programming
Ivan K.
Ivan K.

Font rendering in browsers: vertical metric

The web font revolution started  about  three years ago and has brought great capabilities for creating impressive websites. And while we can’t change which browser and OS our website visitors use, understanding why fonts look the way they do helps us make websites that are successful and comfortable...
Programming
Ukietech
Ukietech

$(document).ready vs $(window).load

Do you know the difference between  $(document).ready, $(window).load and self-invoke anonymous function? I have to admit that I was really confused by this question at first. But, now I have the answer and I would like to explain to you the difference between them.
Programming
Ivan K.
Ivan K.

Adaptive layout

Recently Responsive Design has become one of the most popular trends in web site design and layout. It is used to change the look of the website, depending on the screen size. Many times a cool website with good navigation and functionality is optimized for viewing on a PC and laptop , but may not be designed...
Programming
Nazar    K.
Nazar K.

Fancy jQuery Plugin

How to Do Website Snowing Effect?The weather outside may be frightful, but, the snow effect on Ukietech’s website is delightful!Many successful companies leverage and utilize any and all marketing arrows in their quiver. You will see the most visited sites on the planet like Google and Yahoo employ cool holiday-themed...
Programming
Nazar    K.
Nazar K.

How to create a jQuery plugin

There are is huge amount of jQuery plugins for almost every purpose. However, sometimes the developer needs a certain special script for his project. I also was in such a situation several times, so now I’d like to share with you my personal tips (and, hopefully, best practices).
Programming
Ivan K.
Ivan K.

Semantics in HTML5

Semantics is one of the characteristics that distinguish one web platform from another web platform.And, there is a real problem that needs to be addressed in regards to this. We need HTML mechanisms, which clearly and unambiguously will allow the developers to add more substantial semantics in markup, not pseu...
Programming
Nazar    K.
Nazar K.