Skip to content

Instantly share code, notes, and snippets.

View AppGiniCourse's full-sized avatar

AppGini -- Web database applications in minutes AppGiniCourse

View GitHub Profile
@AppGiniCourse
AppGiniCourse / project-ideas-for-junior-php-developers.md
Created March 9, 2017 09:26
Project ideas for junior web developers

This is a list of suggested projects for junior web developers to work on either to build their profile or to use as graduation project/assignment ideas

  1. Easy gallery website
  2. Website for restaurant to add menu and receive online orders
  3. Web app for company employees to coordinate lunch delivery
  4. Web app to match nearby technicians (electrician, plumber, painter, .. etc) with clients ... mobile-friendly, API to create a future mobile app.

-- Need to create a quick prototype of your new web app idea before diving into development?

@AppGiniCourse
AppGiniCourse / __global.php
Last active May 12, 2016 08:53
Customizing AppGini web application - Section 4 - Lesson 2
<?php
// For help on using hooks, please refer to http://bigprof.com/appgini/help/working-with-generated-web-database-application/hooks
function login_ok($memberInfo, &$args){
return '';
}
function login_failed($attempt, &$args){
$ip = $_SERVER['REMOTE_ADDR'];
@AppGiniCourse
AppGiniCourse / footer-extras.php
Last active August 17, 2020 13:11
Customizing AppGini web application - Section 4 - Lesson 1
@AppGiniCourse
AppGiniCourse / links-home.php
Last active May 12, 2016 08:52
Customizing AppGini web application - Section 3 - Lesson 4
@AppGiniCourse
AppGiniCourse / links-home.php
Last active May 30, 2018 15:14
Customizing AppGini web application - Section 3 - Lesson 3
@AppGiniCourse
AppGiniCourse / links-home.php
Last active May 12, 2016 08:51
Customizing AppGini web application - Section 3 - Lesson 2
@AppGiniCourse
AppGiniCourse / links-home.php
Last active May 12, 2016 08:50
Customizing AppGini web application - Section 3 - Lesson 1
@AppGiniCourse
AppGiniCourse / footer-extras.php
Last active May 12, 2016 08:50
Customizing AppGini web application - Section 2 - Lesson 4