Maggie Wolfe Riley's Library tagged → View Popular, Search in Google
I only recently noticed anyone capitalizing it - I never do - like they say, why would you? I thought the capitalization made the article where I noticed it look dated and quaint, like "The Internet" was this new thing you may not have heard of - ha.
Great article and video about the modern school librarian/ "information literacy teacher."
in list: Education
This rings true and it is scary - confirmation bias will only get worse with more and more personalization of our web experience. It's not just products that are personalized - it's ideas, viewpoints, thought.
in list: Social Media Web 2.0
Now that you’ve seen how to manage authors, see if you can do the very same thing for categories! The completed code is included in the ‘after’ folder of today’s code archive in case you get stuck, but see how far you can get on your own. If you have any questions, hop in the course forum and team up with your fellow PHP Live-rs!
in list: PHP Live
Let’s begin with the code that will handle adding new authors, and deleting and editing existing ones.
in list: PHP Live
Kevin Yank reviews the ijdb database structure, and shows how a single front page will lead to multiple controller files in the Joke CMS project.
in list: PHP Live
One big difference between custom functions and include files is the concept of variable scope. Any variable that exists in the main script will also be available, and can be changed in the include file. While this is useful sometimes, more often it’s a pain in the neck.
in list: PHP Live
-
variables created in the main script outside of any function, are unavailable inside of functions
-
- 6 more annotation(s)...
- I can't believe I've misunderstood the idea of global variables for so long! I have struggled with this so much, getting those "undefined variable" errors and not understanding why... I somehow missed the fact that "globals" aren't truly global (but super-globals are), and are NOT available inside functions. They have to be imported or called using the $GLOBALS array. THANK YOU!!! - Maggie Wolfe Riley on 2010-07-06
Kevin Yank demonstrates how to write custom functions for use in your PHP scripts.
in list: PHP Live
On many sites, you’ll want to share include files among scripts that span potentially complex directory structures. A solid candidate for a shared include file would be the database connection include.
in list: PHP Live
The include statement we’ve used so far is actually only one of four statements that you can use to include another PHP file in a currently running script
in list: PHP Live
Kevin Yank demonstrates how to use PHP include statements to reuse HTML and PHP code in your projects.
in list: PHP Live
This week, we’ll take on some bigger challenges and see how the skills you have acquired so far translate to projects with a more real-world scope.
in list: PHP Live
Challenge: Update joke database to include categories
Using everything you just learned about many-to-many relationships, try adding the necessary structure to your joke database to group your jokes into categories. Don’t worry about writing any PHP code to handle this just yet—we’ll tackle that next week.
in list: PHP Live
Selected Tags
Related Tags
Top Contributors
Groups interested in online
-
Online identity research
Collection of resources for ...
Items: 281 | Visits: 2328
Created by: Adam Bohannon
-
Collaborative Projects
Collaborative, online projec...
Items: 71 | Visits: 2092
Created by: mitzif
-
Buy Stemulite
A look at the various online...
Items: 112 | Visits: 685
Created by: Karen Griffen
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
