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
»
JavaScript
(
RSS
)
.NET
ASP.NET
Debug/Testing
Error
jQuery
JSON
JSONP
Open Source
Tips
Visual Studio
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
Mon, May 12 2008 6:33 AM
Suppressing JavaScript Error Messeges - Application/Page Level
if you having problem with Ajax Extensions, Ajax Toolkit controls..etc generating bad JavaScript code that cause the message "Error On Page" to appear on the status bar of your browser then you can't solve this by resolving the error or...
Posted by
Adel Khalil
| with
no comments
Filed under:
Debug/Testing
,
Error
,
JavaScript