Sign in
|
Join
|
Help
Developer Pills
Hi my name is Adel and i'm not a recoverd Software Developer.
This Blog
Home
Syndication
RSS for Posts
Atom
RSS for Comments
Go
Search
Go
Tags
.NET
ASP.NET
Beta
C#
Career
Community News
Debug/Testing
Error
Events
Everyday Life
Funny
Human Factor
JavaScript
MDC 07
Microsoft
Office 2007
Performance
Personal
Security
Software Design
SQL Server
Tips
Utilities
Vista
Visual Studio
Community
Home
Blogs
Media
Archives
November 2009 (1)
September 2009 (1)
August 2009 (1)
January 2009 (1)
December 2008 (3)
October 2008 (5)
September 2008 (3)
August 2008 (3)
July 2008 (1)
June 2008 (1)
May 2008 (4)
April 2008 (4)
March 2008 (2)
February 2008 (1)
January 2008 (2)
December 2007 (8)
November 2007 (1)
October 2007 (4)
September 2007 (3)
August 2007 (6)
July 2007 (5)
June 2007 (7)
May 2007 (8)
April 2007 (7)
March 2007 (8)
February 2007 (13)
January 2007 (6)
December 2006 (10)
November 2006 (3)
News
<script src="http://badge.facebook.com/badge/660220583.1476.541121083.js"></script><noscript>
Adel K. Khalil's Facebook profile
</noscript>
Working for...
TalentStack Technologies
Disclaimer
The opinions expressed here are those of the authors and do not reflect his employer point of view. This blog is governed by the site terms of use. These postings are provided "AS IS" with no warranties, and confers no rights.
Places to go:
Middle East Developers
Hanselminutes
Where's my readers:
Currently reading:
Only Blogs
Blogroll
Scott Hanselman
Mohamed Hossam
Coding Horror
Dennis van der Stelt
Dustin Campbell
Jean-Paul Smit
Egypt Software
Bruce Backa
Patric Hynds
Duane Laflotte
Waleed Abdelwahab
Hossam Aldin
Fady Anwar
Browse by Tags
All Tags
»
ASP.NET
(
RSS
)
.NET
Beta
C#
Community News
Debug/Testing
Error
Events
IIS
Internet Explorer
JavaScript
jQuery
JSON
JSONP
MDC 07
Open Source
OpenID
Performance
RSS
Security
Tips
Utilities
Visual Studio
Volta
Web Services
Thu, Sep 3 2009 10:07 PM
Consuming JSON Web Service from jQuery and Server Code
This is a trick i learned today, if you have your web service returning JSON string to utilize on your ajax calls if you planned to connect to this service using server code (Web Reference) for internal facing app for example you have a problem. If you...
Posted by
Adel Khalil
|
1 comment(s)
Filed under:
Visual Studio
,
ASP.NET
,
Tips
,
JavaScript
,
jQuery
,
JSON
Fri, Aug 14 2009 1:36 AM
Cross-domain JSONP with jQuery call step-by-step guide
I’ve been banging my head all day to accomplish this, it’s like a puzzle.. but since i get it to work i thought i could write this post for you and myself. What we want to accomplish? Simple way to communicate cross-domain with ASMX .NET 3.5 Web Service...
Posted by
Adel Khalil
|
65 comment(s)
Filed under:
.NET
,
Web Services
,
ASP.NET
,
JavaScript
,
jQuery
,
JSON
,
JSONP
Mon, Sep 29 2008 3:53 AM
Finally Microsoft Shipping Open Source
This is awesome, Microsoft finally decided to ship open source software, jQuery will be shipped with ASP.NET MVC and will be supported as any Microsoft product, also will be shipped with Visual Studio on the long run, this is a bold move http:...
Posted by
Adel Khalil
|
1 comment(s)
Filed under:
ASP.NET
,
Open Source
,
JavaScript
,
jQuery
Tue, May 13 2008 8:12 PM
Configuring ASP.NET Email Notification for Health Monitoring
ASP.NET provide a very conveniant way for health monitoring notifications, that will allow you to setup an email prvider to catch web events and send email messages when any arise. all you need is to configure your web application to send emails, also...
Posted by
Adel Khalil
|
1 comment(s)
Filed under:
Debug/Testing
,
ASP.NET
,
IIS
Sat, Apr 5 2008 4:43 PM
Partial Web.Config
With integrating new technologies with .NET Framework 3.5 like Ajax Extension for instance the default web.config become very fat. why not having a designer generated code for the web.config in seprate file like it did with ASPX pages.
Posted by
Adel Khalil
| with
no comments
Filed under:
.NET
,
ASP.NET
Sun, Dec 23 2007 6:49 PM
Tiny Tip: Exporting to Excel from GridView inside UpdatePanel
This is a basic feature that most of todays application provide the most widly used implementation make use of the Response object to write to all the page which dosn't go well with ajax calls that concerns with only a portion of the page. you can...
Posted by
Adel Khalil
| with
no comments
Filed under:
ASP.NET
,
Tips
Wed, Dec 12 2007 2:49 AM
Volta announced, GWT Architecture and Script#
Microsoft Live Labs announce the new web coming technology Volta , which is a set of developer tools that in plain English work as MSIL re-compiler to cross-browser compliant JavaScript . The Volta technology preview is a developer toolset that enables...
Posted by
Adel Khalil
| with
no comments
Filed under:
.NET
,
Community News
,
ASP.NET
,
Beta
,
Volta
Fri, Oct 5 2007 10:48 PM
Mission Impossible: Opening .NET 1.1/VS 2003 Web Project
If you are lucky enough to not work with web project in VS 2003 don't read on. i have a massive amount of time trying to figure how to open a web project written in .NET 1.1/VS 2003 on another machine on couple of XP machines every time i got error...
Posted by
Adel Khalil
|
1 comment(s)
Filed under:
.NET
,
Visual Studio
,
ASP.NET
,
Error
,
Tips
,
IIS
Wed, Oct 3 2007 12:56 AM
Tiny Tip: Make sure your feed is discovered by IE7 RSS Button
To do so just add this little snippet of code to your default page and you good to go. < head > < link rel ="alternate" type ="application/rss+xml" title ="Live From Cairo" href ="http://bloggingabout.net/blogs...
Posted by
Adel Khalil
|
2 comment(s)
Filed under:
RSS
,
ASP.NET
,
Internet Explorer
,
Tips
Wed, Sep 12 2007 10:03 PM
Tiny Tools, Huge Benefits
Those are a subset of Hanselman's tool list , those are very helpful during my daily job... so i thought i share with you.. to boost your productivity as well. Query Express - A light weight Query analyzer like application .NET Reflector - Amazing...
Posted by
Adel Khalil
| with
no comments
Filed under:
.NET
,
C#
,
Utilities
,
ASP.NET
,
Performance
Thu, May 24 2007 12:43 PM
Get over "MaxLength not working in ASP.NET"
Hi Mates, if you are using a TextBox Server Control and have modified the TextMode property to MultiLine and have it's MaxLength=200 for example it will simply not work.. and when you run your application no matter what is the browser that you are using...
Posted by
Adel Khalil
| with
no comments
Filed under:
ASP.NET
Tue, Feb 27 2007 9:56 PM
Enable your ASP.NET for OpenID
I wrote about OpenID before and today i came across Andrew Arnott post about how to enable your ASP.NET website for OpenID
Posted by
Adel Khalil
|
2 comment(s)
Filed under:
ASP.NET
,
OpenID
Tue, Feb 6 2007 12:14 AM
Custom Mempership Provider for preventing DoS
Hours ago i had a chance to attend for one of my favorites speakers who always speak at Middle East Developer Conference, my list of great speaker include more world first class speaker.. which is a subject i will talk about more later. The speaker for...
Posted by
Adel Khalil
|
1 comment(s)
Filed under:
.NET
,
Security
,
Events
,
MDC 07
,
ASP.NET