Inline asp.net tags (<%$, <%=, <%, <%#, etc.)

by Khaled 26. January 2010 10:57
There are all sorts of different inline tags, and I haven't found a place that explains them all in one place, so here is the quick and dirty... <% ... %> The most basic inline tag, basically runs normal code:  <% if (User.IsInRole("admin")) { %>  You can see this<... [More]

Tags:

Design Trends (Predictions) in 2010

by Khaled 24. January 2010 16:03
As we are stepping in a new decade, I can foresee that web design in 2010 is going to be fun and filled with experimental works. With the new CSS3 and HTML5, designers and developers are trying to utilize the new features to create impressive designs. Sketchy and large background styles are fading o... [More]

Tags: , , ,

25 Graph and Chart Solutions for Web Developers

by Khaled 9. December 2009 18:48
Creating an accessible data chart or graph in HTML is very tricky to achieve, especially with some elements, such as images, that allow only the most basic features that give textual information to non-visual users. What are the solutions? PHP, Flash, Javscript (jQuery, MooTools, Prototype) and CS... [More]

Tags: ,

ASP.NET MVC 2 Beta

by Khaled 19. November 2009 16:46
ASP.NET MVC 2 is a framework for developing highly testable and maintainable Web applications by leveraging the Model-View-Controller (MVC) pattern. The framework encourages developers to maintain a clear separation of concerns among the responsibilities of the application – the UI logic using the v... [More]

Tags: ,

HTML 5 intellisense and validation schema for Visual Studio 2008 and Visual Web Developer

by Khaled 19. November 2009 16:44
You all probably know that new HTML 5 standard is coming. We made a new intellisense schema that you can add to VS 2008 or VWD Express 2008 and get intellisense and validation on HTML 5 elements. Note that schema is for markup only, we do not have DOM2 update for jscript intellisense yet. How to in... [More]

Tags: ,

FaceBook applications with ASP.NET, ASP.NET MVC, WinForms or Silverlight

by Khaled 13. November 2009 09:39
Build your own FaceBook applications with ASP.NET, ASP.NET MVC, WinForms or Silverlight ! Read More Download the SDK Facebook.dll: This is the main assembly that will be used by all applications. This has all the logic to handle communication with the Facebook application. This assembly also ha... [More]

Tags: ,

Visual Studio 2010 due March

by Khaled 21. October 2009 22:46
Microsoft is set to announce on Monday that it is ready with a second beta version of its Visual Studio 2010 and .NET Framework 4.0 developer tools. Both products are set for a final release on 22 March, Microsoft said. "Microsoft has reached the home stretch for Visual Studio 2010," sai... [More]

Tags: ,

ASP.NET MVC 2 Preview 2

by Khaled 2. October 2009 18:56
Today ASP.NET MVC 2 Preview 2 for Visual Studio 2008 SP1 (and ASP.NET 3.5 SP1) just released. Download Page Release Notes Roadmap Source Code and Futures on CodePlex  Some of the cool new features they’ve added to Preview 2 include: Client-Side Validation – ASP.NET M... [More]

Tags: ,

Microsoft Reveals New Windows® Phones With Marketplace and My Phone Services

by Khaled 17. February 2009 19:05
BARCELONA, Spain — Feb. 16, 2009 — Today at Mobile World Congress 2009, Microsoft Corp. CEO Steve Ballmer along with key mobile partners, HTC, LG and Orange, unveiled new Windows® phones featuring new user-friendly software and services. The next generation of Windows® phones wil... [More]

Tags:

2009 © Khaled Elmahdi. All rights reserved