Yousef Jadallah's Blog
If You Rest You're Rust
-
useFastClick in JQuery Mobile
-
JQuery Mobile Code Snippets 1
I want to share with you some important codes that you may need during JQuery Mobile development.These codes has been tested on Alpha 4 version.
-
Microsoft Community Contributor Award - 2011
I have the honor to inform you that I've been awarded the "Microsoft Community Contributor Award - 2011".
-
Microsoft – The Amman Open Door, December 15-16 at Sheraton Hotel.
It’s the biggest event for Microsoft in Jordan for this year.Do not miss the chance.
-
Using Array.BinarySearch Generic Method with Custom Objects
Hello,
-
Ensure that __doPostBack() function is implemented on the page
-
The Connection String Reference Site
In this great site http://www.connectionstrings.com/ you can find about 517 connection strings and 120 providers, drivers and class libraries listed in the database. These for Database Servers as well Data Files.
-
ASP.NET AJAX Microsoft tutorial
Many people asking about the previous link of ASP.NET AJAX 1.0 documentation that started with http://www.asp.net/ajax/documentation/live which support .NET 2.
Actually, this link has been removed but instead you can visit http://msdn.microsoft.com/en-us/library/ee341002(v=VS.100).aspx which illustrate the version that Supported for .NET 4, 3.5 . -
Passing javascript array of objects to WebService
Hi folks.
-
Default Parameter in .NET 4(C#)
During my using for the new release .NET 4, I notice that C# support default (Optional) Parameters, after thousands of complains form C# programmer- especially it was supported by VB.NET- now it's available.