Blog

jquery tabs
The task is to make tabs in jquery.
30.05.2011
Beautiful popup authorization
To create a convenient pop-up user authorization form, it took the JQuery library and the Fancybox plugin. By the way, you can download libraries to your project folders or use links to them (for example, to code.google.com). The question here is performance, and also whether I will change the source codes of the libraries to suit my needs.
23.05.2011
Cookie example
The simplest example of using a session and cookies, for example, to calculate page traffic by a specific user. When the user first visits, a message is displayed that he is here for the first time, and on subsequent visits, the user is told that he has already been here and the number of his visits is displayed, and a page refresh link is generated.
13.05.2011
Modeling an N-Dimensional Catalog
An N-dimensional product catalog, then between a catalog with subcategories of unlimited nesting, The idea is such that a product can have a minimum of one, and a maximum of N (Well, for starters, N is at least 5, but the idea is to make it NOT limited) and if pure category (pid=0) you can create either a product or a subcategory. If we create a subcategory, then the id of the parent category (genus, cat,) is written in the pid field of this newly created subcategory, and from now on, only subcategories can be created in the genus, cat (products are no longer possible), until all subcategories. And if we create a product in genus, cat, then in the product table, the link_id field of the created product is assigned the id genus, cat, and in it we can now create only products until all products are deleted from the table.
15.04.2011
2 in 1: apply z-index to swf with transparent background
I think you must have come across the fact that you could not place any element of a web page on top of a flash movie, z-index did not help . If the wmode parameter is not explicitly set, it defaults to window. In this mode, the flash drive is placed on top of all HTML.
06.04.2011