-
Listu od 16 zaista fenomenalnih članaka o web developmentu i dizajnu možete pogledati u mom poslednjem članku objavljenom na JankoAtWarpSpeed blogu: Awesome web development and web design articles and sites in May 2008 . Lista sadrži članke o ASP.NET-u, Ajaxu, jQuery, zatim nekoliko fenomenalnih stvari...
-
Drage koleginice i kolege, mozete da preuzmete demo kod i slajdove sa predavanja. Nadam se da ćete u skorijoj budućnosti imati prilike da upotrebite neki od primera. Ukoliko imate pitanja u vezi sa temama slobodno ih možete postaviti ovde ili na forumu. Kada već pričamo o korisničkom iskustvu, preporučio...
-
U sredu, 28. maja 2008 u Ateljeu 212 biće održan tehnički događaj MSDN Day. Biće održano šest predavanja o razvoju korišćenjem Microsoft tehnologija. Predavanje koje cu ja držati, "ASP.NET primeri za postizanje boljeg korisničkog iskustva" obuhvata nekoliko zanimljivih i čestih...
-
Za sve zainteresovane, možete preuzeti demo kod sa predavanja sa .NET User Grupe o upotrebi reflectiona. Nalazi se u prilogu ovog posta.
-
Body: Installing AJAX.ASP.NET v1.0 library Step 1: Setting up AJAX Extensions After downloading you should start ASPAJAXExtSetup.exe to install AJAX libraries on your system. This should install ASP.NET Ajax-Enabled Web Site Visual Studio template. Also AJAX extensions tab in Visual Web Developer 2005...
-
Body: A friend of mine recently asked me if I have some tutorial so he could easily setup his computer for ASP.NET and AJAX library. I thought maybe it would be good to have some neat tutorial so you could just give it to your new developers. Actually I thought it would be great to have few articles...
-
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...
-
I am in the process of opening one more blog, but I am experiencing a lot of problems with my hosting provider. The blog is ready, but I have to solve hosting issues. The guys just don't want do do what their job is - a technical support. Worst case scenario will be to transfer my domains to another...
-
Just a short one in addition to my previous post about new features in Expression Web 2 Beta . Microsoft has a community related to Expression products - Expression Community . It is full of different content - you can read the latest news or blogs , get informed about events , read about Expression...
-
Microsoft released a Beta version of Expression Web 2 . There are a lot of new features which we'll discuss in detail. Few words about Expression Web (In case this is the first time you get in touch with this tool). Expression Web is a tool that enables you to create modern, standard based web sites...
-
I just read a post on GridViewGuy blog that introduces a great tool for testing aspx pages - WatiN , and it really grabbed my attention. To put it in short, WatiN is a framework that will let you write unit test in order to test aspx pages functionality. " Inspired by Watir development of WatiN...
-
There is very helpful on-line tool that will show you how your web site looks in almost 60 browsers and four platforms (Windows, Linux, Mac OS and BSD). It will start to create the screenshots of a provided URL in a few minutes, and within an hour it will create all screenshots. You can refresh the page...
-
asp.netPro , an Informant Communications Group Publication, each year organizes Readers' Choice Awards for ASP.NET products and vendors. You can vote for ASP.NET product of the year, and you can select your favorites in next categories: Add-in Charting & Graphics Tool Chat Application Code Editor...
-
There is a great collection of 101 LINQ samples under C# development center on MSDN. Samples are grouped into restriction, grouping, aggregate, projection, set conversion, partitioning, element, ordering, generation, custom sequence and other operators. Each sample consist of source code, description...
-
Among many JavaScript libraries, jQuery attracted me the most because it is lightweight, it is simple and has intuitive syntax. Another great thing is that elements are selected just like you got used to in CSS . No wonder this is the most popular library. In this article, I'll try to explain the...