Skip to main content

Posts

Showing posts with the label Web Programming

PART #4: Registration and Login System Tutorial Using PHP and MYSQL

PART #4: Registration and Login System Tutorial Using PHP and MYSQL Registration and login system using PHP and MySQL database, in this part you will do the following: 1- Creating the Login & Logout page. 2- Validating the Login and Logout. 3- Tell me what next :) Good luck. PHP,Mysql,Programming,web development,How to,Technology,web programming,web project ideas,safaa al-hayali,saf3al2a,Registration and login,Registration and login in php,php and mysql login system,registration system using php and mysql,login and register php,login and register php with database,database,php tutorial,learn php,tutorial

PART #3: Registration and Login System Tutorial Using PHP and MYSQL

PART #3: Registration and Login System Tutorial Using PHP and MYSQL Registration and login system using PHP and MySQL database, in this part you will do the following: 1- Creating the activation page. 2- Validating the activation requests (GET, POST). 3- Sending the activation link again, if the user didn't get the message. Good luck. PHP,Mysql,Programming,web development,How to,Technology,web programming,web project ideas,safaa al-hayali,saf3al2a,Registration and login,Registration and login in php,php and mysql login system,registration system using php and mysql,login and register php,login and register php with database,database,php tutorial,learn php,tutorial

PART #2: Registration and Login System Tutorial Using PHP and MYSQL

PART #2: Registration and Login System Tutorial Using PHP and MYSQL Registration and login system using PHP and MySQL database, in this part you will do the following: 1- Creating the registration page. 2- Validating the registration form. 3- Sending the activation link on successful registration. note: you can find the mailserver tool here: [MailServerTool] Good luck. PHP,Mysql,Programming,web development,How to,Technology,web programming,web project ideas,safaa al-hayali,saf3al2a,Registration and login,Registration and login in php,php and mysql login system,registration system using php and mysql,login and register php,login and register php with database,database,php tutorial,learn php,tutorial

PART #1: Registration and Login System Tutorial Using PHP and MYSQL

PART #1: Registration and Login System Tutorial Using PHP and MYSQL Registration and login system using PHP and MySQL database, in this part you will do the following: 1- Creating the database and the users table. 2- Establishing the connection to the database. 3- Creating a website template(header, footer, style for all pages). 4- Creating a preferences script for your website. 5- Finishing home page. note: you can find the style sheet file here: [style.css] Good luck. PHP,Mysql,Programming,web development,How to,Technology,web programming,web project ideas,safaa al-hayali,saf3al2a,Registration and login,Registration and login in php,php and mysql login system,registration system using php and mysql,login and register php,login and register php with database,database

How To Build and Deploy Free Google App

Creating an App Engine app is easy, and it's free to start. Upload your app and share it with users right away, at no charge and with no commitment required. You can develop your Google App with PHP, Python, Java, Go. You can take advantage of Google App Engine Free Hosting services. This is ideal for small developers or small business owners. Getting started with Google App Engine ----------------------------------------------------------------- https://console.developers.google.com/start/ Get Started with Hello World ---------------------------------------------- https://console.developers.google.com/start/appengine?project=ted-talks Download sample - PHP ------------------------------------------- https://github.com/GoogleCloudPlatform/appengine-try-php/archive/master.zip Download Python 2.7.4 ----------------------------------------- https://www.python.org/download/releases/2.7.4/ https://www.python.org/ftp/python/2.7.4/python-2.7.4.amd64.msi ...

الحلقة 28# : Middleware in Laravel 5.1

في هذه الحلقة سأشرح ماكانَ غامضاً في الحلقة 22# : Authentication in Laravel 5.1 https://www.youtube.com/watch?v=RKIt2HgkCYs وهو جزء الMiddleware الذي استخدمته في دالة construct للمتحكم sectionController, ايضأ سأشرح مثال اخر عن الMiddleware المستخدم في دالة construct للمتحكم AuthController, اما بالنسبة لجوهر هذه الحلقة سنتعلم بمثال عملي حول انشاء الأدوار Roles لكل مستخدم بمساعدة الMiddleware سنتمكن من ادارة الصلاحيات لدوال المتحكم SectionController حسب دور المستخدم! بشكل مختصر في نهاية هذه الحلقة سنتعلم دور الMiddleware في السيطرة على صلاحيات الدخول لدوال المتحكمات, وكيف ننشأُها , ونستدعيها في ملف الroutes.php وكيف نكتب المنطق الخاص بها؟!

