\ كتابات سعود بن محمد

كتابات

Drupal 8 deploy commands

This page will help you to know what to kind of commands that you can put in the list of your deploy commands: // Install composer required libraries. composer install // Import configurations...

أسئلة لتقييم مهارات مطور ReactNative والتعاقد معه

في حال كنت تنوي التعاقد مع مطوّر لتطوير تطبيق بإستخدام تقنية React.js أو تحديداً React native فهذا المقال سيساعدك على تقييم خبرة المطور والتعرف على طريقة أفضل لتقييم مهاراته، أثناء المقابلة. بعد...

laravelsnip

IDE helper: https://github.com/barryvdh/laravel-ide-helper // Laravel create new project lando composer create-project laravel/laravel project // Laravel installation composer install -n mkdir -p...

drupal8snip

//tr/td/a[@class[contains(.,'username')]] Click here to go to Drupal 7 snip. Drupal 8 auto deploy commands Drupal errors Drupal 8 console commands Riadh Rahmi - snippets Alexei Raiu - snippets...

تجربتي مع الشراء عبر الانترنت

أولاً لايوجد مثل الشراء من أمازون بخاصية الشحن المباشر! فبهذه الطريقة تضمن وصول طلبك خلال أقل من ٤٨ ساعة أحياناً. أو ٣ أيام كحد أقصى عند طلبك خدمة الشحن السريع. لكن راح أذكر تجاربي مع الصناديق...

iot

Water meter options https://www.homewizard.com/watermeter/ LinkTap-Wireless-Water-Timer-Gateway Food https://meater.com/

drupalerrors

EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7562 EntityMalformedException :خاصية الحزمة مفقودة للكينونة من نوع node . في...

Drupal Voldemort Integration

This page just to determine that I have Voldemort integration with Drupal as the main data source, and each one of these will handle a different part of my business. I chose Voldemort project because...

Atom Editor, PHP CodeSniffer And Drupal Coding Standards

This way will help you keep watching Drupal coding standards while you're writing your code inside your Atom editor. // Make sure you have composer installed in your machine. // Then run this...

دروبال كامب جامعة الملك خالد KKU Drupal Camp

بدايةً أود أن أشكر جامعة الملك خالد وجميع أفراد الإدارة العامة لتقنية المعلومات على تنظيم هذا الحدث الرائع والأول من نوعه في المملكة العربية السعودية، والذي نتمنى أن يستمر بشكل دوري في المملكة....

اقتراحات معايير تطوير دروبال

هذه القائمة ستكون محدثة باستمرار للحديث عن Drupal coding standard .. المستخدمين Users احرص على أن لاتقل أدوار الموقع عن (زائر، مستخدم عادي، مستخدم للتجربة، مدير محتوى، مدير عام) عدم الإعتماد على...

Ldap Snip

ini_set('display_errors', 'On'); ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7); $ldapuser = "COMPANY@testuser1"; $ldappassword = ""; $ldapserver = "x.x.x.x"; $ldapport = '389'; // connect to ldap...