التخطي إلى المحتوى الرئيسي

المشاركات

عرض المشاركات من مارس, 2018

معلومات عن gradle

فكرة عامة عن جرادل: عندما تقوم ببناء مشروع جديد فإنه من المحتمل أن تقوم بتضمينه مكتبات jar خارجية مساعدة كحال معظم المشاريع المكتوبة بلغة جافا، ولنفترض أنك تريد نقل مشروعك...

3 قواعد مهمه للمبرمج 3 Rules for the programmer

تُعتبر العلاقة بين المبرمج [Developer] و مختبر البرنامج [Interpreter] من العلاقات الشائكة و الغريبة. نستطيع بسهولة أن نقول أن العلاقة بينهما مثلا علاقة توم بجيري و عنيد و مفيدة و مثل أي اثنين ...

React

React React is considered a JavaScript library that can be used to create user interfaces for your web apps. React is: Declarative - React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable and easier to debug. Component-Based - Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM.

Ember

Ember emberjs.com informs us that ember is "a framework for creating ambitious web applications". It uses a development pattern known as Model-view-viewModel (MVVM) for developing. You can find out more on MVVM here. Ember makes use of the following concepts: Routes - are essentially your pages in the web app and how to get to them Templates - used to organize the layout of your HTML. They use a syntax known as Handlebars which are a double set of curly braces that enclose properties to be displayed. {{firstName}}. Models - typically used to hold the "data" for your web application. They can hold the details of the information used in the pages of your application Components - are used to control how the UI will behave in your application. They utilize the templates and source files to define the behavior of the UI elements on the page. Services - Ember can also use services for persisting data for a user's session with your app.

ماهو تصميم المواقع ؟

       ماهو تصميم المواقع ؟   بيطلق علي عملية انشاء صفحات الأنترنت مثل   FaceBook-Saraha-Twitter وغيرهم من المواقع اللي بنتصفحها يوميا انشاء الموقع يتم علي مرحلتين هم   تصميم كامل لشكل الموقع بمحتواه و عناصره يمكن رسم التصميم علي ورقة او   Tool   او اي   Paint علي برنامج ال   تساعدك علي ترتيب المحتوي و تنسيقه بشكل مريح للمستخدم و يعد هذا العنصر الاساسي لنجاح الموقع .  ثم استخدام لغات ال internet   مثل   html   وال javascript   ف انشاء و ادراج العناصر و المحتوي الموجودين في التصميم وال   css   لتنسيقهم ليطابقوا ال   interface   الوجهة .  تطورت عملية تصميم المواقع عدة مرات .. فكانت البداية في 1995 فبدل من كتابة   summon lines   مثل ال DOS   لأدراج العناصر في صفحة الموقع تم تقسيم الصفحة الي جداول داخل بعضها تمثل البنية او القالب اللي هيبدأ يحول التصميم فيه اللي موقع الجداول تحتوي علي صفوف و اعمدة تشكل خلايا يتم تحديد خلية او مجموعة من الخلايا ...