Often there are some cases when you need to display a tree relationship’s structure of any entity. For example, a navigation through the file system menu of the site or the content of a book.
Read more…
In this article I will tell you about the jQuery.cssHooks object, which jQuery contains by default. The expansion of this object allows you to add new properties or values written in the . css () method, which are not natively supported by certain browsers. Perhaps the availability of many CSS hooks is not new, but for me it was a small opening.
Read more…
Earlier we’ve posted some materials on Responsive web design – How to Make a Website for All Devices (Responsive Web Design) and Responsive Web Design: Helpful Articles, Techniques & Tutorials, and some examples of really cool designs in 70 Examples Of Modern Responsive Web Design. And now, we would like to present to your attention some fresh data on this topic that is about grids, frameworks, JavaScript Libraries and jQuery Plugins, online services and testing tools. Hope you’ll find it useful!
Read more…
This is a continuation of the article about LibCanvas basics. In the first part we’ve touched upon the theoretical side and now we’re going to do some practice and try to implement very basic and simple things. The main purpose of the article is to master the basic knowledge about LibCanvas, we’ll write a simple scripts, unsuitable for the use in real life, but you can develop them into something great.
Read more…
jQuery definitely has become a standard in web development industry. There are many excellent js-frameworks that deserve attention, but jQuery impressed everyone with its ease, elegance and magic. People write using jQuery, people write plugins for jQuery, people even write articles about jQuery, but few people know (especially beginners) about jQuery’s structure.
In this article, we will hold a small excursion into the interior of this framework and discuss what’s inside of it. This article is intended for basic knowledge of Javascript. Think about it, and if you know how to write a clone of jQuery, then likely you won’t find here anything new.
Read more…
One of the most frequently asked question about LibCanvas now is “How to get started?” I agree that the threshold of entering into this library is slightly higher than in the simple canvas-library, so in this topic I will cover the basic notions of LibCanvas, such general concepts and principles as drawing primitive shapes, mouse and keyboard events, animation, enhanced context and behavior.
Read more…