Warning: Undefined variable $m_db in /pub/_lib/config/mysql_abjohn.php on line 12

Warning: Undefined property: TCKBOARD::$board_list in /pub/abjohn.com/lib/board.php on line 243

Warning: foreach() argument must be of type array|object, null given in /pub/abjohn.com/lib/board.php on line 243

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 85

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 85

Warning: Undefined property: TCKBOARD::$board_list in /pub/abjohn.com/lib/board.php on line 243

Warning: foreach() argument must be of type array|object, null given in /pub/abjohn.com/lib/board.php on line 243

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 85

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 85

Warning: Undefined property: TCKBOARD::$board_list in /pub/abjohn.com/lib/board.php on line 243

Warning: foreach() argument must be of type array|object, null given in /pub/abjohn.com/lib/board.php on line 243

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 85

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 85

Warning: Undefined property: TCKBOARD::$board_list in /pub/abjohn.com/lib/board.php on line 243

Warning: foreach() argument must be of type array|object, null given in /pub/abjohn.com/lib/board.php on line 243

Warning: Undefined property: TCKBOARD::$board_list in /pub/abjohn.com/lib/board.php on line 243

Warning: foreach() argument must be of type array|object, null given in /pub/abjohn.com/lib/board.php on line 243

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 186

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /pub/abjohn.com/lib/tools.php on line 238

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 187

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 207

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in /pub/abjohn.com/lib/tools.php on line 238

Warning: Undefined property: TCKBOARD::$board_list in /pub/abjohn.com/lib/board.php on line 243

Warning: foreach() argument must be of type array|object, null given in /pub/abjohn.com/lib/board.php on line 243

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 235

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /pub/abjohn.com/lib/tools.php on line 197

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 340

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /pub/abjohn.com/lib/tools.php on line 197

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 340

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /pub/abjohn.com/lib/tools.php on line 197

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 340

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /pub/abjohn.com/lib/tools.php on line 197

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 340

Deprecated: strtoupper(): Passing null to parameter #1 ($string) of type string is deprecated in /pub/abjohn.com/lib/tools.php on line 197

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 340

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 568

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /pub/abjohn.com/modules/post/post_list.php on line 568

Warning: Trying to access array offset on value of type null in /pub/abjohn.com/modules/post/post_list.php on line 571

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /pub/abjohn.com/modules/post/post_list.php on line 571

Warning: Cannot modify header information - headers already sent by (output started at /pub/abjohn.com/lib/tools.php:197) in /pub/abjohn.com/index.php on line 361

Warning: Cannot modify header information - headers already sent by (output started at /pub/abjohn.com/lib/tools.php:197) in /pub/abjohn.com/index.php on line 363

Warning: Cannot modify header information - headers already sent by (output started at /pub/abjohn.com/lib/tools.php:197) in /pub/abjohn.com/index.php on line 364

Warning: Cannot modify header information - headers already sent by (output started at /pub/abjohn.com/lib/tools.php:197) in /pub/abjohn.com/index.php on line 365

Warning: Cannot modify header information - headers already sent by (output started at /pub/abjohn.com/lib/tools.php:197) in /pub/abjohn.com/index.php on line 366
Social Good.zip : Ask ABJOHN
HOME Steve Jobs Open Source Bootstrap Copyleft jQuery GPL Frontend Development $.ajax() Apache License Community Impact Free Software Web Design Responsive Design Leland Dieno Git Hub HTML5 Freedom Eric Schmidt License GNU Project Thomas J. Watson Technology For Good Apache License Version Joe Sparano Richard Stallman Milton Glaser CSS Patent License High School Projects Open-Source Software License Saul Bass Social Good HTML Java Script

SOCIAL GOOD.ZIP

Building a Brighter Future: Launching My First GitHub Repository for WE Service  

updated at Sep 22, 2024   1,782  
Exciting news! I've just created my first GitHub repository for WE Service,and I couldn't be more thrilled to embark on this journey.You can find it at github.com / abjohnkang / food-bank-finder.My decision to open it with the Apache License 2.0 reflects m...
Building a Brighter Future: Launching My First GitHub Repository for WE Service

jQuery Example to make GET method call with $.ajax()  

updated at Oct 03, 2024   1,507  
Below is the example to call certain URL with $.ajax().In this example::The jQuery library is included via a CDN.The JavaScript code is enclosed within $(document).ready() to ensure it executes after the DOM is fully loaded.When the button with the ID load...

GPL aims to protect the four freedoms of free software  

updated at Sep 23, 2024   1,440  
The GPL (GNU General Public License) is a free software license that guarantees end users the freedom to run,study,share,and modify the software.Created by Richard Stallman for the GNU Project,it is a copyleft license,meaning that any derivative work must ...

Key Features of the Apache License  

updated at Sep 23, 2024   1,353  
The Apache License is a free,open-source software license created by the Apache Software Foundation (ASF).It is one of the most popular software licenses used in the open-source community,allowing users considerable freedom in terms of using,modifying,and ...

Mordern web design based on Bootstrap  

updated at May 09, 2024   1,676  
Most recently,I learned to build a modern website based on HTML+CSS+Bootstrap,and the below website is developed for testing.Bootstrap is actually useful to implement a responsive web which is not only for desktop,but also mobile and tablet."There are thre...
Mordern web design based on Bootstrap