يوليو 31st, 2007 at 14:22
(منوعات)
AJAX هي ليست بلغة برمجة جديدة أو اختراع جديد، وانما هي تقنية جديدة في استخدام الامكانيات المتوفرة. حيث تمكنك هذه التقنية من بناء مواقع افضل واسرع واكثر سهولة للتفاعل مع المستخدم. وتتعتمد هذه التنقية على أمرين اساسين هما لغة الجافا سكريبت (JAVASCRIPT)
والـ ( HTTP REQUESTS)
ومصطلح AJAX هو اختصار لهذه العبارة
Asynchronous JavaScript And XML
ميزات هذه التقنية
- اعتمادها الأنظمة المفتوحة (Open Standards)
حيث تعتمد في مجملها استخدام مزيج من الأنظمة المفتوحة وهي:
JavaScript
XML
HTML
CSS
Read the rest of this entry »
تعليقات
يوليو 22nd, 2007 at 15:34
(Dot Net Framework)
بسم الله الرحمن الرحيم
الادخال و الاخراج (Input /Output) :
في خلال هذه السلسلة ان شاء الله سوف نتعلم كيفية التعامل مع الادخال والاخراج ضمن الـ Dot Net Framework، حيث سنتعلم اساسيات الادخال والاخراج ضمن النظام وذبك يتضمن ايضا عملية الوصول الى الملفات والمجلدات على حد سواء ضمن ملفات النظام، والتعامل مع عمليات القراءة والكتابة ضمن الـ Streams واستخدام الـ compression stream و وحدات التخزين المنفصلة “Isolated”.
الأقسام والاهداف التي سنسعى لان نقوم بتغطيتها:
Read the rest of this entry »
تعليقات
يوليو 17th, 2007 at 21:54
(Dot Net Framework)
تعتبر هذه الميزة من احدى ميزات المدهشة ضمن بيئة الـ Dot Net Framework والـ CLR والتي تساعد في الوصول الى معلومات المتغيرات (الصفات) خلال عمل البرنامج حيث تساعد هذه التقنية في بناء برامج ديناميكية تدعم خاصية الـ Pulg-in. ومن خلال هذه المقال سنقوم باذن الله بالتعرف ومحاولة استيعاب تقنية الـ Reflection.
فهم تقنية الـ Reflection
يعتبر الهدف من هذه التنقية هو من اجل تكامل انواع المتغيرات مع الانواع المتوفرة من قبل النظام وايضا من اجل انشاء اكواد برمجية خلال سير عمل البرنامج ومعالجتها، وتساعد هذه التقنية على تمثيل الكود البرمجي على اساس نماذج Model.
Read the rest of this entry »
تعليقات
يوليو 17th, 2007 at 14:34
(Code Project)
Introduction
May be some of will say this old staff and there is hundreds of such article but may be there are true but what I did found speak in general not in details how to deal with Unicode files to download from server or multi segment file name problem epically with Firefox browser which cause lot of problems.
Background
During last couple days in I got a web project for one of our departments that contain download section provided file download for public and site members but there is was a little problem that they some times upload on site files in different formats, so there is a little problem with files with such format like htm, txt for example they open directly inside browser window which bad idea to have such option on download section. Then I decide to build web user control to force open save dialog on any browser web site open with, which I would like to provide some useful info about to you.
And I will try to focus on some problems that I faced during development of this web user control too.
Read the rest of this entry »
تعليقات
يوليو 13th, 2007 at 17:33
(Code Project)

Introduction
This article focus on how to build Dynamic Calendar from scratch in easy steps so we can customize it for any new goal that may be requested in any project.
Read the rest of this entry »
تعليقات