الحلقة 27# : Pagination in Laravel 5.1

عندما يكون عدد البيانات هائل يفضل تقسيم البيانات الى صفحات عن طريق حزمة Pagination المدمجة مع الLaravel , من مميزات هذه الحزمة ان تصميمها يوافق تصميم الBootstrap Pagination, لذلك لا تحتاج الى ان تتعب نفسك في عملية التصميم , ايضاً يوجد نوعين من الPagination : ترقيم الصفحات المسترجعة, عن طريق استخدام دالة paginate او بأستخدام زر التالي وزر السابق للتنقل بين الصفحات عن طريق استخدام دالة simplePaginate

الحلقة 26# : AJAX in Laravel 5.1

سنتعلم في حلقة هذا اليوم طريقة التسليم او الحصول على البيانات من والى السيرفر بدون عمل تحديث كامل للصفحة عن طريق استخدام تقنية الAJAX وبمساعدة المكتبة JQuery, هذا يجعل اداء الموقع افضل لأن التحديث سيحصل على جزء معين من الموقع وليس للصفحة بأكملها, وخفض الNetwork traffic

الحلقة 25# : Validation in Laravel 5.1

في هذه الحلقة سنتعلم كيف نتأكد من صحة البيانات المدخلة قبل تخزينها في قاعدة البيانات عن طريق استخدام خاصية الValidation التي تأتي مع الLaravel 5 سنتعرف على بعض القيود الأساسية في عمل Validating وكذلك سنتعرف على طريقة جديدة لفصل الValidation عن الController عن طريق انشاء Form Request Validation

الحلقة 24# : Socialite in Laravel 5.1

في هذه الحلقة سأشرح كيف نعمل توثيق, عن طريق وسائل التواصل الأجتماعية : مثل الفيس بوك , تويتر , Google+ وغيرها في الحلقات السابقة انجزت عملية التوثيق عن طريق التسجيل في الموقع اولاً , ومن ثم يتم تسجيل الدخول بالمعلومات المسجلة , ولكن في بعض الأحيان تكون عملية التسجيل مملة بعض الشيء , وخاصة في يومنا هذا! لذلك اذا كان لديك حساب في الفيس بوك او التويتر او الGoogle يتم استخدام تفاصيل هذا الحساب للدخول الى التطبيق بدون عملية التسجيل, بحيث يكون لديك خيارين اما ان تسجل دخولك عن طريق معلوماتك المسجلة في الموقع او ان تدخل عن طريق حسابك في وسائل التواصل الأجتماعية

الحلقة 23# : Password Resetting in Laravel 5.1

في هذا الحلقة سنتعلم كيف نسترجع الرقم السري للمستخدم في حال فقدانه عندما تريد تسجيل الدخول , ولكن نسيت كلمة المرور , في حال الضغط على رابط استعادة الرقم السري سيتم استرجاع فورم ,يطلب ايميل المستخدم الذي نسيَ الرقم السري يتم ادخال ايميل الشخص, والضغط على زر, طلب رابط التوجيه, لأستعادة الرقم السري سيتم ارسال ايميل لهذا الشخص الرسالة ستحتوي على رابط استعادة الرقم السري عند الضغط على هذا الرابط سيتم اعادة التوجيه لفورم استعادة الرقم السري وفي هذا الفورم حدد ايميل الشخص والرقم السري الجديد له وتأكيد الرقم السري الجديد عند الضغط على زر استعادة الباسوورد تلقائياً سيتم تسجيل الدخول لهذا المستخدم مع تغير رقمه السري