Nedavno sam na www.jankoatwarpspeed.com postavio članak koji objašnjava kako možete da kreirate korisnički interfejs koji ima "look and feel" popularnog Outlook-a. Članak sadrži kratko objašnjenje, liveprimer i demo kod. Članak sadrži i vrlo zanimljive komentare - neki smatraju...
I finally manage to start another blog - Janko At Warp Speed . It will help yo build functional and good looking web applications. That means the focus will be on users and user experience. I'll cover web user interface design and development using ASP.NET, Ajax, CSS and C#. OF course, there will...
In case you don't know how to create menus with CSS (or just don't want to), you can use izzymenu online menu builder . Here is a short screenshot-description of what you can do: Step 1 - Chose general menu styles: colors, backgrounds and dimensions Step 2 - Chose link styles: colors, background...
This article will show you how to create fancy buttons using CSS sliding doors technique. It is much better to use this technique than to create each button as an image because you can apply the style to any link and you don't have to create an image for each button. What is sliding doors technique...
I found an interesting and helpful application that enables you to write and edit CSS code and immediately see what it looks like in InternetExplorer and FireFox. With CSSVista, you can check live pages and local HTML files as well. While editing CSS you will see the changes in a split view (see the...
I found very cool website where you can browse various table designs and apply to your Tables, Repeaters, GridViews, ListViews or any other tabular data. The designs are pure CSS code and it is extremely easy to apply to your tables. If you are not familiar with CSS or you just hate to do design work...
While searching the Web I found a similar validator to well known w3.org validators - it's XHTML-CSS Validator . Actually, the original validation is performed by w3.org validators. What's so good about it? It validates both XHTML and CSS in one click. Like w3.org validators, it provides you...
There are so many articles that explains how to make two or more<div> tags same height, but many of them are unnecessary complicated. Some of them even use JavaScript! I'll explain In this article how to solve the problem in an extremely easy way. If you are not familiar with the problem, let...
Vrlo je jednostavno izmeniti izgled TabContainer ASP.NET Ajax kontrole koja dolazi u okviru AjaxControlToolkit-a. Potrebno je samo podesiti nekoliko CSS svojstava. Ispod se nalazi opis glavnih CSS klasa preko kojih možete da menjate izgled kontrole. .ajax__tab_header: Element koji služi kao kontejner...