Morning Break
Coffee, web development and desgn
Sign in
|
Join
|
Help
Home
Contact
About
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Search
Go
Tags
.NET Framework
Ajax
ASP.NET
Blogging
C#
CMS
CSS
Data Modeling
Events
Firefox
GDI+
HTML
Internet Explorer
JavaScript
jQuery
JSON
LINQ
MVC
RSS
Silverlight
social media
User interface
Visual Studio
Web Design
Web Development Tools
Community
Home
Blogs
Media
Forums
Groups
Archives
July 2008 (3)
May 2008 (5)
April 2008 (4)
March 2008 (12)
February 2008 (13)
January 2008 (18)
December 2007 (17)
November 2007 (4)
My other sites
Dzovan.com
My artistic gallery
Janko At Warp Speed
March 2008 - Posts
1
Comments
Expression Web 2 Beta - Overview of new features
by
janko
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...
Filed under:
ASP.NET
,
Web Development Tools
,
Ajax
,
User interface
9
Comments
Unit testing aspx pages with WatiN tool
by
janko
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...
Filed under:
ASP.NET
,
Internet Explorer
,
Ajax
,
Firefox
,
User interface
0
Comments
Janko's Blog updated its name and design
by
janko
As you can see, I changed the name and design of my blog. This will not affect the content - I will still write about web development. :) Name Instead of boring name " Janko's Blog ", from now on it will be " Morning Break ". New...
Filed under:
User interface
3
Comments
Test your web site in different browsers and platforms
by
janko
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...
Filed under:
ASP.NET
,
HTML
,
User interface
3
Comments
Extension methods in C# and .NET Framework 3.5
by
janko
Visual Studio 2008 and Framework 3.5 include an exciting new feature - extension methods . Extension methods enables writing custom methods and "attaching" them to existing classes inside the Framework. In other words, you can extend Framework...
Filed under:
.NET Framework
,
C#
1
Comments
Vote for ASP.NET product of the year
by
janko
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...
Filed under:
ASP.NET
1
Comments
LINQ Samples on MSDN
by
janko
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...
Filed under:
ASP.NET
,
LINQ
3
Comments
Create sexy navigation with izzymenu.com
by
janko
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...
Filed under:
CSS
,
User interface
0
Comments
A brief overview of jQuery
by
janko
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...
Filed under:
ASP.NET
,
JavaScript
,
jQuery
0
Comments
ASP.NET FleUpload control doesn't work properly under Ajax
by
janko
ASP.NET FileUpload control doesn't work when placed in ASP.NET Ajax UpdatePanel control. If you try to upload a file, PostedFile property is always null. That means you won't be able to access the file from your code. There is a simple solution...
Filed under:
ASP.NET
3
Comments
ASP.NET Exception Handling Best Practices
by
janko
Exception handling plays an important part of application management and user experience. If implemented correctly it can make maintenance easier and bring the user experience to a higher level. If not, it can be a disaster. How many times have you seen...
Filed under:
ASP.NET
4
Comments
Internet Explorer 8 Beta 1 for developers now available!
by
janko
IE Tem announced Internet Explorer 8 Beta 1 for developers and designers. Release notes can be downloaded from here . You can report bugs if you sign up on Microsoft site: http://connect.microsoft.com The interesting thing is that Beta 1 doesn't pass...
Filed under:
Internet Explorer