Jul. 29, 2019
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...
Jul. 25, 2019
في حال كنت تنوي التعاقد مع مطوّر لتطوير تطبيق بإستخدام تقنية React.js أو تحديداً React native فهذا المقال سيساعدك على تقييم خبرة المطور والتعرف على طريقة أفضل لتقييم مهاراته، أثناء المقابلة.
بعد...
Feb. 25, 2019
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...
Jan. 10, 2019
//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...
Oct. 12, 2018
أولاً لايوجد مثل الشراء من أمازون بخاصية الشحن المباشر! فبهذه الطريقة تضمن وصول طلبك خلال أقل من ٤٨ ساعة أحياناً. أو ٣ أيام كحد أقصى عند طلبك خدمة الشحن السريع.
لكن راح أذكر تجاربي مع الصناديق...
Aug. 19, 2018
Water meter options
https://www.homewizard.com/watermeter/
LinkTap-Wireless-Water-Timer-Gateway
Food
https://meater.com/
Mar. 6, 2018
EntityMalformedException: Missing bundle property on entity of type node. in entity_extract_ids() (line 7562
EntityMalformedException :خاصية الحزمة مفقودة للكينونة من نوع node . في...
Aug. 24, 2017
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...
Jun. 15, 2017
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...
Apr. 17, 2017
بدايةً أود أن أشكر جامعة الملك خالد وجميع أفراد الإدارة العامة لتقنية المعلومات على تنظيم هذا الحدث الرائع والأول من نوعه في المملكة العربية السعودية، والذي نتمنى أن يستمر بشكل دوري في المملكة....
Mar. 1, 2017
هذه القائمة ستكون محدثة باستمرار للحديث عن Drupal coding standard ..
المستخدمين Users
احرص على أن لاتقل أدوار الموقع عن (زائر، مستخدم عادي، مستخدم للتجربة، مدير محتوى، مدير عام)
عدم الإعتماد على...
Feb. 21, 2017
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...